New cdparanoiasrc element based on cddabasesrc; enable cdparanoia plugin again (there...
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * configure.ac:
4         * ext/cdparanoia/Makefile.am:
5         * ext/cdparanoia/gstcdparanoia.c:
6         * ext/cdparanoia/gstcdparanoia.h:
7         * ext/cdparanoia/gstcdparanoiasrc.c:
8         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
10         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11         (gst_cd_paranoia_paranoia_callback),
12         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
13         (gst_cd_paranoia_src_set_property),
14         (gst_cd_paranoia_src_get_property), (plugin_init):
15         * ext/cdparanoia/gstcdparanoiasrc.h:
16           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
17           plugin again (there are still fixes required to playbin to make
18           cdda:// uris work there).
19
20 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
21
22         * tests/check/Makefile.am:
23           Fix test case compilation.
24
25 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
26
27         * gst-libs/gst/cdda/gstcddabasesrc.c:
28         (gst_cdda_base_src_update_duration),
29         (gst_cdda_base_src_calculate_cddb_id):
30           An integer is not a string. Fix access to uninitialised variable.
31
32         * tests/check/Makefile.am:
33           Add cddabasesrc unit test; also actually enable the vorbis test.
34
35         * tests/check/generic/states.c:
36           Blacklist new cd audio elements as well.
37
38         * tests/check/libs/cddabasesrc.c:
39           Unit test for GstCddaBaseSrc (discid calculation mostly).
40
41 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
42
43         * docs/libs/Makefile.am:
44         * docs/libs/gst-plugins-base-libs-docs.sgml:
45         * docs/libs/gst-plugins-base-libs-sections.txt:
46         * docs/libs/gst-plugins-base-libs.types:
47           Add docs for libgstcdda/GstCddaBaseSrc.
48
49         * gst-libs/gst/interfaces/mixertrack.h:
50           Do one struct member per line with a semicolon at the end, that way
51           even gtk-doc might parse it without complaining.
52
53 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
54
55         * configure.ac:
56         * gst-libs/gst/Makefile.am:
57         * gst-libs/gst/cdda/Makefile.am:
58         * gst-libs/gst/cdda/base64.c:
59         * gst-libs/gst/cdda/base64.h:
60         * gst-libs/gst/cdda/gstcddabasesrc.c:
61         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
62         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
63         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
64         (gst_cdda_base_src_get_property),
65         (gst_cdda_base_src_get_track_from_sector),
66         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
67         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
68         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
69         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
70         (gst_cdda_base_src_uri_get_protocols),
71         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
72         (gst_cdda_base_src_uri_handler_init),
73         (gst_cdda_base_src_setup_interfaces),
74         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
75         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
76         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
77         (gst_cdda_base_src_add_tags),
78         (gst_cdda_base_src_add_index_associations),
79         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
80         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
81         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
82         (gst_cdda_base_src_create):
83         * gst-libs/gst/cdda/gstcddabasesrc.h:
84         * gst-libs/gst/cdda/sha1.c:
85         * gst-libs/gst/cdda/sha1.h:
86           Add new libgstcdda with GstCddaBaseSrc class.
87
88 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
89
90         * ext/gnomevfs/gstgnomevfssink.h:
91           Use GstBaseSinkClass as parent_class member for class struct, not
92           GstBaseSink.
93
94 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
95
96         * gst/videotestsrc/gstvideotestsrc.c:
97         (gst_video_test_src_class_init), (gst_video_test_src_start):
98           Add start method to reset running time and number of frames sent
99           when starting up (fixes #324696; patch by: Michal Benes).
100
101 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
102
103         * docs/plugins/Makefile.am:
104         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
105         * docs/plugins/gst-plugins-base-plugins-sections.txt:
106         * docs/plugins/gst-plugins-base-plugins.args:
107         * docs/plugins/gst-plugins-base-plugins.hierarchy:
108         * docs/plugins/gst-plugins-base-plugins.signals:
109           Add docs stuff for gnomevfssrc and gnomevfssink.
110
111         * ext/gnomevfs/gstgnomevfssrc.c:
112           Fix example pipeline in gtk-doc blurb.
113
114 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
115
116         * ext/gnomevfs/Makefile.am:
117         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
118         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
119         (gst_gnome_vfs_handle_get_type), (plugin_init):
120         * ext/gnomevfs/gstgnomevfs.h:
121         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
122         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
123         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
124         (gst_gnome_vfs_sink_set_property),
125         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
126         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
127         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
128         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
129         (gst_gnome_vfs_sink_uri_get_type),
130         (gst_gnome_vfs_sink_uri_get_protocols),
131         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
132         (gst_gnome_vfs_sink_uri_handler_init):
133         * ext/gnomevfs/gstgnomevfssink.h:
134           Port gnomevfssink; add gtk-doc blurb.
135
136         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
137         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
138         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
139         (gst_gnome_vfs_src_uri_get_type),
140         (gst_gnome_vfs_src_uri_get_protocols),
141         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
142         (gst_gnome_vfs_src_uri_handler_init),
143         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
144         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
145         (gst_gnome_vfs_src_send_additional_headers_callback),
146         (gst_gnome_vfs_src_received_headers_callback),
147         (gst_gnome_vfs_src_push_callbacks),
148         (gst_gnome_vfs_src_pop_callbacks),
149         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
150         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
151         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
152         * ext/gnomevfs/gstgnomevfssrc.h:
153           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
154           file; add gtk-doc blurb with example pipelines.
155
156 === release 0.10.1 ===
157
158 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
159
160         * configure.ac:
161           releasing 0.10.1, "Dobro Dedek"
162
163 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
164
165         * gst/typefind/gsttypefindfunctions.c:
166         iLBC30 and iLBC20 added to typefind.
167
168 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
169
170         * gst-libs/gst/audio/gstbaseaudiosink.c:
171         (gst_base_audio_sink_class_init):
172         * gst-libs/gst/audio/gstbaseaudiosrc.c:
173         (gst_base_audio_src_class_init):
174           update strings, values are in microseconds
175           change the default sink buffer time to something that is smaller
176           (to help software volume mixing have a slightly lower delay) but
177           still be acceptable on Wim's laptop
178
179 2005-12-20  Edward Hervey  <edward@fluendo.com>
180
181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
182         Made a quack, forgot to add DUCK to the riff video template.
183
184 2005-12-19  Edward Hervey  <edward@fluendo.com>
185
186         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
187         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
188         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
189         (gst_ogm_parse_chain):
190         Make sure pads are initialized correctly.
191         * gst-libs/gst/riff/riff-ids.h:
192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
193         (gst_riff_create_video_template_caps):
194         Add a whole bunch of FOURCC <=> MimeType.
195         Extend the riff video pad template to support the newly added fourcc.
196
197 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
198
199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
200         (gst_ogg_demux_activate_chain):
201           Extra debug output when activating/deactivating chains.
202
203         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
204         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
205         (unlinked):
206           Remove a queue from our list when it becomes unlinked.
207           Don't add queues to elements in class 'Demux' if they
208           can only produce one pad 
209
210 2005-12-18  Julien MOUTTE  <julien@moutte.net>
211
212         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
213         (gst_video_sink_get_type): Add a debug category.
214
215 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
216
217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
218         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
219           Handle downstream newsegment by sending our own newsegment before the
220           next buffer to be released. (#323900)
221
222 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
223
224         * gst-libs/gst/rtp/gstbasertpdepayload.c:
225         (gst_base_rtp_depayload_set_gst_timestamp):
226           add queue delay to new segment as well (as opposed to just the first
227           buffer). (bug #322347)
228
229 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
230
231         * ext/libvisual/visual.c: (make_valid_name):
232           change some char* into char[]
233         * gst/audiotestsrc/gstaudiotestsrc.c:
234         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
235         (gst_audio_test_src_create):
236         * gst/audiotestsrc/gstaudiotestsrc.h:
237           prepare to handle EOS and SEGMENT_DONE
238
239 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
240
241         * tests/check/generic/states.c: (GST_START_TEST):
242           Blacklist cdparanoia element in state test.
243
244 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
245
246         * gst/tcp/gsttcp.c:
247         * gst/tcp/gsttcpclientsink.c:
248         * gst/tcp/gsttcpserversink.c:
249         * gst/tcp/gsttcpserversrc.c:
250           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
251           patch by: Benjamin Pineau).
252
253 2005-12-15  Michael Smith  <msmith@fluendo.com>
254
255         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
256         (gst_video_rate_chain):
257           Fix timestamping for videorate when the first buffer it sees has a
258           non-zero timestamp. Fix some misleading debug output.
259
260 2005-12-15  Michael Smith  <msmith@fluendo.com>
261
262         * gst/audioresample/gstaudioresample.c:
263           Don't leak all input buffers to audioresample.
264
265 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
266
267         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
268           Don't operate on empty text buffers. Strip newlines and
269           tabs only from the end of the text, but leave them intact
270           in the middle. Fix typo in gtk-doc description.
271
272 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * gst/playback/gstplaybasebin.c:
275         * gst/playback/gstplaybin.c: (handoff):
276           Make sure the video frame buffer we return to apps via the
277           "frame" property always has caps set on it. Modify
278           _gst_gvalue_set_object() macro to handle NULL objects
279           gracefully too.
280
281 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
282
283         * gst/audiotestsrc/gstaudiotestsrc.c:
284         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
285         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
286         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
287         (gst_audio_test_src_create):
288         * gst/audiotestsrc/gstaudiotestsrc.h:
289         Adjust to some recent api changes and add wtays new cool seeking
290         capabillities
291
292 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
293
294         * ext/alsa/Makefile.am:
295         * ext/alsa/gstalsadeviceprobe.c:
296         * ext/alsa/gstalsadeviceprobe.h:
297           Helper functions to add device probing via the GstPropertyProbe
298           interface to a class.
299
300         * ext/alsa/gstalsamixer.h:
301           Comment out GST_ALSA_MIXER, it returns a struct that's not
302           used.
303
304         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
305           Add some debug info. 
306
307         * ext/alsa/gstalsamixerelement.c:
308         (gst_alsa_mixer_element_interface_supported),
309         (gst_implements_interface_init),
310         (gst_alsa_mixer_element_init_interfaces),
311         (gst_alsa_mixer_element_class_init),
312         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
313         (gst_alsa_mixer_element_set_property),
314         (gst_alsa_mixer_element_get_property),
315         (gst_alsa_mixer_element_change_state):
316         * ext/alsa/gstalsamixerelement.h:
317           Add 'device' and 'device-name' properties. Add GstPropertyProbe
318           for device handling (gnome-volume-control will need that).
319
320 2005-12-12  Christian Schaller  <uraeus@gnome.org>
321
322         * ext/Makefile.am: fix cdparanoia entry
323         * gst-plugins-base.spec.in: add cdparanoia
324
325 2005-12-12  Michael Smith  <msmith@fluendo.com>
326
327         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
328           Use the correct function to free list of typefind factories.
329
330 2005-12-12  Wim Taymans  <wim@fluendo.com>
331
332         * gst/videotestsrc/gstvideotestsrc.c:
333         (gst_video_test_src_class_init), (gst_video_test_src_init),
334         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
335         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
336         (gst_video_test_src_create):
337         * gst/videotestsrc/gstvideotestsrc.h:
338         Implement seeking in videotestsrc.
339         Small cleanups.
340
341 2005-12-12  Wim Taymans  <wim@fluendo.com>
342
343         * ext/cdparanoia/Makefile.am:
344         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
345         (gst_paranoia_endian_get_type), (_do_init),
346         (cdparanoia_class_init), (cdparanoia_init),
347         (cdparanoia_set_property), (cdparanoia_get_property),
348         (cdparanoia_do_seek), (cdparanoia_is_seekable),
349         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
350         (cdparanoia_convert), (cdparanoia_get_query_types),
351         (cdparanoia_query), (cdparanoia_set_index),
352         (cdparanoia_uri_set_uri):
353         * ext/cdparanoia/gstcdparanoia.h:
354         Partially ported cdparanoia now that basesrc can support a
355         plugin like this..
356
357 2005-12-12  Wim Taymans  <wim@fluendo.com>
358
359         * tests/examples/seek/scrubby.c: (main):
360         Set higher priority for bus events so they don't get reordered with
361         gtk gui events.
362
363         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
364         (flush_toggle_cb), (main):
365         Added checkbox to disable flushing seeks. 
366         Disable scrubbing when doing non flushing seeks.
367
368 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
369
370         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
371         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
372         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
373         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
374           Implement some sort of event handling that doesn't rely on
375           g_return_if_fail; make sure we always push the last chunk of an 
376           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
377           state change function; remove some old cruft. Seeking is still
378           rather unlikely to work though.
379
380         * tools/.cvsignore:
381           Ignore more.
382
383 2005-12-11  Julien MOUTTE  <julien@moutte.net>
384
385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
386         Fixed a leak of the current image reference when cleaning up.
387         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
388
389 2005-12-09  Michael Smith  <msmith@fluendo.com>
390
391         * tools/Makefile.am:
392         * tools/gst-launch-ext-m.m:
393           Remove gst-launch-ext. It doesn't work, and is no longer
394           particularly useful.
395
396 2005-12-08  Luca Ognibene  <luogni@tin.it>
397
398         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
399           don't pass random values to ogmparse convert function.
400           Make seeking possible in the exile1.ogm file.
401
402 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
403
404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
405         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
406           Work around refcount problem with g_value_set_object() that occur
407           if the core has been compiled against GLib-2.6 (g_value_set_object()
408           will only g_object_ref() the element, but the caller will
409           gst_object_unref() it and bad things will happen due to the way
410           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
411           totem for people on FC4 using Thomas's 0.10 RPMs.
412           
413 2005-12-07  Edward Hervey  <edward@fluendo.com>
414
415         Time to welcome ogm to 0.10 :)
416         
417         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
418         (gst_ogg_pad_typefind):
419         Oggdemux can now properly typefind elements with dynamic pads.
420         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
421         Properly set caps on src pad, and set caps on outgoing buffers.
422
423 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
424
425         * ext/alsa/gstalsamixer.h:
426         * ext/alsa/gstalsamixerelement.h:
427         * ext/alsa/gstalsamixeroptions.h:
428         * ext/alsa/gstalsamixertrack.h:
429         * ext/alsa/gstalsasink.c:
430         * ext/alsa/gstalsasink.h:
431         * ext/alsa/gstalsasrc.c:
432         * ext/alsa/gstalsasrc.h:
433         * ext/cdparanoia/gstcdparanoia.h:
434         * ext/gnomevfs/gstgnomevfsuri.h:
435         * ext/ogg/gstoggdemux.c:
436         * ext/ogg/gstoggmux.c:
437         * ext/pango/gsttextoverlay.h:
438         * ext/theora/theoradec.c:
439         * ext/theora/theoraenc.c:
440         * ext/vorbis/vorbisdec.h:
441         * ext/vorbis/vorbisenc.c:
442         * ext/vorbis/vorbisenc.h:
443         * ext/vorbis/vorbisparse.h:
444         * gst-libs/gst/audio/gstaudioclock.h:
445         * gst-libs/gst/audio/gstaudiosink.c:
446         * gst-libs/gst/audio/gstaudiosink.h:
447         * gst-libs/gst/audio/gstaudiosrc.c:
448         * gst-libs/gst/audio/gstaudiosrc.h:
449         * gst-libs/gst/audio/gstbaseaudiosink.c:
450         * gst-libs/gst/audio/gstbaseaudiosink.h:
451         * gst-libs/gst/audio/gstbaseaudiosrc.c:
452         * gst-libs/gst/audio/gstbaseaudiosrc.h:
453         * gst-libs/gst/audio/gstringbuffer.h:
454         * gst-libs/gst/audio/multichannel.h:
455         * gst-libs/gst/floatcast/floatcast.h:
456         * gst-libs/gst/interfaces/colorbalance.c:
457         * gst-libs/gst/interfaces/colorbalance.h:
458         * gst-libs/gst/interfaces/colorbalancechannel.h:
459         * gst-libs/gst/interfaces/mixer.h:
460         * gst-libs/gst/interfaces/mixeroptions.h:
461         * gst-libs/gst/interfaces/mixertrack.h:
462         * gst-libs/gst/interfaces/navigation.h:
463         * gst-libs/gst/interfaces/propertyprobe.h:
464         * gst-libs/gst/interfaces/tuner.h:
465         * gst-libs/gst/interfaces/tunerchannel.h:
466         * gst-libs/gst/interfaces/tunernorm.h:
467         * gst-libs/gst/interfaces/xoverlay.h:
468         * gst-libs/gst/netbuffer/gstnetbuffer.h:
469         * gst-libs/gst/riff/riff-ids.h:
470         * gst-libs/gst/riff/riff-media.h:
471         * gst-libs/gst/riff/riff-read.h:
472         * gst-libs/gst/rtp/gstbasertpdepayload.h:
473         * gst-libs/gst/rtp/gstbasertppayload.c:
474         * gst-libs/gst/rtp/gstbasertppayload.h:
475         * gst-libs/gst/rtp/gstrtpbuffer.c:
476         * gst-libs/gst/rtp/gstrtpbuffer.h:
477         * gst-libs/gst/tag/gsttageditingprivate.h:
478         * gst-libs/gst/tag/gstvorbistag.c:
479         (gst_tag_list_from_vorbiscomment_buffer):
480         * gst-libs/gst/tag/tag.h:
481         * gst-libs/gst/video/video.h:
482         * gst/adder/gstadder.c:
483         * gst/adder/gstadder.h:
484         * gst/audioconvert/audioconvert.c:
485         * gst/audioconvert/audioconvert.h:
486         * gst/audioconvert/gstaudioconvert.c:
487         * gst/audioconvert/gstchannelmix.c:
488         * gst/audioconvert/gstchannelmix.h:
489         * gst/audiorate/gstaudiorate.c:
490         * gst/audioresample/buffer.h:
491         * gst/audioresample/functable.h:
492         * gst/audioresample/gstaudioresample.c:
493         * gst/audioresample/resample.h:
494         * gst/ffmpegcolorspace/avcodec.h:
495         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
496         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
497         * gst/ffmpegcolorspace/imgconvert.c:
498         * gst/ffmpegcolorspace/imgconvert_template.h:
499         * gst/playback/gstdecodebin.c:
500         * gst/playback/gstplaybasebin.h:
501         * gst/playback/gstplaybin.c:
502         * gst/playback/gststreaminfo.h:
503         * gst/tcp/gstfdset.c:
504         * gst/tcp/gstfdset.h:
505         * gst/tcp/gstmultifdsink.c:
506         * gst/tcp/gstmultifdsink.h:
507         * gst/tcp/gsttcp.h:
508         * gst/tcp/gsttcpclientsrc.c:
509         * gst/tcp/gsttcpclientsrc.h:
510         * gst/tcp/gsttcpplugin.h:
511         * gst/tcp/gsttcpserversink.c:
512         * gst/tcp/gsttcpserversrc.c:
513         * gst/typefind/gsttypefindfunctions.c:
514         * gst/videorate/gstvideorate.c:
515         * gst/videotestsrc/gstvideotestsrc.h:
516         * gst/videotestsrc/videotestsrc.h:
517         * sys/v4l/gstv4lcolorbalance.h:
518         * sys/v4l/gstv4ltuner.h:
519         * sys/v4l/gstv4lxoverlay.h:
520         * sys/v4l/v4l_calls.h:
521         * sys/v4l/videodev_mjpeg.h:
522         * tests/check/elements/audioconvert.c:
523         * tests/check/elements/audioresample.c:
524         * tests/check/elements/audiotestsrc.c:
525         * tests/check/elements/videotestsrc.c:
526         * tests/check/elements/volume.c:
527         * tests/examples/seek/scrubby.c:
528         * tests/examples/seek/seek.c:
529           expand tabs
530
531 === release 0.10.0 ===
532
533 2005-12-05   <thomas (at) apestaart (dot) org>
534
535         * configure.ac:
536           releasing 0.10.0, "Mont-d'or"
537
538 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
539
540         * tests/examples/seek/Makefile.am:
541         Build fix for when gtk is not available.
542
543 2005-12-05  Andy Wingo  <wingo@pobox.com>
544
545         * ext/libvisual/visual.c: (get_buffer):
546         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
547         * ext/pango/gsttextrender.c: (gst_text_render_chain):
548         * ext/theora/theoradec.c: (theora_handle_data_packet):
549         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
550         (theora_enc_chain):
551         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
552         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
553         Update for alloc_buffer changes.
554
555 2005-12-05  Andy Wingo  <wingo@pobox.com>
556
557         patch by: Kai Vehmanen <kv2004 eca cx>
558         
559         * gst-libs/gst/rtp/gstbasertpdepayload.c
560         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
561
562 2005-12-04  Andy Wingo  <wingo@pobox.com>
563
564         patch by: Sebastien Cote <sebas642 yahoo ca>
565         
566         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
567         Fixes #319172.
568
569 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
570
571         * docs/plugins/Makefile.am:
572         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
573         * docs/plugins/gst-plugins-base-plugins-sections.txt:
574         * docs/plugins/gst-plugins-base-plugins.hierarchy:
575         * ext/pango/gstclockoverlay.c:
576         * ext/pango/gsttextoverlay.c: 
577         * ext/pango/gsttextrender.c:
578         * ext/pango/gsttimeoverlay.c:
579           Add gtk-doc blurbs to pango elements.
580
581 2005-12-02  Wim Taymans  <wim@fluendo.com>
582
583         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
584         * gst/audioresample/buffer.h:
585         * gst/audioresample/gstaudioresample.c:
586         * gst/audioresample/gstaudioresample.h:
587         * gst/audioresample/resample.c: (resample_input_flush),
588         (resample_input_pushthrough), (resample_input_eos),
589         (resample_get_output_size_for_input),
590         (resample_get_input_size_for_output), (resample_get_output_size),
591         (resample_get_output_data):
592         * gst/audioresample/resample.h:
593         * gst/audioresample/resample_ref.c: (resample_scale_ref):
594         Fix audioresample, seek torture, new segments, reverse negotiation
595         etc.. work fine.
596
597 2005-12-02  Wim Taymans  <wim@fluendo.com>
598
599         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
600         Small cleanups.
601
602 2005-12-02  Wim Taymans  <wim@fluendo.com>
603
604         * gst/audioconvert/gstaudioconvert.c:
605         (gst_audio_convert_transform):
606         Post errors.
607
608 === release 0.9.7 ===
609
610 2005-12-01   <thomas (at) apestaart (dot) org>
611
612         * configure.ac:
613           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
614
615 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
616
617         * Makefile.am:
618         * po/hu.po:
619         * win32/MANIFEST:
620         * win32/gst.sln:
621           add win32 MANIFEST file
622           do something to the hungarian translation
623
624 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
625
626         * ext/Makefile.am:
627           Add $(PANGO_DIR) to SUBDIRS
628
629         * ext/pango/gstclockoverlay.c:
630         * ext/pango/gsttimeoverlay.c:
631           Fix and improve element descriptions.
632
633 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
634
635         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
636         * docs/plugins/inspect/plugin-libvisual.xml:
637         * docs/plugins/inspect/plugin-pango.xml:
638           add pango plugin to docs
639
640 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
641
642         * configure.ac:
643         * ext/Makefile.am:
644           moved pango to base
645
646 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
647
648         * configure.ac:
649         * tests/Makefile.am:
650         * tests/icles/.cvsignore:
651         * tests/icles/Makefile.am:
652         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
653         (close_display), (resize_window), (move_window), (create_window),
654         (terminate_playback), (pause_playback), (start_playback), (main):
655           add stress test for xoverlay from Julien
656
657 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
658
659         * docs/libs/tmpl/gstcolorbalance.sgml:
660         * gst-libs/gst/rtp/gstbasertpdepayload.c:
661         * gst-libs/gst/rtp/gstbasertppayload.c:
662         * gst-libs/gst/rtp/gstrtpbuffer.c:
663         * gst-libs/gst/rtp/gstrtpbuffer.h:
664           Do burger's rename for rtp payloaders and depayloaders
665
666 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
667
668         * win32/:
669           add Visual Studio 6 build files
670
671 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
672
673         * docs/libs/gst-plugins-base-libs-docs.sgml:
674         * docs/libs/gst-plugins-base-libs-sections.txt:
675         * docs/libs/tmpl/gstaudio.sgml:
676         * docs/libs/tmpl/gstringbuffer.sgml:
677         * gst-libs/gst/interfaces/xoverlay.c:
678         * gst-libs/gst/video/gstvideofilter.c:
679         * gst-libs/gst/video/gstvideosink.c:
680           update documentation
681
682 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
683
684         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
685         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
686         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
687         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
688         (gst_multi_fd_sink_get_stats),
689         (gst_multi_fd_sink_remove_client_link),
690         (gst_multi_fd_sink_handle_client_read),
691         (gst_multi_fd_sink_client_queue_data),
692         (gst_multi_fd_sink_client_queue_caps),
693         (gst_multi_fd_sink_client_queue_buffer),
694         (gst_multi_fd_sink_new_client),
695         (gst_multi_fd_sink_handle_client_write),
696         (gst_multi_fd_sink_recover_client),
697         (gst_multi_fd_sink_queue_buffer),
698         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
699         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
700         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
701         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
702         * gst/tcp/gstmultifdsink.h:
703         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
704         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
705         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
706         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
707         (gst_tcp_client_sink_set_property),
708         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
709         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
710         * gst/tcp/gsttcpclientsink.h:
711         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
712         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
713         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
714         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
715         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
716         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
717         * gst/tcp/gsttcpclientsrc.h:
718         * gst/tcp/gsttcpplugin.c: (plugin_init):
719         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
720         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
721         (gst_tcp_server_sink_finalize),
722         (gst_tcp_server_sink_handle_server_read),
723         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
724         (gst_tcp_server_sink_set_property),
725         (gst_tcp_server_sink_get_property),
726         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
727         * gst/tcp/gsttcpserversink.h:
728         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
729         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
730         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
731         (gst_tcp_server_src_set_property),
732         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
733         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
734         * gst/tcp/gsttcpserversrc.h:
735           more borgifying
736
737 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
738
739         * docs/plugins/Makefile.am:
740         * docs/plugins/gst-plugins-base-plugins.args:
741         * docs/plugins/inspect/plugin-libvisual.xml:
742         * gst/audioconvert/plugin.h:
743         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
744         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
745         (gst_audio_rate_setcaps), (gst_audio_rate_init),
746         (gst_audio_rate_chain), (gst_audio_rate_set_property),
747         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
748         (plugin_init):
749         * gst/audiotestsrc/gstaudiotestsrc.c:
750         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
751         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
752         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
753         (gst_audio_test_src_get_query_types),
754         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
755         (gst_audio_test_src_create_square),
756         (gst_audio_test_src_create_saw),
757         (gst_audio_test_src_create_triangle),
758         (gst_audio_test_src_create_silence),
759         (gst_audio_test_src_create_white_noise),
760         (gst_audio_test_src_init_pink_noise),
761         (gst_audio_test_src_generate_pink_noise_value),
762         (gst_audio_test_src_create_pink_noise),
763         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
764         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
765         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
766         (plugin_init):
767         * gst/audiotestsrc/gstaudiotestsrc.h:
768         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
769         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
770         (gst_sub_parse_init), (gst_sub_parse_formats),
771         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
772         (convert_encoding), (get_next_line),
773         (gst_sub_parse_data_format_autodetect),
774         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
775         (gst_sub_parse_loop), (gst_sub_parse_chain),
776         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
777         (plugin_init):
778         * gst/subparse/gstsubparse.h:
779         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
780         (gst_video_rate_base_init), (gst_video_rate_class_init),
781         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
782         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
783         (gst_video_rate_init), (gst_video_rate_event),
784         (gst_video_rate_chain), (gst_video_rate_set_property),
785         (gst_video_rate_get_property), (gst_video_rate_change_state),
786         (plugin_init):
787         * gst/videoscale/gstvideoscale.c:
788         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
789         (gst_video_scale_src_template_factory),
790         (gst_video_scale_sink_template_factory),
791         (gst_video_scale_get_type), (gst_video_scale_base_init),
792         (gst_video_scale_class_init), (gst_video_scale_init),
793         (gst_video_scale_set_property), (gst_video_scale_get_property),
794         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
795         (gst_video_scale_prepare_size), (parse_caps),
796         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
797         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
798         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
799         (plugin_init):
800         * gst/videoscale/gstvideoscale.h:
801         * gst/videotestsrc/gstvideotestsrc.c:
802         (gst_video_test_src_pattern_get_type),
803         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
804         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
805         (gst_video_test_src_set_pattern),
806         (gst_video_test_src_set_property),
807         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
808         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
809         (gst_video_test_src_event), (gst_video_test_src_get_times),
810         (gst_video_test_src_create), (plugin_init):
811         * gst/videotestsrc/gstvideotestsrc.h:
812         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
813         (gst_video_test_src_smpte), (gst_video_test_src_snow),
814         (gst_video_test_src_black):
815         * gst/videotestsrc/videotestsrc.h:
816           borgify further
817           clean up docs a little
818
819 2005-11-30  Wim Taymans  <wim@fluendo.com>
820
821         * gst-libs/gst/rtp/gstbasertpdepayload.h:
822         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
823         (gst_basertppayload_event), (gst_basertppayload_push),
824         (gst_basertppayload_change_state):
825         * gst-libs/gst/rtp/gstbasertppayload.h:
826         closed #320644.
827
828 2005-11-30  Julien MOUTTE  <julien@moutte.net>
829
830         * docs/libs/gst-plugins-base-libs-docs.sgml:
831         * docs/libs/gst-plugins-base-libs-sections.txt:
832         * gst-libs/gst/video/gstvideofilter.c:
833         * gst-libs/gst/video/gstvideosink.c:
834         * gst-libs/gst/video/gstvideosink.h: Adding docs.
835
836 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
837
838         * LICENSE:
839           move
840         * po/af.po:
841         * po/az.po:
842         * po/cs.po:
843         * po/en_GB.po:
844         * po/hu.po:
845         * po/it.po:
846         * po/nb.po:
847         * po/nl.po:
848         * po/or.po:
849         * po/sq.po:
850         * po/sr.po:
851         * po/sv.po:
852         * po/uk.po:
853         * po/vi.po:
854         * Makefile.am:
855           update
856         * scripts/autoplugins.sh:
857           remove
858
859 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
860
861         * Makefile.am:
862         * configure.ac:
863         * examples/Makefile.am:
864         * examples/capsfilter/Makefile.am:
865         * examples/capsfilter/capsfilter1.c:
866         * examples/gob/Makefile.am:
867         * examples/gob/gst-identity2.gob:
868         * examples/indexing/.cvsignore:
869         * examples/indexing/Makefile.am:
870         * examples/indexing/indexmpeg.c:
871         * examples/seeking/.cvsignore:
872         * examples/seeking/Makefile.am:
873         * examples/seeking/cdparanoia.c:
874         * examples/seeking/cdplayer.c:
875         * examples/seeking/chained.c:
876         * examples/seeking/scrubby.c:
877         * examples/seeking/seek.c:
878         * examples/stats/Makefile.am:
879         * examples/stats/mp2ogg.c:
880         * examples/switch/.cvsignore:
881         * examples/switch/Makefile.am:
882         * examples/switch/switcher.c:
883         * tests/Makefile.am:
884         * tests/check/generic/.cvsignore:
885         * tests/check/pipelines/.cvsignore:
886         * tests/examples/Makefile.am:
887         * tests/examples/seek/Makefile.am:
888           reorganize stuff under tests/
889
890 2005-11-30  Edward Hervey  <edward@fluendo.com>
891
892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
893         Go away you stupid GstStaticPadTemplate memleak.
894
895 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
896
897         * gst-libs/gst/net/Makefile.am:
898         * gst-libs/gst/net/README:
899         * gst-libs/gst/net/gstnetbuffer.c:
900         * gst-libs/gst/net/gstnetbuffer.h:
901           this was moved to "netbuffer"
902
903 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
904
905         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
906         (gst_video_filter_class_init), (gst_video_filter_init):
907         * gst-libs/gst/video/gstvideofilter.h:
908           borgify name to bring in line with other classes
909
910 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
911
912         * gst/audioscale/.cvsignore:
913         * gst/audioscale/Makefile.am:
914         * gst/audioscale/README:
915         * gst/audioscale/audioscale.vcproj:
916         * gst/audioscale/dtof.c:
917         * gst/audioscale/dtos.c:
918         * gst/audioscale/functable.c:
919         * gst/audioscale/gstaudioscale.c:
920         * gst/audioscale/gstaudioscale.h:
921         * gst/audioscale/private.h:
922         * gst/audioscale/resample.c:
923         * gst/audioscale/resample.h:
924         * gst/audioscale/test.c:
925           remove
926
927 2005-11-30  Edward Hervey  <edward@fluendo.com>
928
929         * gst-libs/gst/netbuffer/Makefile.am:
930         really, really tired
931
932 2005-11-30  Edward Hervey  <edward@fluendo.com>
933
934         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
935         Update for new GstTypeFindFactory _register()
936
937 2005-11-30  Edward Hervey  <edward@fluendo.com>
938
939         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
940         Let's not override libgstnet from core for no reason...
941         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
942         Ok, maybe not so quick next time.
943
944 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
945
946         * configure.ac:
947         * gst-libs/gst/Makefile.am:
948           moved gst-libs/gst/net to netbuffer through CVS surgery
949           remove old directory
950           updating build to accomodate
951           (#322257)
952
953 2005-11-29  Andy Wingo  <wingo@pobox.com>
954
955         * pkgconfig/gstreamer-plugins-base.pc.in:
956         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
957         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
958         (#322257).
959
960 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
961
962         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
963         3rd time's the charm. Correct ref-counting for discarded buffers.
964
965 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
966
967         * gst/playback/gststreamselector.c:
968         (gst_stream_selector_class_init),
969         (gst_stream_selector_set_property),
970         (gst_stream_selector_get_property),
971         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
972         Fix ref-counting
973
974 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
975
976         * gst/subparse/gstsubparse.c: (feed_textbuf):
977           Don't access already unref'ed buffer.
978
979 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
980
981         * gst/playback/gststreamselector.c:
982         (gst_stream_selector_class_init), (gst_stream_selector_init),
983         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
984         (gst_stream_selector_get_property),
985         (gst_stream_selector_get_linked_pad),
986         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
987         * gst/playback/gststreamselector.h:
988         Add the active-pad property for playbin to use shortly. Ignore buffers
989         from any other pad, returning GST_FLOW_NOT_LINKED
990
991 2005-11-29  Julien MOUTTE  <julien@moutte.net>
992
993         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
994         patch from bug #322704 (Alessandro Decina).
995
996 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
997
998         * gst-libs/gst/audio/Makefile.am:
999           folded audiofilter into the audio library
1000
1001 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1002
1003         * gst/videoscale/gstvideoscale.h:
1004         * gst/videoscale/gstvideoscale.c:
1005           remove unimplemented scale methods
1006
1007 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
1008
1009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1010           Don't leak caps.
1011
1012 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1013
1014         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1015         (gst_ximagesink_setcaps):
1016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1017         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
1018         happens (only visible on ximagesink but bug is in xv too) set_caps was
1019         destroying the internal x[v]image used to memcpy non locally alloced
1020         buffers so that it got renewed on next _chain. The issue is that 
1021         _expose will try to put that image as it reffed it in _put.
1022         Using gst_buffer_unref instead of destroy fixes it !
1023
1024 2005-11-28  Edward Hervey  <edward@fluendo.com>
1025
1026         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1027         (try_to_link_1), (queue_filled_cb):
1028         Better use of the queues. Start with a small size queue and only increase
1029         the size of the queues when the other queues are empty.
1030
1031 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1032
1033         * gst-libs/gst/video/Makefile.am:
1034           compile in copied-over videofilter into the video library
1035         * gst-libs/gst/video/videosink.h:
1036           rename the header to gstvideosink.h since it's a base GstObject class
1037         * sys/ximage/ximagesink.h:
1038         * sys/xvimage/xvimagesink.h:
1039           use the new header
1040
1041 2005-11-28  Wim Taymans  <wim@fluendo.com>
1042
1043         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
1044         * gst/playback/gstplaybasebin.h:
1045         Prepare to handle errors betters.
1046
1047         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
1048         Set sinks to PAUSED first before adding and linking them so that
1049         we don't interrupt dataflow.
1050
1051 2005-11-28  Wim Taymans  <wim@fluendo.com>
1052
1053         * gst-libs/gst/audio/TODO:
1054         Updated TODO
1055
1056         * gst-libs/gst/audio/gstaudiosink.c:
1057         (gst_audioringbuffer_open_device),
1058         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
1059         (gst_audioringbuffer_release):
1060         Small cleanups.
1061
1062         * gst-libs/gst/audio/gstbaseaudiosink.c:
1063         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
1064         (gst_base_audio_sink_change_state):
1065         Slave to the master clock when going to PLAYING and unslave when
1066         going to PAUSED.
1067
1068         * gst-libs/gst/audio/gstringbuffer.c:
1069         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1070         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1071         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
1072         (gst_ring_buffer_clear_all), (wait_segment),
1073         (gst_ring_buffer_commit), (gst_ring_buffer_read),
1074         (gst_ring_buffer_advance):
1075         * gst-libs/gst/audio/gstringbuffer.h:
1076         Add some docs and cleanups.
1077
1078 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1079
1080         * sys/xvimage/xvimagesink.c:
1081         (gst_xvimagesink_navigation_send_event): Fix navigation events
1082         coordinates translation with pixel aspect ratios.
1083
1084 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1085
1086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1087         Use calculated video geometry from _setcaps instead of buffer
1088         caps to respect pixel aspect ratio. (fixes #322388)
1089
1090 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1091
1092         * docs/libs/tmpl/gstcolorbalance.sgml:
1093         * docs/libs/tmpl/gstmixer.sgml:
1094         * docs/libs/tmpl/gstxoverlay.sgml:
1095         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
1096         interface.
1097
1098 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1099
1100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1101         Refuse to create an XvImage if we can't find the format.
1102
1103 2005-11-28  Edward Hervey  <edward@fluendo.com>
1104
1105         * gst-libs/gst/riff/riff-media.c:
1106         (gst_riff_create_audio_template_caps):
1107         Add ATRAC3 to the list of riff-possible audio caps.
1108         I know we still don't have a plugin for atrac3, but it's saner to output
1109         that than a cryptic mimetype.
1110
1111 2005-11-27  Edward Hervey  <edward@fluendo.com>
1112
1113         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
1114         Don't try to create a zero-sized subbuffer.
1115
1116 2005-11-27  Julien MOUTTE  <julien@moutte.net>
1117
1118         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
1119         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1120         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
1121         (gst_ximagesink_expose): Fixed a tricky race.
1122         * sys/ximage/ximagesink.h:
1123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1124         (gst_xvimagesink_expose): Fixed a tricky race.
1125         * sys/xvimage/xvimagesink.h:
1126
1127 2005-11-27  Edward Hervey  <edward@fluendo.com>
1128
1129         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1130         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
1131         Remove unused properties, and add queues between demuxers and decoders
1132         so that a lot more files can preroll properly.
1133
1134 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1135
1136         * gst-libs/gst/net/Makefile.am:
1137         * gst-libs/gst/rtp/Makefile.am:
1138         * gst-libs/gst/tag/Makefile.am:
1139           remove silly include
1140         * gst/tags/Makefile.am:
1141         * gst/tags/gsttagediting.c:
1142         * gst/tags/gsttageditingprivate.h:
1143         * gst/tags/tagedit.vcproj:
1144           remove directory, is as good as empty
1145
1146 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1147
1148         * configure.ac:
1149           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
1150         * gst-libs/Makefile.am:
1151         * gst-libs/gst/audio/Makefile.am:
1152         * gst-libs/gst/interfaces/Makefile.am:
1153         * gst-libs/gst/net/Makefile.am:
1154         * gst-libs/gst/riff/Makefile.am:
1155         * gst-libs/gst/rtp/Makefile.am:
1156         * gst-libs/gst/tag/Makefile.am:
1157         * gst-libs/gst/video/Makefile.am:
1158           and use them
1159
1160 2005-11-27  Julien MOUTTE  <julien@moutte.net>
1161
1162         * docs/libs/tmpl/gstcolorbalance.sgml:
1163         * docs/libs/tmpl/gstmixer.sgml:
1164         * docs/libs/tmpl/gstxoverlay.sgml:
1165         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
1166         * sys/ximage/ximagesink.h:
1167         * sys/xvimage/xvimagesink.h: More and more documentation.
1168
1169 2005-11-26  Julien MOUTTE  <julien@moutte.net>
1170
1171         * docs/libs/gst-plugins-base-libs-docs.sgml:
1172         * docs/libs/gst-plugins-base-libs-sections.txt:
1173         * docs/libs/tmpl/gstcolorbalance.sgml:
1174         * docs/libs/tmpl/gstmixer.sgml:
1175         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
1176         to documentation.
1177
1178 2005-11-26  Julien MOUTTE  <julien@moutte.net>
1179
1180         * docs/plugins/Makefile.am:
1181         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1182         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1183         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
1184
1185 2005-11-26  Julien MOUTTE  <julien@moutte.net>
1186
1187         * docs/plugins/Makefile.am:
1188         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1189         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1190         * docs/plugins/inspect/plugin-adder.xml:
1191         * docs/plugins/inspect/plugin-alsa.xml:
1192         * docs/plugins/inspect/plugin-audioconvert.xml:
1193         * docs/plugins/inspect/plugin-audiorate.xml:
1194         * docs/plugins/inspect/plugin-audioresample.xml:
1195         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1196         * docs/plugins/inspect/plugin-decodebin.xml:
1197         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1198         * docs/plugins/inspect/plugin-gnomevfs.xml:
1199         * docs/plugins/inspect/plugin-ogg.xml:
1200         * docs/plugins/inspect/plugin-playbin.xml:
1201         * docs/plugins/inspect/plugin-subparse.xml:
1202         * docs/plugins/inspect/plugin-tcp.xml:
1203         * docs/plugins/inspect/plugin-theora.xml:
1204         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1205         * docs/plugins/inspect/plugin-video4linux.xml:
1206         * docs/plugins/inspect/plugin-videorate.xml:
1207         * docs/plugins/inspect/plugin-videoscale.xml:
1208         * docs/plugins/inspect/plugin-videotestsrc.xml:
1209         * docs/plugins/inspect/plugin-volume.xml:
1210         * docs/plugins/inspect/plugin-vorbis.xml:
1211         * docs/plugins/inspect/plugin-ximagesink.xml:
1212         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
1213         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
1214
1215 2005-11-26  Edward Hervey  <edward@fluendo.com>
1216
1217         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
1218         Properly return GstFlowReturn from gst_pad_push in chain functions.
1219
1220 2005-11-25  Michael Smith  <msmith@fluendo.com>
1221
1222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1223         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1224         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1225         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
1226           Handle various conditions better when we don't understand a stream.
1227           Removes a heap of CRITICALs on ogg streams containing unknown data.
1228
1229 2005-11-24  Andy Wingo  <wingo@pobox.com>
1230
1231         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
1232         Be threadsafe.
1233
1234 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1235
1236         * configure.ac: back to HEAD
1237
1238 === release 0.9.6 ===
1239
1240 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
1241
1242         * configure.ac:
1243           releasing 0.9.6, "White Eight"
1244
1245 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1246
1247         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
1248         * docs/plugins/inspect/plugin-sine.xml:
1249           remove sinesrc some more
1250
1251 2005-11-23  Wim Taymans  <wim@fluendo.com>
1252
1253         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1254         If we are reading too slowly, jump forward in the ringbuffer
1255         instead of blocking.
1256
1257 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
1258
1259         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
1260         (gst_visual_chain):
1261         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
1262         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
1263         (gst_videorate_chain):
1264         * gst/videotestsrc/gstvideotestsrc.c:
1265         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
1266         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
1267         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
1268         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
1269         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
1270         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
1271           Updates for API changes
1272
1273 2005-11-23  Wim Taymans  <wim@fluendo.com>
1274
1275         * gst-libs/gst/audio/gstbaseaudiosink.c:
1276         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
1277         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1278         Fix for calibration API change.
1279
1280 2005-11-23  Michael Smith <msmith@fluendo.com>
1281
1282         * gst-libs/gst/audio/multichannel.c:
1283         (gst_audio_get_channel_positions),
1284         (gst_audio_set_channel_positions),
1285         (gst_audio_set_structure_channel_positions_list),
1286         (gst_audio_fixate_channel_positions):
1287           Use gst_value_array_*() functions on value arrays, not
1288           gst_value_list_*().
1289
1290 2005-11-23  Edward Hervey  <edward@fluendo.com>
1291
1292         * autogen.sh:
1293         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
1294         Fixes autogen
1295
1296 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1297
1298         * check/Makefile.am:
1299         * check/elements/videotestsrc.c: (setup_videotestsrc),
1300         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
1301         (main):
1302           add a test for videotestsrc
1303
1304 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1305
1306         * gst/sine/.cvsignore:
1307         * gst/sine/Makefile.am:
1308         * gst/sine/gstsinesrc.c:
1309         * gst/sine/gstsinesrc.h:
1310         * gst/sine/sinesrc.vcproj:
1311           and remove sinesrc from the repository.  Closes #321446
1312
1313 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1314
1315         * configure.ac:
1316         * gst-plugins-base.spec.in:
1317           remove sinesrc from the build
1318
1319 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1320
1321         * check/Makefile.am:
1322         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
1323         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
1324         (main):
1325           add a test for audiotestsrc, testing all waves.  Even seems
1326           leak-free at first glance, nice job Stefan
1327
1328 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
1329
1330         * po/af.po:
1331         * po/az.po:
1332         * po/cs.po:
1333         * po/en_GB.po:
1334         * po/hu.po:
1335         * po/it.po:
1336         * po/nb.po:
1337         * po/nl.po:
1338         * po/or.po:
1339         * po/sq.po:
1340         * po/sr.po:
1341         * po/sv.po:
1342         * po/uk.po:
1343         * po/vi.po:
1344           Translation string updates
1345
1346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
1347         (gst_v4lsrc_set_caps):
1348         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
1349         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
1350         * sys/v4l/v4lsrc_calls.h:
1351           Improve v4lsrc, by making it work again.
1352
1353 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
1354
1355         * ext/libvisual/visual.c: (gst_visual_chain):
1356           Fix the fps calculations.
1357
1358         * gst/ffmpegcolorspace/avcodec.h:
1359           Move structure element for clarity
1360
1361         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
1362         * gst-libs/gst/interfaces/tunernorm.h:
1363         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
1364         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
1365         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
1366         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
1367         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
1368         (gst_v4lmjpegsrc_getcaps):
1369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
1370         (gst_v4lsrc_set_caps):
1371         * sys/v4l/gstv4lsrc.h:
1372         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1373         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
1374         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
1375         * sys/v4l/v4lsrc_calls.h:
1376           Fractional framerates...
1377
1378 2005-11-22  Wim Taymans  <wim@fluendo.com>
1379
1380         * gst-libs/gst/audio/gstbaseaudiosink.c:
1381         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
1382         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1383         And we provide a clock by default, of course...
1384
1385 2005-11-22  Wim Taymans  <wim@fluendo.com>
1386
1387         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
1388         This clock can be slaved to a master clock now.
1389
1390         * gst-libs/gst/audio/gstbaseaudiosink.c:
1391         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
1392         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
1393         (gst_base_audio_sink_set_clock),
1394         (gst_base_audio_sink_set_property),
1395         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
1396         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1397         * gst-libs/gst/audio/gstbaseaudiosink.h:
1398         Handle slaving the internal clock to the clock selected in the
1399         pipeline.
1400         Add property to make the basesink not provide a clock.
1401
1402         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1403         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1404         (gst_base_rtp_depayload_wait):
1405         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1406         We can use the clock in GstElement, no need to store it ourselves.
1407
1408 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1409
1410         * docs/libs/tmpl/gstaudio.sgml:
1411           update
1412         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1413         (gst_paranoia_endian_get_type):
1414         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
1415         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1416         * gst/audiotestsrc/gstaudiotestsrc.c:
1417         (gst_audiostestsrc_wave_get_type):
1418         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
1419         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
1420         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1421         (gst_sync_method_get_type), (gst_unit_type_get_type),
1422         (gst_client_status_get_type), (gst_multifdsink_class_init),
1423         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
1424         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
1425         (gst_multifdsink_get_property):
1426         * gst/tcp/gstmultifdsink.h:
1427         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
1428         * gst/videotestsrc/gstvideotestsrc.c:
1429         (gst_videotestsrc_pattern_get_type):
1430           remove deprecated properties
1431           fix up enums to correctly have short lowercase dashed nicks
1432
1433 2005-11-22  Michael Smith <msmith@fluendo.com>
1434
1435         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1436         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
1437           Add underscore.
1438
1439 2005-11-22  Michael Smith <msmith@fluendo.com>
1440
1441         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1442         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
1443           Use utility method for scaling clocktime for fractional framerates.
1444
1445 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
1446
1447         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
1448         (gst_visual_chain):
1449         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1450         * ext/theora/theoradec.c: (theora_handle_type_packet):
1451         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1452         (theora_enc_chain):
1453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1454         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
1455         * gst-libs/gst/video/video.h:
1456         * gst/ffmpegcolorspace/avcodec.h:
1457         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1458         (gst_ffmpeg_caps_to_pixfmt):
1459         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1460         (gst_ffmpegcsp_set_caps):
1461         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
1462         (gst_videorate_setcaps), (gst_videorate_blank_data),
1463         (gst_videorate_chain):
1464         * gst/videotestsrc/gstvideotestsrc.c:
1465         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
1466         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
1467         (gst_videotestsrc_event), (gst_videotestsrc_create):
1468         * gst/videotestsrc/gstvideotestsrc.h:
1469         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1470         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
1471         (gst_ximagesink_get_times), (gst_ximagesink_init):
1472         * sys/ximage/ximagesink.h:
1473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1474         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
1475         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
1476         * sys/xvimage/xvimagesink.h:
1477           Convert elements to use fractions for their framerate.
1478           V4L elements to come later tonight.
1479
1480 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1481
1482         * gst-libs/gst/audio/audio.c:
1483         * gst-libs/gst/audio/audio.h:
1484           remove some deprecated functions
1485
1486 2005-11-22  Andy Wingo  <wingo@pobox.com>
1487
1488         * Update for gst_tag_setter API changes.
1489
1490 2005-11-22  Andy Wingo  <wingo@pobox.com>
1491
1492         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
1493         (gst_ogg_demux_perform_seek):
1494         * ext/theora/theoradec.c (theora_dec_sink_event):
1495         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
1496         update-funcnames.
1497
1498 2005-11-22  Wim Taymans  <wim@fluendo.com>
1499
1500         * examples/seeking/seek.c: (main):
1501         Give higher priority to bus signals than the gtk events
1502         to fix a race condition in the segment looping.
1503
1504 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
1505
1506         * ext/theora/Makefile.am:
1507         * ext/vorbis/Makefile.am:
1508         * gst-libs/gst/tag/Makefile.am:
1509         * gst-plugins-base.spec.in:
1510           Rename libgsttagedit to libgsttag (#322117).
1511
1512 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
1513
1514         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
1516           Call gst_x_overlay_prepare_xwindow_id() to give applications
1517           a final chance to set their own xwindow id before the video
1518           sink creates its own window.
1519
1520 2005-11-22  Julien MOUTTE  <julien@moutte.net>
1521
1522         * sys/xvimage/xvimagesink.c:
1523         (gst_xvimagesink_navigation_send_event): Handle navigation
1524         events correcly with borders if applicable.
1525
1526 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
1527
1528         Patch by: Luca Ognibene
1529
1530         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1531         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1533         (gst_ffmpegcsp_caps_remove_format_info):
1534         * gst/ffmpegcolorspace/imgconvert.c:
1535         * gst/ffmpegcolorspace/imgconvert_template.h:
1536           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
1537           #318353); use gst_structure_has_name().
1538
1539 2005-11-22  Julien MOUTTE  <julien@moutte.net>
1540
1541         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
1542         (gst_ximagesink_class_init): Add debug macros on functions.
1543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1544         (gst_xvimagesink_xwindow_draw_borders),
1545         (gst_xvimagesink_xvimage_put),
1546         (gst_xvimagesink_xwindow_update_geometry),
1547         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
1548         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
1549         (gst_xvimagesink_xcontext_clear),
1550         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
1551         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
1552         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
1553         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
1554         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
1555         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1556         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
1557         expose while being PAUSED, out of data flow navigation events, etc..
1558
1559 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1560
1561         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
1562         * gst-libs/gst/audio/audio.h:
1563           fix prototype - wondering why the test worked regardless
1564
1565 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1566
1567         * check/Makefile.am:
1568         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
1569         * gst-libs/gst/audio/audio.h:
1570           add a method that returns a proper GstClockTime
1571
1572 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1573
1574         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
1575         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
1576         * gst-libs/gst/interfaces/xoverlay.h:
1577           Remove everything having to do with the desired size; add 
1578           gst_x_overlay_prepare_xwindow_id() function; remove the
1579           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
1580           post a message on the bus instead (#321816).
1581
1582         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
1583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
1584         (gst_xvimagesink_xoverlay_init):
1585           Remove desired size stuff (#321816).
1586
1587 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1588
1589         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
1590         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
1591         (mpeg_video_type_find), (mpeg_video_stream_type_find):
1592           Terminate vararg functions with NULL instead of 0 to 
1593           make gcc4 happy.
1594
1595 2005-11-21  Andy Wingo  <wingo@pobox.com>
1596
1597         patch by: Sebastien Cote <sebas642@yahoo.ca>
1598         
1599         * gst-libs/gst/rtp/gstrtpbuffer.h: 
1600         * gst-libs/gst/rtp/gstrtpbuffer.c
1601         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
1602
1603 2005-11-21  Andy Wingo  <wingo@pobox.com>
1604
1605         * gst/playback/gstplaybin.c (gen_audio_element) 
1606         (gen_video_element): Use the new MISSING_PLUGIN core error
1607         category. Closes #320060.
1608
1609         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
1610         * gst/videorate/gstvideorate.c (gst_videorate_event):
1611         * ext/theora/theoradec.c (theora_dec_sink_event): 
1612         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
1613         stream lock.
1614
1615         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
1616         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
1617         stream lock changes.
1618
1619 2005-11-21  Wim Taymans  <wim@fluendo.com>
1620
1621         * gst-libs/gst/audio/gstbaseaudiosink.c:
1622         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
1623         (gst_base_audio_sink_provide_clock),
1624         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
1625         (gst_base_audio_sink_change_state):
1626         * gst/audioresample/gstaudioresample.c:
1627         Segment update fix.
1628
1629 2005-11-21  Andy Wingo  <wingo@pobox.com>
1630
1631         * *.h:
1632         * *.c: Ran scripts/update-macros. Oh yes.
1633
1634 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1635
1636         * sys/ximage/Makefile.am:
1637         * sys/ximage/ximage.c:
1638           Rename ximage plugin to ximagesink (#321426) (Don't forget to
1639           remove your old libgstximage.* manually if necessary).
1640
1641 2005-11-21  Michael Smith <msmith@fluendo.com>
1642
1643         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
1644           Minimal fix for bug #320200: set the min/max bitrate in the correct
1645           units. A better fix would be to upgrade to the RATEMANAGE2
1646           interface, rather than using the deprecated interface used here, but
1647           that would require an update in our libvorbis dependency (to 1.1),
1648           which is probably undesirable.
1649
1650 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
1651
1652         * ext/libvisual/visual.c: (get_buffer):
1653         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1654         (gst_base_audio_src_fixate):
1655         * gst/audioconvert/gstaudioconvert.c:
1656         (gst_audio_convert_fixate_caps):
1657         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
1658         * gst/audiotestsrc/gstaudiotestsrc.c:
1659         (gst_audiotestsrc_src_fixate):
1660         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
1661         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
1662         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
1663         * gst/videotestsrc/gstvideotestsrc.c:
1664         (gst_videotestsrc_src_fixate):
1665         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
1667           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
1668           (#322027)
1669
1670
1671 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1672
1673         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1674         (gst_riff_create_iavs_caps):
1675         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
1676         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
1677         (gst_riff_parse_info):
1678         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
1679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
1680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
1681           Fixes for GST_FOURCC_FORMAT API change.
1682
1683 2005-11-21  Andy Wingo  <wingo@pobox.com>
1684
1685         patch by: Alessandro Dessina <alessandro nnva org>
1686
1687         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
1688         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
1689         (gst_ogg_parse_chain):
1690         * ext/theora/theoraenc.c (theora_set_header_on_caps):
1691         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
1692         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
1693         gst_value_list calls on arrays. Fixes #321962.
1694
1695 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1696
1697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1698         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
1699         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1700         * gst/adder/gstadder.c: (gst_adder_init),
1701         (gst_adder_request_new_pad), (gst_adder_collected),
1702         (gst_adder_change_state):
1703           Update for gst_collectpads_foo() to gst_collect_pads_foo()
1704           API change.
1705
1706 2005-11-21  Michael Smith <msmith@fluendo.com>
1707
1708         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1709         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
1710           Properly handle pad_push return values.
1711
1712 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
1713
1714         * gst-libs/gst/tag/Makefile.am:
1715         * gst-libs/gst/tag/gstvorbistag.c:
1716         (gst_tag_list_to_vorbiscomment_buffer):
1717           Remove obsolete vorbistag element and debug category.
1718
1719         * gst/playback/gstplaybasebin.c: (check_queue):
1720           Don't divide by 0 when queue-threshold is 0.
1721
1722         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
1723           Don't modify an existing pixel-aspect-ratio if we fail to read
1724           a new one.
1725
1726 2005-11-20  Wim Taymans  <wim@fluendo.com>
1727
1728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
1729         (gst_vorbisenc_push_packet):
1730         GST_PAD_IS_USABLE is gone, use the return value of
1731         the push or pad_alloc_buffer instead.
1732
1733 2005-11-18  Julien MOUTTE  <julien@moutte.net>
1734
1735         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1736         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
1737         (gst_ximagesink_ximage_destroy),
1738         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
1739         (gst_ximagesink_xwindow_new),
1740         (gst_ximagesink_xwindow_update_geometry),
1741         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
1742         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1743         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
1744         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
1745         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
1746         (gst_ximagesink_navigation_send_event),
1747         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
1748         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1749         (gst_ximagesink_finalize), (gst_ximagesink_init),
1750         (gst_ximagesink_class_init):
1751         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
1752         This new version brings correct software scaling, non flickering
1753         window while resizing, pixel aspect ratio handling, usage of
1754         hardware buffer pools, out of data flow event thread for 
1755         navigation and handling of expose events even when being PAUSED,
1756         a new property to keep video aspect ratio when resizing, etc...
1757
1758 2005-11-18  Julien MOUTTE  <julien@moutte.net>
1759
1760         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1761         (gst_videoscale_fixate_caps): Introduce back caps fixate with
1762         handling of PAR.
1763
1764 2005-11-18    <bilboed@dvdsrc.fluendo.com>
1765
1766         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
1767         Unsetting IS_SINK flag from the fakesink, so decodebin
1768         never behaves as a sink.
1769
1770 2005-11-17  Wim Taymans  <wim@fluendo.com>
1771
1772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1773         (gst_base_audio_src_change_state):
1774         Fix the audiosrc base class again, we did not unflush.
1775
1776 2005-11-17  Julien MOUTTE  <julien@moutte.net>
1777
1778         * examples/seeking/seek.c: (make_dv_pipeline),
1779         (make_vorbis_theora_pipeline), (make_avi_pipeline),
1780         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
1781         to ogg/vorbis/theora pipeline.
1782
1783 2005-11-17  Wim Taymans  <wim@fluendo.com>
1784
1785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1786         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
1787         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
1788         Fix EOS on multiple streams.
1789         More debugging.
1790
1791 2005-11-16  Wim Taymans  <wim@fluendo.com>
1792
1793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
1794         (gst_ogg_demux_perform_seek):
1795         Segment done must include stream time.
1796
1797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1798         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
1799         (gst_ogg_mux_change_state):
1800         Fix ogg muxer again.
1801
1802 2005-11-16  Wim Taymans  <wim@fluendo.com>
1803
1804         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
1805         Fix compile again.
1806
1807 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1808
1809         * ext/libvisual/visual.c: (gst_visual_init):
1810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
1811         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
1812         (gst_ogg_parse_chain):
1813         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1814         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
1815         * ext/theora/theoradec.c: (gst_theora_dec_init):
1816         * ext/theora/theoraenc.c: (gst_theora_enc_init):
1817         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1818         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
1819         * gst/adder/gstadder.c: (gst_adder_class_init),
1820         (gst_adder_dispose):
1821         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
1822         * gst/subparse/gstsubparse.c: (gst_subparse_init):
1823         * gst/videorate/gstvideorate.c: (gst_videorate_init):
1824           Fix a whole set of pad template leaks
1825
1826 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1827
1828         * check/generic/states.c: (GST_START_TEST):
1829           fix the test so that it only checks for elements that are part of
1830           this source module
1831
1832 2005-11-16  Michael Smith <msmith@fluendo.com>
1833
1834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
1835         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
1836         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1837         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1838         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
1839         (gst_ogg_mux_change_state):
1840           Fix leaking collectpads.
1841
1842 2005-11-16  Edward Hervey  <edward@fluendo.com>
1843
1844         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
1845         (gst_videorate_event), (gst_videorate_chain):
1846         Handle segment seeks
1847
1848 2005-11-16  Wim Taymans  <wim@fluendo.com>
1849
1850         * gst-libs/gst/audio/gstbaseaudiosink.c:
1851         (gst_base_audio_sink_provide_clock),
1852         (gst_base_audio_sink_change_state):
1853         Set ringbuffer to non-flushing when going to PAUSED, set to
1854         flushing again when going to READY.
1855
1856         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1857         (gst_ring_buffer_stop):
1858         Start in flushing mode by default.
1859         Don't set flushing in the _stop method, let the app call
1860         this explicitly.
1861
1862 2005-11-16  Julien MOUTTE  <julien@moutte.net>
1863
1864         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
1865         * gst-libs/gst/video/videosink.h: Add helper function needed
1866         for video sinks.
1867
1868 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1869
1870         * gst/videoscale/gstvideoscale.c:
1871         (gst_videoscale_handle_src_event):
1872           Don't leak reference to pad parent.
1873
1874 2005-11-16  Wim Taymans  <wim@fluendo.com>
1875
1876         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
1877         Set ringbuffer to flushing when stopping so that we don't
1878         block on wait_segment anymore and livelock.
1879
1880 2005-11-16  Wim Taymans  <wim@fluendo.com>
1881
1882         * examples/seeking/seek.c: (send_event), (do_seek),
1883         (loop_toggle_cb), (segment_done), (main):
1884         Added looping checkbox.
1885
1886 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1887
1888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1889         (gst_ogg_demux_init):
1890         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1891         (gst_vorbis_dec_init):
1892           revert unrefs, they don't pass make check
1893
1894 2005-11-15  Johan Dahlin  <johan@gnome.org>
1895
1896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1897         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
1898         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1899         (gst_vorbis_dec_init):
1900         Fix pad template leaks. 
1901
1902 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
1903
1904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1905           Make state change function thread safe.
1906
1907 2005-11-15  Edward Hervey  <edward@fluendo.com>
1908
1909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1910         (gst_ogg_demux_class_init):
1911         Implement GstElement::send_event, so we can send seek events
1912         in GST_STATE_READY
1913
1914 2005-11-14  Julien MOUTTE  <julien@moutte.net>
1915
1916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
1917         Discovered how to take away flickering while resizing the
1918         window. Please don't put that in ximagesink, refactoring in
1919         progress.
1920
1921 2005-11-14  Michael Smith <msmith@fluendo.com>
1922
1923         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
1924         (gst_multifdsink_render):
1925           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
1926
1927 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1928
1929         * gst/playback/gstplaybin.c: (gen_audio_element):
1930           Use autoaudiosink, it tends to be more widely available than
1931           autoaudiiosink.
1932           
1933 2005-11-14  Andy Wingo  <wingo@pobox.com>
1934
1935         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
1936         as well if it is available. Fixes #316442.
1937
1938 2005-11-14  Michael Smith <msmith@fluendo.com>
1939
1940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
1941         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
1942         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1943         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1944         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
1945         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1946         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
1947         (gst_vorbisenc_change_state):
1948           Fix a small memory leak in vorbisenc.
1949           Fix large memory leaks in oggmux, also fix lots of state change
1950           bugs in oggmux.
1951
1952 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1953
1954         * gst/videotestsrc/gstvideotestsrc.c:
1955         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
1956         (gst_videotestsrc_src_fixate):
1957           move fixation to a fixate function
1958           remove negotiate function, basesrc's is good enough
1959           fixes a bug for check when using the element alone
1960
1961 2005-11-13  Edward Hervey  <edward@fluendo.com>
1962
1963         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1964         (key_toggle_cb), (main):
1965         Added checkboxes for adding/removing the accurate and key_unit seek
1966         flags.
1967
1968 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1969
1970         * configure.ac: back to HEAD
1971
1972 === release 0.9.5 ===
1973
1974 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1975
1976         * configure.ac:
1977           releasing 0.9.5, "No No Kia"
1978
1979 2005-11-11  Edward Hervey  <edward@fluendo.com>
1980
1981         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1982         Added parse-launch syntax seeking mode for the seeking example.
1983         This should help stress-test even more cases.
1984         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1985
1986 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1987
1988         * sys/xvimage/xvimagesink.c:
1989         (gst_xvimagesink_navigation_send_event):
1990           Check whether peer pad exists before sending navigation events
1991           to it.
1992
1993 2005-11-11  Michael Smith <msmith@fluendo.com>
1994
1995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1996         (gst_vorbisenc_buffer_from_packet):
1997         * ext/vorbis/vorbisenc.h:
1998           Set duration on encoded buffers. This allows oggmux's
1999           max_page_delay parameter to actually work.
2000
2001 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
2002
2003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2004         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
2005         (gst_ffmpegcsp_avpicture_fill):
2006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2007         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
2008           Make palettes work again (see #132341). Use our own macros
2009           for rounding up.
2010
2011 2005-11-10  Andy Wingo  <wingo@pobox.com>
2012
2013         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
2014         string doober.
2015
2016 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2017
2018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2019         (gst_ffmpegcsp_transform_caps):
2020           Prefer passthrough in transform_caps
2021
2022 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2023
2024         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2025           check for ALSA errors properly, instead of relying on ALSA's
2026           error strings to serve to the user.
2027
2028 2005-11-10  Wim Taymans  <wim@fluendo.com>
2029
2030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
2031         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
2032         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2033         Modernise the seek code.
2034
2035 2005-11-10  Michael Smith <msmith@fluendo.com>
2036         
2037         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
2038         (setup_substreams), (set_active_source):
2039           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
2040           trying to go to NULL if we failed to read a file.
2041
2042 2005-11-10  Wim Taymans  <wim@fluendo.com>
2043
2044         * gst/audiotestsrc/gstaudiotestsrc.c:
2045         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
2046         (gst_audiotestsrc_create):
2047         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2048         (gst_sinesrc_get_times), (gst_sinesrc_create):
2049         * gst/videotestsrc/gstvideotestsrc.c:
2050         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
2051         (gst_videotestsrc_create):
2052         The base class can now sync for us.
2053
2054 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2055
2056         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
2057           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
2058           name=source autoprobe=false autoprobe-fps=false copy-mode=1
2059           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
2060           format=(fourcc)I420" ! xvimagesink
2061
2062 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2063
2064         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2065         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
2066         (gst_sinesrc_newsegment):
2067           Send newsegment event in TIME format, set duration if
2068           num-buffers is set, fix duration querying.
2069
2070 2005-11-10  Michael Smith <msmith@fluendo.com>
2071
2072         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2073         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2074         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2075         (gst_ogg_mux_collected):
2076          Fix EOS handling, partially. Now forwarding an EOS event once we have
2077          EOS on all pads works correctly. However, we still don't properly set
2078          EOS on the actual ogg stream pages.
2079
2080 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2081
2082         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
2083           Set elements to NULL state before disposing of them.
2084
2085 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
2086
2087         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2090         (gst_base_rtp_depayload_init),
2091         (gst_base_rtp_depayload_set_gst_timestamp):
2092         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2093           We need to send a newsegment event for each instance, not
2094           just for the first instance of this class (get rid of
2095           static variable in function). (#321011).
2096           
2097 2005-11-08  Michael Smith <msmith@fluendo.com>
2098
2099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2100         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
2101         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
2102         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2103           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
2104           This makes us mux things correctly according to the ogg muxing
2105           rules. Still not handling EOS correctly right now, though.
2106
2107 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
2108
2109         * gst/audioconvert/gstaudioconvert.c:
2110           Fix typo in docs. 
2111
2112 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
2113
2114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
2115         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
2116           Initialise segment_stop to GST_CLOCK_TIME_NONE when
2117           creating a new chain; should fix live streaming. Also
2118           add more debug output and fix a typo.
2119
2120 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
2121
2122         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2123
2124         * gst/volume/gstvolume.c: (volume_set_caps):
2125           Fix compilation on Solaris with Forte. (#320923)
2126
2127 2005-11-08  Wim Taymans  <wim@fluendo.com>
2128
2129         * gst-libs/gst/audio/gstbaseaudiosink.c:
2130         (gst_base_audio_sink_render):
2131         No need to do a typecheck.
2132
2133 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
2134
2135         * ext/alsa/gstalsa.h:
2136           We register a debug category, so let's use it.
2137
2138 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
2139
2140         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2141         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
2142         Fixed a small problem.
2143
2144 2005-11-04  Wim Taymans  <wim@fluendo.com>
2145
2146         * examples/seeking/Makefile.am:
2147         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
2148         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
2149         (make_playerbin_pipeline), (format_value), (update_scale),
2150         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
2151         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
2152         (print_usage), (main):
2153         Added app for playback speed testing.
2154
2155         * examples/seeking/seek.c: (dynamic_link),
2156         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
2157         (make_mpeg_pipeline), (do_seek), (set_update_scale),
2158         (message_received), (main):
2159         Updated seek example.
2160
2161 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
2162
2163         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2164         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2165         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
2166         (gst_base_rtp_depayload_set_clock):
2167         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2168         Don't sleep on the bench (system clock) when you have a nice 
2169         comfortable bed (Gstreamer clock) to sleep on.
2170
2171 2005-11-03  Wim Taymans  <wim@fluendo.com>
2172
2173         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2174         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
2175         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
2176         Handle the case where a pad_block failed.
2177
2178 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
2179
2180         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
2181
2182         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2183         (gst_base_rtp_depayload_add_to_queue),
2184         (gst_base_rtp_depayload_push),
2185         (gst_base_rtp_depayload_set_gst_timestamp),
2186         (gst_base_rtp_depayload_queue_release):
2187           Fixes some bugs in the depayloader's queuing/de-queueing code.
2188
2189 2005-10-31  Michael Smith <msmith@fluendo.com>
2190
2191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
2192         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2193         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
2194           Patch from Alessandro Decina <alessandro@nnva.org>.
2195           Make oggdemux only find the final time in a chain, not per-pad,
2196           since the per-pad information can be very expensive to locate, and
2197           it isn't used anywhere. This makes reading a file containing
2198           OggSkeleton reasonably fast.
2199           Also, make chain finding work when there are logical bitstreams that
2200           can't be decoded. Fixes #319110.
2201
2202 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
2203
2204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2205         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2206         (gst_base_rtp_depayload_chain),
2207         (gst_base_rtp_depayload_add_to_queue),
2208         (gst_base_rtp_depayload_push),
2209         (gst_base_rtp_depayload_set_gst_timestamp),
2210         (gst_base_rtp_depayload_queue_release),
2211         (gst_base_rtp_depayload_start_thread),
2212         (gst_base_rtp_depayload_set_property),
2213         (gst_base_rtp_depayload_get_property):
2214         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2215         Some random fixes, to fullfill the desires of thomas.
2216
2217 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
2218
2219         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2220         (gst_base_rtp_depayload_add_to_queue),
2221         (gst_base_rtp_depayload_push):
2222         Fixed the queueing algorithm.
2223
2224 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
2225
2226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2227         (gst_base_rtp_depayload_push):
2228         A small fix
2229
2230 2005-10-31  Wim Taymans  <wim@fluendo.com>
2231
2232         * gst-libs/gst/audio/gstringbuffer.h:
2233         Don't break ABI.
2234
2235         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2236         (gst_ffmpeg_caps_to_pixfmt):
2237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2238         (gst_ffmpegcsp_set_caps):
2239         Some more comments.
2240         Handle missing required caps fields better.
2241
2242 2005-10-31  Wim Taymans  <wim@fluendo.com>
2243
2244         * gst-libs/gst/audio/gstbaseaudiosink.c:
2245         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
2246         (gst_base_audio_sink_render):
2247         * gst-libs/gst/audio/gstringbuffer.c:
2248         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2249         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2250         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
2251         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
2252         (gst_ring_buffer_read):
2253         * gst-libs/gst/audio/gstringbuffer.h:
2254         Add flushing mode to the ringbuffer so that it in all cases does
2255         not try to handle more audio. This makes sure it does not try to
2256         block anymore when flushing and fixes a livelock.
2257
2258 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
2259
2260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2261         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2262         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
2263           Explicitly check for -1 values before doing a conversion
2264           and always map them to -1. (#315545)
2265
2266 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2267
2268         * gst/playback/gstplaybin.c: (gen_video_element):
2269           first try autovideosink, then xvimagesink, then error out
2270         * po/POTFILES.in:
2271           add translatable file
2272         * po/af.po:
2273         * po/az.po:
2274         * po/cs.po:
2275         * po/en_GB.po:
2276         * po/hu.po:
2277         * po/it.po:
2278         * po/nb.po:
2279         * po/nl.po:
2280         * po/or.po:
2281         * po/sq.po:
2282         * po/sr.po:
2283         * po/sv.po:
2284         * po/uk.po:
2285         * po/vi.po:
2286           update translations
2287
2288 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
2289
2290         * gst-libs/gst/rtp/gstbasedepayload.c:
2291         * gst-libs/gst/rtp/gstbasedepayload.h:
2292           Minor cleanups
2293
2294 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2295
2296         * gst/playback/.cvsignore:
2297         * gst/playback/decodetest.c:
2298         * gst/playback/test3.c:
2299           Port these two tests as well.
2300
2301 2005-10-27  Wim Taymans  <wim@fluendo.com>
2302
2303         * ext/theora/theoradec.c: (theora_dec_src_query),
2304         (theora_dec_sink_event):
2305         * ext/theora/theoraenc.c: (theora_enc_sink_event),
2306         (theora_enc_change_state):
2307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2308         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2309         Take proper locks when handling events.
2310
2311 2005-10-27  Wim Taymans  <wim@fluendo.com>
2312
2313         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
2314         (gst_adder_change_state):
2315         Fix timestamps and fix deadlock when stopping the collectpads.
2316
2317 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
2318
2319         * gst-libs/gst/rtp/gstrtpbuffer.h:
2320         Declaring the payload types as strings too so that they can be used
2321         in the padtemplate inialization.
2322
2323 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
2324
2325         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
2326
2327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2328         (gst_base_rtp_depayload_class_init):
2329         Fixes a small but nasty bug. The derived elements no longer segfaults
2330         on finalization.
2331
2332 2005-10-26  Michael Smith <msmith@fluendo.com>
2333
2334         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
2335           When clearing an audioconvert context, set tmpbufsize to zero, so
2336           we'll allocate it again later if required.
2337           This fixes audioconvert re-negotiating formats, which previously
2338           segfaulted with a NULL destination buffer.
2339
2340 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
2341
2342         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2343         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
2344         (gst_base_rtp_depayload_set_gst_timestamp),
2345         (gst_base_rtp_depayload_queue_release):
2346         Fixed a smalll memleak.
2347
2348 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
2349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2350         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
2351         (gst_base_rtp_depayload_finalize),
2352         (gst_base_rtp_depayload_setcaps),
2353         (gst_base_rtp_depayload_add_to_queue),
2354         (gst_base_rtp_depayload_push),
2355         (gst_base_rtp_depayload_set_gst_timestamp),
2356         (gst_base_rtp_depayload_queue_release),
2357         (gst_base_rtp_depayload_thread),
2358         (gst_base_rtp_depayload_change_state):
2359         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2360         Changed the C++ comments to C comments
2361
2362 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2363
2364         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
2365         * gst/tcp/gsttcpclientsrc.h:
2366         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
2367         * gst/tcp/gsttcpserversrc.h:
2368           Remove unused 'curoffset' structure member.
2369
2370 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
2371
2372         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2373         (gst_base_rtp_depayload_base_init),
2374         (gst_base_rtp_depayload_finalize):
2375         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2376         * gst-libs/gst/rtp/gstbasertppayload.h:
2377           The pad-template on the sinkpad should be set by the derived classes.
2378           Also added some useful macros.
2379
2380 2005-10-24  Wim Taymans  <wim@fluendo.com>
2381
2382         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2383         Correctly flush decoder samples even if we could not
2384         copy them to an output buffer. Fixes #319618.
2385
2386 2005-10-24  Julien MOUTTE  <julien@moutte.net>
2387
2388         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
2390         the caps against our xcontext caps.
2391
2392 2005-10-24  Wim Taymans  <wim@fluendo.com>
2393
2394         * gst-libs/gst/audio/gstbaseaudiosink.c:
2395         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
2396         Remove g_print
2397         Use sync property from baseclass to disable sync.
2398
2399 2005-10-24  Wim Taymans  <wim@fluendo.com>
2400
2401         * gst-libs/gst/audio/gstbaseaudiosink.c:
2402         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
2403         Buffers with no timestamps get aligned with previous buffers or
2404         on underrun, played ASAP.
2405
2406 2005-10-24  Julien MOUTTE  <julien@moutte.net>
2407
2408         * gst-libs/gst/video/video.h:
2409         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2410         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
2412         here comes my change on caps for framerate and geometry range.
2413         We are now accepting 1 to MAXINT for width and height, and from
2414         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
2415         to be blended correctly in videomixer.
2416
2417 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2418
2419         * configure.ac:
2420           back to HEAD
2421
2422 === release 0.9.4 ===
2423
2424 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2425
2426         * NEWS:
2427         * RELEASE:
2428         * configure.ac:
2429           releasing 0.9.4, "Velociraptor"
2430
2431 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2432
2433         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2434         * po/POTFILES.in:
2435           STOPPED -> FAILED
2436
2437 2005-10-21  Wim Taymans  <wim@fluendo.com>
2438
2439         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2440         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
2441         (pad_blocked), (close_pad_link), (new_pad):
2442         Don't try to remove elements twice.
2443
2444 2005-10-21  Wim Taymans  <wim@fluendo.com>
2445
2446         * ext/theora/theoradec.c: (theora_dec_src_query),
2447         (theora_dec_sink_event):
2448         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2449         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2450         (vorbis_handle_data_packet):
2451         * ext/vorbis/vorbisdec.h:
2452         Fix old naming.
2453
2454         * gst-libs/gst/audio/gstbaseaudiosink.c:
2455         (gst_base_audio_sink_render):
2456         Don't try to sync on buffers without a timestamp.
2457
2458 2005-10-21  Wim Taymans  <wim@fluendo.com>
2459
2460         * ext/theora/theoradec.c: (theora_dec_src_query),
2461         (theora_dec_sink_event):
2462         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2463         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2464         (vorbis_handle_data_packet):
2465         * ext/vorbis/vorbisdec.h:
2466         Fix old naming.
2467
2468 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2469
2470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
2471         (gst_vorbisenc_src_query):
2472           Implement position and duration queries.
2473
2474         * gst/playback/test3.c: (update_scale), (main):
2475           Fix for async state changes and print nicer output.
2476
2477 2005-10-20  Wim Taymans  <wim@fluendo.com>
2478
2479         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2480         (dump_element_stats), (main):
2481         * gst/playback/test6.c: (main):
2482         Fix tests again
2483
2484 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2485
2486         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
2487         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2488           Don't use functions for position queries when handling
2489           duration queries.
2490
2491 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2492
2493         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2494         (vorbis_handle_data_packet), (vorbis_dec_chain),
2495         (vorbis_dec_change_state):
2496         * ext/vorbis/vorbisdec.h:
2497           Vorbis streams can be embedded in other container formats
2498           than ogg, container formats where the demuxer might set 
2499           timestamps on encoded vorbis buffers instead of those silly 
2500           granulepos thingies. In short: make vorbisdec handle 
2501           timestamps on incoming buffers as well.
2502
2503 2005-10-20  Wim Taymans  <wim@fluendo.com>
2504
2505         * gst/playback/gstplaybasebin.c: (group_destroy),
2506         (gst_play_base_bin_change_state):
2507         Fix leak.
2508         Handle case where playbasebin is now ASYNC because
2509         decodebin is.
2510
2511 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2512
2513         * gst/audioconvert/Makefile.am:
2514         * gst/audioconvert/bufferframesconvert.c:
2515         * gst/audioconvert/plugin.c: (plugin_init):
2516         * gst/audioconvert/plugin.h:
2517           And bye bye buffer-frames-convert
2518
2519 2005-10-19  Wim Taymans  <wim@fluendo.com>
2520
2521         * check/elements/audioconvert.c:
2522         * docs/libs/tmpl/gstaudio.sgml:
2523         * docs/libs/tmpl/gstcolorbalance.sgml:
2524         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2525         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
2526         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
2527         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
2528         * gst-libs/gst/audio/audio.h:
2529         * gst/audioconvert/audioconvert.h:
2530         * gst/audioconvert/gstaudioconvert.c:
2531         (gst_audio_convert_parse_caps):
2532         * gst/volume/gstvolume.c:
2533         Bye bye buffer-frames.
2534
2535 2005-10-19  Wim Taymans  <wim@fluendo.com>
2536
2537         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2538         (query_positions_elems), (query_positions_pads), (update_scale),
2539         (do_seek), (set_update_scale), (message_received), (main):
2540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2541         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
2542         (gst_ogg_demux_loop):
2543         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2544         * ext/theora/theoradec.c: (theora_dec_src_query),
2545         (theora_dec_sink_event):
2546         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2547         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
2548         * gst/adder/gstadder.c: (gst_adder_query):
2549         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
2550         * gst/playback/test3.c: (update_scale):
2551         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2552         (dump_element_stats), (main):
2553         * gst/playback/test6.c: (main):
2554         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2555         Query API update.
2556
2557 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2558
2559         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
2560         (xml_check_first_element), (xml_type_find), (smil_type_find),
2561         (plugin_init):
2562           Add typefinding for SMIL and for generic XML. Based on patch by
2563           Akos Maroy (#308663).
2564
2565 2005-10-18  Wim Taymans  <wim@fluendo.com>
2566
2567         * gst/playback/Makefile.am:
2568         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2569         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
2570         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
2571         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
2572         (gst_decode_bin_change_state):
2573         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2574         (gst_play_bin_send_event_to_sink):
2575         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2576         (dump_element_stats), (main):
2577         * gst/playback/test6.c: (main):
2578         Make playbin async, it'll commit state to paused when all streams
2579         are detected.
2580         Remove ugly hack.
2581         Added test6.c to show async behaviour.
2582
2583 2005-10-18  Wim Taymans  <wim@fluendo.com>
2584
2585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
2586         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
2587         Fix for segment-start/stop API change.
2588
2589 2005-10-18  Wim Taymans  <wim@fluendo.com>
2590
2591         * check/Makefile.am:
2592         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
2593         (main):
2594         Add future test for clock selection.
2595
2596 2005-10-18  Wim Taymans  <wim@fluendo.com>
2597
2598         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
2599         (gst_alsasink_close):
2600         Set handle to NULL.
2601
2602         * gst-libs/gst/audio/gstringbuffer.c:
2603         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2604         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2605         (gst_ring_buffer_start), (gst_ring_buffer_pause),
2606         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
2607         (gst_ring_buffer_read):
2608         More debug info.
2609
2610 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
2611
2612         * gst/audiotestsrc/Makefile.am:
2613         * gst/sine/Makefile.am:
2614         * gst/volume/Makefile.am:
2615           fix broken build of controllerized plugins
2616
2617 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
2618
2619         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2620
2621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2622         (gst_riff_create_video_template_caps):
2623           Add support for Indeo-3 (IV32).
2624
2625 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2626
2627         * configure.ac:
2628           rewrite
2629
2630 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2631
2632         * gst-libs/gst/video/video.c: (gst_video_get_size):
2633         * gst/audiotestsrc/gstaudiotestsrc.c:
2634           doc updates
2635
2636 2005-10-17  Andy Wingo  <wingo@pobox.com>
2637
2638         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
2639         with the collectpads change.
2640         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
2641
2642         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
2643
2644         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
2645
2646         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
2647         alloc_buffer flow return to callers.
2648         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
2649         change. Fix some memleaks in theoraenc.
2650
2651         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
2652         in strange circumstance.
2653
2654 2005-10-17  Julien MOUTTE  <julien@moutte.net>
2655
2656         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2657         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
2658         from caps, let's use the caps...
2659
2660 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2661
2662         * configure.ac:
2663           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
2664
2665 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2666
2667         * gst-libs/gst/interfaces/Makefile.am:
2668           fix silly typo
2669
2670 2005-10-16  Andy Wingo  <wingo@pobox.com>
2671
2672         * gst/playback/gstdecodebin.c
2673         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
2674         function!
2675         (try_to_link_1): Increase kraziness level.
2676
2677 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2678
2679         * configure.ac:
2680           restructure like the core one
2681         * gst-libs/gst/audio/Makefile.am:
2682         * gst-libs/gst/interfaces/Makefile.am:
2683         * gst-libs/gst/net/Makefile.am:
2684         * gst-libs/gst/riff/Makefile.am:
2685         * gst-libs/gst/rtp/Makefile.am:
2686         * gst-libs/gst/tag/Makefile.am:
2687         * gst-libs/gst/video/Makefile.am:
2688           use correct linker flags, now the libs are properly versioned
2689         * check/elements/audioconvert.c: (verify_convert):
2690         * ext/alsa/gstalsaplugin.c:
2691         * ext/cdparanoia/gstcdparanoia.c:
2692         * ext/gnomevfs/gstgnomevfs.c:
2693         * ext/libvisual/visual.c:
2694         * ext/ogg/gstogg.c:
2695         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
2696         * ext/theora/theora.c:
2697         * ext/vorbis/vorbis.c:
2698         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2699         * gst-libs/gst/tag/gsttagediting.c:
2700         * gst-libs/gst/video/video.c:
2701         * gst/adder/gstadder.c:
2702         * gst/audioconvert/plugin.c:
2703         * gst/audiorate/gstaudiorate.c:
2704         * gst/audioresample/gstaudioresample.c:
2705         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2706         * gst/audioscale/gstaudioscale.c:
2707         * gst/audioscale/resample.c:
2708         * gst/audiotestsrc/gstaudiotestsrc.c:
2709         * gst/ffmpegcolorspace/gstffmpeg.c:
2710         * gst/playback/gstdecodebin.c: (close_pad_link):
2711         * gst/playback/gstplaybin.c: (gen_video_element),
2712         (gen_audio_element):
2713         * gst/sine/gstsinesrc.c:
2714         * gst/subparse/gstsubparse.c:
2715         * gst/tags/gsttagediting.c:
2716         * gst/tcp/gsttcpplugin.c:
2717         * gst/typefind/gsttypefindfunctions.c:
2718         * gst/videorate/gstvideorate.c:
2719         * gst/videoscale/gstvideoscale.c:
2720         * gst/videotestsrc/gstvideotestsrc.c:
2721         * gst/volume/gstvolume.c:
2722         * sys/v4l/gstv4l.c:
2723         * sys/ximage/ximage.c:
2724         * sys/xvimage/xvimagesink.c:
2725           fix up defines
2726
2727 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2728
2729         * ext/vorbis/vorbisenc.c:
2730         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2731         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
2732         (gst_tag_to_vorbis_comments):
2733           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
2734
2735 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
2736
2737         * examples/stats/mp2ogg.c:
2738         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2739           typo fixes
2740
2741 2005-10-13  Michael Smith <msmith@fluendo.com>
2742
2743         * ext/ogg/gstoggmux.c:
2744           Use magic glib macros to define constants as 64 bit, to ensure
2745           appropriate vararg passing.
2746
2747 2005-10-13  Michael Smith <msmith@fluendo.com>
2748
2749         * ext/ogg/gstoggmux.c:
2750         * gst/audioconvert/audioconvert.c: (float):
2751           Don't use LL suffix, as it's not portable, and neither of these
2752           uses required it anyway.
2753
2754 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
2755
2756         * examples/indexing/indexmpeg.c: (main):
2757         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
2758         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
2759         (cdparanoia_convert), (cdparanoia_query):
2760         * ext/cdparanoia/gstcdparanoia.h:
2761         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
2762         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
2763         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
2764         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
2765         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
2766         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
2767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
2768         (gst_multifdsink_render), (gst_multifdsink_start),
2769         (gst_multifdsink_stop):
2770         * gst/tcp/gstmultifdsink.h:
2771         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
2772         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
2773         (gst_tcpclientsink_stop):
2774         * gst/tcp/gsttcpclientsink.h:
2775         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
2776         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
2777         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
2778         * gst/tcp/gsttcpclientsrc.h:
2779         * gst/tcp/gsttcpserversink.h:
2780         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
2781         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
2782         (gst_tcpserversrc_stop):
2783         * gst/tcp/gsttcpserversrc.h:
2784         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
2785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
2786         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
2787           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
2788           moved bitshift from macro to enum definition
2789
2790 2005-10-12  Wim Taymans  <wim@fluendo.com>
2791
2792         * examples/seeking/Makefile.am:
2793         Oops.
2794
2795 2005-10-12  Wim Taymans  <wim@fluendo.com>
2796
2797         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2798         (gst_ring_buffer_read), (gst_ring_buffer_clear):
2799         Don't assert on normal stuff.
2800
2801         * gst/playback/gstplaybin.c: (do_playbin_seek):
2802         API fix.
2803
2804 2005-10-12  Wim Taymans  <wim@fluendo.com>
2805
2806         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2807         * examples/seeking/Makefile.am:
2808         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
2809         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2810         (do_seek), (set_update_scale), (message_received), (main):
2811         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2812         (gst_ring_buffer_read), (gst_ring_buffer_clear):
2813         Update for _get_state() API change.
2814
2815 2005-10-11  Wim Taymans  <wim@fluendo.com>
2816
2817         * gst-libs/gst/audio/gstbaseaudiosink.c:
2818         (gst_base_audio_sink_render):
2819         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2820         (gst_base_audio_src_create):
2821         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2822         (gst_ring_buffer_read):
2823         Cleanups.
2824         Commit and read from ringbuffer in samples rather than bytes.
2825
2826 2005-10-11  Wim Taymans  <wim@fluendo.com>
2827
2828         * gst-libs/gst/audio/gstbaseaudiosink.c:
2829         (gst_base_audio_sink_render):
2830         Respect segment rate and accum when scheduling samples.
2831
2832 2005-10-11  Julien MOUTTE  <julien@moutte.net>
2833
2834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2835         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
2836         EOS correctly, that needs more work.
2837
2838 2005-10-11  Wim Taymans  <wim@fluendo.com>
2839
2840         * check/generic/states.c: (GST_START_TEST):
2841         remove old property.
2842
2843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2844         (gst_ogg_demux_perform_seek):
2845         * ext/theora/theoradec.c: (theora_dec_sink_event):
2846         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2847         (vorbis_handle_data_packet):
2848         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2849         (gst_base_rtp_depayload_set_gst_timestamp):
2850         * gst/videorate/gstvideorate.c: (gst_videorate_event):
2851         Update for newsegment API change.
2852
2853 2005-10-11  Michael Smith <msmith@fluendo.com>
2854
2855         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
2856         (do_playbin_seek), (gst_play_bin_send_event):
2857           Override send_event differently, so that we can takes bits of
2858           functionality from GstPipeline (special handling for seeks,
2859           including pausing/resuming, and resetting stream time) and still get
2860           the appropriate behaviour of only forwarding event to a single sink,
2861           rather than all of them.
2862           Unfortunately requires a lot of code duplication, but the
2863           alternatives are equally ugly in the end.
2864
2865 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2866
2867         * check/elements/audioconvert.c: (setup_audioconvert),
2868         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2869         (GST_START_TEST), (audioconvert_suite):
2870           clean up tests a little, fix some leaks.
2871
2872 2005-10-10  Wim Taymans  <wim@fluendo.com>
2873
2874         * ext/alsa/gstalsasink.c:
2875         Also allow unsigned int.
2876
2877         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2878         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2879         Small cleanup
2880
2881 2005-10-10  Wim Taymans  <wim@fluendo.com>
2882
2883         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2884         Small update, use API as stated in design docs.
2885
2886         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2887         (update_scale), (do_seek), (seek_cb), (set_update_scale),
2888         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
2889         (message_received), (main):
2890         Updated seek example for GOption. Some usability improvements.
2891
2892 2005-10-10  Wim Taymans  <wim@fluendo.com>
2893
2894         * gst/audioconvert/audioconvert.h:
2895         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2896         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
2897         Alloc temp storage somewhere else where we can do it more
2898         portable.
2899
2900 2005-10-10  Wim Taymans  <wim@fluendo.com>
2901
2902         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
2903         (gst_tcpserversrc_start):
2904         Don't block in accept while doing the state change, move
2905         to poll and make cancellable.
2906
2907 2005-10-09  Philippe Khalaf <burger@speedy.org>
2908
2909         * gst-libs/gst/rtp/rtpbasedepayload.c:
2910         Set timestamp and add queue delay to timestamp
2911         * gst-libs/gst/rtp/rtpbuffer.h:
2912         Set correct payload type for h263
2913
2914 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2915
2916         * gst/audiotestsrc/gstaudiotestsrc.c:
2917         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
2918         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
2919         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
2920         (gst_audiotestsrc_create_triangle),
2921         (gst_audiotestsrc_create_silence),
2922         (gst_audiotestsrc_create_white_noise),
2923         (gst_audiotestsrc_init_pink_noise),
2924         (gst_audiotestsrc_generate_pink_noise_value),
2925         (gst_audiotestsrc_create_pink_noise),
2926         (gst_audiotestsrc_change_wave):
2927         * gst/audiotestsrc/gstaudiotestsrc.h:
2928           fixed typo, added pink noise
2929
2930 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2931
2932         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
2933         (plugin_init):
2934           Add wavpack and spc typefind functions from 0.8 branch.
2935
2936 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
2939         (ar_type_find), (msdos_type_find), (plugin_init):
2940           Add typefind functions for tar archives, ar archives,
2941           RAR archives, and msdos-executables (dlls, exe, etc.).
2942           Some of those would be wrongly identified as mpeg
2943           streams of some sort before (#315550).
2944
2945 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2946
2947         * configure.ac:
2948         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2949         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2950         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2951         * gst/audiotestsrc/Makefile.am:
2952         * gst/audiotestsrc/gstaudiotestsrc.c:
2953         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
2954         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
2955         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
2956         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
2957         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
2958         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
2959         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
2960         (gst_audiotestsrc_create_silence),
2961         (gst_audiotestsrc_create_white_noise),
2962         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
2963         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2964         (gst_audiotestsrc_start), (plugin_init):
2965         * gst/audiotestsrc/gstaudiotestsrc.h:
2966           add new plugin and element
2967         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2968           use gobject_class
2969
2970 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2971
2972         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2973         (gst_adder_init), (gst_adder_request_new_pad),
2974         (gst_adder_change_state):
2975           Add query function to source pad, so adder reports the correct
2976           time/sample position when queried (#315457); fix state change
2977           function; use GST_DEBUG_FUNCPTR() for pad functions.
2978
2979 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2980
2981         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2982           Fix leaks in typefind registration
2983           Clean up the gratuitous commenting and whitespacing a little
2984
2985 2005-10-08  Wim Taymans  <wim@fluendo.com>
2986
2987         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2988         Only actually wait for the thread to be stopped if it's 
2989         running.
2990
2991 2005-10-08  Wim Taymans  <wim@fluendo.com>
2992
2993         * gst-libs/gst/audio/gstbaseaudiosink.c:
2994         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2995         If we receive EOS we can start playback of what we had.
2996
2997 2005-10-08  Wim Taymans  <wim@fluendo.com>
2998
2999         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3000         (gst_multifdsink_finalize), (multifdsink_hash_remove),
3001         (gst_multifdsink_stop):
3002         Fix crasher when going to NULL multiple times.
3003
3004 2005-10-06  Wim Taymans  <wim@fluendo.com>
3005
3006         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
3007         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3008         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3009         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3010         patch from Edgard Lima <edgard.lima@indt.org.br>
3011         Fixed gstbaseaudiosrc adding ring buffer sync to it.
3012
3013 2005-10-06  Wim Taymans  <wim@fluendo.com>
3014
3015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3016         Report the FLOW_RETURN as string in the error message.
3017
3018         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
3019         Don't assert when clearing an unnegotiated buffer.
3020
3021 2005-10-04  Michael Smith <msmith@fluendo.com>
3022
3023         * gst/playback/gstplaybasebin.c: (group_destroy),
3024         (gen_preroll_element), (remove_groups), (setup_source):
3025         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
3026         (setup_sinks), (gst_play_bin_send_event),
3027         (gst_play_bin_change_state):
3028           Set state to NULL before removing from bin. Fix refcounting.
3029
3030 2005-10-04  Michael Smith <msmith@fluendo.com>
3031
3032         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
3033           Correct refcounting in send_event() function. Previously was wrong
3034           if the first sink was unable to handle the event.
3035
3036 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3037
3038         * configure.ac:
3039           back to development
3040
3041 === release 0.9.3 ===
3042
3043 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3044
3045         * configure.ac:
3046           Releasing 0.9.3, "De Facto"
3047
3048 2005-10-03  Andy Wingo  <wingo@pobox.com>
3049
3050         * gst/playback/gstdecodebin.c (try_to_link_1)
3051         (remove_element_chain): set element to NULL before removing it.
3052
3053 2005-10-02  Johan Dahlin  <johan@gnome.org>
3054
3055         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
3056         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
3057         MT safe.
3058
3059 2005-10-02  Andy Wingo  <wingo@pobox.com>
3060
3061         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
3062         (gst_ring_buffer_prepare_read): 
3063         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
3064         Demote to LOG.
3065
3066 2005-09-29  Wim Taymans  <wim@fluendo.com>
3067
3068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3069         * ext/theora/theoradec.c: (theora_handle_data_packet):
3070         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3071         Propagate error codes from alloc_buffer too.
3072
3073 2005-09-29  Wim Taymans  <wim@fluendo.com>
3074
3075         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3076         We use fixed caps.
3077
3078         * gst/playback/Makefile.am:
3079         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3080         (dump_element_stats), (main):
3081         Added example stream introspection code.
3082
3083 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
3084
3085         * gst/adder/gstadder.c: (gst_adder_collected):
3086           fix adder for float elements
3087
3088 2005-09-28  Wim Taymans  <wim@fluendo.com>
3089
3090         * gst-libs/gst/audio/gstbaseaudiosink.c:
3091         (gst_base_audio_sink_class_init),
3092         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3093         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3094         (gst_base_audio_src_class_init),
3095         (gst_base_audio_src_provide_clock):
3096         get_clock -> provide_clock
3097
3098 2005-09-28  Andy Wingo  <wingo@pobox.com>
3099
3100         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
3101         and unlocking.
3102
3103         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
3104         unlocking.
3105
3106         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
3107         Actually add the pad template.
3108         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
3109
3110         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
3111         I'm at it...
3112
3113         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
3114         from fdsrc. Get caps in create() instead of start() so it can be
3115         interrupted. Interruption somewhat untested.
3116
3117         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
3118         Proper EOS handling.
3119
3120 2005-09-27  Andy Wingo  <wingo@pobox.com>
3121
3122         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
3123
3124         * gst/tcp/gsttcpserversrc.c: Cleaned up.
3125
3126         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
3127
3128         * gst/tcp/gsttcp.h: 
3129         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
3130         out of tcpclientsrc.c. Cancellable.
3131         (gst_tcp_socket_read): Made private, cancellable, with better
3132         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
3133         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
3134         whole buffer, and better diagnostics.
3135         (gst_tcp_gdp_read_caps): Same.
3136
3137         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
3138
3139 2005-09-26  Andy Wingo  <wingo@pobox.com>
3140
3141         * gst/sine/gstsinesrc.h:
3142         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
3143         change the 'sync' property to 'is-live' and implement it halfway,
3144         update for controller api change.
3145
3146         * gst/volume/gstvolume.c (volume_transform_ip): Update for
3147         controller api change.
3148
3149 2005-09-24  Wim Taymans  <wim@fluendo.com>
3150
3151         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3152         * gst-libs/gst/audio/gstaudiosink.c:
3153         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3154         (gst_audioringbuffer_stop):
3155         * gst-libs/gst/audio/gstbaseaudiosink.c:
3156         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3157         (gst_base_audio_sink_change_state):
3158         * gst-libs/gst/audio/gstbaseaudiosink.h:
3159         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
3160         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
3161         (gst_ring_buffer_commit), (gst_ring_buffer_read):
3162         * gst-libs/gst/audio/gstringbuffer.h:
3163         Fix sync again. Moved sample alignment to basesink.
3164
3165 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3166
3167         * docs/plugins/Makefile.am:
3168         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3169         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3170         * gst/volume/gstvolume.c:
3171           add/fix docs
3172         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
3173         * gst-libs/gst/audio/audio.h:
3174           add conversion macros for frames <-> clocktime
3175
3176 2005-09-23  David Schleef  <ds@schleef.org>
3177
3178         * gst/audioresample/Makefile.am:
3179         * gst/audioresample/debug.h:
3180         * gst/audioresample/gstaudioresample.c:
3181         * gst/audioresample/resample.c: Convert to using gst debugging
3182
3183 2005-09-22  Wim Taymans  <wim@fluendo.com>
3184
3185         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3186         (gst_play_bin_send_event):
3187         Only seek on one sink, the first one that succeeds.
3188
3189 2005-09-22  Michael Smith <msmith@fluendo.com>
3190
3191         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3192         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3193         Don't flush encoder state unless we have an initialised encoder.
3194         Clear out encoder state on PAUSED_TO_READY.
3195
3196 2005-09-22  Wim Taymans  <wim@fluendo.com>
3197
3198         * gst-libs/gst/rtp/gstbasertppayload.c:
3199         (gst_basertppayload_class_init), (gst_basertppayload_init),
3200         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3201         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3202         (gst_basertppayload_is_filled), (gst_basertppayload_push),
3203         (gst_basertppayload_set_property),
3204         (gst_basertppayload_get_property),
3205         (gst_basertppayload_change_state):
3206         * gst-libs/gst/rtp/gstbasertppayload.h:
3207         Added max-ptime to control amount of data in the rtp packets.
3208
3209 2005-09-21  Andy Wingo  <wingo@pobox.com>
3210
3211         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
3212         thingies.
3213
3214         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
3215         can be called multiple times, dogs.
3216
3217 2005-09-21  Wim Taymans  <wim@fluendo.com>
3218
3219         * gst-libs/gst/rtp/gstbasertppayload.c:
3220         (gst_basertppayload_class_init), (gst_basertppayload_init),
3221         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3222         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3223         (gst_basertppayload_push), (gst_basertppayload_get_property),
3224         (gst_basertppayload_change_state):
3225         Allow 0 ssrc too.
3226
3227 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
3228
3229         * docs/libs/compiling.sgml:
3230           fixing typos
3231
3232 2005-09-20  Wim Taymans  <wim@fluendo.com>
3233
3234         * gst-libs/gst/rtp/gstbasertppayload.c:
3235         (gst_basertppayload_class_init), (gst_basertppayload_init),
3236         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3237         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3238         (gst_basertppayload_push), (gst_basertppayload_set_property),
3239         (gst_basertppayload_get_property),
3240         (gst_basertppayload_change_state):
3241         * gst-libs/gst/rtp/gstbasertppayload.h:
3242         Added property to configure sequence number offsets.
3243
3244 2005-09-20  Wim Taymans  <wim@fluendo.com>
3245
3246         * gst-libs/gst/rtp/gstbasertppayload.c:
3247         (gst_basertppayload_class_init), (gst_basertppayload_init),
3248         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3249         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3250         (gst_basertppayload_push), (gst_basertppayload_set_property),
3251         (gst_basertppayload_get_property),
3252         (gst_basertppayload_change_state):
3253         * gst-libs/gst/rtp/gstbasertppayload.h:
3254         Make timestamp offset configurable.
3255
3256 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3257
3258         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3259           fix wrong pop/unref
3260
3261 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
3262
3263         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3264
3265         * gst-libs/gst/interfaces/propertyprobe.c:
3266         (gst_property_probe_probe_property_name),
3267         (gst_property_probe_needs_probe_name),
3268         (gst_property_probe_get_values_name),
3269         (gst_property_probe_probe_and_get_values_name):
3270           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
3271           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
3272
3273 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3274
3275         * check/Makefile.am:
3276           have some tests be disabled for valgrinding
3277         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
3278         (GST_START_TEST):
3279         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
3280           Fix A Leak.  Chain To Parent Finalize.
3281
3282 2005-09-19  Wim Taymans  <wim@fluendo.com>
3283
3284         * examples/seeking/seek.c: (make_wav_pipeline), (main):
3285         Fixed wav pipeline.
3286
3287 2005-09-19  Wim Taymans  <wim@fluendo.com>
3288
3289         * gst-libs/gst/rtp/gstbasertppayload.c:
3290         (gst_basertppayload_class_init), (gst_basertppayload_init),
3291         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
3292         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
3293         (gst_basertppayload_push), (gst_basertppayload_get_property),
3294         (gst_basertppayload_change_state):
3295         Posting ERROR and WARNING messages is good.
3296
3297 2005-09-19  Wim Taymans  <wim@fluendo.com>
3298
3299         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3300         (gst_base_rtp_depayload_add_to_queue),
3301         (gst_base_rtp_depayload_push),
3302         (gst_base_rtp_depayload_set_gst_timestamp),
3303         (gst_base_rtp_depayload_queue_release):
3304         This one was not supposed to go in.
3305
3306 2005-09-19  Wim Taymans  <wim@fluendo.com>
3307
3308         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3309         Fix for bus API.
3310
3311         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3312         (gst_base_rtp_depayload_chain),
3313         (gst_base_rtp_depayload_add_to_queue),
3314         (gst_base_rtp_depayload_push),
3315         (gst_base_rtp_depayload_set_gst_timestamp),
3316         (gst_base_rtp_depayload_queue_release):
3317         Some cleanups.
3318
3319         * gst-libs/gst/rtp/gstbasertppayload.c:
3320         (gst_basertppayload_class_init), (gst_basertppayload_init),
3321         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
3322         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
3323         (gst_basertppayload_get_property),
3324         (gst_basertppayload_change_state):
3325         Added debugging category.
3326
3327 2005-09-18  David Schleef  <ds@schleef.org>
3328
3329         * gst/playback/gstdecodebin.c: free plugin list correctly
3330         * gst/playback/gstplaybin.c: emit warning if autovideosink
3331           and autoaudiosink can't be found (instead of segfaulting)
3332
3333 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3334
3335         * check/elements/audioconvert.c: (GST_START_TEST):
3336           try out 24 bit conversion
3337
3338 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3339
3340         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3341         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
3342         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
3343         * ext/vorbis/vorbisenc.h:
3344           Fix EOS handling.  Still needs a fix in the ogg muxer to
3345           mark the last page as eos.
3346
3347 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3348
3349         * common/gtk-doc-plugins.mak:
3350         * docs/plugins/Makefile.am:
3351         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3352         * gst/ffmpegcolorspace/Makefile.am:
3353         * gst/ffmpegcolorspace/avcodec.h:
3354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3355         * gst/tcp/gstmultifdsink.c:
3356           fix up ffmpegcolorspace docs; extract header
3357
3358 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3359
3360         * common/gtk-doc-plugins.mak:
3361         * docs/plugins/Makefile.am:
3362         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3363         * ext/theora/Makefile.am:
3364         * ext/theora/gsttheoraenc.h:
3365         * ext/theora/theoraenc.c:
3366         * ext/vorbis/vorbisenc.c:
3367           pick up signals and args for vorbis; add some docs for vorbis
3368
3369 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3370
3371         * common/gstdoc-scangobj:
3372         * common/gtk-doc-plugins.mak:
3373         * docs/libs/Makefile.am:
3374         * docs/plugins/gst-plugins-base-plugins.args:
3375         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3376         * docs/plugins/gst-plugins-base-plugins.interfaces:
3377         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3378         * docs/plugins/gst-plugins-base-plugins.signals:
3379           only scanobj stuff from our source module.  Not sure yet
3380           if that's correct, given the hierarchy stuff :)
3381
3382 2005-09-15  Wim Taymans  <wim@fluendo.com>
3383
3384         * gst/audioconvert/gstaudioconvert.c:
3385         And enable 24 bits mode as well..
3386
3387 2005-09-15  Wim Taymans  <wim@fluendo.com>
3388
3389         * gst-libs/gst/rtp/Makefile.am:
3390         * gst-libs/gst/rtp/gstbasertppayload.c:
3391         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
3392         (gst_basertppayload_class_init), (gst_basertppayload_init),
3393         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
3394         (gst_basertppayload_chain), (gst_basertppayload_set_options),
3395         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
3396         (gst_basertppayload_set_property),
3397         (gst_basertppayload_get_property),
3398         (gst_basertppayload_change_state):
3399         * gst-libs/gst/rtp/gstbasertppayload.h:
3400         Added rtp payloader base class.
3401
3402 2005-09-15  Andy Wingo  <wingo@pobox.com>
3403
3404         * configure.ac (plugindir): Remove the EOL matcher from the
3405         regexp, as it causes me problems. Libtool? Make? Who knows?
3406
3407 2005-09-14  David Schleef  <ds@schleef.org>
3408
3409         * check/generic/states.c: 
3410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3411         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3412           Fixes for changes in registry API.
3413
3414         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
3415           to GST_PLUGIN_LDFLAGS.
3416         * ext/libvisual/visual.c: Make the library shut up.
3417         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
3418         * gst-libs/gst/audio/gstaudiofilter.c: same
3419
3420 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3421
3422         * docs/plugins/Makefile.am:
3423         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3424         * docs/plugins/inspect/plugin-libvisual.xml:
3425         * docs/plugins/tmpl/element-tcpserversink.sgml:
3426         * ext/theora/theoraenc.c:
3427           add libvisual plugin and theoraenc element to docs
3428
3429 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3430
3431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3433         * ext/theora/theoraenc.c:
3434           add theoraenc
3435
3436 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
3437
3438         * gst/audioconvert/Makefile.am:
3439           Audioconvert derives from GstBaseTransform and should
3440           link to the library with our base elements to avoid
3441           unresolved symbols. Makes things work with MinGW (#316160)
3442
3443         * gst/playback/test4.c: (main):
3444           Fix MinGW build problem and use g_usleep() instead of 
3445           sleep() (#316162)
3446
3447 2005-09-12  Wim Taymans  <wim@fluendo.com>
3448
3449         * gst/audioconvert/audioconvert.c: (float),
3450         (audio_convert_prepare_context), (audio_convert_convert):
3451         * gst/audioconvert/audioconvert.h:
3452         Cleanups, speedups, simplifications, added back support
3453         for 24 bits.
3454
3455 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3456
3457         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3458         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3459         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3460         * docs/plugins/tmpl/element-tcpserversink.sgml:
3461         * gst/ffmpegcolorspace/gstffmpeg.c:
3462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3463         * gst/videotestsrc/gstvideotestsrc.c:
3464         * gst/volume/gstvolume.c:
3465           add more elements to the docs
3466
3467 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
3468
3469         * check/Makefile.am:
3470         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
3471         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
3472           Add extra tests for basetransform based components. 
3473           Comment out the test_element_negotiation test until we decide
3474           if it's testing correct behaviour.
3475         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
3476         (gst_visual_chain), (gst_visual_change_state):
3477           Slightly more correct but still bogus timestamping.
3478           Fix state change function.
3479         * gst/audioconvert/gstaudioconvert.c:
3480         (gst_audio_convert_class_init):
3481         * gst/audioresample/gstaudioresample.c:
3482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3483         (gst_ffmpegcsp_class_init):
3484         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3485         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
3486         (gst_videoscale_prepare_image):
3487         * gst/volume/gstvolume.c: (gst_volume_class_init),
3488         (volume_transform_ip):
3489           Basetransform updates. Enable passthrough modes.
3490         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
3491         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
3492         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
3493           Negotiation fix that allows the window to return to the original
3494           size and renegotiate passthrough upstream. Extra debug output.
3495
3496 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3497
3498         * gst/sine/gstsinesrc.c:
3499         * gst/volume/gstvolume.c:
3500           fix up header include
3501
3502 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
3503
3504         * gst-libs/gst/audio/gstbaseaudiosink.c:
3505         (gst_base_audio_sink_render):
3506         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
3507         * gst/volume/gstvolume.c: (gst_volume_class_init),
3508         (volume_transform):
3509           fixing lost sync, some more debugging
3510
3511 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
3512
3513         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
3514         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
3515         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
3516         (gst_xvimagesink_check_xshm_calls):
3517           Fix compilation when XShm is not available.
3518
3519 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
3520
3521         * ext/libvisual/visual.c: (gst_visual_dispose),
3522         (gst_visual_getcaps), (gst_visual_src_setcaps),
3523         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
3524         (gst_visual_change_state):
3525           Finish fixing up libvisual plugin so that it runs. 
3526
3527 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3528
3529         * ext/vorbis/vorbisenc.c:
3530         * gst-libs/gst/tag/gstvorbistag.c:
3531           gsttaginterface.h -> gsttagsetter.h
3532
3533 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3534
3535         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3536           added another test that failes for me (test is not active by default)
3537
3538 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3539
3540         * configure.ac:
3541           v4l2 is no longer in gst-plugins-base
3542
3543 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
3544
3545         * configure.ac:
3546           In the output at the end, don't show the first plugin on the same
3547           line as "Core plug-ins, always built:".
3548           Indent the output as for other plugin categories
3549         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3550           #define that can be used to not use peer buffer_alloc functions for
3551           test purposes.
3552         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
3553         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
3554         (gst_ximagesink_show_frame):
3555         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
3556         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
3557         (gst_xvimagesink_show_frame):
3558           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
3559           fails gracefully instead of XError aborting or deadlocking.
3560
3561 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3562
3563         * ext/libvisual/Makefile.am:
3564           link against gst-base-libs
3565
3566 2005-09-06  David Schleef  <ds@schleef.org>
3567
3568         * configure.ac: Enable libvisual plugin.
3569         * ext/libvisual/Makefile.am:
3570         * ext/libvisual/visual.c: Fixes to make it compile.
3571
3572 === release 0.9.2 ===
3573
3574 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3575
3576         * NEWS:
3577         * RELEASE:
3578         * configure.ac:
3579         * docs/random/ChangeLog-0.8:
3580           releasing 0.9.2, "Spoon"
3581
3582 2005-09-05  Michael Smith <msmith@fluendo.com>
3583
3584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
3585           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
3586           that in the vorbisenc element.
3587
3588 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3589
3590         * common/gtk-doc-plugins.mak:
3591         * docs/plugins/Makefile.am:
3592           fix distcheck
3593         * gst/audioresample/resample.c:
3594           fix wrong docstring
3595
3596 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3597
3598         * common/gst-xmlinspect.py:
3599         * common/gtk-doc-plugins.mak:
3600           only inspect plugins for this given package
3601           require gst-python 0.9
3602
3603 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3604
3605         * Makefile.am:
3606         * autogen.sh:
3607         * common/gst-xmlinspect.py:
3608         * configure.ac:
3609         * docs/Makefile.am:
3610         * docs/plugins/inspect/plugin-alsa.xml:
3611         * docs/plugins/inspect/plugin-audioresample.xml:
3612         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3613         * docs/plugins/inspect/plugin-ogg.xml:
3614         * docs/plugins/tmpl/element-gnomevfssink.sgml:
3615         * docs/plugins/tmpl/element-multifdsink.sgml:
3616         * docs/plugins/tmpl/element-tcpserversink.sgml:
3617         * docs/plugins/tmpl/element-vorbisenc.sgml:
3618         * gst-plugins-base.spec.in:
3619           various doc-related updates
3620
3621 2005-08-31  Wim Taymans  <wim@fluendo.com>
3622
3623         * gst-libs/gst/audio/gstbaseaudiosink.c:
3624         (gst_base_audio_sink_render):
3625         Resync if the buffer timestamps drift more than a 10th 
3626         of a second.
3627
3628 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
3629
3630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
3631         (gst_v4lsrc_get_property):
3632           The 'timestamp-offset' property is registered as an int64, so
3633           let's use g_value_{set|get}_int64() in our setter and getter
3634           functions (makes it work and fixes warnings with gst-inspect).
3635
3636 2005-08-30  Wim Taymans  <wim@fluendo.com>
3637
3638         * check/elements/audioconvert.c: (setup_audioconvert):
3639         * check/elements/audioresample.c: (setup_audioresample):
3640         * check/elements/volume.c: (setup_volume):
3641         Fix checks.
3642
3643 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3644
3645         * common/gtk-doc-plugins.mak:
3646         * common/plugins.xsl:
3647         * docs/plugins/Makefile.am:
3648           make module a param
3649
3650 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3651
3652         * examples/seeking/seek.c: (make_mp3_pipeline),
3653         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
3654         (play_cb), (pause_cb), (stop_cb):
3655           update the example
3656
3657 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3658
3659         * gst/volume/gstvolume.c: (gst_volume_class_init),
3660         (volume_transform):
3661           do not update controlled params, if buffer has no timestamp
3662
3663 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
3664
3665         * configure.ac:
3666         * gst/sine/Makefile.am:
3667         * gst/volume/Makefile.am:
3668           controllerized elements also need to link against controller-libs ;)
3669
3670 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
3671
3672         * docs/libs/tmpl/gstcolorbalance.sgml:
3673         * docs/libs/tmpl/gstgconf.sgml:
3674         * docs/libs/tmpl/gstmixer.sgml:
3675         * docs/libs/tmpl/gstringbuffer.sgml:
3676         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3677         (gst_sinesrc_create):
3678         * gst/volume/gstvolume.c: (gst_volume_class_init),
3679         (volume_transform):
3680           controllerized two audio plugins
3681
3682 2005-08-29  Andy Wingo  <wingo@pobox.com>
3683
3684         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
3685         (vorbis_handle_data_packet): Fix some int overflow errors.
3686
3687         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
3688         -1.
3689         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
3690         valid.
3691         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
3692         if it's valid. Fixed streaming-mode playback.
3693
3694         * check/elements/volume.c (cleanup_volume): Fix for running
3695         CK_FORK=no.
3696
3697         * check/elements/audioconvert.c: Convert from native endian, not
3698         little endian.
3699
3700 2005-08-29  Michael Smith <msmith@fluendo.com>
3701
3702         * ext/ogg/Makefile.am:
3703         * ext/ogg/gstogg.c: (plugin_init):
3704         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
3705         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
3706         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
3707         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
3708         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
3709         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
3710         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
3711         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
3712         Add an ogg parser element.
3713
3714 2005-08-28  Andy Wingo  <wingo@pobox.com>
3715
3716         * Updates for two-arg init from GST_BOILERPLATE_FULL.
3717
3718 2005-08-26  Wim Taymans  <wim@fluendo.com>
3719
3720         * gst/audioconvert/audioconvert.c: (if), (float),
3721         (audio_convert_get_func_index), (check_default),
3722         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3723         (audio_convert_clean_context), (audio_convert_get_sizes),
3724         (audio_convert_convert):
3725         Cleanups.
3726
3727 2005-08-26  Wim Taymans  <wim@fluendo.com>
3728
3729         * gst/audioconvert/audioconvert.c: (if), (float),
3730         (audio_convert_get_func_index), (check_default),
3731         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3732         (audio_convert_clean_context), (audio_convert_get_sizes),
3733         (audio_convert_convert):
3734         More elegant and working temp buffer selection algo.
3735
3736 2005-08-26  Wim Taymans  <wim@fluendo.com>
3737
3738         * gst/audioconvert/audioconvert.c: (if), (float),
3739         (audio_convert_get_func_index), (check_default),
3740         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3741         (audio_convert_clean_context), (audio_convert_get_sizes),
3742         (get_temp_buffer), (audio_convert_convert):
3743         Use realloc else we lose our original data.
3744
3745 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3746
3747         * gst/audioresample/gstaudioresample.c:
3748           use base class' newsegment to properly timestamp
3749
3750 2005-08-26  Wim Taymans  <wim@fluendo.com>
3751
3752         * gst/audioconvert/audioconvert.c: (if), (float),
3753         (audio_convert_get_func_index), (check_default),
3754         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3755         (audio_convert_clean_context), (audio_convert_get_sizes),
3756         (get_temp_buffer), (audio_convert_convert):
3757         * gst/audioconvert/gstaudioconvert.c:
3758         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
3759         (gst_audio_convert_transform_caps),
3760         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
3761         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
3762         Oops, allocate enough space to perform the channel mix.
3763
3764 2005-08-26  Wim Taymans  <wim@fluendo.com>
3765
3766         * gst/audioconvert/Makefile.am:
3767         * gst/audioconvert/audioconvert.c: (if), (float),
3768         (audio_convert_get_func_index), (check_default),
3769         (audio_convert_clean_fmt), (audio_convert_prepare_context),
3770         (audio_convert_clean_context), (audio_convert_get_sizes),
3771         (get_temp_buffer), (audio_convert_convert):
3772         * gst/audioconvert/audioconvert.h:
3773         * gst/audioconvert/gstaudioconvert.c:
3774         (gst_audio_convert_class_init), (gst_audio_convert_init),
3775         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
3776         (gst_audio_convert_get_unit_size),
3777         (gst_audio_convert_transform_caps),
3778         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
3779         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
3780         * gst/audioconvert/gstaudioconvert.h:
3781         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
3782         (gst_channel_mix_fill_identical),
3783         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
3784         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
3785         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
3786         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
3787         (gst_channel_mix_mix):
3788         * gst/audioconvert/gstchannelmix.h:
3789         Cleanups, librarify a bit, optimize, better negotiation and more.
3790
3791 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
3792
3793         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
3794         Another from MikeS:
3795         During typefinding, don't support negative offsets
3796         (offsets from the end of the stream) in our typefind->peek() function
3797         - nothing embedded in ogg ever needs them. However, we need to recognise
3798         those requests and reject them, otherwise we return invalid pointers.
3799
3800 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
3801
3802         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3803         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
3804         (vorbisdec_finalize), (vorbis_handle_type_packet):
3805           Big shout-out to MikeS for fixing this giant memory leak.
3806           Huzzah!
3807
3808 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3809
3810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
3811         (audio_convert_get_unit_size):
3812           plug some leaks
3813
3814 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3815
3816         * check/Makefile.am:
3817         * check/elements/audioconvert.c: (setup_audioconvert),
3818         (cleanup_audioconvert), (get_int_caps), (verify_convert),
3819         (GST_START_TEST), (audioconvert_suite), (main):
3820           add a test for audioconvert
3821         * gst/audioresample/gstaudioresample.c:
3822         * gst/audioresample/gstaudioresample.h:
3823           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
3824           note that for buffers of 1/3 sec this means DURATION(c) is 
3825           one nanosecond more than for a and b
3826
3827 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3828
3829         * check/Makefile.am:
3830         * check/elements/audioresample.c: (setup_audioresample),
3831         (cleanup_audioresample), (fail_unless_perfect_stream),
3832         (test_perfect_stream_instance), (GST_START_TEST),
3833           add a check for audioresample
3834         (audioresample_suite), (main):
3835         * check/elements/volume.c: (GST_START_TEST):
3836           remove unused method
3837         * gst/audioresample/gstaudioresample.c:
3838           set correct buffer parameters since we're changing them
3839         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3840           add some debug
3841
3842 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3843
3844         * gst/audioresample/debug.c:
3845         * gst/audioresample/gstaudioresample.c:
3846           add room for extra overlap samples when asked to transform size
3847           protect against possible mem corruption and check for discrepancies
3848           between written size and outbuffer's size so we can warn for
3849           potential problems
3850         * gst/audioresample/resample.c: (resample_init),
3851         (resample_get_output_size_for_input), (resample_get_output_size),
3852         (resample_set_n_channels), (resample_set_format):
3853           set debug level based on RESAMPLE_DEBUG env var
3854           make sure that get_output_size* returns a whole number of
3855           sample_size
3856           set sample_size each time either channel or format is set
3857         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
3858         * gst/audioresample/resample_functable.c:
3859         (resample_scale_functable):
3860         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3861           remove r->sample_size, it's done in resample.c now
3862           add some debugging to the ref implementation
3863           make sure we only give back bytes that are wholes of the sample
3864           size
3865
3866 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
3867         * gst/playback/gstplaybasebin.c: (fill_buffer):
3868         Revert unpopular change for GST_MESSAGE_SRC to GObject.
3869
3870 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
3871
3872         * gst/volume/gstvolume.c:
3873           made set_caps function static
3874
3875 2005-08-24  Wim Taymans  <wim@fluendo.com>
3876
3877         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3878         (gst_vorbisenc_change_state):
3879         Stop leaking taglists.
3880
3881 2005-08-24  Wim Taymans  <wim@fluendo.com>
3882
3883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3884         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
3885         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
3886         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
3887         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3888         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
3889         Parse seeking events better.
3890         Unref static caps.
3891         Generate correct newsegment events, fixes seeking in live oggs.
3892
3893         * ext/theora/theoradec.c: (theora_dec_src_query),
3894         (theora_dec_src_event), (theora_dec_src_getcaps),
3895         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
3896         Use newsegment values to report correct play time.
3897
3898         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3899         (vorbis_dec_src_event), (vorbis_dec_sink_event):
3900         * ext/vorbis/vorbisdec.h:
3901         Parse and use newsegment values to report correct play time.
3902
3903         * gst-libs/gst/audio/gstbaseaudiosink.c:
3904         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3905         Clear ringbuffer on flush.
3906         Use newsegment values to calculate playback time.
3907
3908         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3910         Basesink does newsegment calculations for us now.
3911
3912 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3913
3914         * check/Makefile.am:
3915         * configure.ac:
3916           add core's plugins to the mix so that playbin works
3917         * check/generic/states.c: (GST_START_TEST):
3918           set a 0 timeout on pipelines, so they don't force the next
3919           state change
3920         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
3921         (gst_play_base_bin_change_state):
3922           remove the crappy error handling and do GST error handling
3923
3924 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3925
3926         * check/Makefile.am:
3927         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
3928           add same test as to core, it bitches out on playbin atm.
3929
3930 2005-08-24  Wim Taymans  <wim@fluendo.com>
3931
3932         * configure.ac:
3933         Remove audioscale.
3934
3935 2005-08-24  Wim Taymans  <wim@fluendo.com>
3936
3937         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
3938         (gst_videoscale_prepare_size), (parse_caps),
3939         (gst_videoscale_set_caps), (gst_videoscale_get_size),
3940         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
3941         (gst_videoscale_transform):
3942         * gst/videoscale/gstvideoscale.h:
3943         Refactor, make use of BaseTranform really well.
3944
3945 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3946
3947         * configure.ac:
3948           compile audioresample
3949         * gst/audioresample/Makefile.am:
3950         * gst/audioresample/buffer.c:
3951         * gst/audioresample/functable.c:
3952         * gst/audioresample/gstaudioresample.c:
3953         * gst/audioresample/gstaudioresample.h:
3954         * gst/audioresample/resample.c:
3955         (resample_get_output_size_for_input):
3956         * gst/audioresample/resample.h:
3957         * gst/audioresample/resample_chunk.c:
3958         * gst/audioresample/resample_functable.c:
3959         * gst/audioresample/resample_ref.c:
3960           port to use basetransform; doesn't work in all cases yet
3961
3962 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3963
3964         * gst/audioconvert/gstaudioconvert.c:
3965         (gst_audio_convert_class_init), (gst_audio_convert_init),
3966         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3967         (audio_convert_fixate_caps), (audio_convert_set_caps),
3968         (audio_convert_transform),
3969         (gst_audio_convert_buffer_to_default_format),
3970         (gst_audio_convert_buffer_from_default_format),
3971         (gst_audio_convert_channels):
3972         * gst/audioconvert/gstchannelmix.c:
3973         * gst/audioconvert/gstchannelmix.h:
3974           port to basetransform
3975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3976         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3977         (gst_ffmpegcsp_get_unit_size):
3978         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3979         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3980           fix for basetransform changes
3981
3982 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3983
3984         * check/Makefile.am:
3985           Add CHECK_CFLAGS and LDFLAGS
3986
3987         * gst/playback/gstplaybasebin.c: (fill_buffer):
3988           GST_MESSAGE_SRC became a GObject
3989
3990 2005-08-24  Wim Taymans  <wim@fluendo.com>
3991
3992         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3993         (gst_ring_buffer_clear_all):
3994         * gst-libs/gst/audio/gstringbuffer.h:
3995         Added function to clear the ringbuffer.
3996
3997 2005-08-24  Andy Wingo  <wingo@pobox.com>
3998
3999         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
4000         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
4001         of _open and _close.
4002
4003         * sys/v4l/gstv4lxoverlay.h:
4004         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
4005         an Xv connection here, instead of all the time. Make Xv only be
4006         loaded if you axe for it. Kindof a workaround for buggy behaviour
4007         of Xv when using remote xservers (XvQueryExtension would block).
4008         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
4009         replace the _open and _close public API. Only start the xv
4010         connection if necessary.
4011         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
4012
4013 2005-08-23  David Schleef  <ds@schleef.org>
4014
4015         * gst/audioresample/Makefile.am: Leet audioresampling code
4016         * gst/audioresample/buffer.c:
4017         * gst/audioresample/buffer.h:
4018         * gst/audioresample/debug.c:
4019         * gst/audioresample/debug.h:
4020         * gst/audioresample/functable.c:
4021         * gst/audioresample/functable.h:
4022         * gst/audioresample/gstaudioresample.c:
4023         * gst/audioresample/gstaudioresample.h:
4024         * gst/audioresample/resample.c:
4025         * gst/audioresample/resample.h:
4026         * gst/audioresample/resample_chunk.c:
4027         * gst/audioresample/resample_functable.c:
4028         * gst/audioresample/resample_ref.c:
4029
4030 2005-08-23  Wim Taymans  <wim@fluendo.com>
4031
4032         * examples/seeking/seek.c: (make_vorbis_pipeline),
4033         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
4034         Small seek updates.
4035
4036 2005-08-23  Andy Wingo  <wingo@pobox.com>
4037
4038         * gst-libs/gst/audio/gstbaseaudiosrc.c
4039         (gst_base_audio_src_fixate): Only fixate endianness if it is
4040         present in the caps.
4041
4042 2005-08-22  Andy Wingo  <wingo@pobox.com>
4043
4044         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
4045         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
4046         device-name property.
4047
4048         * gst-libs/gst/audio/gstaudiosrc.h:
4049         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
4050         close_device in the ring buffer, like gstaudiosink.
4051
4052         * ext/alsa/gstalsamixer.h:
4053         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
4054         macro to implement the interface without much code. Cleanups. 
4055
4056         * ext/alsa/gstalsasrc.h:
4057         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
4058         READY.
4059
4060         * ext/alsa/Makefile.am: Add new files.
4061         * ext/alsa/gstalsamixerelement.c: 
4062         * ext/alsa/gstalsamixerelement.c: Split element code out from
4063         mixer code so that alsasrc can be a mixer too.
4064
4065 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4066
4067         * check/elements/volume.c: (setup_volume), (cleanup_volume),
4068         (GST_START_TEST):
4069         * check/elements/vorbisdec.c: (setup_vorbisdec),
4070         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
4071         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4072         (vorbis_handle_identification_packet),
4073         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
4074         (vorbis_handle_header_packet), (vorbis_dec_push),
4075         (vorbis_dec_chain):
4076           use the setup/teardown methods to save code.  save code is good.
4077
4078 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4079
4080         * check/Makefile.am:
4081           add ext dir for plugins
4082           add vorbisdec test conditionally
4083         * check/elements/volume.c: (setup_volume), (cleanup_volume),
4084         (GST_START_TEST), (volume_suite):
4085           add a test with wrong caps
4086         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
4087         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
4088           add a vorbisdec test
4089         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
4090         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
4091           clean up debug output
4092         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4093           yay, fix a segfault/security issue in vorbisdec
4094           gst-launch fakesrc ! vorbisdec wasn't happy
4095         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
4096         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
4097         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
4098         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4099         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
4100         (gst_vorbisenc_set_metadata), (get_constraints_string),
4101         (update_start_message), (gst_vorbisenc_setup),
4102         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
4103         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
4104         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
4105         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
4106         * ext/vorbis/vorbisenc.h:
4107           march in line
4108         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4109         (gst_ffmpegcsp_transform):
4110           have the kow come home
4111         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
4112           debug my func ptr
4113         * gst/volume/gstvolume.c: (volume_set_caps):
4114           add a debug
4115
4116 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4117
4118         * Makefile.am:
4119         * check/.cvsignore:
4120         * check/Makefile.am:
4121         * check/elements/.cvsignore:
4122         * check/elements/volume.c: (chain_func), (event_func),
4123         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
4124         (main):
4125         * configure.ac:
4126           add unit test structure for gst-plugins-base
4127           add a test for volume
4128         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
4129         (gst_volume_set_volume), (gst_volume_get_volume),
4130         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
4131         (volume_funcfind), (volume_process_float), (volume_process_int16),
4132         (volume_set_caps), (volume_transform), (volume_update_mute),
4133         (volume_update_volume), (volume_set_property),
4134         (volume_get_property):
4135           document a little; use basetransform vmethod _set_caps
4136
4137 2005-08-19  Andy Wingo  <wingo@pobox.com>
4138
4139         * ext/alsa/gstalsamixertrack.h:
4140         * ext/alsa/gstalsamixertrack.c:
4141         * ext/alsa/gstalsamixeroptions.h:
4142         * ext/alsa/gstalsamixeroptions.c:
4143         * ext/alsa/gstalsamixer.h:
4144         * ext/alsa/gstalsamixer.c: Port to 0.9.
4145
4146         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
4147         Remove gstalsa.c and alsaclock. No more cruft here.
4148         
4149 2005-08-18  Wim Taymans  <wim@fluendo.com>
4150
4151         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4152         (gst_base_rtp_depayload_chain),
4153         (gst_base_rtp_depayload_add_to_queue),
4154         (gst_base_rtp_depayload_push),
4155         (gst_base_rtp_depayload_queue_release):
4156         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4157         Fix for RTPBuffer changes.
4158
4159         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
4160         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
4161         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
4162         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
4163         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
4164         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
4165         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
4166         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
4167         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
4168         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
4169         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
4170         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
4171         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
4172         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
4173         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
4174         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
4175         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
4176         (gst_rtpbuffer_get_payload):
4177         * gst-libs/gst/rtp/gstrtpbuffer.h:
4178         Don't subclass GstBuffer but add methods and helper functions
4179         to construct and manipulate RTP packets in regular GstBuffers.
4180
4181 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
4182
4183         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4184           moved statement below switch
4185         * gst/volume/gstvolume.c: (gst_volume_class_init):
4186           added debug ptr
4187
4188 2005-08-16  Wim Taymans  <wim@fluendo.com>
4189
4190         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4191         (gst_base_audio_src_change_state):
4192         Open and close device in READY<->NULL state change.
4193
4194 2005-08-16  Andy Wingo  <wingo@pobox.com>
4195
4196         * examples/seeking/Makefile.am: Don't compile non-compiling
4197         compiled objects with the compiler.
4198
4199         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
4200         elements.
4201
4202 2005-08-12  Philippe Khalaf <burger@speedy.org>
4203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4204         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4205           Made a thread to release the queue.
4206           Removed timestamp conversion for now.
4207
4208 2005-08-10  Philippe Khalaf <burger@speedy.org>
4209         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4210         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4211           Added rtp timestamp -> gst timestamp conversion.
4212           Fixed several problems with queue.
4213
4214 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
4215
4216         * gst-libs/gst/audio/gstaudioclock.h:
4217         * gst-libs/gst/audio/gstaudiofilter.h:
4218         * gst-libs/gst/audio/gstaudiosink.h:
4219         * gst-libs/gst/audio/gstaudiosrc.h:
4220         * gst-libs/gst/audio/gstbaseaudiosink.h:
4221         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4222         * gst-libs/gst/audio/gstringbuffer.h:
4223         * gst-libs/gst/net/gstnetbuffer.h:
4224         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4225         * gst-libs/gst/rtp/gstrtpbuffer.h:
4226           Add padding (you will need to rebuild gst-plugins-base,
4227           gst-plugins and all applications afterwards!)
4228
4229 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
4230
4231         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4232         (gst_riff_parse_chunk):
4233           Fix bug in debug message and add some more debug messages.
4234
4235 2005-08-08  Edward Hervey  <edward@fluendo.com>
4236
4237         * gst-libs/gst/riff/riff-media.c:
4238         backported updates since branch
4239
4240 2005-08-08  Andy Wingo  <wingo@pobox.com>
4241
4242         * gst-libs/gst/audio/gstbaseaudiosink.c
4243         (gst_base_audio_sink_change_state): Open the device in NULL->READY
4244         like good elements should. Close on READY->NULL too.
4245
4246         * gst-libs/gst/audio/gstaudiosink.c
4247         (gst_audioringbuffer_open_device,
4248         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
4249         (gst_audioringbuffer_release): Updates for new ring buffer API,
4250         hook into the new audio sink api.
4251
4252         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
4253         (GstAudioSinkClass.close): Just open and close the device -- no
4254         resource allocation or configuration.
4255         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
4256         vmethods, handle device setup and resource allocation.
4257
4258         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
4259         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
4260         base class API.
4261
4262         * gst-libs/gst/audio/gstringbuffer.h
4263         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
4264         New vmethods.
4265
4266         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
4267         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
4268         New API functions. The device should be opened before acquiring
4269         and closed after releasing.
4270
4271 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
4272
4273         * gst-libs/gst/interfaces/mixer.h:
4274           Reset padding to GST_PADDING.
4275
4276 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4277
4278         * gst/playback/gstplaybin.c: (remove_sinks):
4279           Remove visualization from parent explicitely; works around some
4280           apparent refcount issue that I haven't tracked down yet.
4281
4282 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4283
4284         * ext/alsa/gstalsasink.c: (set_hwparams):
4285           Assign debug category, add negotiation debug msgs.
4286
4287 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4288
4289         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
4290           Fix error code for file-not-found to NOT_FOUND.
4291
4292 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4293
4294         * common/gtk-doc-plugins.mak:
4295         * docs/plugins/Makefile.am:
4296         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4297         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4298           renamed to actual element names, so much nicer to look at
4299         * docs/plugins/tmpl/gstmultifdsink.sgml:
4300           remove
4301         * docs/plugins/tmpl/multifdsink.sgml:
4302         * docs/plugins/tmpl/tcpserversink.sgml:
4303           add
4304         * ext/alsa/gstalsa.c:
4305         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
4306         * ext/ogg/gstoggmux.c:
4307         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
4308         * gst/playback/gstdecodebin.c:
4309         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
4310         * gst/tcp/gsttcpserversink.c:
4311           various fixes and documentation additions
4312
4313 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4314
4315         * common/Makefile.am:
4316         * common/gstdoc-scangobj:
4317         * common/gtk-doc-plugins.mak:
4318         * common/gtk-doc.mak:
4319           add a custom scangobj that uses the registry
4320           add a custom gtk-doc-plugins.mak that uses it
4321           some doc build fixes
4322         * configure.ac:
4323         * docs/Makefile.am:
4324         * docs/plugins/Makefile.am:
4325         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4326         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4327         * docs/plugins/gst-plugins-base-plugins.types:
4328         * docs/plugins/tmpl/gstmultifdsink.sgml:
4329           add docs for one element, multifdsink
4330         * gst/adder/gstadder.h:
4331         * gst/volume/gstvolume.h:
4332           don't privatize enum
4333         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4334         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4335         (gst_sync_method_get_type), (gst_client_status_get_type),
4336         (gst_multifdsink_class_init),
4337         (gst_multifdsink_client_queue_buffer),
4338         (gst_multifdsink_handle_client_write):
4339         * gst/tcp/gstmultifdsink.h:
4340         * gst/tcp/gsttcp.h:
4341         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4342         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4343         (gst_tcpclientsink_render):
4344         * gst/tcp/gsttcpclientsink.h:
4345         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
4346         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
4347         (gst_tcpclientsrc_start):
4348         * gst/tcp/gsttcpclientsrc.h:
4349         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
4350         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
4351         * gst/tcp/gsttcpserversrc.h:
4352         * gst/typefind/gsttypefindfunctions.c:
4353           remove superfluous Type stuff
4354
4355 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4356
4357         * gst/playback/gstplaybin.c: (gen_video_element):
4358           Enable videoscale.
4359
4360 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4361
4362         * gst-libs/gst/gconf/gconf.c:
4363         * gst-libs/gst/gconf/gconf.h:
4364           Fix some Andy Problem [tm].
4365
4366 2005-08-04  Andy Wingo  <wingo@pobox.com>
4367
4368         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
4369         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
4370         (gst_ffmpegcsp_get_size): Adapt to API changes.
4371
4372         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
4373         Implement an in-place do-nothing transform.
4374
4375 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4376
4377         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
4378         (gst_ximagesink_renegotiate_size):
4379           Do not set new window sizes yet if we prepare a new buffer size
4380           for upstream renegotiation (software scaling) at some point in the
4381           future, because this new size waqs not actually accepted yet. Once
4382           accepted, renegotiation later on will set the new sizes just fine.
4383           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
4384           embedding testcase.
4385
4386 2005-08-03  Andy Wingo  <wingo@pobox.com>
4387
4388         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
4389         (gst_ximagesink_buffer_alloc): 
4390         Protect the height, width, and desired_caps with the pool_lock.
4391         Fixes videotestsrc ! queue ! ximagesink.
4392
4393 2005-08-02  Edward Hervey  <edward@fluendo.com>
4394
4395         * gst/volume/gstvolume.c:
4396         include left from controller cleanup
4397
4398 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
4399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
4400           Stop collectpads before calling the parent state
4401           change function on PAUSED->READY.
4402
4403 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
4404         * configure.ac:
4405           When testing for X libs, use the X CFlags 
4406         * gst/adder/gstadder.c: (gst_adder_change_state):
4407           Stop the collectpads before calling parent state change function
4408           on PAUSED->READY, otherwise we deadlock deactivating pads.
4409
4410 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
4411
4412         * configure.ac:
4413         * docs/libs/tmpl/gstcolorbalance.sgml:
4414         * docs/libs/tmpl/gstmixer.sgml:
4415         * examples/Makefile.am:
4416         * gst/sine/Makefile.am:
4417         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
4418         (gst_sinesrc_set_property), (plugin_init):
4419         * gst/sine/gstsinesrc.h:
4420         * gst/volume/Makefile.am:
4421         * gst/volume/gstvolume.c: (gst_volume_set_volume),
4422         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
4423         (volume_process_float), (volume_process_int16),
4424         (volume_set_property), (plugin_init):
4425         * gst/volume/gstvolume.h:
4426           deactivate and remove dparams (libgstcontrol)
4427
4428 2005-07-29  Wim Taymans  <wim@fluendo.com>
4429
4430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
4431         Convert me to BaseTransform!! help..
4432
4433 2005-07-29  Andy Wingo  <wingo@pobox.com>
4434
4435         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
4436         sinks.
4437
4438         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
4439         support of both endiannesses.
4440
4441 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
4442
4443         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4444           Fix confusing debug message (s/event/query/)
4445
4446 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
4447
4448         * gst/videotestsrc/videotestsrc.h:
4449           Use "_stdint.h" instead of <stdint.h>
4450
4451 2005-07-27  Wim Taymans  <wim@fluendo.com>
4452
4453         * ext/vorbis/Makefile.am:
4454         Revert wrong commit.
4455
4456 2005-07-27  Wim Taymans  <wim@fluendo.com>
4457
4458         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
4459         More compilation fixen.
4460
4461 2005-07-27  Wim Taymans  <wim@fluendo.com>
4462
4463         * gst-libs/gst/audio/gstbaseaudiosink.c:
4464         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4465         (gst_base_audio_sink_create_ringbuffer),
4466         (gst_base_audio_sink_change_state):
4467         Fix compilation.
4468
4469 2005-07-27  Wim Taymans  <wim@fluendo.com>
4470
4471         * examples/seeking/seek.c: (setup_dynamic_link),
4472         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
4473         (query_positions_elems), (query_positions_pads), (do_seek):
4474         Update seek example.
4475
4476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
4477         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
4478         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
4479         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
4480         (gst_ogg_demux_handle_event),
4481         (gst_ogg_demux_deactivate_current_chain),
4482         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4483         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4484         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
4485         (gst_ogg_demux_loop):
4486         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
4487         * ext/theora/theoradec.c: (theora_dec_src_event),
4488         (theora_dec_src_getcaps), (theora_dec_sink_event),
4489         (theora_dec_push), (theora_dec_chain):
4490         * ext/vorbis/Makefile.am:
4491         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
4492         (vorbis_dec_sink_event), (vorbis_dec_push),
4493         (vorbis_handle_data_packet):
4494         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
4495         (gst_vorbisenc_chain):
4496         * gst/playback/gststreaminfo.c: (cb_probe):
4497         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
4498         * gst/videorate/gstvideorate.c: (gst_videorate_event):
4499         * gst/videoscale/gstvideoscale.c:
4500         (gst_videoscale_handle_src_event):
4501         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
4502         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
4503         (gst_ximagesink_navigation_send_event):
4504         * sys/xvimage/xvimagesink.c:
4505         (gst_xvimagesink_navigation_send_event):
4506         Various event updates and cleanups
4507
4508 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4509
4510         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
4511           Fix segfault for I420/YV12.
4512
4513 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4514
4515         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
4516           Report bitrate.
4517
4518 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4519
4520         * gst/playback/gstplaybin.c: (gen_video_element),
4521         (gen_audio_element):
4522           Switch to auto*sink elements as default sinks; add volume element
4523           so that volume control in totem works.
4524
4525 2005-07-21  Wim Taymans  <wim@fluendo.com>
4526
4527         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4528         * gst/playback/gstplaybin.c: (setup_sinks),
4529         (gst_play_bin_change_state):
4530         Refcount fix and more comments.
4531
4532 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4533
4534         * sys/ximage/Makefile.am:
4535         * sys/ximage/ximage.c: (plugin_init):
4536         * sys/ximage/ximagesink.c:
4537         Prepare for adding ximagesrc, rename of plugin to ximage etc.
4538         
4539
4540 2005-07-21  Wim Taymans  <wim@fluendo.com>
4541
4542         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
4543         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
4544         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4545         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4546         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
4547         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
4548         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
4549         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
4550         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
4551         Generate correct disconts for live chained oggs.
4552
4553         * gst-libs/gst/audio/gstbaseaudiosink.c:
4554         (gst_base_audio_sink_render),
4555         (gst_base_audio_sink_create_ringbuffer),
4556         (gst_base_audio_sink_change_state):
4557         Handle discont math correctly.
4558
4559         * gst/playback/gstplaybin.c: (add_sink):
4560         Some small debug cleanup.
4561
4562 2005-07-21  Wim Taymans  <wim@fluendo.com>
4563
4564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
4565         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
4566         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4567         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4568         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
4569         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
4570         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4571         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
4572         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4573         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
4574         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
4575         (gst_ogg_demux_change_state), (gst_ogg_print):
4576         Reorganize code to send the right disconts when in streaming
4577         mode.
4578
4579 2005-07-20  Andy Wingo  <wingo@pobox.com>
4580
4581         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
4582         fix (?), fixes a seggie mcfalterson (#310894).
4583
4584 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4585
4586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
4587         (gst_ogg_mux_set_header_on_caps):
4588         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4589         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4590         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4591         * gst-libs/gst/audio/multichannel.c:
4592         (gst_audio_set_channel_positions),
4593         (gst_audio_set_structure_channel_positions_list):
4594         * gst/playback/gstdecodebin.c: (dynamic_create):
4595         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
4596         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
4597           Fixes for API changes in core.
4598
4599 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4600
4601         * gst/playback/gstplaybasebin.c: (fill_buffer):
4602           Use _new_custom() so we can set custom message types for buffering
4603           messages.
4604
4605 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4606
4607         * configure.ac:
4608         * gst-libs/gst/Makefile.am:
4609         * gst-libs/gst/gconf/.cvsignore:
4610         * gst-libs/gst/gconf/Makefile.am:
4611         * gst-libs/gst/gconf/test-gconf.c:
4612         * pkgconfig/Makefile.am:
4613         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
4614         * pkgconfig/gstreamer-gconf.pc.in:
4615           Remove gconf stuff, use gconf elements instead from now on.
4616
4617 2005-07-20  Wim Taymans  <wim@fluendo.com>
4618
4619         * gst-libs/gst/audio/TODO:
4620         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4621         (gst_audio_clock_get_internal_time):
4622         * gst-libs/gst/audio/gstaudioclock.h:
4623         * gst-libs/gst/audio/gstbaseaudiosink.c:
4624         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4625         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
4626         (gst_base_audio_sink_render),
4627         (gst_base_audio_sink_create_ringbuffer),
4628         (gst_base_audio_sink_change_state):
4629         Make sure the audio clock always returns an increasing value.
4630
4631 2005-07-19  Andy Wingo  <wingo@pobox.com>
4632
4633         * gst/videotestsrc/: Cleanups.
4634
4635 2005-07-19  Wim Taymans  <wim@fluendo.com>
4636
4637         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4638         Better debugging.
4639
4640 2005-07-19  Wim Taymans  <wim@fluendo.com>
4641
4642         * examples/seeking/seek.c: (make_dv_pipeline),
4643         (make_vorbis_theora_pipeline), (query_rates),
4644         (query_positions_elems), (query_positions_pads), (do_seek):
4645         Make correct DV pipeline.
4646
4647 2005-07-18  Andy Wingo  <wingo@pobox.com>
4648
4649         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
4650         default. Also because it's the only thing that really works. (This
4651         is used in the GConf elements).
4652         Use AS_LIBTOOL_TAGS.
4653
4654 2005-07-18  Wim Taymans  <wim@fluendo.com>
4655
4656         * gst/playback/gstdecodebin.c: (remove_element_chain):
4657         * gst/playback/gstplaybin.c: (add_sink):
4658         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
4659         (gst_stream_info_set_mute):
4660         * gst/playback/gststreamselector.c:
4661         (gst_stream_selector_get_linked_pad),
4662         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
4663         More leak and compile fixes.
4664
4665 2005-07-18  Wim Taymans  <wim@fluendo.com>
4666
4667         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4668         (query_rates), (query_positions_elems), (query_positions_pads),
4669         (do_seek), (seek_cb), (stop_seek):
4670         Updated seek example. 
4671
4672         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
4673         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
4674         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
4675         * gst/playback/gstplaybin.c: (add_sink):
4676         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
4677         (gst_stream_info_set_mute):
4678         Some refcount leak fixes.
4679
4680 2005-07-16  Wim Taymans  <wim@fluendo.com>
4681
4682         * gst-libs/gst/audio/gstbaseaudiosink.c:
4683         (gst_base_audio_sink_render):
4684         Align samples even if we have roundoff errors in the 
4685         timestamp conversion.
4686
4687 2005-07-16  Wim Taymans  <wim@fluendo.com>
4688
4689         * docs/libs/tmpl/gstringbuffer.sgml:
4690         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4691         (query_rates), (query_positions_elems), (query_positions_pads),
4692         (update_scale), (do_seek):
4693         Updated seek example.
4694
4695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4696         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
4697         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
4698         (gst_ogg_demux_loop):
4699         Push out correct discont values.
4700
4701         * ext/theora/theoradec.c: (theora_dec_src_convert),
4702         (theora_dec_sink_convert), (theora_dec_src_getcaps),
4703         (theora_dec_sink_event), (theora_handle_type_packet),
4704         (theora_handle_header_packet), (theora_dec_push),
4705         (theora_handle_data_packet), (theora_dec_chain),
4706         (theora_dec_change_state):
4707         Better timestamping.
4708
4709         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4710         (vorbis_dec_sink_event), (vorbis_dec_push),
4711         (vorbis_handle_data_packet), (vorbis_dec_chain):
4712         * ext/vorbis/vorbisdec.h:
4713         Better timestamping.
4714
4715         * gst-libs/gst/audio/gstbaseaudiosink.c:
4716         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
4717         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4718         Handle syncing on timestamps instead of sample offsets. Make
4719         use of DISCONT values as described in design docs.
4720
4721         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4722         (gst_base_audio_src_get_time):
4723         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
4724         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
4725         (gst_ring_buffer_read):
4726         * gst-libs/gst/audio/gstringbuffer.h:
4727         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
4728         (gst_ximagesink_show_frame):
4729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
4730         Correcly convert buffer timestamp to stream time.
4731
4732 2005-07-16  Wim Taymans  <wim@fluendo.com>
4733
4734         * gst/audioconvert/gstaudioconvert.c:
4735         (gst_audio_convert_get_buffer):
4736         Timestamp buffers correctly.
4737
4738         * gst/playback/gstplaybin.c: (gen_video_element):
4739         Make internal fakesink silent.
4740
4741 2005-07-15  Wim Taymans  <wim@fluendo.com>
4742
4743         * gst/ffmpegcolorspace/Makefile.am:
4744         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4745         (gst_ffmpegcsp_caps_remove_format_info),
4746         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
4747         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
4748         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
4749         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
4750         Ported ffmpegcolorspace to basetransform.
4751
4752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
4753         * gst/volume/gstvolume.c: (volume_transform):
4754         Ported to new API.
4755
4756 2005-07-14  Wim Taymans  <wim@fluendo.com>
4757
4758         * gst/videotestsrc/Makefile.am:
4759         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
4760         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
4761         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
4762         (gst_videotestsrc_init), (gst_videotestsrc_event),
4763         (gst_videotestsrc_create), (gst_videotestsrc_start),
4764         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
4765         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
4766         (gst_videotestsrc_get_property):
4767         * gst/videotestsrc/gstvideotestsrc.h:
4768         Make videotestsrc a pushsrc.
4769
4770 2005-07-14  Wim Taymans  <wim@fluendo.com>
4771
4772         * gst/tcp/gstfdset.c: (gst_fdset_free):
4773         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4774         (gst_multifdsink_add), (gst_multifdsink_remove),
4775         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
4776         (gst_multifdsink_remove_client_link),
4777         (gst_multifdsink_client_queue_data),
4778         (gst_multifdsink_client_queue_caps),
4779         (gst_multifdsink_client_queue_buffer),
4780         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
4781         (gst_multifdsink_stop):
4782         * gst/tcp/gstmultifdsink.h:
4783         0.8 backporting.
4784
4785         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4786         Also draw image when not from a pool.
4787
4788 2005-07-14  Wim Taymans  <wim@fluendo.com>
4789
4790         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4791         (mute_stream), (silence_stream):
4792         Small debug additions.
4793
4794 2005-07-14  Wim Taymans  <wim@fluendo.com>
4795
4796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4797         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
4798         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
4799         Better error recovery, ignore unconnected pads and
4800         non-fatal errors.
4801
4802 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4803
4804         * docs/libs/tmpl/gstaudio.sgml:
4805         * docs/libs/tmpl/gstcolorbalance.sgml:
4806         * docs/libs/tmpl/gstgconf.sgml:
4807         * docs/libs/tmpl/gstmixer.sgml:
4808         * docs/libs/tmpl/gstringbuffer.sgml:
4809         * docs/libs/tmpl/gsttuner.sgml:
4810         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4811         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4812         (gst_tcpclientsrc_class_init):
4813         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4814         (gst_tcpserversrc_class_init):
4815         * sys/v4l/gstv4lelement.c:
4816           more autistic cleanliness in functions/names/defines
4817
4818 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4819
4820         * configure.ac:
4821           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
4822           added manually to each Makefile.am so we are sure it goes
4823           *last* and doesn't add -L flags before linking in libs of our
4824           own, like, say, internal .la libs, that then accidentally pick
4825           up the installed copy.
4826         * docs/libs/Makefile.am:
4827         * ext/alsa/Makefile.am:
4828         * ext/cdparanoia/Makefile.am:
4829         * ext/gnomevfs/Makefile.am:
4830         * ext/libvisual/Makefile.am:
4831         * ext/ogg/Makefile.am:
4832         * ext/theora/Makefile.am:
4833         * ext/vorbis/Makefile.am:
4834         * gst-libs/gst/video/Makefile.am:
4835         * gst/adder/Makefile.am:
4836         * gst/audioconvert/Makefile.am:
4837         * gst/audiorate/Makefile.am:
4838         * gst/audioscale/Makefile.am:
4839         * gst/ffmpegcolorspace/Makefile.am:
4840         * gst/playback/Makefile.am:
4841         * gst/sine/Makefile.am:
4842         * gst/subparse/Makefile.am:
4843         * gst/tags/Makefile.am:
4844         * gst/tcp/Makefile.am:
4845         * gst/typefind/Makefile.am:
4846         * gst/videorate/Makefile.am:
4847         * gst/videoscale/Makefile.am:
4848         * gst/videotestsrc/Makefile.am:
4849         * gst/volume/Makefile.am:
4850         * sys/v4l/Makefile.am:
4851         * sys/ximage/Makefile.am:
4852         * sys/xvimage/Makefile.am:
4853           adapt properly to this change. This should make sure that
4854           plugins and libs properly link to the as-yet-uninstalled
4855           copies of stuff like libgstinterfaces and libgstvideo
4856
4857 2005-07-13  Andy Wingo  <wingo@pobox.com>
4858
4859         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
4860         (gst_v4lsrc_fixate): Fixate on format as well.
4861
4862         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
4863         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
4864         buffer points to it.
4865         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
4866         rather just doing X calls ourselves. Also fixes a memleak.
4867
4868 2005-07-12  Andy Wingo  <wingo@pobox.com>
4869
4870         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
4871         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
4872         (gst_v4lsrc_create): Re-add the copy-mode property, default to
4873         TRUE to avoid deadlocks if an element holds on to our buffers.
4874
4875 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4876
4877         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4878         (gst_sinesrc_init), (gst_sinesrc_create),
4879         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4880         (gst_sinesrc_start):
4881         * gst/sine/gstsinesrc.h:
4882           removing num-buffers property before moving it
4883
4884 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4885
4886         * configure.ac:
4887           use overridable ERROR_CFLAGS
4888         * docs/libs/gst-plugins-base-libs.types:
4889         * docs/libs/tmpl/gstringbuffer.sgml:
4890         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4891         (gst_alsasink_class_init):
4892         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4893         (gst_alsasrc_class_init):
4894         * gst-libs/gst/audio/audio.h:
4895         * gst-libs/gst/audio/gstaudioclock.h:
4896         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
4897         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
4898         (gst_audio_filter_link), (gst_audio_filter_init),
4899         (gst_audio_filter_chain), (gst_audio_filter_set_property),
4900         (gst_audio_filter_get_property),
4901         (gst_audio_filter_class_add_pad_templates):
4902         * gst-libs/gst/audio/gstaudiofilter.h:
4903         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4904         (gst_audio_filter_template_get_type),
4905         (gst_audio_filter_template_base_init),
4906         (gst_audio_filter_template_class_init),
4907         (gst_audio_filter_template_init),
4908         (gst_audio_filter_template_set_property),
4909         (gst_audio_filter_template_get_property), (plugin_init),
4910         (gst_audio_filter_template_setup),
4911         (gst_audio_filter_template_filter),
4912         (gst_audio_filter_template_filter_inplace):
4913         * gst-libs/gst/audio/gstaudiosink.c:
4914         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4915         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
4916         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4917         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4918         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
4919         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
4920         * gst-libs/gst/audio/gstaudiosink.h:
4921         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4922         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4923         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4924         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
4925         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
4926         (gst_audio_src_class_init), (gst_audio_src_init),
4927         (gst_audio_src_create_ringbuffer):
4928         * gst-libs/gst/audio/gstaudiosrc.h:
4929         * gst-libs/gst/audio/gstbaseaudiosink.c:
4930         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
4931         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4932         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
4933         (gst_base_audio_sink_set_property),
4934         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
4935         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
4936         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
4937         (gst_base_audio_sink_create_ringbuffer),
4938         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
4939         * gst-libs/gst/audio/gstbaseaudiosink.h:
4940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4941         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
4942         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
4943         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
4944         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
4945         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
4946         (gst_base_audio_src_event), (gst_base_audio_src_create),
4947         (gst_base_audio_src_create_ringbuffer),
4948         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
4949         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4950         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4951         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
4952         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
4953         (gst_ring_buffer_debug_spec_caps),
4954         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
4955         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
4956         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
4957         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4958         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
4959         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4960         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
4961         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
4962         (gst_ring_buffer_clear):
4963         * gst-libs/gst/audio/gstringbuffer.h:
4964         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4965         (gst_video_sink_class_init), (gst_video_sink_get_type):
4966         * gst-libs/gst/video/videosink.h:
4967         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4968         (gst_multifdsink_class_init),
4969         (gst_multifdsink_handle_client_write),
4970         (gst_multifdsink_change_state):
4971         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4972         (gst_tcpclientsink_setcaps):
4973         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4974         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4975         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4976         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4977         (gst_ximagesink_send_pending_navigation),
4978         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4979         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4981         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4982         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4983         (gst_xvimagesink_send_pending_navigation),
4984         (gst_xvimagesink_navigation_send_event),
4985         (gst_xvimagesink_set_xwindow_id),
4986         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4987         (gst_xvimagesink_get_type):
4988         more macro splitting
4989
4990 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4991
4992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4993           plug a memleak, allows me to import 1479 albums in one go
4994           in jamboree
4995         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4996         (vorbis_handle_type_packet), (vorbis_dec_chain),
4997         (vorbis_dec_change_state):
4998           fix some format strings
4999
5000 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5001
5002         * docs/libs/tmpl/gstcolorbalance.sgml:
5003         * docs/libs/tmpl/gstmixer.sgml:
5004         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5005         (gst_alsasink_set_property), (gst_alsasink_get_property):
5006         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
5007         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
5008           add device property
5009
5010 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5011
5012         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5013         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
5014         (audiocast_register_listener), (audiocast_thread_run),
5015         (gst_gnomevfssrc_send_additional_headers_callback),
5016         (gst_gnomevfssrc_received_headers_callback),
5017         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
5018         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
5019         (gst_gnomevfssrc_get_size):
5020           add/clean up debugging
5021         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5022           cleanups
5023
5024 2005-07-07  Andy Wingo  <wingo@pobox.com>
5025
5026         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
5027         framerate. Need to get a handle on when exactly this function is
5028         called, tho.
5029
5030         * sys/v4l/v4lsrc_calls.h:
5031         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
5032         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
5033         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
5034
5035         * sys/v4l/v4l_calls.h: Cast to V4lElement.
5036         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
5037         v4lelements are sources.
5038
5039         * sys/v4l/gstv4lxoverlay.h:
5040         * sys/v4l/gstv4lxoverlay.c:
5041         * sys/v4l/gstv4ltuner.h:
5042         * sys/v4l/gstv4ltuner.c: Header loc fixen.
5043         
5044         * sys/v4l/gstv4lsrc.h:
5045         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
5046         PushSrc/BaseSrc. Removed most sync-related properties, videorate
5047         or something should handle that. Made a live source.
5048
5049         * sys/v4l/gstv4lelement.h:
5050         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
5051         signals. Some cleanups.
5052
5053         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
5054
5055         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
5056         stuff.
5057
5058         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
5059         stuff.
5060
5061         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
5062
5063 2005-07-07  Wim Taymans  <wim@fluendo.com>
5064
5065         * ext/theora/theoradec.c: (theora_get_query_types),
5066         (theora_dec_src_getcaps), (theora_dec_push):
5067         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
5068         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
5069         Remove deprecated/unused query types.
5070
5071 2005-07-06  Wim Taymans  <wim@fluendo.com>
5072
5073         * ext/alsa/Makefile.am:
5074         * ext/alsa/gstalsaplugin.c: (plugin_init):
5075         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5076         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
5077         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
5078         (gst_alsasrc_class_init), (gst_alsasrc_init),
5079         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
5080         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
5081         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
5082         (gst_alsasrc_reset):
5083         * ext/alsa/gstalsasrc.h:
5084         * gst-libs/gst/audio/Makefile.am:
5085         * gst-libs/gst/audio/gstaudiosink.c:
5086         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5087         (gst_audioringbuffer_start):
5088         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
5089         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5090         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
5091         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
5092         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5093         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
5094         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
5095         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
5096         * gst-libs/gst/audio/gstaudiosrc.h:
5097         * gst-libs/gst/audio/gstbaseaudiosink.c:
5098         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
5099         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
5100         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
5101         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5102         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
5103         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
5104         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
5105         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
5106         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
5107         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
5108         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
5109         (gst_baseaudiosrc_change_state):
5110         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5111         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5112         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
5113         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
5114         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5115         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
5116         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
5117         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
5118         * gst-libs/gst/audio/gstringbuffer.h:
5119         Added audiosource base classes.
5120         Ported alsasrc, still very basic.
5121
5122 2005-07-06  Wim Taymans  <wim@fluendo.com>
5123
5124         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
5125         (theora_dec_push), (theora_handle_data_packet):
5126         Prepare for better timestamp fix later.
5127
5128         * gst/audioconvert/gstaudioconvert.c:
5129         List most accurate caps first
5130
5131         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
5132         Use proper pad task function.
5133
5134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5135         (gst_xvimagesink_show_frame):
5136         Fix deadlock when alloc failed.
5137
5138 2005-07-05  Andy Wingo  <wingo@pobox.com>
5139
5140         * ext/gnomevfs/gstgnomevfssrc.c:
5141         * gst/sine/gstsinesrc.c:
5142         * gst/tcp/gsttcpserversrc.c:
5143         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
5144
5145         * sys/v4l/: Port from 0.8.
5146
5147         * Many files: Null if we got it....
5148
5149 2005-07-05  Andy Wingo  <wingo@pobox.com>
5150
5151         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
5152         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
5153         Signedness fixes.
5154
5155 2005-07-05  Wim Taymans  <wim@fluendo.com>
5156
5157         * configure.ac:
5158         * gst/tcp/Makefile.am:
5159         * gst/tcp/README:
5160         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
5161         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
5162         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
5163         (is_sync_frame), (gst_multifdsink_handle_client_write),
5164         (gst_multifdsink_render), (gst_multifdsink_start),
5165         (gst_multifdsink_stop), (gst_multifdsink_change_state):
5166         * gst/tcp/gstmultifdsink.h:
5167         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
5168         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
5169         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
5170         * gst/tcp/gsttcp.h:
5171         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5172         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5173         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5174         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
5175         * gst/tcp/gsttcpclientsink.h:
5176         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
5177         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
5178         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
5179         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
5180         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
5181         * gst/tcp/gsttcpclientsrc.h:
5182         * gst/tcp/gsttcpplugin.c: (plugin_init):
5183         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
5184         * gst/tcp/gsttcpserversink.h:
5185         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
5186         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
5187         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
5188         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5189         (gst_tcpserversrc_stop):
5190         * gst/tcp/gsttcpserversrc.h:
5191         * gst/tcp/gsttcpsink.c:
5192         * gst/tcp/gsttcpsink.h:
5193         * gst/tcp/gsttcpsrc.c:
5194         * gst/tcp/gsttcpsrc.h:
5195         Ported tcp plugins to 0.9. 
5196         
5197
5198 2005-07-05  Andy Wingo  <wingo@pobox.com>
5199
5200         * gst/playback/gstplaybasebin.c (fill_buffer):
5201         message_new_application fixen.
5202
5203         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
5204         Style fix.
5205
5206 2005-07-04  Wim Taymans  <wim@fluendo.com>
5207
5208         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
5209         Set caps on output buffer.
5210
5211 2005-07-04  Andy Wingo  <wingo@pobox.com>
5212
5213         * ext/gnomevfs/gstgnomevfssrc.c
5214         (gst_gnomevfssrc_received_headers_callback) 
5215         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
5216         hopefully.
5217
5218         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
5219         No refcount leakage.
5220
5221         * configure.ac: Enable -Werror.
5222         
5223         * ext/theora/theoradec.c (theora_dec_src_getcaps):
5224         * gst/audioconvert/bufferframesconvert.c
5225         (buffer_frames_convert_fixate):
5226         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
5227         (gst_audio_convert_fixate):
5228         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
5229         (gst_sinesrc_create): Fixate func changes.
5230         
5231         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
5232         (gst_ximagesink_buffer_alloc): Unused var.
5233
5234 2005-07-01  Andy Wingo  <wingo@pobox.com>
5235
5236         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
5237         getcaps to do explicit caps. Needs to be done in all decoders,
5238         possibly via a base class.
5239
5240         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
5241
5242         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
5243         caps on the sink pad, just rely on the pad template. Also, setting
5244         ANY caps on a pad is not valid because the caps are not fixed.
5245
5246         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
5247         caps on the buffer, and get the width from the desired_caps if
5248         they're set.
5249         (gst_ximagesink_renegotiate_size): Implement via setting the
5250         desired_caps on the ximagesink.
5251         (gst_ximagesink_setcaps): Only reset the width of the player if it
5252         wasn't already set. Not sure if this is right.
5253         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
5254
5255         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
5256         that the user wants. NULL unless the window has been resized.
5257
5258         * gst/volume/gstvolume.c (volume_transform): Adapt to
5259         basetransform refcount changes.
5260         
5261 2005-07-01  Andy Wingo  <wingo@pobox.com>
5262
5263         * gst/videoscale/gstvideoscale.c:
5264         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
5265         from BaseTransform, implements a transform_caps. Removed dead code
5266         including some PAR stuff that was never reached -- should probably
5267         be added back somehow.
5268
5269 2005-07-01  Andy Wingo  <wingo@pobox.com>
5270
5271         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
5272         come later.
5273
5274 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5275
5276         * configure.ac:
5277         * docs/libs/Makefile.am:
5278         * docs/libs/gst-plugins-libs.types:
5279         * ext/alsa/Makefile.am:
5280         * ext/alsa/gstalsamixer.h:
5281         * ext/alsa/gstalsamixeroptions.h:
5282         * ext/alsa/gstalsamixertrack.h:
5283         * gst-libs/gst/Makefile.am:
5284         * gst-libs/gst/colorbalance/.cvsignore:
5285         * gst-libs/gst/colorbalance/Makefile.am:
5286         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
5287         * gst-libs/gst/colorbalance/colorbalance.c:
5288         * gst-libs/gst/colorbalance/colorbalance.h:
5289         * gst-libs/gst/colorbalance/colorbalance.vcproj:
5290         * gst-libs/gst/colorbalance/colorbalancechannel.c:
5291         * gst-libs/gst/colorbalance/colorbalancechannel.h:
5292         * gst-libs/gst/interfaces/Makefile.am:
5293         * gst-libs/gst/interfaces/colorbalance.c:
5294         (gst_color_balance_class_init):
5295         * gst-libs/gst/interfaces/colorbalance.h:
5296         * gst-libs/gst/interfaces/interfaces-marshal.list:
5297         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
5298         * gst-libs/gst/interfaces/mixer.h:
5299         * gst-libs/gst/interfaces/mixeroptions.h:
5300         * gst-libs/gst/interfaces/navigation.c:
5301         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
5302         * gst-libs/gst/interfaces/tuner.h:
5303         * gst/volume/Makefile.am:
5304         * gst/volume/gstvolume.c:
5305         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5306         * sys/ximage/Makefile.am:
5307         * sys/ximage/ximagesink.c:
5308         * sys/xvimage/Makefile.am:
5309         * sys/xvimage/xvimagesink.c:
5310           fold in all interfaces into an interfaces dir, preserving CVS
5311           history
5312
5313 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5314
5315         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5316           Fix build after riff changes.
5317
5318 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5319
5320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5321         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
5322         (gst_riff_create_video_template_caps),
5323         (gst_riff_create_audio_template_caps),
5324         (gst_riff_create_iavs_template_caps):
5325         * gst-libs/gst/riff/riff-media.h:
5326         * gst-libs/gst/riff/riff-read.h:
5327         * gst-libs/gst/riff/riff.c: (gst_riff_init):
5328           Add gst_riff_init() to initialize the debug category, instead
5329           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
5330
5331 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5332
5333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
5334           Oops, I shouldn't apply hacks.
5335
5336 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5337
5338         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
5339           Remove pad_loop function which doesn't work.
5340
5341 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5342
5343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
5344           Send EOS when deactivating.
5345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5346         (check_queue), (queue_threshold_reached), (queue_out_of_data),
5347         (gen_preroll_element), (probe_triggered), (mute_stream),
5348         (silence_stream), (new_decoded_pad), (setup_substreams),
5349         (set_active_source):
5350         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
5351         (remove_sinks), (add_sink):
5352         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
5353           Change for new probe API.
5354
5355 2005-06-29  Wim Taymans  <wim@fluendo.com>
5356
5357         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
5358         * gst-libs/gst/audio/gstbaseaudiosink.c:
5359         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
5360         (gst_baseaudiosink_change_state):
5361         * gst-libs/gst/audio/gstbaseaudiosink.h:
5362         * gst-libs/gst/audio/gstringbuffer.c:
5363         (gst_ringbuffer_set_callback):
5364         Fix compilation error.
5365         Ringbuffer starts out as not running.
5366         Free our clock in dispose.
5367         When releasing the ringbuffer we need to renegotiate so
5368         clear the pad caps.
5369
5370 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5371
5372         * autogen.sh:
5373         * configure.ac:
5374         * docs/Makefile.am:
5375         * docs/libs/Makefile.am:
5376         * docs/libs/gst-plugins-libs-docs.sgml:
5377         * docs/libs/gst-plugins-libs-sections.txt:
5378         * docs/libs/gst-plugins-libs.types:
5379         * docs/libs/tmpl/gstaudio.sgml:
5380         * docs/libs/tmpl/gstcolorbalance.sgml:
5381         * docs/libs/tmpl/gstringbuffer.sgml:
5382         * gst-libs/gst/audio/gstringbuffer.c:
5383         (gst_ringbuffer_set_callback):
5384           reinstate gtk-doc docs for plugin libs
5385
5386 2005-06-28  Wim Taymans  <wim@fluendo.com>
5387
5388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5389         (gst_ogg_demux_init):
5390         Removed pad loop function.
5391
5392 2005-06-28  Wim Taymans  <wim@fluendo.com>
5393
5394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5395         If we're building a chain we are not in an error case
5396         when we queue a buffer.
5397
5398 2005-06-28  Andy Wingo  <wingo@pobox.com>
5399
5400         * *.c: Don't cast to GstObject before reffing/unreffing.
5401
5402 2005-06-27  Andy Wingo  <wingo@pobox.com>
5403
5404         * gst/videotestsrc/gstvideotestsrc.c
5405         (gst_videotestsrc_activate_push): Activation API changes.
5406
5407         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
5408         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
5409         they have refs on the decodebin.
5410
5411         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
5412         parent class.
5413         (gst_ogg_pad_typefind): Don't leak a pad ref.
5414         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
5415         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
5416         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
5417
5418 2005-06-27  Edward Hervey  <edward@fluendo.com>
5419
5420         * ext/theora/theoradec.c: (theora_dec_change_state): 
5421         re-arranged call to parent's state change in order to avoid locks (or
5422         worse).
5423
5424 2005-06-26  Edward Hervey  <edward@fluendo.com>
5425
5426         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5427         2nd argument of 'unknow-type' signal is a GstCaps and not a
5428         GstMiniObject
5429
5430 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
5431         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
5432           Set the worker thread's running flag to TRUE before starting the
5433           thread.
5434         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5435           Catch a failure to add typefind to the bin.
5436
5437 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5438
5439         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5440         (gst_sinesrc_init), (gst_sinesrc_create),
5441         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
5442         (gst_sinesrc_start):
5443         * gst/sine/gstsinesrc.h:
5444           add num-buffers and timestamp-offset properties
5445         * gst/videotestsrc/gstvideotestsrc.c:
5446         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
5447         (gst_videotestsrc_get_property):
5448           add timestamp-offset property
5449
5450 2005-06-23  Christian Schaller  <uraeus@gnome.org>
5451
5452         * configure.ac: add videorate
5453         * gst-plugins-base.spec.in: add videorate
5454
5455 2005-06-23  Wim Taymans  <wim@fluendo.com>
5456
5457         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5458         (gst_videorate_getcaps), (gst_videorate_setcaps),
5459         (gst_videorate_event), (gst_videorate_chain):
5460         Fixed videorate, fixating an already fixated caps is not
5461         an error.
5462
5463 2005-06-23  Wim Taymans  <wim@fluendo.com>
5464
5465         * ext/ogg/README:
5466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
5467         Buffer on caps is not boxed anymore.
5468
5469 2005-06-22  Wim Taymans  <wim@fluendo.com>
5470
5471         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5473         Set buffers on caps as miniobjects and not as boxed.
5474
5475 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5476
5477         * configure.ac:
5478           back to HEAD
5479
5480 === release 0.9.1 ===
5481
5482 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5483
5484         * .cvsignore:
5485         * NEWS:
5486         * README:
5487         * RELEASE:
5488         * configure.ac:
5489         * po/af.po:
5490         * po/az.po:
5491         * po/cs.po:
5492         * po/en_GB.po:
5493         * po/hu.po:
5494         * po/it.po:
5495         * po/nb.po:
5496         * po/nl.po:
5497         * po/or.po:
5498         * po/sq.po:
5499         * po/sr.po:
5500         * po/sv.po:
5501         * po/uk.po:
5502         * po/vi.po:
5503           updates for release
5504
5505 2005-06-09  Andy Wingo  <wingo@pobox.com>
5506
5507         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
5508         
5509 2005-06-09  Andy Wingo  <wingo@pobox.com>
5510
5511         * configure.ac:
5512         * gst-libs/gst/Makefile.am:
5513         * gst-libs/gst/net/Makefile.am:
5514         Add gstnet to build.
5515
5516 2005-06-09  Andy Wingo  <wingo@pobox.com>
5517
5518         * gst-libs/gst/gconf/gconf.c:
5519         * gst/playback/test.c:
5520         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
5521         fixes.
5522
5523         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
5524
5525         * ext/theora/theoraenc.c (theora_enc_chain): 
5526         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
5527
5528         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
5529         RealPad.
5530
5531 2005-06-02  Wim Taymans  <wim@fluendo.com>
5532
5533         * gst-libs/gst/net/Makefile.am:
5534         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5535         * pkgconfig/gstreamer-libs.pc.in:
5536         Added net stuff, version net lib.
5537
5538 2005-06-02  Wim Taymans  <wim@fluendo.com>
5539
5540         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5541         (query_rates), (query_positions_elems), (query_positions_pads),
5542         (do_seek):
5543         Updated seek example.
5544
5545 2005-06-02  Andy Wingo  <wingo@pobox.com>
5546
5547         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
5548         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
5549         list.
5550
5551         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
5552         remove the typefind, the bin dispose will do it for us. When it's
5553         removed and unreffed, the signal handler will be disconnected,
5554         too.
5555         (unlinked): It's too difficult to disconnect from unlinked
5556         handlers, as they are on pads not elements. Just punt if the pads
5557         aren't grandkids of the bin.
5558
5559 2005-06-02  Wim Taymans  <wim@fluendo.com>
5560
5561         * ext/ogg/README:
5562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5563         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
5564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
5565         * ext/theora/theoradec.c: (theora_dec_src_query),
5566         (theora_handle_data_packet):
5567         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5568         (theora_enc_chain):
5569         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5570         (vorbis_handle_data_packet):
5571         * gst/audioconvert/bufferframesconvert.c:
5572         (buffer_frames_convert_chain):
5573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5574         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5575         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
5576         (gst_ffmpegcsp_chain):
5577         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5578         (gst_videorate_getcaps), (gst_videorate_setcaps),
5579         (gst_videorate_event), (gst_videorate_chain):
5580         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
5581         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
5582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5583         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5584         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5585         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
5586         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
5587         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5588         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5589         Cleanups and buffer alloc.
5590
5591 2005-05-31  Wim Taymans  <wim@fluendo.com>
5592
5593         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
5594         Don't try to call the delay method when the device is not
5595         opened.
5596
5597 2005-05-31  Wim Taymans  <wim@fluendo.com>
5598
5599         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
5600         Get actual segment size and buffer size after opening
5601         the device.
5602
5603 2005-05-30  Wim Taymans  <wim@fluendo.com>
5604
5605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
5606         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
5607         Also FLUSH upstream, makes the loop function exit faster.
5608         
5609         * ext/theora/theoradec.c: (theora_dec_src_query):
5610         Some more debug info in the query.
5611         
5612         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5613         (gst_ximagesink_setcaps):
5614         Release lock on par error, better error reporting.
5615
5616 2005-05-26  Wim Taymans  <wim@fluendo.com>
5617
5618         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5619         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
5620         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
5621         Clear chains in READY
5622         Queue packets until the chain is activated.
5623
5624 2005-05-25  Wim Taymans  <wim@fluendo.com>
5625
5626         * gst-libs/gst/audio/gstaudiosink.c:
5627         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5628         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5629         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5630         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5631         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5632         (gst_audiosink_create_ringbuffer):
5633         * gst-libs/gst/audio/gstbaseaudiosink.c:
5634         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5635         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5636         (gst_baseaudiosink_set_property), (build_linear_format),
5637         (debug_spec_caps), (debug_spec_buffer),
5638         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5639         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5640         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5641         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5642         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5643         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5644         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5645         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5646         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5647         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5648         (wait_segment), (gst_ringbuffer_commit),
5649         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5650         (gst_ringbuffer_clear):
5651         Various small cleanups.
5652
5653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5654         (gst_audio_convert_change_state):
5655         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
5656         No need to take the locks anymore.
5657
5658 2005-05-25  Wim Taymans  <wim@fluendo.com>
5659
5660         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5661         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
5662         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
5663         (type_found):
5664         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
5665         (group_destroy), (group_commit), (queue_overrun),
5666         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
5667         (mute_stream), (new_decoded_pad), (setup_substreams),
5668         (setup_source), (mute_group_type), (set_active_source),
5669         (gst_play_base_bin_change_state):
5670         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
5671         (gen_video_element), (gen_text_element), (gen_audio_element),
5672         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
5673         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
5674         (gst_stream_info_dispose), (gst_stream_info_set_mute):
5675         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5676         Some playbin cleanups mostly refcounting sloppyness.
5677
5678 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5679
5680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5681           Work with streaming input.
5682
5683 2005-05-25  Wim Taymans  <wim@fluendo.com>
5684
5685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5686         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5687         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
5688         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
5689         No need to take the STREAM lock anymore.
5690
5691 2005-05-25  Wim Taymans  <wim@fluendo.com>
5692
5693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
5694         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
5695         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
5696         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
5697         (gst_ogg_demux_sink_activate):
5698         * ext/theora/theoradec.c: (theora_dec_src_event),
5699         (theora_handle_comment_packet), (theora_dec_chain),
5700         (theora_dec_change_state):
5701         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5702         (vorbis_handle_data_packet), (vorbis_dec_chain),
5703         (vorbis_dec_change_state):
5704         Remove STREAM locks as they are taken in core now.
5705         Never set bogus granulepos on vorbis/theora.
5706         Fix leaks in theoradec tag parsing.
5707
5708 2005-05-25  Wim Taymans  <wim@fluendo.com>
5709
5710         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5711         Fix memleaks, GST_BUFFER_DATA() is not freed.
5712
5713 2005-05-25  Wim Taymans  <wim@fluendo.com>
5714
5715         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5716         Open non-blocking, set to blocking mode afterwards to avoid
5717         lockups when audio device is busy.
5718
5719 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5720
5721         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
5722           This can't be good.
5723
5724 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5725
5726         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5727         (gst_audio_convert_chain), (gst_audio_convert_link_src),
5728         (gst_audio_convert_setcaps):
5729           Implement instant setup switching.
5730
5731 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5732
5733         * gst/playback/gstplaybasebin.c: (probe_triggered):
5734           Fix missing unlock.
5735         * gst/playback/gstplaybin.c: (add_sink):
5736           First add, then link (otherwise pad link fails).
5737
5738 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5739
5740         * examples/Makefile.am:
5741         fix buildbot (make distcheck)
5742
5743 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5744
5745         * gst/playback/gstplaybin.c: (gen_vis_element):
5746           Remove some wrong code. Doesn't work yet.
5747
5748 2005-05-19  Wim Taymans  <wim@fluendo.com>
5749
5750         * gst-libs/gst/net/Makefile.am:
5751         * gst-libs/gst/net/README:
5752         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
5753         (gst_netbuffer_class_init), (gst_netbuffer_init),
5754         (gst_netbuffer_finalize), (gst_netbuffer_copy),
5755         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
5756         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
5757         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
5758         * gst-libs/gst/net/gstnetbuffer.h:
5759         Added buffer subclass to store extra to/from addresses for
5760         network sources/sinks.
5761
5762 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5763
5764         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5765           Don't lock an unassigned variable.
5766
5767 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5768
5769         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5770           Increase buffer for video, decrease buffer for other media types.
5771         * gst/playback/gstplaybin.c: (gen_video_element),
5772         (gen_audio_element):
5773           Change names for debugging purposes.
5774
5775 2005-05-18  Wim Taymans  <wim@fluendo.com>
5776
5777         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5778         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5779         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
5780         (gst_ffmpegcsp_chain):
5781         Enable buffer alloc passthrough if the source and dest
5782         formats are the same.
5783
5784 2005-05-17  Wim Taymans  <wim@fluendo.com>
5785
5786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
5787         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5788         (gst_ogg_demux_chain_unlocked):
5789         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5790         (gst_audio_convert_caps_remove_format_info),
5791         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5792         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
5793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5794         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5795         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
5796         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
5797         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
5798         (gst_ffmpegcsp_get_property):
5799         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5800         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
5801         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
5802         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5803         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
5804         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5805         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
5806         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
5807         Leak fixes in oggdemux.
5808         Some cleanups in audioconvert.
5809         Make passthrough work along with buffer_alloc etc.
5810         Make buffer_alloc and buffer recycling actually work in
5811         xvimagesink.
5812
5813 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5814
5815         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
5816           make the compiler happy
5817
5818 2005-05-17  Wim Taymans  <wim@fluendo.com>
5819
5820         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
5821         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
5822         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
5823         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
5824         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5825         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
5826         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5827         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5828         (gst_xvimagesink_set_xwindow_id):
5829         * sys/xvimage/xvimagesink.h:
5830         Port xvimagesink to new MiniObject.
5831
5832 2005-05-17  Wim Taymans  <wim@fluendo.com>
5833
5834         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5835         (gst_audiofilter_chain):
5836         * gst-libs/gst/audio/gstaudiosink.c:
5837         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5838         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5839         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5840         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5841         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5842         (gst_audiosink_create_ringbuffer):
5843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5844         (gst_audio_convert_caps_remove_format_info),
5845         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5846         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5848         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5849         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5850         Fix passthrough in ffmpegcolorspace.
5851         Fix memset in audiosink on wrong memory.
5852
5853 2005-05-16  David Schleef  <ds@schleef.org>
5854
5855         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
5856         to GstMiniObject.
5857
5858 2005-05-16  David Schleef  <ds@schleef.org>
5859
5860         Port from GstData to GstMiniObject.
5861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
5863         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
5864         (gst_ogg_mux_collected):
5865         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5866         * ext/theora/theoradec.c: (theora_handle_comment_packet),
5867         (theora_handle_data_packet):
5868         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5869         (theora_set_header_on_caps), (theora_enc_chain):
5870         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5871         (vorbis_handle_comment_packet):
5872         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5873         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5874         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
5875         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
5876         * gst/audioconvert/gstaudioconvert.c:
5877         (gst_audio_convert_get_buffer):
5878         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5879         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5880         (mute_stream), (silence_stream):
5881         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5882         * gst/volume/gstvolume.c: (volume_transform):
5883         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5884         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
5885         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
5886         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
5887         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
5888         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
5889         (gst_ximagesink_buffer_alloc):
5890         * sys/ximage/ximagesink.h:
5891
5892 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5893
5894         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5895         (fill_buffer), (check_queue), (queue_threshold_reached),
5896         (queue_out_of_data):
5897         * gst/playback/gstplaybasebin.h:
5898           Post buffer-fullness on the bus.
5899
5900 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5901
5902         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5903         (try_to_link_1):
5904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5905         (group_commit), (probe_triggered), (setup_source),
5906         (gst_play_base_bin_change_state):
5907         * gst/playback/gstplaybasebin.h:
5908         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5909         (gst_play_bin_init), (remove_sinks), (setup_sinks),
5910         (gst_play_bin_change_state):
5911           Move setup_output_pads into a virtual function, remove
5912           group-switch (no longer needed) and redirect (handled by bus
5913           now) signals.
5914
5915 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5916
5917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5918         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
5919         (get_active_group), (get_building_group), (group_destroy),
5920         (group_commit), (check_queue), (queue_overrun),
5921         (queue_threshold_reached), (queue_out_of_data),
5922         (gen_preroll_element), (remove_groups), (unknown_type),
5923         (add_element_stream), (no_more_pads), (probe_triggered),
5924         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
5925         (setup_substreams), (setup_source), (finish_source),
5926         (prepare_output), (muted_group_change_state),
5927         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5928         (gst_play_base_bin_change_state):
5929         * gst/playback/gstplaybasebin.h:
5930         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5931         (gst_play_bin_init), (gst_play_bin_set_property),
5932         (gen_video_element), (gen_text_element), (gen_audio_element),
5933         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5934         (gst_play_bin_change_state):
5935         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5936         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
5937         (stream_info_change_state), (gst_stream_info_set_mute),
5938         (gst_stream_info_get_property):
5939         * gst/playback/gststreaminfo.h:
5940         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5941         (gst_stream_selector_get_linked_pad),
5942         (gst_stream_selector_getcaps),
5943         (gst_stream_selector_get_linked_pads),
5944         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5945         * gst/playback/gststreamselector.h:
5946           Rough port of playbin. Needs some more work, but is mostly done,
5947           and uses a few locks in important places, which should make stuff
5948           like chain-switches clean. Still uses GST_STATE() in a few places,
5949           which isn't all that good an idea, subtitles/elements disabled
5950           because no elements to test with and thus probably broken, query
5951           and event handling moved to GstBin, internal thread removed
5952           alltogether because the pipeline does that for us now. Can play
5953           Ogg/Vorbis files. Haven't tested anything else yet.
5954
5955 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5956
5957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
5958           Do no-more-pads (needed for autoplugging).
5959
5960 2005-05-10  Andy Wingo  <wingo@pobox.com>
5961
5962         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
5963         message to the bus with the tags. Still not sent downstream tho.
5964
5965         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5966         get_parent.
5967         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5968         avoid refcounting hassles.
5969
5970 2005-05-09  Andy Wingo  <wingo@pobox.com>
5971
5972         * gst/volume/Makefile.am:
5973         * gst/volume/demo.c
5974         * gst/volume/gstvolume.h
5975         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5976         basetransform. Probably need an audio filter base class.
5977
5978 2005-05-09  Wim Taymans  <wim@fluendo.com>
5979
5980         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5981         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5982         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5983         (gst_vorbisenc_chain):
5984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5985         (gst_audio_convert_caps_remove_format_info),
5986         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5987         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5988         Make caps writable before writing to it.
5989         Fix negotiation in audioconvert some more.
5990
5991 2005-05-09  Wim Taymans  <wim@fluendo.com>
5992
5993         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5994         (gst_videorate_getcaps), (gst_videorate_setcaps),
5995         (gst_videorate_event), (gst_videorate_chain):
5996         Better negotiation.
5997
5998 2005-05-09  Wim Taymans  <wim@fluendo.com>
5999
6000         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
6001         (gst_videorate_getcaps), (gst_videorate_setcaps),
6002         (gst_videorate_blank_data), (gst_videorate_init),
6003         (gst_videorate_event), (gst_videorate_chain),
6004         (gst_videorate_change_state):
6005         Port videorate, do a better job at negotiation while we're at
6006         it.
6007
6008 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
6009
6010         * configure.ac:
6011           Disable libvisual
6012
6013         * examples/Makefile.am:
6014         * gst-libs/gst/audio/Makefile.am:
6015         * gst-libs/gst/riff/Makefile.am:
6016         * gst-libs/gst/tag/Makefile.am:
6017         * gst-libs/gst/video/Makefile.am:
6018           Fixups for missing variables.
6019
6020 2005-05-09  Wim Taymans  <wim@fluendo.com>
6021
6022         * examples/seeking/seek.c: (make_theora_pipeline),
6023         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
6024         (query_rates), (query_positions_elems), (query_positions_pads),
6025         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
6026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6027         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
6028         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
6029         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
6030         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
6031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6032         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
6033         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
6034         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
6035         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
6036         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6037         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6038         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
6039         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
6040         (theora_dec_src_convert), (theora_dec_sink_convert),
6041         (theora_dec_src_query), (theora_dec_sink_query),
6042         (theora_dec_src_event), (theora_dec_sink_event),
6043         (theora_handle_comment_packet), (theora_handle_type_packet),
6044         (theora_handle_header_packet), (theora_handle_data_packet),
6045         (theora_dec_chain):
6046         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6047         (vorbis_dec_convert), (vorbis_dec_src_query),
6048         (vorbis_dec_sink_query), (vorbis_dec_src_event),
6049         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6050         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
6051         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
6052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
6053         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
6054         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
6055         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6056         (gst_play_bin_query):
6057         * gst/playback/test3.c: (update_scale):
6058         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
6059         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
6060         * gst/subparse/gstsubparse.c: (gst_subparse_init):
6061         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
6062         (gst_videotestsrc_src_query):
6063         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
6064         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
6065         (paint_hline_YUV9):
6066         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6067         Port to new query API.
6068         Updated seek.
6069         Cleanups in x[v]imagesink
6070
6071 2005-05-09  Andy Wingo  <wingo@pobox.com>
6072
6073         * ext/alsa/gstalsasink.h:
6074         * ext/gnomevfs/gstgnomevfssrc.c:
6075         (gst_gnomevfssrc_get_icy_metadata):
6076         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
6077         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
6078         * ext/theora/theoradec.c (theora_dec_src_query)
6079         (theora_dec_src_event, theora_dec_sink_event)
6080         (theora_handle_comment_packet, theora_handle_data_packet):
6081         * ext/theora/theoraenc.c (theora_enc_chain):
6082         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
6083         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
6084         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
6085         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
6086         (qt_type_find):
6087         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
6088         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
6089         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
6090         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
6091         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
6092         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
6093         (paint_setup_xBGR8888, paint_setup_RGBx8888)
6094         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
6095         (paint_setup_RGB565, paint_setup_xRGB1555):
6096         * gst/videotestsrc/videotestsrc.h:
6097         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
6098         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
6099         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
6100         GCC4 fixes.
6101         
6102         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
6103         gst_pad_query_position. Fixes oggdemux.
6104
6105 2005-05-08  David Schleef  <ds@schleef.org>
6106
6107         * configure.ac: Require liboil.
6108         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
6109         a few more.
6110         * gst/videotestsrc/videotestsrc.c:
6111         * gst/videotestsrc/videotestsrc.h:
6112
6113 2005-05-06  Wim Taymans  <wim@fluendo.com>
6114
6115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6116         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6117         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6118         Well, unreffing a buffer right before pushing it is asking
6119         for trouble..
6120
6121 2005-05-06  Christian Schaller  <uraeus@gnome.org>
6122
6123         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
6124
6125 2005-05-06  Wim Taymans  <wim@fluendo.com>
6126
6127         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6128         (gst_audio_convert_caps_remove_format_info),
6129         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6130         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6132         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6133         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6134         * gst/sine/Makefile.am:
6135         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
6136         (gst_sinesrc_class_init), (gst_sinesrc_init),
6137         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
6138         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
6139         (gst_sinesrc_update_freq):
6140         * gst/sine/gstsinesrc.h:
6141         * gst/tcp/gstmultifdsink.c:
6142         * sys/xvimage/xvimagesink.c:
6143         Fixed negotiation wrt _peer_get_caps()
6144         Some cleanups.
6145
6146
6147 2005-05-06  Wim Taymans  <wim@fluendo.com>
6148
6149         * gst-libs/gst/audio/gstaudiosink.c:
6150         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6151         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6152         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6153         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6154         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6155         (gst_audiosink_create_ringbuffer):
6156         * gst-libs/gst/audio/gstbaseaudiosink.c:
6157         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6158         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6159         (gst_baseaudiosink_set_property), (build_linear_format),
6160         (debug_spec_caps), (debug_spec_buffer),
6161         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6162         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6163         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6164         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6165         * gst-libs/gst/audio/gstbaseaudiosink.h:
6166         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6167         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6168         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
6169         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6170         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
6171         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
6172         (wait_segment), (gst_ringbuffer_commit),
6173         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
6174         (gst_ringbuffer_clear):
6175         * gst-libs/gst/audio/gstringbuffer.h:
6176         Make the base audiosink return an error when there is no
6177         audiobuffer negotiated.
6178
6179 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6180
6181         * ext/Makefile.am:
6182         Disable cdparanoia until someone ports it!
6183
6184 2005-05-06  Wim Taymans  <wim@fluendo.com>
6185
6186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6187         (gst_ogg_demux_sink_activate):
6188         And revert after wingo's revert.. sigh..
6189
6190 2005-05-05  Andy Wingo  <wingo@pobox.com>
6191
6192         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
6193         GObject.
6194         * configure.ac: Return audiorate and subparse from the ghetto.
6195         Re-enable -Wall -Werror.
6196         * gst/subparse/gstsubparse.c:
6197         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
6198         or chain-based. Cleaned up a bit. Not tested.
6199         
6200 2005-05-05  Christian Schaller <christian@fluendo.com> 
6201
6202         * Makefile.am: remove stuff that is not building
6203         * configure.ac: remove stuff that is not building
6204         * examples/Makefile.am: remove stuff that is not building
6205         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
6206         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
6207         * sys/Makefile.am: remove stuff that is not building
6208         * testsuite/Makefile.am: remove stuff that is not building
6209
6210 2005-05-05  Andy Wingo  <wingo@pobox.com>
6211
6212         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6213         * gst-libs/gst/tag/gstvorbistag.c:
6214         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
6215         * gst/adder/gstadder.h:
6216         * gst/audioconvert/gstchannelmix.c:
6217         (gst_audio_convert_fill_one_other):
6218         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
6219         (gst_audiorate_init), (gst_audiorate_chain):
6220         * gst/playback/gstplaybasebin.c: (setup_source):
6221         * gst/playback/test3.c: (update_scale):
6222         Some GCC4 fixes
6223         
6224         * po/af.po:
6225         * po/az.po:
6226         * po/cs.po:
6227         * po/en_GB.po:
6228         * po/hu.po:
6229         * po/it.po:
6230         * po/nb.po:
6231         * po/nl.po:
6232         * po/or.po:
6233         * po/sq.po:
6234         * po/sr.po:
6235         * po/sv.po:
6236         * po/uk.po:
6237         * po/vi.po: Foo
6238
6239 2005-05-05  Wim Taymans  <wim@fluendo.com>
6240
6241         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6242         (gst_audio_convert_caps_remove_format_info),
6243         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
6244         (gst_audio_convert_change_state), (gst_audio_convert_channels):
6245         * gst/videotestsrc/gstvideotestsrc.c:
6246         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
6247         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
6248         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
6249         (gst_videotestsrc_init), (gst_videotestsrc_loop):
6250         Don't ignore _push() return values.
6251         Make sure no processing is done when shutting down.
6252         Videotestsrc pad activation fix.
6253
6254 2005-05-05  Wim Taymans  <wim@fluendo.com>
6255
6256         * gst/adder/Makefile.am:
6257         * gst/adder/gstadder.c: (gst_adder_setcaps),
6258         (gst_adder_class_init), (gst_adder_init),
6259         (gst_adder_request_new_pad), (gst_adder_collected),
6260         (gst_adder_change_state):
6261         * gst/adder/gstadder.h:
6262         Ported adder as an example of a mixer element using
6263         collect pads. Needs more negotiation work.
6264
6265 2005-05-05  Wim Taymans  <wim@fluendo.com>
6266
6267         * ext/theora/theoradec.c: (_inc_granulepos),
6268         (theora_dec_src_event), (theora_dec_sink_event),
6269         (theora_handle_comment_packet), (theora_handle_type_packet),
6270         (theora_handle_header_packet), (theora_handle_data_packet),
6271         (theora_dec_chain):
6272         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6273         (gst_theora_enc_init), (theora_enc_sink_setcaps),
6274         (theora_push_buffer), (theora_push_packet),
6275         (theora_enc_sink_event), (theora_enc_chain),
6276         (theora_enc_change_state), (theora_enc_set_property),
6277         (theora_enc_get_property):
6278         Added stream lock to decoder so that we can serialize
6279         the discont event.
6280         More theoraenc porting, recover from errors, do clean
6281         shutdown.
6282
6283 2005-05-05  Wim Taymans  <wim@fluendo.com>
6284
6285         * ext/ogg/Makefile.am:
6286         * ext/ogg/README:
6287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6288         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
6289         (gst_ogg_print):
6290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6291         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
6292         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
6293         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
6294         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
6295         (gst_ogg_mux_change_state):
6296         Ported ogg muxer.
6297
6298 2005-05-05  Wim Taymans  <wim@fluendo.com>
6299
6300         * docs/design-audiosinks.txt:
6301         * gst-libs/gst/audio/TODO:
6302         * gst-libs/gst/audio/gstaudiosink.c:
6303         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6304         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6305         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6306         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6307         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6308         (gst_audiosink_create_ringbuffer):
6309         * gst-libs/gst/audio/gstbaseaudiosink.c:
6310         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6311         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6312         (gst_baseaudiosink_set_property), (build_linear_format),
6313         (debug_spec_caps), (debug_spec_buffer),
6314         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6315         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6316         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6317         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6319         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6320         (gst_ringbuffer_release), (gst_ringbuffer_play),
6321         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6322         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
6323         (gst_ringbuffer_set_sample), (wait_segment),
6324         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
6325         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
6326         More work on the audiosink, mostly debugging and a race in
6327         shutdown.
6328
6329 2005-04-28  Wim Taymans  <wim@fluendo.com>
6330
6331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6332         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
6333         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
6334         (vorbis_dec_src_query), (vorbis_dec_src_event),
6335         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6336         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
6337         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
6338         Don't crap out when seeking back to position 0.
6339
6340 2005-04-28  Wim Taymans  <wim@fluendo.com>
6341
6342         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6343         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6344         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
6345         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
6346         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
6347         Make audio sink configurable, use alsasink as default.
6348
6349 2005-04-28  Wim Taymans  <wim@fluendo.com>
6350
6351         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6352         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6353         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
6354         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
6355         (vorbis_dec_change_state):
6356         * ext/vorbis/vorbisdec.h:
6357         Refactor, use STREAM_LOCK.
6358
6359 2005-04-28  Wim Taymans  <wim@fluendo.com>
6360
6361         * ext/theora/theoradec.c: (_inc_granulepos),
6362         (theora_dec_sink_event), (theora_handle_comment_packet),
6363         (theora_handle_type_packet), (theora_handle_header_packet),
6364         (theora_handle_data_packet), (theora_dec_chain),
6365         (theora_dec_change_state):
6366         Refactor a bit, use STREAM_LOCK.
6367
6368 2005-04-28  Wim Taymans  <wim@fluendo.com>
6369
6370         * ext/alsa/Makefile.am:
6371         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
6372         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
6373         (gst_alsa_link), (gst_alsa_close_audio):
6374         * ext/alsa/gstalsaplugin.c: (plugin_init):
6375         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6376         (gst_alsasink_dispose), (gst_alsasink_base_init),
6377         (gst_alsasink_class_init), (gst_alsasink_init),
6378         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
6379         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
6380         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
6381         (gst_alsasink_reset):
6382         * ext/alsa/gstalsasink.h:
6383         Implement alsasink with simple open/write/close API. 
6384         Make alsa dir build by disabling compilation of code.
6385
6386 2005-04-28  Wim Taymans  <wim@fluendo.com>
6387
6388         * gst-libs/gst/audio/Makefile.am:
6389         * gst-libs/gst/audio/audio.h:
6390         * gst-libs/gst/audio/audioclock.c:
6391         * gst-libs/gst/audio/audioclock.h:
6392         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
6393         (gst_audio_clock_class_init), (gst_audio_clock_init),
6394         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
6395         * gst-libs/gst/audio/gstaudioclock.h:
6396         * gst-libs/gst/audio/gstaudiosink.c:
6397         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6398         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6399         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6400         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6401         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6402         (gst_audiosink_create_ringbuffer):
6403         * gst-libs/gst/audio/gstbaseaudiosink.c:
6404         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6405         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6406         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
6407         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
6408         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6409         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6410         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6411         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6412         * gst-libs/gst/audio/gstbaseaudiosink.h:
6413         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6414         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
6415         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6416         (gst_ringbuffer_release), (gst_ringbuffer_play),
6417         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6418         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
6419         (gst_ringbuffer_set_sample), (wait_segment),
6420         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
6421         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
6422         * gst-libs/gst/audio/gstringbuffer.h:
6423         Make ringbuffer faster and more simple by removing the locks
6424         in the playback thread.
6425         Add sample accurate playback based on buffer sample offsets.
6426         Make the baseaudiosink provide a clock.
6427         Parse caps in the base class.
6428         Correctly handle seeking, flushing and state changes.
6429
6430 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6431
6432         * configure.ac:
6433         * gst/audioconvert/Makefile.am:
6434         * gst/audioscale/Makefile.am:
6435           Fix part of the build.  Come on guys, autogen didn't even work :)
6436
6437 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6438
6439         * configure.ac:
6440         * gst-libs/gst/Makefile.am:
6441         * gst-libs/gst/media-info/.cvsignore:
6442         * gst-libs/gst/media-info/Makefile.am:
6443         * gst-libs/gst/media-info/README:
6444         * gst-libs/gst/media-info/media-info-priv.c:
6445         * gst-libs/gst/media-info/media-info-priv.h:
6446         * gst-libs/gst/media-info/media-info-test.c:
6447         * gst-libs/gst/media-info/media-info.c:
6448         * gst-libs/gst/media-info/media-info.h:
6449         * gst-libs/gst/media-info/media-info.vcproj:
6450         * pkgconfig/Makefile.am:
6451         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
6452         * pkgconfig/gstreamer-media-info.pc.in:
6453           Remove media-info, which is also successed by playbin (see Totem
6454           implementation).
6455
6456 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6457
6458         * configure.ac:
6459         * examples/Makefile.am:
6460         * examples/gstplay/.cvsignore:
6461         * examples/gstplay/Makefile.am:
6462         * examples/gstplay/player.c:
6463         * gst-libs/gst/Makefile.am:
6464         * gst-libs/gst/play/.cvsignore:
6465         * gst-libs/gst/play/Makefile.am:
6466         * gst-libs/gst/play/play.c:
6467         * gst-libs/gst/play/play.h:
6468         * gst-libs/gst/play/play.vcproj:
6469         * pkgconfig/Makefile.am:
6470         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6471         * pkgconfig/gstreamer-play.pc.in:
6472           Remove libgstplay, playbin is now the official successor.
6473
6474 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6475
6476         * configure.ac:
6477         * gst-libs/gst/Makefile.am:
6478         * gst-libs/gst/xwindowlistener/Makefile.am:
6479         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6480         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
6481           Remove deprecated xwindowlistener (I've moved xwindowlistening
6482           in the v4l/v4l2 plugins over to serverside).
6483
6484 2005-04-25  David Schleef  <ds@schleef.org>
6485
6486         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
6487         to examples/dynparams.  Examples do not belong interspersed with
6488         source code.
6489         * examples/dynparams/demo-dparams.c:
6490         * gst/sine/Makefile.am:
6491         * gst/sine/demo-dparams.c:
6492
6493 2005-04-25  David Schleef  <ds@schleef.org>
6494
6495         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
6496         * gst-libs/gst/audio/Makefile.am:
6497         * gst-libs/gst/riff/Makefile.am:
6498         * gst-libs/gst/tag/Makefile.am:
6499         * gst-libs/gst/video/Makefile.am:
6500         * gst-libs/gst/xwindowlistener/Makefile.am:
6501
6502         Convert to 0.9 API, seems to work:
6503         * sys/ximage/Makefile.am:
6504         * sys/ximage/ximagesink.c:
6505
6506 2005-04-24  David Schleef  <ds@schleef.org>
6507
6508         Link plugins against libraries:
6509         * ext/alsa/Makefile.am:
6510         * gst/tcp/Makefile.am:
6511
6512         Remove asm code that should be in liboil
6513         * gst/videoscale/Makefile.am:
6514         * gst/videoscale/videoscale_x86_asm.s:
6515
6516         gettext wants these checked in:
6517         * po/af.po:
6518         * po/az.po:
6519         * po/cs.po:
6520         * po/en_GB.po:
6521         * po/hu.po:
6522         * po/it.po:
6523         * po/nb.po:
6524         * po/nl.po:
6525         * po/or.po:
6526         * po/sq.po:
6527         * po/sr.po:
6528         * po/sv.po:
6529         * po/uk.po:
6530         * po/vi.po:
6531
6532 2005-04-24  David Schleef  <ds@schleef.org>
6533
6534         Convert gst_main() to g_main_loop_run()
6535         * gst/playback/decodetest.c: (main):
6536         * gst/playback/test2.c: (main):
6537         * gst/playback/test3.c: (main):
6538         * gst/playback/test4.c: (main):
6539
6540         Link plugins against libraries:
6541         * ext/libvisual/Makefile.am:
6542         * sys/xvimage/Makefile.am:
6543
6544 2005-04-24  David Schleef  <ds@schleef.org>
6545
6546         * configure.ac: Remove idct and resample libs
6547         * gst-libs/gst/Makefile.am: same
6548
6549         Remove usage of gst_library_load():
6550         * ext/alsa/gstalsaplugin.c: (plugin_init):
6551         * ext/libvisual/visual.c: (plugin_init):
6552         * ext/ogg/gstogg.c: (plugin_init):
6553         * ext/theora/theora.c: (plugin_init):
6554         * ext/vorbis/vorbis.c: (plugin_init):
6555         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
6556         * gst/audioscale/gstaudioscale.c:
6557         * gst/adder/gstadder.c: (plugin_init):
6558         * gst/audioconvert/plugin.c: (plugin_init):
6559         * sys/ximage/ximagesink.c: (plugin_init):
6560         * sys/xvimage/xvimagesink.c: (plugin_init):
6561         * gst/tcp/gsttcpplugin.c: (plugin_init):
6562
6563         Link plugins against libraries:
6564         * ext/ogg/Makefile.am:
6565         * ext/theora/Makefile.am:
6566         * ext/vorbis/Makefile.am:
6567         * gst/audioconvert/Makefile.am:
6568
6569         Create proper libraries:
6570         * gst-libs/gst/riff/Makefile.am:
6571         * gst-libs/gst/audio/Makefile.am:
6572         * gst-libs/gst/video/Makefile.am:
6573
6574         Move resample library to audioscale plugin directory:
6575         * gst-libs/gst/resample/Makefile.am:
6576         * gst-libs/gst/resample/README:
6577         * gst-libs/gst/resample/dtof.c:
6578         * gst-libs/gst/resample/dtos.c:
6579         * gst-libs/gst/resample/functable.c:
6580         * gst-libs/gst/resample/private.h:
6581         * gst-libs/gst/resample/resample.c:
6582         * gst-libs/gst/resample/resample.h:
6583         * gst-libs/gst/resample/resample.vcproj:
6584         * gst-libs/gst/resample/test.c:
6585         * gst/audioscale/Makefile.am:
6586         * gst/audioscale/README:
6587         * gst/audioscale/dtof.c:
6588         * gst/audioscale/dtos.c:
6589         * gst/audioscale/functable.c:
6590         * gst/audioscale/private.h:
6591         * gst/audioscale/resample.c:
6592         * gst/audioscale/resample.h:
6593         * gst/audioscale/test.c:
6594
6595         Move tagedit library to gst-libs:
6596         * gst-libs/gst/tag/Makefile.am:
6597         * gst-libs/gst/tag/gstid3tag.c:
6598         * gst-libs/gst/tag/gsttagediting.c:
6599         * gst-libs/gst/tag/gsttageditingprivate.h:
6600         * gst-libs/gst/tag/gstvorbistag.c:
6601         * gst/tags/Makefile.am:
6602         * gst/tags/gstid3tag.c:
6603         * gst/tags/gstvorbistag.c:
6604
6605         Fix for core changes:
6606         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6607         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
6608         (gst_sinesrc_getrange):
6609
6610 2005-04-23  David Schleef  <ds@schleef.org>
6611
6612         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
6613         in gst-plugins in a long time, and properly belongs in liboil.
6614         * gst-libs/gst/idct/Makefile.am:
6615         * gst-libs/gst/idct/README:
6616         * gst-libs/gst/idct/dct.h:
6617         * gst-libs/gst/idct/doieee:
6618         * gst-libs/gst/idct/fastintidct.c:
6619         * gst-libs/gst/idct/floatidct.c:
6620         * gst-libs/gst/idct/idct.c:
6621         * gst-libs/gst/idct/idct.h:
6622         * gst-libs/gst/idct/idtc.vcproj:
6623         * gst-libs/gst/idct/ieeetest.c:
6624         * gst-libs/gst/idct/intidct.c:
6625
6626 2005-04-20  Wim Taymans  <wim@fluendo.com>
6627
6628         * docs/design-audiosinks.txt:
6629         * gst-libs/gst/audio/Makefile.am:
6630         * gst-libs/gst/audio/TODO:
6631         * gst-libs/gst/audio/gstaudiosink.c:
6632         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6633         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6634         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
6635         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6636         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6637         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
6638         (gst_audiosink_class_init), (gst_audiosink_init),
6639         (gst_audiosink_create_ringbuffer):
6640         * gst-libs/gst/audio/gstaudiosink.h:
6641         * gst-libs/gst/audio/gstbaseaudiosink.c:
6642         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
6643         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
6644         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
6645         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
6646         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
6647         (gst_baseaudiosink_create_ringbuffer),
6648         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6649         * gst-libs/gst/audio/gstbaseaudiosink.h:
6650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6651         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
6652         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
6653         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6654         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
6655         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6656         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
6657         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
6658         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
6659         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
6660         * gst-libs/gst/audio/gstringbuffer.h:
6661         An attempt at a set of audio base classes together with some
6662         design docs.
6663
6664 2005-04-20  Wim Taymans  <wim@fluendo.com>
6665
6666         * gst/audioconvert/Makefile.am:
6667         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6668         (gst_audio_convert_caps_remove_format_info),
6669         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
6670         (gst_audio_convert_channels):
6671         Link against audio libs.
6672         Fix audio convert plugin.
6673
6674 2005-04-20  Wim Taymans  <wim@fluendo.com>
6675
6676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
6677         (gst_ogg_demux_sink_activate):
6678         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
6679         (theora_set_header_on_caps), (theora_enc_sink_event),
6680         (theora_enc_chain):
6681         Fix theora encoder.
6682
6683 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6684
6685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
6686         * gst/playback/gstdecodebin.c: (find_compatibles):
6687           Work with staticpadtemplates in elementfactories.
6688
6689 2005-04-12  Wim Taymans  <wim@fluendo.com>
6690
6691         * gst/playback/README:
6692         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6693         (compare_ranks), (print_feature), (gst_decode_bin_init),
6694         (dynamic_create), (dynamic_free), (find_compatibles),
6695         (mimetype_is_raw), (close_pad_link), (got_redirect),
6696         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
6697         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
6698         (gst_decode_bin_change_state):
6699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6700         (gst_play_base_bin_init), (group_destroy), (group_commit),
6701         (check_queue), (queue_overrun), (queue_threshold_reached),
6702         (queue_out_of_data), (gen_preroll_element), (unknown_type),
6703         (new_decoded_pad), (setup_subtitle), (gen_source_element),
6704         (got_redirect), (setup_source), (play_base_eos),
6705         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
6706         (gst_play_base_bin_remove_element):
6707         * gst/playback/gstplaybasebin.h:
6708         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6709         (gst_play_bin_init), (gst_play_bin_dispose),
6710         (gst_play_bin_set_property), (gen_video_element),
6711         (gen_text_element), (gen_audio_element), (remove_sinks),
6712         (gst_play_bin_send_event):
6713         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6714         (stream_info_change_state), (gst_stream_info_set_mute):
6715         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6716         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
6717         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
6718         (gst_stream_selector_chain):
6719         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6720         (main):
6721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6722         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
6723         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
6724         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
6725         Raw and crude port of decodebin. 
6726         Make playbin compile.
6727
6728 2005-04-06  Wim Taymans  <wim@fluendo.com>
6729
6730         * ext/gnomevfs/Makefile.am:
6731         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
6732         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
6733         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
6734         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
6735         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
6736         (gst_gnomevfssrc_stop):
6737         * ext/ogg/Makefile.am:
6738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
6739         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
6740         * ext/theora/Makefile.am:
6741         * ext/theora/theoradec.c: (_inc_granulepos),
6742         (theora_dec_sink_event), (theora_dec_chain):
6743         * ext/vorbis/Makefile.am:
6744         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6745         (vorbis_dec_sink_event), (vorbis_dec_chain):
6746         * gst-libs/gst/audio/Makefile.am:
6747         * sys/xvimage/Makefile.am:
6748         Make gnomevfssrc extend the source base class.
6749         Fix linking against libs in various plugins.
6750
6751 2005-04-06  Andy Wingo  <wingo@pobox.com>
6752
6753         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
6754         GST_BASE_LIBS.
6755
6756         * configure.ac: Add check and AC_SUBST for libgstbase.
6757
6758 2005-03-31  Wim Taymans  <wim@fluendo.com>
6759
6760         * examples/seeking/Makefile.am:
6761         * examples/seeking/cdparanoia.c: (main):
6762         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
6763         (play_cb), (pause_cb), (stop_cb), (main):
6764         * examples/seeking/playbin.c:
6765         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
6766         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
6767         (make_sid_pipeline), (make_vorbis_pipeline),
6768         (make_theora_pipeline), (make_vorbis_theora_pipeline),
6769         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
6770         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
6771         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
6772         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
6773         (stop_cb), (main):
6774         * examples/seeking/spider_seek.c:
6775         * examples/seeking/vorbisfile.c:
6776         * ext/gnomevfs/Makefile.am:
6777         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
6779         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
6780         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
6781         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
6782         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
6783         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
6784         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
6785         * ext/ogg/README:
6786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
6787         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
6788         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
6789         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
6790         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
6791         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
6792         (gst_ogg_pad_event), (gst_ogg_pad_reset),
6793         (gst_ogg_demux_factory_filter), (compare_ranks),
6794         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6795         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6796         (gst_ogg_chain_new), (gst_ogg_chain_free),
6797         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
6798         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
6799         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
6800         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
6801         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
6802         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
6803         (gst_ogg_demux_get_prev_page),
6804         (gst_ogg_demux_deactivate_current_chain),
6805         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6806         (gst_ogg_demux_bisect_forward_serialno),
6807         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6808         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
6809         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
6810         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
6811         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
6812         (gst_ogg_demux_change_state), (gst_ogg_print):
6813         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6814         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
6815         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
6816         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
6817         (gst_ogg_mux_loop):
6818         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6819         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
6820         (theora_dec_src_convert), (theora_dec_sink_convert),
6821         (theora_dec_src_query), (theora_dec_src_event),
6822         (theora_dec_sink_event), (theora_dec_chain),
6823         (theora_dec_change_state):
6824         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6825         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
6826         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
6827         (theora_enc_change_state):
6828         * ext/vorbis/Makefile.am:
6829         * ext/vorbis/oggvorbisenc.c:
6830         * ext/vorbis/oggvorbisenc.h:
6831         * ext/vorbis/vorbis.c: (plugin_init):
6832         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6833         (vorbis_dec_src_query), (vorbis_dec_src_event),
6834         (vorbis_dec_sink_event), (vorbis_dec_chain),
6835         (vorbis_dec_change_state):
6836         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
6837         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
6838         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6839         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6840         (gst_vorbisenc_change_state):
6841         * ext/vorbis/vorbisenc.h:
6842         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
6843         * gst-libs/gst/audio/audioclock.c:
6844         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6845         (gst_audiofilter_init), (gst_audiofilter_chain):
6846         * gst-libs/gst/audio/testchannels.c: (main):
6847         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6848         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
6849         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
6850         (gmip_find_track_streaminfo), (gmip_find_track_format):
6851         * gst-libs/gst/media-info/media-info.c:
6852         (gst_media_info_read_idler):
6853         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
6854         (gst_play_get_all_by_interface):
6855         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6856         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6857         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6858         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6859         (gst_riff_parse_info):
6860         * gst-libs/gst/riff/riff-read.h:
6861         * gst-libs/gst/riff/riff.c: (plugin_init):
6862         * gst-libs/gst/video/Makefile.am:
6863         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
6864         (gst_videosink_class_init), (gst_videosink_get_type):
6865         * gst-libs/gst/video/videosink.h:
6866         * gst/audioconvert/bufferframesconvert.c:
6867         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
6868         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
6869         * gst/audioconvert/channelmixtest.c: (main):
6870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6871         (gst_audio_convert_chain),
6872         (gst_audio_convert_caps_remove_format_info),
6873         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
6874         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
6875         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
6876         (gst_audio_convert_buffer_to_default_format),
6877         (gst_audio_convert_buffer_from_default_format),
6878         (gst_audio_convert_channels):
6879         * gst/audioconvert/gstchannelmix.h:
6880         * gst/ffmpegcolorspace/avcodec.h:
6881         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6882         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
6883         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
6884         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
6885         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
6886         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6887         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6888         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
6889         (mpeg_video_type_find), (mpeg_video_stream_type_find),
6890         (dv_type_find):
6891         * gst/videotestsrc/gstvideotestsrc.c:
6892         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
6893         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
6894         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
6895         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
6896         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
6897         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
6898         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
6899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6900         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
6901         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
6902         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
6903         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
6904         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6905         (gst_xvimagesink_navigation_send_event),
6906         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
6907         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
6908         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6909         * sys/xvimage/xvimagesink.h:
6910         Plugin port to 0.9, ogg/theora playback should work in the seek
6911         example now.
6912         Removed old examples.
6913         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
6914         explained in 0.9 TODO doc.
6915
6916
6917 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6918
6919         * autogen.sh:
6920         * configure.ac:
6921         * ext/Makefile.am:
6922         * gst/Makefile.am:
6923         * po/POTFILES.in:
6924         * po/af.po:
6925         * po/az.po:
6926         * po/cs.po:
6927         * po/en_GB.po:
6928         * po/hu.po:
6929         * po/it.po:
6930         * po/nb.po:
6931         * po/nl.po:
6932         * po/or.po:
6933         * po/sq.po:
6934         * po/sr.po:
6935         * po/sv.po:
6936         * po/uk.po:
6937         * po/vi.po:
6938         * sys/Makefile.am:
6939         * testsuite/Makefile.am:
6940           remove a whole bunch of plugins.  This module now contains a set
6941           of free reference plugins/elements as agreed.
6942
6943 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6944
6945         * configure.ac:
6946           hunting season on 0.9 is now OPEN
6947
6948 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6949
6950         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6951           Kick the hell out of gcc for not warning me about a symbol conflict.
6952
6953 2005-02-22  Luca Ognibene  <luogni@tin.it>
6954
6955         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6956
6957         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
6958           Don't leak caps string (fixes #168134)
6959
6960         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
6961         (gst_jpegenc_init), (gst_jpegenc_finalize),
6962         (gst_jpegenc_change_state):
6963           Don't leak line buffers and context struct (fixes #168133).
6964
6965 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6966
6967         * configure.ac:
6968         * ext/dirac/gstdiracdec.cc:
6969         (gst_diracdec_chain):
6970           Since dirac 0.5.0 the framerate in dirac is expressed as a
6971           rational number. Fix build and up requirement to 0.5.0, and
6972           also pass parameters to gst_diracdec_link in the right order
6973           (fixes #167959).
6974
6975 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6976
6977         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6978         * ext/faad/gstfaad.h:
6979         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6980         certain invalid muxed streams, where some packets will contain 
6981         junk after decoder data. Partially fixes #149158.
6982
6983 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6984         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6985           Make sure we only write to writable buffers
6986
6987 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6988
6989         * gst-libs/gst/riff/riff-media.c:
6990         (gst_riff_create_audio_caps_with_data):
6991           Do actually fix invalid RIFF fmt header values for alaw
6992           and mulaw audio instead of just saying so.
6993
6994         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6995           Give gst_riff_create_audio_caps_with_data() a chance to
6996           fix up broken format header fields before extracting any
6997           parameters from the header. (fixes #167633)
6998
6999 2005-02-19  Martin Holters  <martin.holters@gmx.de>
7000
7001         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7002
7003         * gst/audioconvert/bufferframesconvert.c:
7004         (buffer_frames_convert_link):
7005           Don't leak othercaps. (fixes #167878)
7006
7007 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
7008
7009         * configure.ac:
7010         * ext/libvisual/visual.c: (gst_visual_srclink),
7011         (gst_visual_change_state):
7012           Support libvisual 0.2.0.
7013
7014 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
7015
7016         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
7017         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
7018           Use same rowstrides for I420 as used everywhere else.
7019
7020 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
7021
7022         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
7023           Declare variables at beginning of block and make gcc-2.95 happy
7024           (fixes # 167482, patch by Gergely Nagy).
7025           
7026         * gst/tcp/gsttcpclientsrc.c:
7027         * gst/tcp/gsttcpclientsrc.h:
7028           Move some includes into the header, so that struct sockaddr_in is
7029           defined when it should be defined on FreeBSD as well (fixes
7030           #167483).
7031           
7032         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
7033           Don't pass uninitialised values to setsockopt() here either.
7034
7035 2005-02-17  Luca Ognibene  <luogni at tin dot it>
7036
7037         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7038
7039         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
7040           Don't pass uninitialised values to setsockopt(). (fixes #167704)
7041
7042 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7043
7044         * gst/playback/gstplaybin.c: (add_sink):
7045           Invert bin_add/link order to workaround deadlock in opt.
7046
7047 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7048
7049         * gst/modplug/gstmodplug.cc:
7050           Add missing break causing position queries to fail.
7051
7052 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7053
7054         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
7055           Granpos can apparently be -1, which screws up calculations...
7056
7057 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
7058
7059         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
7060         (gst_ximagesink_send_pending_navigation),
7061         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
7062         (gst_ximagesink_init):
7063         * sys/ximage/ximagesink.h:
7064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
7065         (gst_xvimagesink_send_pending_navigation),
7066         (gst_xvimagesink_navigation_send_event),
7067         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
7068         * sys/xvimage/xvimagesink.h:
7069           Use a mutex protected list to marshal navigation
7070           events into the stream thread from whichever thread
7071           sends them.
7072
7073 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
7074
7075         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
7076           Display current position and track length; misc. clean-ups.
7077           
7078         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
7079         (speed_init), (speed_chain):
7080           Add query function, so that the stream length and current position
7081           get adjusted when queried (note that current position queries may
7082           still be wrong if the audio sink returns values based on buffer
7083           timestamps instead of passing on the query).
7084
7085 2005-02-13  Benjamin Otte  <otte@gnome.org>
7086
7087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7088         (gst_audio_convert_channels):
7089           create channel conversion matrix when linking
7090         * gst/audioconvert/.cvsignore:
7091         * gst/audioconvert/Makefile.am:
7092         * gst/audioconvert/channelmixtest.c: (main):
7093           add (ugly) test that ensures stereo <=> mono conversion works
7094           correctly
7095
7096 2005-02-13  Benjamin Otte  <otte@gnome.org>
7097
7098         * gst/audioconvert/gstchannelmix.h:
7099           include missing header file
7100         * gst/audioconvert/gstchannelmix.c:
7101         (gst_audio_convert_fill_compatible):
7102           use same sign for both channels when converting to/from compatible
7103           channel. Previously used different signs made the signals cancel
7104           each other out and appear like silence. (fixes #167269)
7105
7106 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
7107
7108         * gst/ffmpegcolorspace/avcodec.h:
7109         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7110         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7111         (gst_ffmpegcsp_avpicture_fill):
7112         * gst/ffmpegcolorspace/imgconvert.c:
7113           Convert to and from YV12 (fixes #156379).
7114
7115 2005-02-12  Julien MOUTTE  <julien@moutte.net>
7116
7117         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
7118         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
7119         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
7120         (gst_ximagesink_expose), (gst_ximagesink_set_property),
7121         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
7122         methods from chain and negotiation and vice versa (Fixes #166142).
7123         * sys/ximage/ximagesink.h: Add stream_lock.
7124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7125         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7126         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
7127         (gst_xvimagesink_expose): Check for xcontext before trying to link.
7128
7129 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
7130
7131         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
7132           Don't send "Hey! You gave me a NULL pointer you naughty person" as
7133           error message when we can't open the DVD device (when dvdnav_open()
7134           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
7135           the above). Send something more useful instead (fixes #167117).
7136
7137 2005-02-11  Julien MOUTTE  <julien@moutte.net>
7138
7139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7140         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
7141         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7142         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
7143         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
7144         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
7145         methods from chain and negotiation and vice versa (Fixes #166142).
7146         Fix a possible bug of images in the buffer pool being discarded because
7147         we are looking at the wrong geometry.
7148         * sys/xvimage/xvimagesink.h: Add stream_lock.
7149
7150 2005-02-11  David Schleef  <ds@schleef.org>
7151
7152         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
7153         unsigned int. (fixes #167128)
7154
7155 2005-02-11  David Schleef  <ds@schleef.org>
7156
7157         * gst/librfb/Makefile.am: Testing stuff before committing is
7158           for wimps... and people with fast machines.  Fix stupid
7159           mistake.
7160
7161 2005-02-11  David Schleef  <ds@schleef.org>
7162
7163         * configure.ac: Pull in librfb from my CVS tree, because it is
7164           too small and annoying to be separate.  Move rfbsrc plugin
7165           to gst/.
7166         * ext/Makefile.am:
7167         * ext/librfb/Makefile.am:
7168         * ext/librfb/gstrfbsrc.c:
7169         * gst/librfb/Makefile.am:
7170         * gst/librfb/gstrfbsrc.c:
7171         * gst/librfb/rfb.c:
7172         * gst/librfb/rfb.h:
7173         * gst/librfb/rfbbuffer.c:
7174         * gst/librfb/rfbbuffer.h:
7175         * gst/librfb/rfbbytestream.c:
7176         * gst/librfb/rfbbytestream.h:
7177         * gst/librfb/rfbcontext.h:
7178         * gst/librfb/rfbdecoder.c:
7179         * gst/librfb/rfbdecoder.h:
7180         * gst/librfb/rfbutil.h:
7181
7182 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
7183
7184         * gst/speed/Makefile.am:
7185         * gst/speed/demo-mp3.c: (main):
7186         * gst/speed/filter.func:
7187         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
7188         (speed_class_init), (speed_init), (speed_chain_int16),
7189         (speed_chain_float32), (speed_chain), (speed_set_property),
7190         (speed_get_property), (speed_change_state):
7191         * gst/speed/gstspeed.h:
7192           Fix speed element and make it chain-based (fixes #156467),
7193           and make it handle more than one channel.
7194
7195 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
7196
7197         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
7198         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
7199         (gst_dtsdec_chain), (gst_dtsdec_change_state):
7200         * ext/dts/gstdtsdec.h:
7201           Don't clobber the stack constructing the channels array.
7202           Make the element chain-based. DTS tracks can now be played.
7203           
7204 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
7205
7206         * gst-libs/gst/audio/multichannel.h:
7207         * gst-libs/gst/gconf/gconf.h:
7208         * gst-libs/gst/idct/idct.h:
7209         * gst-libs/gst/media-info/media-info-priv.h:
7210         * gst-libs/gst/play/play.h:
7211         * gst-libs/gst/resample/private.h:
7212         * gst-libs/gst/resample/resample.h:
7213         * gst-libs/gst/riff/riff-ids.h:
7214         * gst-libs/gst/video/video.h:
7215         * gst-libs/gst/video/videosink.h:
7216           Add G_BEGIN_DECLS and G_END_DECLS around headers where
7217           missing, so that they work when included from C++ code.
7218
7219 2005-02-09  David Schleef  <ds@schleef.org>
7220
7221         * testsuite/gst-lint: Check for non-statically scoped
7222           parent_class variables.  This won't be a problem once
7223           plugins are loaded with RTLD_LOCAL.
7224
7225 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7226
7227         * ext/mplex/gstmplexibitstream.cc:
7228           gcc madness.
7229
7230 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7231
7232         * ext/ogg/gstogmparse.c:
7233         * gst/debug/gstnavigationtest.c:
7234           Die, thou faulty symbol pollutors (non-static parent_class).
7235
7236 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7237
7238         * ext/mplex/gstmplexibitstream.cc:
7239           Fix event handling (#165525).
7240
7241 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7242
7243         * ext/mikmod/gstmikmod.c:
7244         * gst/modplug/gstmodplug.cc:
7245           Add missing endianness to template (fixes #165509).
7246
7247 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7248
7249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
7250           Fix wrong order of reading of optional bytes (#165290).
7251
7252 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7253
7254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7255           Implement FILLER event awareness.
7256
7257 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7258
7259         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
7260           Fix track calculations (#166208).
7261
7262 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
7263
7264         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7265
7266         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
7267         * ext/libpng/gstpngenc.c:
7268           Fix byte-order, use proper fixed caps. Fixes #164197.
7269
7270 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7271
7272         * configure.ac:
7273           Add dvdlpcmdec 
7274
7275         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
7276         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
7277           Don't push buffers if the src pad isn't negotiated yet.
7278           
7279         * gst/audioconvert/gstaudioconvert.c:
7280         (gst_audio_convert_buffer_to_default_format),
7281         (gst_audio_convert_buffer_from_default_format):
7282           Add support for 24-bit width.
7283
7284         * gst/dvdlpcmdec/.cvsignore:
7285         * gst/dvdlpcmdec/Makefile.am:
7286         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
7287         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
7288         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
7289         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
7290         (plugin_init):
7291         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
7292           New decoder for rearranging DVD LPCM into our audio/x-raw-int
7293           format. Needs support for the channels maps if someone can find 
7294           a DVD LPCM track with > 2 channels.
7295
7296         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
7297         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
7298         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
7299         * gst/mpegstream/gstdvddemux.h:
7300         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
7301         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
7302         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
7303         * gst/mpegstream/gstmpegdemux.h:
7304         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
7305         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
7306         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
7307         (gst_mpeg_parse_handle_src_query),
7308         (gst_mpeg_parse_handle_src_event):
7309           Use audio/x-dvd-lpcm for LPCM output.
7310           Add DTS output.
7311
7312 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
7313
7314         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7315
7316         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
7317         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
7318           Add BGRA handling (#165736).
7319
7320 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
7321
7322         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7323
7324         * gst/law/alaw-decode.c: (alawdec_link):
7325         * gst/law/alaw-encode.c: (alawenc_link):
7326         * gst/law/mulaw-decode.c: (mulawdec_link):
7327         * gst/law/mulaw-encode.c: (mulawenc_link):
7328           Fix caps memleaks (#166600).
7329
7330 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
7331
7332         * ext/tarkin/mem.h:
7333         * ext/tarkin/wavelet.h:
7334         * ext/tarkin/yuv.h:
7335         * gst/ffmpegcolorspace/avcodec.h:
7336           Include "_stdint.h" instead of <stdint.h>. Fixes build on
7337           systems that don't have stdint.h, like Solaris9 (fixes #166631).
7338
7339 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7340
7341         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
7342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
7343         (gst_xvimagesink_change_state):
7344           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
7345           Xv video (and thereby regenerate Xv colourkey) in clear() so
7346           that PLAY -> READY -> PLAY works (fixes #162504).
7347
7348 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7349
7350         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
7351           Switch to list instead of range, since MJPEG-devices really just
7352           support decimations, not any size.
7353
7354 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7355         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
7356         (gst_mpeg2dec_reset), (free_all_buffers),
7357         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
7358         * ext/mpeg2dec/gstmpeg2dec.h:
7359           The libmpeg2 user-allocated buffer management is awkward, 
7360           to say the least. Hopefully this fixes things.
7361
7362 2005-02-04  Andy Wingo  <wingo@pobox.com>
7363
7364         * gst/audioconvert/bufferframesconvert.c
7365         (buffer_frames_convert_fixate): New function, fixates to 256
7366         frames per buffer by default. (Much better than 1.)
7367         (buffer_frames_convert_init): Set the fixate function for both src
7368         and sink pad.
7369         (buffer_frames_convert_link): After success setting nonfixed caps,
7370         get the negotiated caps so we can know how many buffer-frames it
7371         will be. No idea how this worked at all before.
7372
7373 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7374
7375         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
7376         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
7377         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
7378         (handle_sequence), (handle_picture):
7379         * ext/mpeg2dec/gstmpeg2dec.h:
7380           Rearrange buffer tracking and refcounting and refactor
7381           a little for readability. 
7382
7383 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
7384         * sys/v4l/gstv4l.c: (plugin_init):
7385         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
7386         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
7387         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
7388         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
7389         * sys/v4l/gstv4ljpegsrc.h:
7390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
7391         * sys/v4l/v4l_calls.h:
7392         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
7393         (gst_v4lsrc_get_fps):
7394         * sys/v4l/v4lsrc_calls.h:
7395           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
7396           you jpeg inside rgb frames" driver.
7397           Don't error in the v4lsrc link function, just return 
7398           REFUSED.
7399
7400 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7401
7402         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
7403         (gst_qcamsrc_open):
7404           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
7405
7406 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7407
7408         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7409           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
7410
7411 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7412
7413         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
7414           Reset negotiated state on PAUSED->READY.
7415
7416 2005-02-02  David Schleef  <ds@schleef.org>
7417
7418         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
7419         whereever possible.  (Fixes #165997)
7420         * examples/capsfilter/capsfilter1.c: (main):
7421         * examples/dynparams/filter.c: (create_ui):
7422         * examples/seeking/cdparanoia.c: (get_track_info), (main):
7423         * examples/seeking/chained.c: (main):
7424         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7425         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7426         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
7427         (make_mpeg_pipeline), (make_mpegnt_pipeline):
7428         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7429         * examples/switch/switcher.c: (main):
7430         * ext/dv/demo-play.c: (main):
7431         * ext/faad/gstfaad.c: (gst_faad_change_state):
7432         * ext/mad/gstmad.c: (gst_mad_chain):
7433         * ext/smoothwave/demo-osssrc.c: (main):
7434         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
7435         (gst_gconf_render_bin_from_description),
7436         (gst_gconf_get_default_audio_sink),
7437         (gst_gconf_get_default_video_sink),
7438         (gst_gconf_get_default_audio_src),
7439         (gst_gconf_get_default_video_src),
7440         (gst_gconf_get_default_visualization_element):
7441         * gst/level/demo.c: (main):
7442         * gst/level/plot.c: (main):
7443         * gst/playback/gstplaybin.c: (gen_video_element),
7444         (gen_audio_element):
7445         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
7446         * gst/playondemand/demo-mp3.c: (setup_pipeline):
7447         * gst/sine/demo-dparams.c: (main):
7448         * gst/spectrum/demo-osssrc.c: (main):
7449         * gst/speed/demo-mp3.c: (main):
7450         * gst/volume/demo.c: (main):
7451         * testsuite/embed/embed.c: (main):
7452
7453 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
7454
7455         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7456         (gst_tcpclientsink_finalize):
7457         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7458         (gst_tcpclientsrc_finalize):
7459         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
7460         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
7461         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7462         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
7463           Don't leak the hostname when shutting down.
7464           In tcpserversrc, take a copy of the default hostname.
7465
7466 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7467
7468         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
7469           Set caps to systemstream=TRUE.
7470
7471 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7472
7473         * testsuite/Makefile.am:
7474           Fix more OSX buildbots.
7475
7476 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
7477
7478         * ext/mpeg2dec/gstmpeg2dec.c:
7479           Don't send things to NULL PAD_PEERs
7480
7481         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
7482           Copy-on-write the incoming buffer.
7483
7484         * gst/mpegstream/gstdvddemux.h:
7485         * gst/mpegstream/gstmpegclock.h:
7486         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7487         (normal_seek), (gst_mpeg_demux_handle_src_event):
7488         * gst/mpegstream/gstmpegdemux.h:
7489         * gst/mpegstream/gstmpegpacketize.h:
7490         * gst/mpegstream/gstmpegparse.c:
7491         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
7492         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
7493         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
7494         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
7495         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
7496         * gst/mpegstream/gstmpegparse.h:
7497         * gst/mpegstream/gstrfc2250enc.h:
7498           Various changes to the way time is computed that make seeking and
7499           total time estimation much better here.
7500           Use G_BEGIN/END_DECLS instead of __cplusplus
7501
7502         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
7503           Use gst_buffer_stamp instead of only copying the TIMESTAMP
7504
7505 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7506
7507         * gst/subparse/gstsubparse.c:
7508           Fix OSX buildbot.
7509
7510 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
7511
7512         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7513         (theora_enc_chain), (theora_enc_change_state):
7514         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7515         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
7516         (gst_vorbisenc_change_state):
7517         * ext/vorbis/vorbisenc.h:
7518           Set granulepos and timestamp correctly for streams not
7519           starting at 0, taking into account the initial delay.
7520
7521 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
7522
7523         * gst/mpegstream/gstdvddemux.c:
7524           Add audio/x-dts to audio pad template caps
7525
7526 2005-01-30  David Schleef  <ds@schleef.org>
7527
7528         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
7529         (create_context), (gst_polypsink_link): Fix silly endianness
7530         bug.  Add some debugging.  Remove float from caps; it doesn't
7531         work.  Attempt to get remote audio working.
7532
7533 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7534
7535         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7536           Add 3IV2 fourcc.
7537
7538 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7539
7540         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
7541         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
7542         (gst_avi_demux_stream_data):
7543         * gst/avi/gstavidemux.h:
7544           Invert DIB images. Fixes #132341.
7545
7546 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7547
7548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7549         (gst_ffmpegcsp_chain):
7550           D'oh, reference the palette data, not the palette structure.
7551           Fixes color distortion in #132341.
7552
7553 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7554
7555         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
7556           PAR can be non-fixed when not provided as argument (#162626).
7557
7558 2005-01-29  David Moore  <dcm@acm.org>
7559
7560         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7561
7562         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7563         (gst_qtdemux_loop_header):
7564           Re-apply patch from #142272 that allows non-seekable sources,
7565           re-proposed by Daniel Drake <dsd@gentoo.org>.
7566
7567 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7568
7569         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
7570           Use the src template for creating the src pad (#162330).
7571
7572 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7573
7574         * configure.ac:
7575         * ext/musepack/Makefile.am:
7576         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
7577         (gst_musepackdec_init), (gst_musepackdec_dispose),
7578         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
7579         (gst_musepack_stream_init), (gst_musepackdec_loop),
7580         (gst_musepackdec_change_state):
7581         * ext/musepack/gstmusepackdec.cpp:
7582         * ext/musepack/gstmusepackdec.h:
7583         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
7584         (gst_musepack_reader_read), (gst_musepack_reader_seek),
7585         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
7586         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
7587         * ext/musepack/gstmusepackreader.cpp:
7588         * ext/musepack/gstmusepackreader.h:
7589           Update to 1.1 API (#165446).
7590
7591 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7592
7593         * ext/Makefile.am:
7594           Unbreak buildbot.
7595
7596 2005-01-28  Andy Wingo  <wingo@pobox.com>
7597
7598         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
7599         to reflect a different dubious internet source. Add a reference
7600         and some commentary.
7601
7602 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7603
7604         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7605         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
7606         * gst/playback/gststreamselector.h:
7607           Be more selective when we're redoing caps negotiation from
7608           within the chain function on a stream change.
7609
7610 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7611
7612         * configure.ac:
7613         * ext/Makefile.am:
7614         * ext/amrnb/Makefile.am:
7615         * ext/amrnb/amrnb.c: (plugin_init):
7616         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
7617         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
7618         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
7619         (gst_amrnbdec_state_change):
7620         * ext/amrnb/amrnbdec.h:
7621         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
7622         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
7623         (gst_amrnbparse_init), (gst_amrnbparse_formats),
7624         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
7625         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
7626         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
7627         * ext/amrnb/amrnbparse.h:
7628           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
7629         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7630           Add AMR-NB/-WB raw formats.
7631         * ext/alsa/gstalsa.c: (gst_alsa_link):
7632           Keep valid time when changing format.
7633         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7634         (qtdemux_parse_trak):
7635           Add some more format-specific options (#140141, #143555, #155163).
7636
7637 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7638
7639         * gst/matroska/matroska-demux.c:
7640         (gst_matroska_demux_parse_blockgroup):
7641           Fix logic error in timing of subtitle stream synchronization.
7642         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7643           Add skip-chunk, which is found in kodak-camera streams.
7644
7645 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7646
7647         * po/LINGUAS:
7648         * po/vi.po:
7649           Adding Vietnamese translation (submitted by Clytie Siddall)
7650
7651 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7652
7653         * gst/playback/gstdecodebin.c: (try_to_link_1):
7654           Use realpad for signal.
7655
7656 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7657
7658         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
7659           Fix category so decodebin picks it up.
7660
7661 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7662
7663         * ext/mad/Makefile.am:
7664         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
7665         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
7666         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
7667         (found_type), (gst_id3demux_bin_change_state):
7668         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
7669         (gst_id3_tag_init), (gst_id3_tag_handle_event),
7670         (gst_id3_tag_src_link), (gst_id3_tag_chain),
7671         (gst_id3_tag_change_state), (plugin_init):
7672         * ext/mad/gstmad.h:
7673           Add id3demuxbin (which is a simple bin consisting of id3demux
7674           and typefind), take over rank from id3demux, remove typefind
7675           code from id3demux. Makes all broken mp3s that I know of work,
7676           and thereby fixes #152688.
7677
7678 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
7679
7680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7681
7682         * ext/mad/gstmad.c: (gst_mad_src_event):
7683         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
7684           Allow seeks on audio pad, make mad forward those (#164826).
7685         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7686           Set duration (#165335).
7687
7688 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7689
7690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
7691         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
7692         (gst_asf_demux_process_ext_content_desc),
7693         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
7694         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
7695         * gst/asfdemux/gstasfdemux.h:
7696           Improve metadata display, e.g. if the metadata comes before the
7697           streams are loaded (which is perfectly valid).
7698
7699 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7700
7701         * tools/gst-launch-ext-m.m:
7702           Fix AVI/ASF pipelines (#165340).
7703
7704 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
7705         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
7706         build failure on amd64
7707
7708 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
7709
7710         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
7711         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
7712           Check environment variables GST_ID3V2_TAG_ENCODING,
7713           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
7714           list of character encodings to force interpretation of non-unicode
7715           strings stored in an ID3v2 tag to a particular encoding. If none
7716           is specified, try to use current locale's encoding, then fall back
7717           to ISO-8859-1 (which will always succeed). (Resolves #149274)
7718         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
7719         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
7720           Check environment variables GST_ID3V1_TAG_ENCODING,
7721           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
7722           list of character encodings to use in case a string encountered
7723           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
7724           specified, try to use the current locale's encoding, then fall
7725           back to ISO-8859-1 (which will always succeed).
7726
7727 2005-01-25  Benjamin Otte  <otte@gnome.org>
7728
7729         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7730           - on half framerate, compute the rate in advance so the comparisons
7731             don't compare wrong values
7732           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
7733             behaviour
7734           - don't use mad_header_decode anymore, mad_frame_decode does that
7735             automatically
7736           - when getting rid of consumed bytes, reset the stream's skiplen
7737           (fixes #163867)
7738
7739 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
7740
7741         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
7742           Use 1/2 a second for default max_discont, as PES streams from DVB
7743           seem to have larger spacings in the SCR. 
7744           Fix a typo.
7745
7746 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7747
7748         * gst/playback/gstplaybasebin.c: (group_commit):
7749           Notify delayed stream-info availability.
7750
7751 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
7752         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7753         (gst_a52dec_handle_event), (gst_a52dec_chain):
7754         Add some debug output. Check that a discont has a valid
7755         time associated.
7756         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7757         (gst_alsa_sink_loop):
7758         Ignore TAG events. A little extra debug for broken timestamps.
7759         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
7760         (dvdnavsrc_change_state):
7761         Ensure we send a discont to engage the link before we send any
7762         other events.
7763         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
7764         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
7765         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
7766         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
7767         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
7768         dvd://title works in totem because typefinding sends a seek that ends
7769         up going back to chapter 1 regardless.
7770         * ext/mpeg2dec/gstmpeg2dec.c:
7771         * ext/mpeg2dec/gstmpeg2dec.h:
7772         Output correct timestamps and handle disconts.
7773         * ext/ogg/gstoggdemux.c: (get_relative):
7774         Small guard against a null dereference.
7775         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
7776         (gst_textoverlay_set_property):
7777         Free memory when done. Don't call gst_event_filler_get_duration on
7778         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
7779         g_warning.
7780         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
7781         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
7782         (gst_sw_srclink), (gst_smoothwave_chain):
7783         Draw solid lines, prettier colours.
7784         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
7785         Add a default palette that'll work for some movies.
7786         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
7787         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
7788         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
7789         * gst/mpegstream/gstdvddemux.h:
7790         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
7791         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
7792         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
7793         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
7794         * gst/mpegstream/gstmpegparse.h:
7795         Use PTM/NAV events when for timestamp adjustment when connected to 
7796         dvdnavsrc. Don't use many discont events where one suffices.
7797         * gst/playback/gstplaybasebin.c: (group_destroy),
7798         (gen_preroll_element), (gst_play_base_bin_add_element):
7799         * gst/playback/gstplaybasebin.h:
7800         Make sure we remove subtitles from the same bin we put them in.
7801         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
7802         (gst_subparse_buffer_format_autodetect),
7803         (gst_subparse_change_state):
7804         Fix some memleaks and invalid accesses.
7805         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
7806         (oggskel_type_find), (cmml_type_find), (plugin_init):
7807         Some typefind functions for Annodex v3.0 files
7808         * gst/wavparse/gstwavparse.h:
7809         GstRiffReadClass is the correct parent class.
7810
7811 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7812
7813         * gst-libs/gst/riff/riff-media.c:
7814         (gst_riff_create_video_caps_with_data):
7815           Add extradata to huffyuv (fixes #165013).
7816         * gst-libs/gst/riff/riff-read.c:
7817         (gst_riff_read_strf_vids_with_data):
7818           Fix extradata extraction if it is in the chunk size.
7819
7820 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
7821
7822         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7823
7824         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
7825         (gst_quarktv_change_state), (gst_quarktv_dispose):
7826           Memory free'ing location fix (#164708).
7827
7828 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7829
7830         * gst/playback/gstplaybasebin.c: (group_commit),
7831         (gen_preroll_element), (probe_triggered), (gen_source_element),
7832         (setup_source), (gst_play_base_bin_change_state),
7833         (gst_play_base_bin_add_element):
7834           Don't block for streams.
7835         * gst/playback/gststreaminfo.c: (stream_info_change_state),
7836         (gst_stream_info_set_mute):
7837           Use gst_pad_set_active_recursive.
7838
7839 2005-01-25  Andy Wingo  <wingo@pobox.com>
7840
7841         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
7842         for #ifndef HAVE_XVIDEO.
7843
7844 2005-01-24  Jeffrey C. Ollie
7845
7846         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
7847
7848         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
7849         * ext/gsm/gstgsmdec.h:
7850         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
7851         * ext/gsm/gstgsmenc.h:
7852         Fix rate to 8kHz as per spec, removes obscure errors when no rate
7853         was given by property. Add proper buffer timestamps and offsets.
7854
7855 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7856
7857         * gst-libs/gst/riff/riff-media.c:
7858         (gst_riff_create_audio_caps_with_data):
7859           Audio can be <8000Hz.
7860
7861 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7862
7863         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7864           Explicit state change to workaround refcount bugs.
7865
7866 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7867
7868         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
7869         (gst_avimux_riff_get_avi_header):
7870           Fix...
7871
7872 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7873
7874         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
7875         (gst_riff_read_element_data):
7876         * gst-libs/gst/riff/riff-read.h:
7877           Add _peek version (req'ed in CDXA).
7878         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
7879         (gst_cdxaparse_loop):
7880           Fix parsing in playbin.
7881         * gst/playback/gstdecodebin.c: (close_pad_link):
7882           Ignore current_ pads, they cause major annoyance.
7883
7884 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7885
7886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7887           Safety guard.
7888
7889 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7890
7891         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
7892           Fix padding...
7893
7894 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7895
7896         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
7897           Allow for 0-sized buffers. Fixes length query problems in
7898           starwars.mkv from the testsuite.
7899
7900 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
7901
7902         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
7903         (gst_video_box_i420), (gst_video_box_chain):
7904           Fix row strides for I420 (fixes #163159)
7905           
7906 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7907
7908         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
7909           MPEG2 has a useful rate property, so we can actually use that.
7910           For MPEG-1, continue using the bytes/time properties.
7911
7912 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7913
7914         * gst-libs/gst/riff/riff-media.c:
7915         (gst_riff_create_video_caps_with_data),
7916         (gst_riff_create_video_template_caps):
7917           Add intel-h263.
7918
7919 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7920
7921         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7922           Fail if caps negotiation fails. Should fix #162184, and should
7923           definately be in there regardless of it fixing the actual bug.
7924         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
7925         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
7926         (gst_avimux_riff_get_avix_header),
7927         (gst_avimux_riff_get_video_header),
7928         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
7929         (gst_avimux_start_file), (gst_avimux_handle_event),
7930         (gst_avimux_change_state):
7931         * gst/avi/gstavimux.h:
7932           Refactor structure writing to use GST_WRITE_UINT macros, add
7933           metadata writing support.
7934
7935 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7936
7937         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7938           Elements may already be destroyed when this function is called.
7939
7940 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7941
7942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7943         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
7944           More memory leak fixes (#149162).
7945
7946 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7947
7948         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7949         (gst_qtdemux_add_stream):
7950           Fix two memleaks.
7951
7952 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7953
7954         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7955           Argh...
7956
7957 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7958
7959         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7960           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
7961           when fixating to six channels in Totem.
7962
7963 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7964
7965         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7966           Fix compile warnings on Solaris 10 buildbot
7967
7968 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7969
7970         * ext/dvdread/dvdreadsrc.c: (_read):
7971           Don't read beyond the last cell in a chapter (fixes 
7972           invalid memory access)
7973
7974 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7975
7976         * ext/dvdread/stream_labels.c:
7977         (dvdreadsrc_get_audio_stream_labels):
7978           Use NULL for an empty GList instead of g_list_alloc(); fix 
7979           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7980           of GString (easier to bulk free later)
7981
7982 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7983
7984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7985
7986         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7987         (gst_ffmpeg_pixfmt_to_caps):
7988           Fix BGRA32 caps (#164209).
7989
7990 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7991
7992         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7993
7994         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7995         (gst_ffmpeg_caps_to_pixfmt):
7996           alpha_mask can be RGBA/ABGR. Fixes #164265.
7997
7998 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7999
8000         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8001
8002         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
8003         (gst_mpeg2dec_alloc_buffer):
8004         * ext/mpeg2dec/gstmpeg2dec.h:
8005           Crop if decoding size is not the actual image size (#163676).
8006
8007 2005-01-17  Steve Baker  <steve@stevebaker.org>
8008
8009         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8010
8011         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
8012         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
8013           Add libsndfile typefind functions (#163309).
8014
8015 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8016
8017         * tools/gst-launch-ext-m.m:
8018           Add .aac, fix .m1v/.m2v (#163891).
8019
8020 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8021
8022         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
8023           Sanity check, don't wait endlessly since the clock might not
8024           actually run at this point (which is a deadlock). Fixes #164069.
8025
8026 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8027
8028         * gst/playback/gstplaybasebin.c: (probe_triggered):
8029           Of course, only pause if group is done...
8030
8031 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8032
8033         * gst/playback/gstplaybasebin.c: (probe_triggered):
8034           Thread safety.
8035
8036 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8037
8038         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
8039           Don't return state change success when the parent
8040           failed.
8041
8042 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8043
8044         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
8045           Free events (fix memleak in #162905).
8046
8047 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
8048
8049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8050
8051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8052         (gst_ffmpeg_caps_to_pixfmt):
8053           Fix for depth = 15. Fixes #161675.
8054
8055 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8056
8057         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
8058           Set FPS correctly, even for webcams and the like.
8059         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
8060           Don error on setting while capturing.
8061
8062 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8063
8064         * ext/dv/gstdvdec.c:
8065         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
8066         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
8067           I'm a bad boy. using /1001. to force C to do float division
8068           and not integer division (as it did in my last commit)
8069           Thanks to David I. Lehn for pointing this mistake.
8070
8071 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8072
8073         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8074           Revert Johan??s 1.35->1.36 since it breaks compat.
8075
8076 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8077
8078         * ext/dv/gstdvdec.c:
8079         * ext/libfame/gstlibfame.c:
8080         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
8081         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
8082           replace framerate aproximations by their real value
8083           (24000/1001, 30000/1001, 60000/1001)
8084           Finish fixing bug #164049
8085
8086 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8087
8088         * ext/ogg/gstoggmux.c:
8089           eos/bos debugging
8090         * gst/tcp/gstmultifdsink.c:
8091         * gst/tcp/gstmultifdsink.h:
8092         * gst/tcp/gsttcp.c:
8093         * gst/tcp/gsttcp.h:
8094         * gst/tcp/gsttcpclientsink.c:
8095         * gst/tcp/gsttcpclientsrc.c:
8096         * gst/tcp/gsttcpserversink.c:
8097         * gst/tcp/gsttcpserversrc.c:
8098           improve reusability of elements after state changes and errors
8099           make multifdsink throw away streamheaders when receiving new ones
8100
8101 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8102
8103         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
8104           Fix for if items are already in list...
8105
8106 2005-01-12  Benjamin Otte  <otte@gnome.org>
8107
8108         * gst/adder/gstadder.c: (gst_adder_loop):
8109           fix adder a bit so it doesn't screw up with events as much anymore
8110
8111 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
8112
8113         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
8114         (pixbufscale_scale), (gst_pixbufscale_chain):
8115         * ext/gdk_pixbuf/pixbufscale.h:
8116           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
8117           to ensure rowstrides are calculated the same way as 
8118           ffmpegcolorspace
8119           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
8120           that we pick up duration and offset also.
8121
8122 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8123
8124         * gst/avi/gstavimux.c: (gst_avimux_class_init),
8125         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
8126           Reusability fixes.
8127
8128 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8129
8130         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
8131         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8132         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8133         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8134           Update flags when requested.
8135
8136 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8137
8138         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
8139           Fix dmix.
8140
8141 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8142
8143         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8144         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8145         (probe_triggered), (new_decoded_pad), (gen_source_element),
8146         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8147         * gst/playback/gstplaybasebin.h:
8148         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8149         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
8150         (gst_play_bin_change_state):
8151           Implement group-switch signal for use in apps to clear metadata
8152           cache, clean up subtitle, add suburi property instead of # hack,
8153           some error-out fixes.
8154
8155 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8156
8157         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8158           Debug.
8159         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
8160           If we got a state change in the _get handler, don't return success.
8161
8162 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8163
8164         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
8165         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
8166           Make jpegdec quiet on MJPEG decoding
8167         * gst/asfdemux/README:
8168           Fix mimetypes for MJPEG and H263
8169
8170 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8171
8172         * ext/theora/theoradec.c: (theora_dec_chain):
8173           Fix broken code generation by gcc by swapping arguments.
8174         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8175           Fix \n in debug.
8176
8177 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8178
8179         * TODO:
8180           delete this file, it is by far outdated
8181         * ext/alsa/gstalsa.1: remove
8182         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
8183         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
8184         (gst_alsa_get_caps):
8185           Add HW probing for supported sample rates. Fixes #161704
8186
8187 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8188
8189         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8190           Don't crash, biatch! :).
8191
8192 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8193
8194         * ext/musepack/gstmusepackreader.cpp:
8195         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8196           Some work on tags - still doesn't work in playbin...
8197         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8198           Handle events...
8199
8200 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8201
8202         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
8203           Also shove tags on kid pads.
8204
8205 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8206
8207         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8208           Don't bail on unknown events.
8209         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8210           Don't crash on events before negotiation.
8211         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8212           Send tags on pads, too.
8213         * gst/playback/gststreamselector.c:
8214         (gst_stream_selector_request_new_pad):
8215           Forward events on first pad if no input was selected yet.
8216
8217 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8218
8219         * gst/playback/gstplaybasebin.c: (setup_substreams):
8220           Don't disable streamtype if the stream doesn't exist, since
8221           then playing a video after audio will disable both and nothing
8222           will happen. Fixes the testsuite.
8223
8224 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8225
8226         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
8227         (gst_v4l_xoverlay_set_xwindow_id):
8228         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
8229         (gst_v4l2_xoverlay_set_xwindow_id):
8230           Add debug categories, fix overlay disabling.
8231
8232 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8233
8234         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
8235         * ext/alsa/gstalsa.h:
8236           Add HW probing for period_count/size and buffer_size MIX/MAX
8237           Adjust default/user defined value if out of bounds
8238           Should fix bug #162024
8239
8240 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8241
8242         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
8243           Fix warning (#161191).
8244
8245 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8246
8247         * ext/dvdread/stream_labels.c:
8248         (dvdreadsrc_get_audio_stream_labels):
8249           Fix warning (init the good variable in switch default)
8250
8251 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
8252
8253         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8254
8255         * gst/tta/gstttaparse.c: (gst_tta_src_event):
8256           Fix gcc-2.95 compile (#163485).
8257
8258 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8259
8260         * configure.ac:
8261         * ext/flac/gstflacenc.c: (gst_flacenc_init),
8262         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
8263         (gst_flacenc_tell_callback), (gst_flacenc_chain),
8264         (gst_flacenc_change_state):
8265         * ext/flac/gstflacenc.h:
8266           Update for API change in flac-1.1.1. Update requirement in
8267           configure.ac. Fixes #162974.
8268
8269 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8270
8271         * gst/playback/gstplaybasebin.c: (group_destroy):
8272           Remove hack to get rid of assert and get rid of unlinked
8273           signals properly.
8274
8275 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8276
8277         * gst/playback/gstplaybasebin.c: (setup_source):
8278           Set source to NULL so that resources are free'ed. Fixes issues
8279           with playback of CDDA and similar device-accessing things.
8280
8281 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8282
8283         * testsuite/embed/Makefile.am:
8284           test->noinst, fix make test in buildbot.
8285
8286 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8287
8288         * ext/dvdread/stream_labels.c: new file
8289         * ext/dvdread/stream_labels.h: new file
8290         * ext/dvdread/Makefile.am:
8291         * ext/dvdread/dvdreadsrc.c: (_seek_title):
8292           Extract audio stream label from DVD IFO files.
8293           It only dump them on the console for now, still have to
8294           make playbin aware of them.
8295
8296 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8297
8298         * gst/playback/gstplaybasebin.c: (setup_source):
8299           Fix hanging subs.
8300
8301 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8302
8303         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8304         (gen_preroll_element), (remove_groups), (setup_subtitle),
8305         (gen_source_element), (setup_source):
8306         * gst/playback/gstplaybasebin.h:
8307           Multiple .sub files is just a stupid idea... Fix some threading
8308           mistakes. Interestingly, external .sub files cause playbin to
8309           hang, I don't know why... Parsing fixes contributed by Fran??ois
8310           Kooman <fkooman@tuxed.net>.
8311
8312 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8313
8314         * testsuite/embed/Makefile.am:
8315           Fix buildbot.
8316
8317 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
8318
8319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8320
8321         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
8322         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
8323         (gst_pngenc_set_property):
8324         * ext/libpng/gstpngenc.h:
8325           Add compression level property (#163323).
8326
8327 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8328
8329         * configure.ac:
8330         * examples/capsfilter/capsfilter1.c: (main):
8331         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8332         * ext/dvdread/Makefile.am:
8333         * ext/dvdread/demo-play:
8334         * ext/dvdread/demo-play.c:
8335         * gconf/gstreamer.schemas.in:
8336         * gst-libs/gst/gconf/gconf.c:
8337         * sys/v4l/TODO:
8338         * testsuite/Makefile.am:
8339         * testsuite/embed/Makefile.am:
8340         * testsuite/embed/embed.c: (cb_expose), (main):
8341           Remove all references to xvideosink, fix examples (#140845).
8342         * gst/playback/gstplaybasebin.c: (group_destroy):
8343           Apparently, disposal does not unlink - so do explicitely.
8344         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8345           Add debug.
8346
8347 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
8348
8349         * README: fix PKG_CONFIG_PATH instructions, what was there
8350         previously was breaking default search path, not nice. 
8351         Fixes #163358
8352
8353 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8354
8355         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
8356         (gst_audioscale_chain):
8357           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
8358           when resampling - how the ^@$^!@^! is this possible?!?
8359
8360 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8361
8362         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8363           Reset variables on READY.
8364         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
8365         (gst_matroska_mux_loop):
8366           Require data before writing header.
8367
8368 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
8369
8370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8371
8372         * ext/mad/gstmad.c: (gst_mad_chain):
8373           Don't call mad_stream_sync() directly after recovering sync.
8374           Fixes #151661.
8375
8376 2005-01-09  Martin Eikermann  <meiker@upb.de>
8377
8378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8379
8380         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
8381         (snapshot_handler), (gst_snapshot_sinkconnect),
8382         (gst_snapshot_chain):
8383           Allocate resources when required, fix recursive signal emission
8384           and fix caps. Fixes #161667.
8385
8386 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
8387
8388         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8389
8390         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
8391         (gst_pngdec_chain):
8392           Handle only 8-bppc (bits-per-pixel-component) images, better
8393           error handling and correct strides. Fixes #163177.
8394         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
8395         (gst_pngenc_chain):
8396           Better error handling. Fixes #163348.
8397
8398 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8399
8400         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
8401         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
8402         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
8403         (dvdnavsrc_uri_handler_init):
8404           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
8405         * gst/playback/gstplaybasebin.c: (gen_source_element):
8406           Add MMS to streaming URIs.
8407
8408 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8409
8410         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
8411         * sys/xvimage/xvimagesink.c:
8412         (gst_xvimagesink_navigation_send_event):
8413           Check for pad availability before sending event.
8414
8415 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8416
8417         * gst-plugins.spec.in:
8418           Add subparse.
8419
8420 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8421
8422         * configure.ac:
8423           Since we use functions from CVS, up requirement.
8424
8425 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8426
8427         * gst/playback/Makefile.am:
8428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8429         (group_destroy), (group_commit), (group_is_muted),
8430         (gen_preroll_element), (add_stream), (unknown_type),
8431         (probe_triggered), (preroll_unlinked), (mute_stream),
8432         (silence_stream), (new_decoded_pad), (setup_substreams),
8433         (setup_source), (get_active_source), (mute_group_type),
8434         (muted_group_change_state), (set_active_source),
8435         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8436         (play_base_eos), (gst_play_base_bin_change_state):
8437         * gst/playback/gstplaybasebin.h:
8438         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
8439         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8440         (gst_stream_info_dispose), (stream_info_mute_pad),
8441         (stream_info_change_state), (gst_stream_info_set_mute):
8442         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
8443         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
8444         (gst_stream_selector_init), (gst_stream_selector_dispose),
8445         (gst_stream_selector_get_linked_pad),
8446         (gst_stream_selector_get_caps), (gst_stream_selector_link),
8447         (gst_stream_selector_get_linked_pads),
8448         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8449         * gst/playback/gststreamselector.h:
8450           Adding stream selection support plus required properties for
8451           applications to use this. Fully fixes #100931.
8452
8453 2005-01-08  Benjamin Otte  <otte@gnome.org>
8454
8455         * gst/games/gstpuzzle.c: (nav_event_handler):
8456           - handle nav events differently: forward every event no matter if it
8457             was handled or not.
8458           - translate events
8459           You can now cheat by using navigationtest ! puzzle and moving the
8460           mouse close to the edge of a tile. ;)
8461
8462 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8463
8464         * configure.ac:
8465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
8466         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
8467         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
8468         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
8469         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
8470         (gst_ogm_parse_plugin_init):
8471         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
8472         (gst_textoverlay_link), (gst_textoverlay_getcaps),
8473         (gst_textoverlay_event), (gst_textoverlay_video_chain),
8474         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
8475         * ext/pango/gsttextoverlay.h:
8476         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8477         (gst_matroska_demux_handle_seek_event),
8478         (gst_matroska_demux_sync_streams),
8479         (gst_matroska_demux_parse_blockgroup),
8480         (gst_matroska_demux_subtitle_caps),
8481         (gst_matroska_demux_plugin_init):
8482         * gst/matroska/matroska-ids.h:
8483         * gst/playback/gstdecodebin.c: (close_pad_link):
8484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8485         (gen_preroll_element), (remove_groups), (add_stream),
8486         (new_decoded_pad), (setup_subtitles), (gen_source_element),
8487         (setup_source):
8488         * gst/playback/gstplaybasebin.h:
8489         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
8490         * gst/subparse/Makefile.am:
8491         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
8492         (gst_subparse_base_init), (gst_subparse_class_init),
8493         (gst_subparse_init), (gst_subparse_formats),
8494         (gst_subparse_eventmask), (gst_subparse_event),
8495         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
8496         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
8497         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
8498         (parse_mpsub_deinit), (parse_mpsub_init),
8499         (gst_subparse_buffer_format_autodetect),
8500         (gst_subparse_format_autodetect), (gst_subparse_loop),
8501         (gst_subparse_change_state), (gst_subparse_type_find),
8502         (plugin_init):
8503         * gst/subparse/gstsubparse.h:
8504         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
8505         (plugin_init):
8506           Add subtitle support, .sub parser (supports SRT and MPsub),
8507           OGM text support, Matroska UTF-8 text support, deadlock fixes
8508           all over the place, subtitle awareness in decodebin/playbin
8509           and some fixes to textoverlay to handle subtitles in a stream
8510           correctly. Fixes #100931.
8511
8512 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8513
8514         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8515           Check for pad availability before doing a query on it.
8516
8517 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8518
8519         * ext/dv/gstdvdec.c:
8520           really fix bpp24/32 dvdec caps (classic rgba indeed)
8521         * gst/asfdemux/gstasfdemux.c:
8522         (gst_asf_demux_process_ext_content_desc):
8523           don't send text tags if they are empty (bis repetita)
8524
8525 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8526
8527         * ext/dv/gstdvdec.c:
8528          remove unneeded comment from dvdec
8529           (related to DV 4CC codes in AVI files)
8530           moved them in gstreamer/docs/random/mimetypes
8531         * gst/asfdemux/gstasfdemux.c:
8532         (gst_asf_demux_process_ext_content_desc):
8533          don't send text tags if they are empty
8534          fix mem leak on error path
8535         * gst/ffmpegcolorspace/avcodec.h:
8536         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8537         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8538         (gst_ffmpegcsp_avpicture_fill):
8539         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
8540         * gst/ffmpegcolorspace/imgconvert_template.h:
8541          adds BGR32 and BGRA32 to ffmpegcolorspace
8542           (still bad colors, fixing it on next commit)
8543           helps with dvdec outputing BGR32
8544
8545 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8546
8547         * ext/dv/gstdvdec.c:
8548          Fix audio caps i just broke (missing ',')
8549         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
8550         (gst_matroska_mux_reset):
8551          Fix typo + add FIXME about old "x-gst-metadata" crap
8552
8553 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8554
8555         * ext/dv/demo-play.c: (main):
8556          xvideosink -> xvimagesink
8557         * ext/dv/gstdvdec.c:
8558          change rgb 32/32 caps to 24/32 (no alpha)
8559          change nb of channels to be a list (2 or 4, not 2)
8560          change sample rate to be a list (32, 44.1, 48 kHz) not a range
8561         * gst/asfdemux/gstasfdemux.c:
8562         (gst_asf_demux_process_ext_content_desc):
8563          Add 'date/year' to extracted metadata list
8564
8565 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8566
8567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8568           The return value of fixate_to does not imply that the requested
8569           value was set, so don't assume.
8570
8571 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
8572
8573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8574
8575         * ext/libpng/gstpngdec.c:
8576         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
8577         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
8578         * ext/libpng/gstpngenc.h:
8579           Alpha support (encoder; #163161), mime fixage.
8580
8581 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
8582
8583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8584
8585         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
8586         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
8587         (gst_faac_set_property), (gst_faac_get_property):
8588         * ext/faac/gstfaac.h:
8589           Allow for ADTS output (#153434).
8590
8591 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8592
8593         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
8594           Fix against template (#150576).
8595
8596 2005-01-06  Benjamin Otte  <otte@gnome.org>
8597
8598         * gst/games/gstpuzzle.c: (draw_puzzle):
8599           don't draw a puzzle if either width or height of tiles would be 0.
8600
8601 2005-01-06  Benjamin Otte  <otte@gnome.org>
8602
8603         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
8604         (gst_puzzle_class_init), (gst_puzzle_finalize):
8605           no memleaks, please
8606         (gst_puzzle_create), (gst_puzzle_init),
8607         (gst_puzzle_set_property), (gst_puzzle_setup):
8608           change initialization code around so we don't reshuffle on resize
8609         (draw_puzzle):
8610           fix another stupid typo
8611
8612 2005-01-06  Benjamin Otte  <otte@gnome.org>
8613
8614         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
8615           fix stupid typo that borked copying on YUY2
8616
8617 2005-01-06  Benjamin Otte  <otte@gnome.org>
8618
8619         * gst/games/gstpuzzle.c: (draw_puzzle):
8620           fix edges when image sizes aren't multiples of tile sizes
8621
8622 2005-01-06  Benjamin Otte  <otte@gnome.org>
8623
8624         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
8625           make RGB endianness work correctly
8626         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
8627           refactor and fix race with initial shuffling
8628         (nav_event_handler):
8629           allow using the mouse to puzzle
8630         (draw_puzzle):
8631           insist on tiles having width and height as multiples of 4 to get
8632           clean YUV image handling
8633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8634         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
8635           s/DEBUG/LOG/ for common messages
8636         (gst_xvimagesink_navigation_send_event):
8637           fix mouse event translation to not include screen PAR
8638         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
8639           fix mouse event translation to actually work
8640
8641 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8642
8643         * gst/asfdemux/gstasfdemux.c:
8644         (gst_asf_demux_process_ext_content_desc):
8645          Extract TrackNumber metadata + clean up code
8646         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
8647          Hope this is the good fix (var used unitialised)
8648
8649 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8650
8651         * ext/faad/gstfaad.c: (gst_faad_chain):
8652           Only increment timestamp if it's valid. Fixes raw AAC streams.
8653
8654 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8655
8656         * configure.ac:
8657         * gst/games/Makefile.am:
8658         * gst/games/gstpuzzle.c:
8659           add a puzzle game with...
8660         * gst/games/gstvideoimage.c:
8661         * gst/games/gstvideoimage.h:
8662           ... full colorspace support (that includes YUV9 and RGB16)) stolen
8663           from videotestsrc and made into something that would be a nice
8664           library for a lot of other plugins.
8665
8666 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8667
8668         * configure.ac:
8669          don't compile faad plugin if a RC of 2.0 is found
8670          Fixes #155346 (and FC1 buildbot)
8671         * gst/asfdemux/gstasfdemux.c:
8672         (gst_asf_demux_process_ext_content_desc):
8673          try to make Solaris compiler happier
8674
8675 2005-01-06  Paul Jack  <pjack@sfaf.org>
8676
8677         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8678
8679         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
8680           Fix segfault (#161667).
8681
8682 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8683
8684         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
8685           Fix framerate reporting.
8686
8687 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8688
8689         * gst-libs/gst/riff/riff-ids.h:
8690         * gst/wavenc/riff.h:
8691          Add AMR (VBR and CBR) ids to riff.h audio codec list
8692         * gst/asfdemux/gstasfdemux.c:
8693         (gst_asf_demux_process_ext_content_desc),
8694         (gst_asf_demux_process_object):
8695           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
8696
8697 2005-01-05  Martin Eikermann  <meiker@upb.de>
8698
8699         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8700
8701         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8702         (gst_dvd_demux_handle_discont):
8703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
8704         (gst_mpeg_demux_handle_discont):
8705           Recreate pads on new-media (#160730).
8706         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
8707           Send discont even if manager changes timestamps (#161929).
8708
8709 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
8710
8711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8712
8713         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
8714           Fix invalid memory access (#159211).
8715
8716 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8717
8718         * examples/gstplay/player.c: (main):
8719           Don't iterate.
8720         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
8721           Add visualizations.
8722         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
8723         (gst_a52dec_handle_frame):
8724           Set duration.
8725         * ext/dvdnav/gst-dvd:
8726           Add audioconvert. Fixes #161325.
8727         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
8728           Explicitely case to gint64. Possible valgrind error.
8729         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
8730         (gst_play_tick_callback), (gst_play_change_state),
8731         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
8732         (gst_play_set_location), (gst_play_get_location),
8733         (gst_play_seek_to_time), (gst_play_set_data_src),
8734         (gst_play_set_video_sink), (gst_play_set_audio_sink),
8735         (gst_play_set_visualization), (gst_play_connect_visualization),
8736         (gst_play_get_framerate), (gst_play_get_all_by_interface),
8737         (gst_play_new):
8738           Use playbin. Fixes #139749 and #147744.
8739         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
8740           Add genre tag.
8741         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
8742         (audioscale_get_type), (gst_audioscale_base_init),
8743         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
8744         (gst_audioscale_getcaps), (gst_audioscale_fixate),
8745         (gst_audioscale_link), (gst_audioscale_get_buffer),
8746         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
8747         (gst_audioscale_init), (gst_audioscale_dispose),
8748         (gst_audioscale_chain), (gst_audioscale_set_property),
8749         (gst_audioscale_get_property), (plugin_init):
8750           Indent properly.
8751         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
8752           Fix LPCM.
8753         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
8754         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
8755         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
8756           Add more metadata (fixes #162656).
8757
8758 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8759
8760         * configure.ac:
8761           back to cvs
8762
8763 === release 0.8.7 ===
8764
8765 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8766
8767         * NEWS:
8768         * RELEASE:
8769         * configure.ac:
8770           releasing 0.8.7, "Hyperspace"
8771
8772 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8773
8774         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8775
8776         * gst/playback/gstplaybasebin.c:
8777          Fix for #162924 - free caps after use, not before
8778
8779 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8780
8781         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8782
8783         * gst/playback/gstplaybasebin.c:
8784         * gst/wavparse/gstwavparse.c:
8785           Fix for #154773 - fixes playback of small .wav files
8786
8787 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8788
8789         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8790
8791         * gst/audioscale/gstaudioscale.c:
8792           Fix for #162819 - make audioscale reusable
8793           Fixes playback of more than one file with playbin/totem
8794
8795 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8796
8797         * gst/ffmpegcolorspace/avcodec.h:
8798         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8799         * gst/ffmpegcolorspace/imgconvert.c:
8800           clean up the mess that made me cry and avoid needless duplication
8801
8802 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8803
8804         * gst/ffmpegcolorspace/imgconvert.c:
8805           give some indication of why we're segfaulting
8806
8807 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8808
8809         * configure.ac:
8810           Fix indentation, fix v4l2 plugin detection.
8811         * ext/Makefile.am:
8812           Fix libmms location (Maciej, use diff -u!).
8813         * ext/alsa/gstalsa.c: (gst_alsa_init):
8814           Initialize caps cache to NULL.
8815         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
8816           Only change state on audiosink if it exists.
8817
8818 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
8819
8820         * gst/matroska/matroska-demux.c:
8821         * gst/matroska/matroska-ids.h:
8822         * gst/matroska/matroska-demux.h:
8823         Fix Vorbis streams failing to decode in some files, where cluster_time
8824         isn't 0, because then it doesn't send codec_priv before actual data.
8825         Remove time-based test and replace it with marker set on beginning of
8826         new stream
8827
8828 2004-12-28  David Schleef  <ds@schleef.org>
8829
8830         Merge patch from Ronald fixing problems with streaming
8831         text.
8832         * ext/cairo/gstcairo.c: (plugin_init):
8833         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
8834         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
8835         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
8836         (gst_textoverlay_font_init), (gst_textoverlay_init),
8837         (gst_textoverlay_set_property):
8838         * ext/cairo/gsttextoverlay.h:
8839
8840 2004-12-27  David Schleef  <ds@schleef.org>
8841
8842         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
8843         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
8844         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
8845         (gst_textoverlay_font_init), (gst_textoverlay_init),
8846         (gst_textoverlay_set_property): Improvements to actually
8847         render text as white on black outline on video, including
8848         font selection and horizontal/vertical alignment.  (Ronald's
8849         christmas present)
8850         * ext/cairo/gsttextoverlay.h:
8851
8852 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8853
8854         * ext/ogg/gstogg.c:
8855         * ext/ogg/gstogmparse.c:
8856           fix ogm[audio/video]parse plugin registration
8857           (riff won't load if bytestream is already loaded)
8858
8859 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8860
8861         * gst/audioconvert/gstchannelmix.c:
8862           fix for GLIB < 2.4
8863
8864 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8865
8866         * Makefile.am:
8867         * configure.ac:
8868           disable docs again until it actually passes make distcheck.
8869
8870 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8871
8872         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
8873         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8874         (plugin_init):
8875           Add 3GP (variables name Q3GP because they can't start with a
8876           number). Add samr audio fourcc (used in .3gp files), decoder
8877           is work in progress. Also do a GST_WARNING instead of ERROR
8878           in case of unknown nodes, to decrease output.
8879
8880 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8881
8882         * Makefile.am:
8883           really fix dist
8884
8885 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8886
8887         * configure.ac:
8888         * ext/speex/gstspeexdec.h:
8889         * ext/speex/gstspeexenc.h:
8890           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
8891           Fix detection code in configure.ac
8892
8893 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8894
8895         * gst/matroska/matroska-demux.c:
8896         (gst_matroska_demux_parse_blockgroup):
8897           Save position, so that queries give proper return values. Don't
8898           know how this could ever have worked before...
8899
8900 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8901
8902         * configure.ac:
8903           Put additional LAME check inside the conditional.  Fixes #152339
8904
8905 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8906
8907         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8908         (gst_avi_demux_stream_scan):
8909           Add some more debug. Fix logic error when setting movi offset
8910           while reading index.
8911
8912 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8913
8914         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8915         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
8916         (gst_avi_demux_process_next_entry):
8917           Add some debugging. Better detection of broken indexes and the
8918           accompanying index recovery. No infinite loops on state changes
8919           when we're still in our loopfunction.
8920
8921 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8922
8923         * configure.ac:
8924           Fix up.
8925
8926 2004-12-22  Archana Shah  <archana.shah@wipro.com>
8927
8928         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8929
8930         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
8931           Normalizing the value before setting
8932         (gst_sunaudiomixer_get_volume):
8933           Normalizing the value after getting. Fixes bug# 161980
8934
8935 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8936
8937         * Makefile.am: Make sure docs gets disted
8938         * docs/Makefile.am: Make sure all needed files get disted
8939         * gst-plugins.spec.in: latest updates
8940
8941 2004-12-22  Wim Taymans  <wim@fluendo.com>
8942
8943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8944         Revert patch 1.38 as clock distribution over schedulers does
8945         not work correcly in the core yet.
8946
8947 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8948
8949         * sys/oss/README: remove this file, which predates my birth
8950           (and which content is by far outdated)
8951
8952 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
8953
8954         * Makefile.am:
8955         * configure.ac:
8956         * docs/Makefile.am:
8957         * docs/libs/Makefile.am:
8958         * docs/libs/gst-plugins-libs-docs.sgml:
8959         * docs/libs/gst-plugins-libs-sections.txt:
8960         * docs/libs/tmpl/gstgconf.sgml:
8961         * docs/upload.mak:
8962         * docs/version.entities.in:
8963           Added boilerplate gtk-doc files for plugin-libs documentation.
8964
8965 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8966
8967         * gst/auparse/gstauparse.c: fix int and float audio caps
8968
8969 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8970
8971         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8972         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8973           g_assert() can be a macro, don't use #ifdef inside it.
8974
8975 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8976
8977         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8978
8979         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8980         (gst_videorate_init), (gst_videorate_chain),
8981         (gst_videorate_change_state):
8982           Event handling (fixes #159986).
8983
8984 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8985
8986         * gst-libs/gst/riff/riff-media.c:
8987         (gst_riff_create_video_caps_with_data):
8988           Add BLZ0 (Blizzard's version of DivX) fourcc.
8989
8990 2004-12-18  David Schleef  <ds@schleef.org>
8991
8992         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8993         portability fix.
8994
8995 2004-12-18  David Schleef  <ds@schleef.org>
8996
8997         * gst/tta/ttadec.h: Disable some header code that isn't used
8998         and clearly isn't portable.
8999
9000 2004-12-18  David Schleef  <ds@schleef.org>
9001
9002         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
9003         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9004         (avcodec_get_pix_fmt), (avpicture_layout),
9005         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
9006         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
9007         Fix code to not use GCC extensions (and c99 extensions that
9008         Forte does not like.)
9009
9010 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9011
9012         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9013
9014         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
9015         (gst_deinterlace_chain):
9016           Rowstride fixes. Fixes #161039.
9017         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
9018         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
9019         (gst_video_crop_getcaps), (gst_video_crop_link),
9020         (gst_video_crop_i420), (gst_video_crop_chain),
9021         (gst_video_crop_change_state):
9022           Rework of negotiation. Actually works now. Fixes #158650.
9023
9024 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9025
9026         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
9027           That was very stupid.
9028
9029 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9030
9031         * gst/matroska/matroska-demux.c:
9032         (gst_matroska_demux_parse_blockgroup):
9033           Fix possible crasher.
9034
9035 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9036
9037         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
9038         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
9039           Lace sizes can be zero.
9040
9041 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9042
9043         * ext/musepack/gstmusepackdec.cpp:
9044           Fetch error return values. Fixes #161624.
9045         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9046           Really EOS.
9047
9048 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9049
9050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
9051           Work for truncated (unfinished download etc.) files. Fixes #160514.
9052
9053 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9054
9055         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9056           Fix for integer overflow. Makes #156001 not crash. Probably masks
9057           the real bug.
9058
9059 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9060
9061         * gst/ac3parse/gstac3parse.c: (plugin_init):
9062           Parsers never have ranks. Fixes #159651.
9063
9064 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9065
9066         * gst/playback/gstdecodebin.c: (compare_ranks):
9067           make sure the facotries are ordered the same every time even if they
9068           have the same rank by using the name
9069         * gst/playback/gstdecodebin.c: (find_compatibles):
9070           make sure we don't add factories to the list twice
9071
9072 2004-12-16  David Schleef  <ds@schleef.org>
9073
9074         * configure.ac: look for musepack headers as musepack/*.h
9075         (fixes #159847)
9076         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
9077         * ext/musepack/gstmusepackreader.h: same
9078
9079 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9080
9081         * gst-libs/gst/riff/riff-read.c:
9082         (gst_riff_read_strf_auds_with_data):
9083           Read extradata correctly (fixes #155879).
9084
9085 2004-12-16  David Schleef  <ds@schleef.org>
9086
9087         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
9088         audio.  does _not_ attempt or allow conversion unless channels
9089         is 1 or 2.
9090
9091 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9092
9093         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
9094
9095 2004-12-16  David Schleef  <ds@schleef.org>
9096
9097         * gst/audioscale/gstaudioscale.c: the resample library only
9098         handles 1 or 2 channels.  Change caps to compensate.
9099
9100 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9101
9102         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
9103         (gst_matroska_demux_audio_caps):
9104           Some MPEG-AAC hacks, because else it doesn't work...
9105
9106 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9107
9108         * gst-libs/gst/riff/riff-media.c:
9109         (gst_riff_create_video_caps_with_data),
9110         (gst_riff_create_video_template_caps):
9111           Add h264.
9112
9113 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9114
9115         * gst-libs/gst/audio/Makefile.am:
9116           Try to fix buildbot.
9117
9118 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9119
9120         * gst/tcp/gstmultifdsink.c:
9121           Clean up and uniformize debugging.
9122
9123 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
9124
9125         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9126
9127         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9128         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
9129         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
9130         (gst_mpeg_demux_change_state):
9131           Reset on ready. Fixes 160276.
9132
9133 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
9134
9135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9136
9137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9138         (gst_ffmpegcsp_pad_link):
9139           Fix memleak (#154815).
9140
9141 2004-12-16  James Bowes  <bowes@cs.dal.ca>
9142
9143         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9144
9145         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
9146         (gst_musicbrainz_init), (gst_musicbrainz_chain),
9147         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
9148         * ext/musicbrainz/gsttrm.h:
9149           Add support for using a proxy server when getting a trm id from
9150           the MusicBrainz database (#149613).
9151
9152 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
9153
9154         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9155
9156         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
9157         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9158           Fix memleaks (#157233).
9159
9160 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
9161
9162         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9163
9164         * gst-libs/gst/resample/resample.c: (gst_resample_close):
9165         * gst-libs/gst/resample/resample.h:
9166         * gst/audioscale/gstaudioscale.c:
9167           Fix memleak (#159215).
9168
9169 2004-12-16  Toni Willberg  <toniw@iki.fi>
9170
9171         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9172
9173         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
9174         * sys/oss/oss_probe.c: (main):
9175           Check for mono/stereo support (similar to samplerate probing),
9176           fixes #159433. Also add missing copyright header to oss_probe.c.
9177
9178 2004-12-15  David Schleef  <ds@schleef.org>
9179
9180         * configure.ac: add audioresample and cairo plugins.  Remove
9181         HAVE_MMX stuff, because it's not used.
9182         * ext/Makefile.am: same
9183         * ext/audioresample/Makefile.am: You are not ready for an
9184         audio resampling element based on audioresample.
9185         * ext/audioresample/gstaudioresample.c:
9186         * ext/audioresample/gstaudioresample.h:
9187         * ext/cairo/Makefile.am: You are not ready for overlay elements
9188         based on cairo.  Don't look too closely, these elements kinda
9189         suck right now.
9190         * ext/cairo/gstcairo.c: new
9191         * ext/cairo/gsttextoverlay.c: new
9192         * ext/cairo/gsttextoverlay.h: new
9193         * ext/cairo/gsttimeoverlay.c: new
9194         * ext/cairo/gsttimeoverlay.h: new
9195         * gst-libs/gst/media-info/media-info-priv.h: fix compile
9196         problem with compilers that don't support variadic macros.
9197
9198 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
9199
9200         Reviewed by:  David Schleef  <ds@schleef.org>
9201
9202         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
9203         Bala, registering sunaudiosrc (oops!), and cleaning up code a
9204         bit.  Also ran indent-gst.
9205         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
9206         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
9207         (gst_sunaudiosrc_setparams):
9208
9209 2004-12-14  David Schleef  <ds@schleef.org>
9210
9211         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
9212         output rate to 16000.  Should fix #160235.
9213
9214 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9215
9216         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9217         Add typefinding for mpeg2 pes streams
9218
9219 2004-12-13  David Schleef  <ds@schleef.org>
9220
9221         * configure.ac:  Applied patch from bug #143659, making default
9222         sources and sinks OS-dependent (for Solaris), and added code
9223         for OS/X.
9224         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
9225
9226 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9227
9228         * gst-libs/gst/riff/riff-media.c:
9229           forgot to add h2.64 to avidemux template caps
9230
9231 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9232
9233         * gst/wavenc/riff.h:
9234         * gst-libs/gst/riff/riff-media.c:
9235         * gst-libs/gst/riff/riff-ids.h:
9236         * gst/avi/gstavimux.c
9237         add 4CC code for VideoSoft h264 in AVI (VSSH)
9238           fixes bug #160655
9239         remove s323 from riff, it's quicktime specific :(
9240
9241 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9242
9243         * gst/asfdemux/README
9244         * gst/wavenc/riff.h
9245         * gst-libs/gst/riff/riff-ids.h
9246         * gst-libs/gst/riff/riff-media.c
9247         * gst/qtdemux/qtdemux.c:
9248           add new 4CC codes for h263 related codecs
9249           fixes partially bug #155163
9250
9251 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
9252
9253         * configure.ac: Update polyaudio requirement to 0.7
9254         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
9255
9256 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9257
9258         * gst/interleave/deinterleave.c:
9259         fix my name's spelling! :)
9260
9261 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9262
9263         * AUTHORS ChangeLog
9264         * gst/auparse/gstauparse.c
9265         * gst/interleave/deinterleave.c
9266         * gst/law/:
9267                 alaw-decode.c alaw-encode.c
9268                 mulaw-decode.c mulaw-encode.c
9269         * gst/oneton/gstoneton.c
9270         * sys/osxaudio/:
9271                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
9272         * sys/osxvideo/:
9273                 cocoawindow.h cocoawindow.m
9274                 osxvideosink.h osxvideosink.m
9275
9276         put the same mail address for Zaheer Abbas Merali everywhere
9277
9278 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9279
9280         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
9281           Align by packetsize, and assert that we a packet available before
9282           playing. The first makes webstreams work (they often include
9283           trailing padding data in a packet), the second allows pausing a
9284           ASF stream in totem without getting demux errors afterwards.
9285
9286 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9287
9288         * ext/ogg/gstoggdemux.c: (get_relative):
9289           Check for non-NULL before accessing member (end-of-chain).
9290
9291 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9292
9293         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9294         (cdparanoia_set_property), (cdparanoia_get_property):
9295         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
9296         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
9297         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9298         (dvdreadsrc_init), (dvdreadsrc_set_property),
9299         (dvdreadsrc_get_property):
9300         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
9301         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
9302           Synchronize property names where not yet the case. Devices are
9303           now device=X, other versions are deprecated (but still exist).
9304           Also use g_free() unconditionally.
9305         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9306         (setup_source), (gst_play_base_bin_get_property):
9307           Expose source.
9308
9309 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9310
9311         * configure.ac: move GCONF macro outside conditional for the am
9312           conditional. Fixes #160439
9313
9314 2004-12-08  David Schleef  <ds@schleef.org>
9315
9316         * tools/gst-visualise-m.m: Switch to elements that currently
9317         exist.
9318
9319 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9320
9321         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9322           We love wrong commas.
9323
9324 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9325
9326         * gst/matroska/matroska-demux.c:
9327         (gst_matroska_demux_handle_src_query):
9328           Don't set DEFAULT, unsupported - makes length display incorrectly
9329           in some cases.
9330
9331 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9332
9333         * gst/monoscope/README: remove blurb about files being GPL
9334         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
9335         * gst/monoscope/monoscope.c: Change license to BSD with explanation
9336           monoscope is now effectively LGPL licensed
9337
9338 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9339
9340         * gst/monoscope/README: Update information to be more correct
9341         * gst/monoscope/convolve.c: Relicense to LGPL
9342         * gst/monoscope/convolve.h: Relicense to LGPL
9343
9344 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
9345
9346         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
9347           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
9348         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
9349           set default_duration for mpeg1 audio
9350
9351 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9352
9353         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
9354         * ext/alsa/gstalsa.h:
9355           refactor big chunks of the core caps negotiation code to make it
9356           a lot faster, because people claim it's really slow
9357           (actually, just cache the getcaps when the device is opened)
9358
9359 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9360
9361         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
9362         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
9363         (gst_a52dec_handle_frame), (gst_a52dec_chain),
9364         (gst_a52dec_change_state), (plugin_init):
9365         * ext/a52dec/gsta52dec.h:
9366           Do something useful with timestamps. Make chain-based (since
9367           there's really no reason to be loopbased).
9368         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9369           Update current_byte/frame correctly.
9370
9371 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9372
9373         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
9374         (gst_ape_demux_stream_init):
9375           Forward tags, too.
9376
9377 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9378
9379         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
9380           Let's make sure we're done typefinding when detecting tags.
9381
9382 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9383
9384         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
9385         (gst_ebml_read_init), (gst_ebml_read_use_event),
9386         (gst_ebml_read_element_id), (gst_ebml_peek_id),
9387         (gst_ebml_read_seek), (gst_ebml_read_skip),
9388         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
9389         (gst_ebml_read_master):
9390         * gst/matroska/ebml-read.h:
9391         * gst/matroska/matroska-demux.c:
9392         (gst_matroska_demux_parse_contents),
9393         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
9394           Disgustingly evil hack for working around INTERRUPT events and
9395           their extremely annoying habit of being a pain in the ass. We
9396           simply peek a cluster before reading any of it.
9397
9398 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9399
9400         * ext/musepack/gstmusepackdec.cpp:
9401           There's also floating point libmusepacks.
9402
9403 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9404
9405         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
9406         (gst_faad_chanpos_to_gst), (gst_faad_chain):
9407           Set DURATION even if source buffer didn't. Also use increasing
9408           timestamps.
9409         * gst-libs/gst/riff/riff-media.c:
9410         (gst_riff_create_audio_caps_with_data):
9411           Block_align can have larger values than 8192.
9412
9413 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9414
9415         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
9416         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
9417         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
9418         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
9419           Fix caps.
9420
9421 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9422
9423         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9424           Fix logic bug.
9425
9426 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9427
9428         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9429           Yay, another one.
9430
9431 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9432
9433         * ext/esd/esdsink.c: (gst_esdsink_chain):
9434           Make error actually say something useful (fixes #156798).
9435         * gst-libs/gst/riff/riff-media.c:
9436         (gst_riff_create_video_caps_with_data),
9437         (gst_riff_create_video_template_caps):
9438           Add Intel Video 5.0 fourcc (IV50).
9439
9440 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
9441
9442         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
9443         detection on mono and stereo mp3 files.
9444
9445 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9446
9447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9448           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
9449           the contained stream).
9450
9451 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9452
9453         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
9454           Oops, remove debug.
9455
9456 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
9457
9458         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9459
9460         * gst/law/alaw-decode.c: (alawdec_getcaps):
9461         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9462           Prevent warnings when negotiating caps (fixes #159338).
9463
9464 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9465
9466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9467         (gst_ffmpegcsp_chain):
9468           Remove old leftover that shouldn't be there...
9469
9470 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
9471
9472         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9473
9474         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9475           Don't forward DISCONT events (fixes #159684).
9476
9477 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9478
9479         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
9480           Unlink manually since sometimes bin disposal (and therefore
9481           pad unlinking) is delayed, which will cause a new media file
9482           to not be able to start playing instantly.
9483
9484 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9485
9486         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
9487           On mute of an unlinked stream, check for pad availability so
9488           we don't crash on unlinked pad.
9489
9490 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9491
9492         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9493         (gst_avi_demux_massage_index):
9494           Fix quite humiliating bug in omitting 0-sized index chunks but
9495           forgetting to count them for timestamps.
9496
9497 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9498
9499         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
9500           Actually leave the loop if we failed to sync. Don't crash.
9501
9502 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9503
9504         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
9505         (gst_dvd_demux_process_private):
9506         * gst/mpegstream/gstdvddemux.h:
9507           Fix crash (#159759). Doesn't work, though. :-(.
9508
9509 2004-11-28  Benjamin Otte  <otte@gnome.org>
9510
9511         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
9512           more overwriting protection due to modifying channels one by one
9513           instead of all at once
9514
9515 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9516
9517         * gst/audioconvert/gstchannelmix.c:
9518         (gst_audio_convert_fill_normalize):
9519           Normalize using absolute values.
9520
9521 2004-11-28  Julien MOUTTE  <julien@moutte.net>
9522
9523         * configure.ac:
9524         * ext/Makefile.am:
9525         * ext/directfb/Makefile.am:
9526         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
9527         (gst_directfbvideosink_get_pixel_format),
9528         (gst_directfbvideosink_get_format_from_fourcc),
9529         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
9530         (gst_directfbvideosink_sink_link),
9531         (gst_directfbvideosink_change_state),
9532         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
9533         (gst_directfbvideosink_buffer_alloc),
9534         (gst_directfbvideosink_interface_supported),
9535         (gst_directfbvideosink_interface_init),
9536         (gst_directfbvideosink_navigation_send_event),
9537         (gst_directfbvideosink_navigation_init),
9538         (gst_directfbvideosink_set_property),
9539         (gst_directfbvideosink_get_property),
9540         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
9541         (gst_directfbvideosink_base_init),
9542         (gst_directfbvideosink_class_init),
9543         (gst_directfbvideosink_get_type), (plugin_init):
9544         * ext/directfb/directfbvideosink.h: Adding a first version of
9545         directfbvideosink.
9546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
9547         more.
9548
9549 2004-11-28  Benjamin Otte  <otte@gnome.org>
9550
9551         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
9552           walk the samples backwards if out_channels > in_channels so we don't
9553           overwrite data
9554
9555 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9556
9557         * gst/audioconvert/Makefile.am:
9558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9559         (gst_audio_convert_link), (gst_audio_convert_change_state),
9560         (gst_audio_convert_channels):
9561         * gst/audioconvert/gstchannelmix.c:
9562         (gst_audio_convert_unset_matrix),
9563         (gst_audio_convert_fill_identical),
9564         (gst_audio_convert_fill_compatible),
9565         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
9566         (gst_audio_convert_fill_others),
9567         (gst_audio_convert_fill_normalize),
9568         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
9569         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
9570         * gst/audioconvert/gstchannelmix.h:
9571           Implement a channel mixer.
9572
9573 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
9574
9575         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
9576         * ext/alsa/gstalsa.h:
9577         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
9578         Make alsasink actually honor gst_element_set_clock and use that
9579         clock instead of its internal one.
9580
9581 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
9582
9583         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
9584         (gst_play_base_bin_change_state): nullify source and decoder when
9585         going from READY to NULL so that we don't try to do weird stuff with
9586         them when going from NULL to READY
9587         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
9588         instead of g_object_unref
9589         (gen_video_element), (gen_audio_element): more refcounting fixes, now
9590         it should be correct
9591         (gst_play_bin_change_state): don't call remove_sinks if we are
9592         currently disposing the object
9593
9594 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9595
9596         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
9597           Don't forget bass if it's there. Else left channel is silent...
9598
9599 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9600
9601         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
9602         (gst_a52dec_change_state):
9603           Don't do sample adjusting anymore, we use float audio now.
9604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9605           Don't fixate to non-existing properties.
9606
9607 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9608
9609         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
9610         (gst_a52dec_change_state):
9611           Advertise that we can do surround sound.
9612
9613 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9614
9615         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
9616           Add buffer-frames=0.
9617         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
9618         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
9619         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
9620         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
9621         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
9622         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
9623         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
9624         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
9625         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
9626         * ext/dvdread/dvdreadsrc.h:
9627           Add seeking, querying for bytes, sectors, title, angle and
9628           chapter. Handle multiple chapters. Relicense to LGPL because
9629           Billy agreed on that (thanks Billy!).
9630
9631 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
9632
9633         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
9634         call parent dispose method
9635
9636 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
9637
9638         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
9639         (gst_audio_clock_get_internal_time):
9640         Fix active <-> inactive transitions: ensure time value always
9641         grows and avoid abrupt value changes.
9642
9643 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
9644
9645         * configure.ac:
9646         * gst/tta/Makefile.am:
9647         * gst/tta/crc32.h:
9648         * gst/tta/filters.h:
9649         * gst/tta/gsttta.c:
9650         * gst/tta/gstttadec.c:
9651         * gst/tta/gstttadec.h:
9652         * gst/tta/gstttaparse.c:
9653         * gst/tta/gstttaparse.h:
9654         * gst/tta/ttadec.h:
9655           added TTA parser and decoder
9656
9657 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9658
9659         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9660         (probe_triggered), (check_queue), (buffer_underrun),
9661         (buffer_running), (buffer_overrun), (gen_source_element),
9662         (setup_source):
9663         * gst/playback/gstplaybasebin.h:
9664           Implement buffering. Needs some more work.
9665
9666 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9667
9668         * ext/theora/theoradec.c: (theora_dec_chain):
9669           Fix ilog mask range overflow.
9670
9671 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9672
9673         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
9674           Don't omit the last (which in case of dmix is the only :) )
9675           channel count. Don't set channels if <= 2.
9676
9677 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
9678
9679         * gst/playback/gstplaybin.c: (gen_video_element),
9680         (gen_audio_element): Removed 2 obsolete comments
9681
9682 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9683
9684         * ext/vorbis/oggvorbisenc.c
9685         * ext/vorbis/vorbisenc.c :
9686           change description fields of those plugins to differentiate them
9687           (pitivi show Encoders by description, they had the same one)
9688
9689 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
9690
9691         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9692
9693         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9694         (gst_play_bin_set_property), (gen_video_element),
9695         (gen_audio_element):
9696           Refcounting fixes for provided audio-/videosinks.
9697
9698 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9699
9700         * gst/playback/gstplaybin.c: (gen_video_element),
9701         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
9702           Don't reference all sinks, but only the video- and audiosinks.
9703           The vis. element should be disposed when we're done with it.
9704           We don't have any reason to keep it around. This fixes warnings
9705           when reusing playbin for playing multiple audio files with
9706           vis. enabled. Also release audio device on pause - idea stolen
9707           from Rhythmbox.
9708
9709 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9710
9711         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
9712         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
9713         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
9714         * ext/alsa/gstalsaplugin.c: (plugin_init):
9715         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
9716         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
9717         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
9718         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
9719         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
9720         (gst_faad_change_state), (plugin_init):
9721         * ext/faad/gstfaad.h:
9722         * ext/vorbis/vorbis.c: (plugin_init):
9723         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9724         * gst-libs/gst/audio/Makefile.am:
9725         * gst-libs/gst/audio/audio.c: (plugin_init):
9726         * gst-libs/gst/audio/multichannel.c:
9727         (gst_audio_check_channel_positions),
9728         (gst_audio_get_channel_positions),
9729         (gst_audio_set_channel_positions),
9730         (gst_audio_set_structure_channel_positions_list),
9731         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
9732         (gst_audio_fixate_channel_positions):
9733         * gst-libs/gst/audio/multichannel.h:
9734         * gst-libs/gst/audio/testchannels.c: (main):
9735         * gst/audioconvert/gstaudioconvert.c:
9736         (gst_audio_convert_class_init), (gst_audio_convert_init),
9737         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
9738         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
9739         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9740         * gst/audioconvert/plugin.c: (plugin_init):
9741           Surround sound support.
9742
9743 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9744
9745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
9746           Fix position for discont if we're close as well. Nitpicking, but
9747           saves a few milliseconds of extra waiting or skipping.
9748
9749 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9750
9751         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
9752           We sometimes need parsers for playback, so add those too.
9753
9754 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9755
9756         * configure.ac:
9757         * gst/apetag/Makefile.am:
9758         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
9759         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
9760         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
9761         (gst_ape_demux_get_src_query_types),
9762         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
9763         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
9764         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
9765         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
9766         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
9767         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
9768         (gst_ape_demux_change_state):
9769         * gst/apetag/apedemux.h:
9770         * gst/apetag/apetag.c: (plugin_init):
9771         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
9772         (plugin_init):
9773           APE v1/2 tag reader plus typefind function.
9774
9775 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9776
9777         * configure.ac:
9778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9779         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9780           Remove hacks for older core. Require newer core version
9781           accordingly.
9782
9783 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9784
9785         * gst/cdxaparse/Makefile.am:
9786         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
9787         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
9788         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
9789         * gst/cdxaparse/gstcdxaparse.h:
9790         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
9791         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
9792         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
9793         (gst_cdxastrip_get_src_query_types),
9794         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
9795         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
9796         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
9797         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
9798         * gst/cdxaparse/gstcdxastrip.h:
9799           SVCD/VCD header stripping separated from CDXA image parsing.
9800         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9801         (plugin_init):
9802           Add VCD/SVCD header typefinding for VCD/SVCD.
9803         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
9804         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
9805         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
9806         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
9807         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
9808         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
9809         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
9810         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
9811         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
9812         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
9813         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
9814         * sys/vcd/vcdsrc.h:
9815           Fix up, add seeking, querying, URI interface. Works in totem now.
9816
9817 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9818
9819         * configure.ac:
9820           back to CVS
9821
9822 === release 0.8.6 ===
9823
9824 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9825
9826         * NEWS:
9827         * RELEASE:
9828         * configure.ac:
9829         * po/af.po:
9830         * po/az.po:
9831         * po/cs.po:
9832         * po/en_GB.po:
9833         * po/hu.po:
9834         * po/it.po:
9835         * po/nb.po:
9836         * po/nl.po:
9837         * po/or.po:
9838         * po/sq.po:
9839         * po/sr.po:
9840         * po/sv.po:
9841         * po/uk.po:
9842           releasing 0.8.6, "IOU Love"
9843
9844 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9845
9846         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9847
9848         * gst/playback/gstplaybasebin.c:
9849           Fix unplayable files error handling.  Fixes #158365
9850
9851 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9852
9853         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9854
9855         * gst/typefind/gsttypefindfunctions.c:
9856           Fix broken mp3 typefinding.  Fixes #158375
9857
9858 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9859
9860         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9861
9862         * ext/ogg/gstoggdemux.c:
9863           Fix sync on broken files.  Fixes #158976
9864
9865 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9866
9867         patch by: Edward Hervey <bilboed@bilboed.com>
9868
9869         * ext/libpng/gstpngenc.c:
9870           Copy over buffer properties.  Fixes #158832
9871
9872 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9873
9874         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
9875
9876         * ext/dvdread/dvdreadsrc.c:
9877           Fixes invalid reads (#158462)
9878
9879 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9880
9881         * sys/v4l/gstv4lsrc.c:
9882         * sys/v4l/gstv4lsrc.h:
9883         * sys/v4l/v4lsrc_calls.c:
9884           Probe less and cache it.  Fixes #159187.
9885
9886 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9887
9888         * gst/videorate/gstvideorate.c:
9889           Handle all video formats. Fixes #159186.
9890
9891 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
9892         * gst/synaesthesia/gstsynaesthesia.c:
9893         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
9894         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
9895         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
9896         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
9897         (gst_synaesthesia_change_state), (plugin_init):
9898         Fix up synaesthesia to work under different samplerates/ buffer sizes.
9899         Force 320x200 output, as that's the only thing the underlying
9900         synaesthesia implementation supports. Still needs to be made
9901         re-entrant.
9902
9903 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9904
9905         * configure.ac:
9906           Fix mpeg2enc configure check (similar to mplex check below).
9907
9908 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
9909
9910         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9911
9912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9913           Fix for gcc-2.95 (fixes #158221).
9914
9915 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9916
9917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9918           Re-add clock distribution hack (until new core is released).
9919           Fixes #158125.
9920
9921 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
9922         * configure.ac:
9923           fix mplex configure check segfaulting on some systems (bug #140994)
9924
9925 2004-11-13  Benjamin Otte  <otte@gnome.org>
9926
9927         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
9928           add debugging
9929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9930           do a wait when we enter the loop func with no data available to
9931           write instead of getting into an 100% CPU loop by just returning and
9932           being called again by the scheduler
9933
9934 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
9935
9936         * configure.ac:
9937         * ext/libvisual/visual.c: (gst_visual_get_type),
9938         (libvisual_log_handler), (gst_visual_getcaps),
9939         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
9940         (plugin_init):
9941           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
9942         * ext/smoothwave/Makefile.am:
9943         * ext/smoothwave/demo-osssrc.c: (main):
9944         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
9945         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
9946         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
9947         (plugin_init):
9948         * ext/smoothwave/gstsmoothwave.h:
9949           Make gstsmoothwave a working element in the 20th century.
9950
9951         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
9952           Fix incorrect link function
9953
9954 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9955
9956         * gst/volume/gstvolume.c:
9957           Allow buffer-frames=0.
9958
9959 2004-11-12 Iain <iaingnome@gmail.com>
9960
9961         * configure.ac: Check for polypaudio
9962
9963         * ext/Makefile.am: Build the polyp dir
9964
9965         * ext/polyp: The polypsink sources.
9966
9967 2004-10-30 Iain <iaingnome@gmail.com>
9968
9969         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9970         caps to reflect the new number of channels.
9971
9972 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9973
9974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9975           Fix for negotiation order problem. This would show when the
9976           ALSA loopfuction was called before any other function. ALSA
9977           wouldn't do anything because we're not negotiated yet, leading
9978           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9979
9980 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9981
9982         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9983
9984         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9985           No warnings (#157986).
9986
9987 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9988
9989         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9990           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9991
9992 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9993
9994         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9995           Signal no-more-pads (so it works in playbin).
9996
9997 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9998
9999         * ext/musepack/gstmusepackreader.cpp:
10000           Workaround for older core.
10001
10002 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10003
10004         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
10005           Actually test for odd width/height rather than testing whether
10006           a temporary variable that was 0 before we subtracted 1 is now
10007           not equal to zero (which it always is).
10008
10009 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10010
10011         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10012         Fix compilation if HAVE_XVIDEO is not defined
10013
10014 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10015
10016         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10017         Fix compilation if HAVE_XVIDEO is not defined
10018
10019 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
10020
10021         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10022         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
10023         (gst_goom_change_state), (plugin_init):
10024         Use the bytestream adapter so goom doesn't depend on the input
10025         buffer size.
10026         Add a debug category
10027
10028 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10029
10030         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10031           Only set hardware parameters *after* negotiation. Before
10032           negotiation, it will set ANY and that seems to cause crashes
10033           (see e.g. #151288, #153227).
10034
10035 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10036
10037         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10038           This seems to be antique leftover. It needs to pass error
10039           checking.
10040         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
10041         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
10042         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
10043         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
10044           Fix GstXOverlay implementation (#151059).
10045
10046 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10049           Don't assert (#157853).
10050
10051 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10052
10053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10054           Fix bytes/samples confustion.
10055         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
10056           Fix for underrun (#144389).
10057
10058 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10059
10060         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10061           Disable halfway-seek for pending release (since it needs a new
10062           core release).
10063
10064 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10065
10066         * sys/v4l/gstv4lsrc.c:
10067         * sys/v4l/gstv4lsrc.h:
10068         * sys/v4l/v4lsrc_calls.c:
10069           add autoprobe-fps property so we can separate autoprobing parts
10070
10071 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10072
10073         * sys/v4l/gstv4lsrc.c:
10074         * sys/v4l/v4lsrc_calls.c:
10075         initialise fourcc to catch unset fourcc's, and debug
10076
10077 2004-11-09  Wim Taymans  <wim@fluendo.com>
10078
10079         * gst/playback/README:
10080         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
10081         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10082         (gst_play_bin_dispose), (gst_play_bin_set_property),
10083         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
10084         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
10085         (gst_play_bin_get_formats), (gst_play_bin_convert),
10086         (gst_play_bin_get_query_types), (gst_play_bin_query):
10087         Cleanups and some more documentation.
10088
10089 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
10090
10091         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
10092         (gst_cacasink_init), (gst_cacasink_chain):
10093         * ext/libcaca/gstcacasink.h:
10094         Cacasink inherits from VideoSink, so let that store the clock.
10095
10096 2004-11-09  Wim Taymans  <wim@fluendo.com>
10097
10098         * gst/playback/README:
10099         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
10100         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
10101         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
10102         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
10103         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
10104         (setup_sinks):
10105         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
10106         (gst_stream_info_is_mute), (gst_stream_info_set_property):
10107         * gst/playback/gststreaminfo.h:
10108         Updated README.
10109         Only switch groups if all streams have muted (EOSed).
10110         Send Tags in sync with the stream playback instead of in
10111         the playback/preroll phase.
10112         Some cleanups, free the fakesrc elements.
10113
10114 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10115
10116         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
10117           buffer-frames property was missing
10118         * ext/arts/gst_arts.c:
10119           rate missing from sinkcaps
10120         * ext/audiofile/gstafparse.c:
10121         * ext/audiofile/gstafsink.c:
10122         * ext/audiofile/gstafsrc.c:
10123         * ext/swfdec/gstswfdec.c:
10124           int audio doesn't know buffer-frames
10125         * ext/cdparanoia/gstcdparanoia.c:
10126           int audio doesn't know chunksize either
10127         * ext/nas/nassink.c:
10128           it's endianness, not endianess
10129         * gst-libs/gst/audio/audio.h:
10130           make float standard pad template caps really describe float
10131         * gst/law/mulaw.c: (linear_factory):
10132           signed only, please
10133         * gst/mpegstream/gstdvddemux.c:
10134           widths of 20 are not valid
10135
10136 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10137
10138         Submitted by: Luca Ferretti <elle.uca@infinito.it>
10139
10140         * po/LINGUAS:
10141         * po/it.po:
10142           Add Italian
10143
10144 2004-11-08  Wim Taymans  <wim@fluendo.com>
10145
10146         * gst/playback/README:
10147         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
10148         * gst/playback/gstplaybasebin.c: (probe_triggered),
10149         (gst_play_base_bin_change_state):
10150         Updated README, added more comments for fixmes etc..
10151
10152 2004-11-08  Wim Taymans  <wim@fluendo.com>
10153
10154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10155         We can remove this hack now.
10156
10157 2004-11-08  Wim Taymans  <wim@fluendo.com>
10158
10159         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10160         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10161         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
10162         Only mix AYUV for maximum quality.
10163
10164 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10165
10166         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
10167         (gst_ogg_demux_push), (gst_ogg_pad_push):
10168           Let's act as if we're synchronized now! :).
10169         * ext/theora/theoradec.c: (theora_dec_chain):
10170           Add some debug.
10171
10172 2004-11-08  Wim Taymans  <wim@fluendo.com>
10173
10174         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
10175         (gst_alpha_set_property), (gst_alpha_sink_link),
10176         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
10177         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
10178         (gst_alpha_init_params), (gst_alpha_chain):
10179         Implement alpha functions for AYUV too, this increases
10180         accuracy quite a bit.
10181
10182 2004-11-08  Wim Taymans  <wim@fluendo.com>
10183
10184         * gst/ffmpegcolorspace/avcodec.h:
10185         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10186         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10187         (gst_ffmpegcsp_avpicture_fill):
10188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10189         (gst_ffmpegcsp_caps_remove_format_info):
10190         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
10191         (shrink12), (img_get_alpha_info), (deinterlace_line),
10192         (deinterlace_line_inplace):
10193         * gst/ffmpegcolorspace/imgconvert_template.h:
10194         Added AYUV colorspace and handle RGBA a bit more respectful.
10195
10196 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10197
10198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10199           Actually always send a discont (cornercase when resending the
10200           same serial-tagged chain twice).
10201
10202 2004-11-08  Julien MOUTTE  <julien@moutte.net>
10203
10204         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10205         (gst_ximagesink_finalize):
10206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
10207         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
10208
10209 2004-11-08  Wim Taymans  <wim@fluendo.com>
10210
10211         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
10212         Don't segfault on NULL data.
10213
10214 2004-11-08  Wim Taymans  <wim@fluendo.com>
10215
10216         * gst/playback/gstdecodebin.c: (unlinked):
10217         * gst/playback/gstplay-marshal.list:
10218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10219         (gst_play_base_bin_init), (group_create), (get_active_group),
10220         (get_building_group), (group_destroy), (group_commit),
10221         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
10222         (add_element_stream), (no_more_pads), (probe_triggered),
10223         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
10224         (state_change), (setup_source), (gst_play_base_bin_get_property),
10225         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10226         (gst_play_base_bin_link_stream),
10227         (gst_play_base_bin_get_streaminfo):
10228         * gst/playback/gstplaybasebin.h:
10229         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10230         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
10231         Add support for chained ogg files. Prepare for playlist
10232         support. This patch introduces the concept of pad groups, which
10233         together compose one playable media file.
10234
10235 2004-11-07  David Schleef  <ds@schleef.org>
10236
10237         * testsuite/gst-lint: Check for pad templates that aren't statically
10238         scoped.
10239
10240 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10241
10242         * configure.ac:
10243         * ext/Makefile.am:
10244         * ext/musepack/Makefile.am:
10245         * ext/musepack/gstmusepackdec.cpp:
10246         * ext/musepack/gstmusepackdec.h:
10247         * ext/musepack/gstmusepackreader.cpp:
10248         * ext/musepack/gstmusepackreader.h:
10249           Add musepack decoder.
10250         * ext/faad/gstfaad.c: (gst_faad_base_init):
10251           Make pad templates static.
10252         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10253         (plugin_init):
10254           Add musepack typefinder, make mp3 typefinding work halfway stream,
10255           which doesn't actually work yet because id3demux doesn't implement
10256           _get_length().
10257
10258 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10259
10260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10261         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
10262           Fix interrupt event handling (#144436).
10263
10264 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10265
10266         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
10267           Hide unused glory.
10268
10269 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10270
10271         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10272
10273         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
10274           Fix weird caps (#157548).
10275
10276 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10277
10278         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10279
10280         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
10281           Add missing NULL terminator (#157543).
10282
10283 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10284
10285         * gst/tcp/gsttcp.h:
10286         * gst/tcp/gsttcpclientsink.c:
10287         * gst/tcp/gsttcpclientsrc.c:
10288         * gst/tcp/gsttcpserversink.c:
10289         * gst/tcp/gsttcpserversrc.c:
10290           ports can go up to 65535.  Move common defines to gsttcp.h
10291
10292 2004-11-05  Wim Taymans  <wim@fluendo.com>
10293
10294         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
10295         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
10296         Added two more colorspaces.
10297
10298 2004-11-05  Wim Taymans  <wim@fluendo.com>
10299
10300         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10301         (gst_ffmpegcsp_avpicture_fill):
10302         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
10303         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
10304         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
10305         More stride fixes.
10306
10307 2004-11-05  Wim Taymans  <wim@fluendo.com>
10308
10309         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
10310         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
10311         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
10312         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
10313         (gst_videomixer_loop):
10314         More stride fixes.
10315
10316 2004-11-05  Benjamin Otte  <otte@gnome.org>
10317
10318         * ext/mad/gstmad.c: (gst_mad_chain):
10319           don't overflow data buffer. Flush not needed sync data when syncing
10320           failed.
10321
10322 2004-11-04  Wim Taymans  <wim@fluendo.com>
10323
10324         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
10325         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
10326         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
10327         (gst_alpha_init_params), (gst_alpha_chain),
10328         (gst_alpha_change_state):
10329         Updated the chroma keying algorithm with something more
10330         sophisticated.
10331
10332 2004-11-03  Wim Taymans  <wim@fluendo.com>
10333
10334         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
10335         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10336         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
10337         Fix stride issues. Does not completely work for odd
10338         heights.
10339
10340 2004-11-03  Wim Taymans  <wim@fluendo.com>
10341
10342         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
10343         (gst_alpha_chroma_key), (gst_alpha_chain):
10344         Fix stride issues. Does not completely work for odd
10345         heights.
10346
10347 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
10348
10349         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10350         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
10351         leak fixes
10352
10353 2004-11-03  Wim Taymans  <wim@fluendo.com>
10354
10355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10356         (gst_ffmpegcsp_avpicture_fill):
10357         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
10358         (avpicture_alloc):
10359         * gst/ffmpegcolorspace/imgconvert_template.h:
10360         Use correct _fill function to get correct strides.
10361
10362 2004-11-02  David Schleef  <ds@schleef.org>
10363
10364         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10365         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
10366         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
10367         Change all g_print()s to debugging.  Add a bunch of consistency
10368         checks.
10369
10370 2004-11-02  Wim Taymans  <wim@fluendo.com>
10371
10372         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10373         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10374         (unlinked), (no_more_pads), (close_link):
10375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10376         (unknown_type), (add_element_stream), (new_decoded_pad),
10377         (removed_decoded_pad), (setup_source):
10378         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
10379         (gst_stream_info_class_init), (gst_stream_info_init),
10380         (gst_stream_info_new), (gst_stream_info_dispose),
10381         (stream_info_mute_pad), (gst_stream_info_set_property),
10382         (gst_stream_info_get_property):
10383         * gst/playback/gststreaminfo.h:
10384         Fix playback of multiple files.
10385         a slightly different approach to handling dynamic pad removals.
10386         This one only looks at pads that we have linked.
10387
10388 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
10389
10390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
10391         free" warning from libc.
10392
10393 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10394
10395         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10396         (get_unconnected_element), (remove_starting_from), (pad_removed),
10397         (close_link):
10398           Implement support for dynamic pad changing. We listen to "live"
10399           pad removals (i.e. while playing) and re-setup autoplugging
10400           after that. Playbasebin/playbin need some more work for this
10401           to finally work, but decodebin supports (and replugs) chained
10402           ogg now.
10403
10404 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
10405
10406         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
10407         (gst_alsa_finalize):
10408         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
10409         (gst_cdaudio_finalize):
10410         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10411         (cdparanoia_finalize):
10412         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
10413         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
10414         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10415         (dvdreadsrc_finalize):
10416         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
10417         (gst_flacdec_finalize):
10418         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
10419         (gst_flacenc_finalize):
10420         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
10421         (gst_gnomevfssink_finalize):
10422         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
10423         (gst_gnomevfssrc_finalize):
10424         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
10425         (gst_fameenc_finalize):
10426         * ext/nas/nassink.c: (gst_nassink_class_init),
10427         (gst_nassink_finalize):
10428         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
10429         (gst_sdlvideosink_class_init):
10430         * ext/sndfile/gstsf.c: (gst_sf_dispose):
10431         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
10432         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
10433         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
10434         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10435         (gst_x_window_listener_dispose):
10436         * gst/audioscale/gstaudioscale.c:
10437         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
10438         (play_on_demand_finalize):
10439         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
10440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
10441         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
10442         (cdplayer_finalize):
10443         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
10444         (gst_glimagesink_class_init):
10445         * sys/oss/gstosselement.c: (gst_osselement_class_init),
10446         (gst_osselement_finalize):
10447         * sys/oss/gstosssink.c: (gst_osssink_dispose):
10448         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
10449         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
10450           Fixes a bunch of problems with finalize and dispose functions,
10451           either assumptions that dispose is only called once, or not calling
10452           the parent class dispose/finalize function
10453
10454 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
10455
10456         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
10457           added two api precondition guards
10458           use g_strdup with getenv to fix crash when using ENVVAR
10459
10460 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
10461         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10462         (gst_esdsink_finalize):
10463         Use a finalize function, not dispose, and more importantly,
10464         call the parent class finalize function too
10465
10466 2004-11-01  Johan Dahlin  <johan@gnome.org>
10467
10468         * ext/ogg/gstoggdemux.c:
10469         * gst/tags/gstvorbistag.c:
10470         Plug leaks.
10471
10472 2004-10-31  Benjamin Otte  <otte@gnome.org>
10473
10474         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10475           lotsa memleaks today. But they're all small...
10476
10477 2004-10-31  Benjamin Otte  <otte@gnome.org>
10478
10479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10480           another memleak crushed
10481
10482 2004-10-31  Benjamin Otte  <otte@gnome.org>
10483
10484         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10485           fix memleak
10486
10487 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10488
10489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10490           Hack to prevent crash when going to READY inside signal handler
10491           while this function is active.
10492
10493 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10494
10495         * gst/ffmpegcolorspace/Makefile.am:
10496         * gst/ffmpegcolorspace/avcodec.h:
10497         * gst/ffmpegcolorspace/common.h:
10498         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
10499         * gst/ffmpegcolorspace/dsputil.h:
10500         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
10501         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10502         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10503         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
10504         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
10505         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
10506         (gst_ffmpegcsp_avpicture_fill):
10507         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10509         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
10510         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
10511         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
10512         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
10513         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
10514         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
10515         * gst/ffmpegcolorspace/imgconvert.c:
10516         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10517         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
10518         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
10519         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
10520         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
10521         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
10522         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
10523         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
10524         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
10525         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
10526         (grow21), (grow22), (grow41), (grow44), (conv411),
10527         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
10528         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
10529         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
10530         (avpicture_free), (is_yuv_planar), (img_convert),
10531         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
10532         (deinterlace_line_inplace), (deinterlace_bottom_field),
10533         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
10534         * gst/ffmpegcolorspace/imgconvert_template.h:
10535         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
10536         * gst/ffmpegcolorspace/mmx.h:
10537         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
10538         (av_fast_realloc), (av_mallocz_static), (av_free_static),
10539         (av_freep), (avcodec_get_context_defaults),
10540         (avcodec_alloc_context), (avcodec_init):
10541           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
10542           handling plus update from ffmpeg CVS. Large clean-up.
10543
10544 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10545
10546         * gst/playback/Makefile.am:
10547           We need the marshallers for decodebin, too.
10548
10549 2004-10-30  David Schleef  <ds@schleef.org>
10550
10551         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
10552           quicktime typefinding work with 64-bit offsets.
10553
10554 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
10555
10556         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
10557           Set EOS on the element when processing an EOS event.
10558         * ext/speex/gstspeexdec.h:
10559         * ext/speex/gstspeexenc.h:
10560           Only keep a const ptr to the mode
10561         * gst-libs/gst/riff/riff-media.c:
10562         (gst_riff_create_audio_caps_with_data),
10563         (gst_riff_create_audio_template_caps):
10564           Allow WMAV3, with up to 6 channels.
10565         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
10566           Don't call gst_pad_set_event_function on a sink pad.
10567         * gst/mpegstream/gstdvddemux.c:
10568         (gst_dvd_demux_get_subpicture_stream),
10569         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
10570           Copy the explicit caps that were set across to the cur_* pads,
10571           instead of trying to use a possibly non-existent negotiated caps.
10572           Reset the type of subpicture pads to UNKNOWN after calling
10573           init_stream, so that the caps get set.
10574
10575 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
10576
10577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10578
10579         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
10580           Don't touch buffer if it is of size 0 (fixes #151064).
10581
10582 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10583
10584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
10585           Synchronized discont handling.
10586
10587 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10588
10589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10590         (gst_ogg_demux_push):
10591           Make seeking sort-of exact again (fixes #156387).
10592
10593 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10594
10595         * gst/playback/gstplaybasebin.c: (unknown_type),
10596         (add_element_stream), (new_decoded_pad),
10597         (gst_play_base_bin_change_state):
10598         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10599         (gst_stream_info_init), (gst_stream_info_new),
10600         (gst_stream_info_dispose), (gst_stream_info_get_property):
10601         * gst/playback/gststreaminfo.h:
10602           Make caps explicitely available. Makes testing for unsupported
10603           types possible. Improves error reporting.
10604
10605 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10606
10607         * gst/audioconvert/gstaudioconvert.c:
10608         (gst_audio_convert_buffer_to_default_format):
10609           Really don't touch read-only buffers (#156563).
10610
10611 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
10612
10613         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10614
10615         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10616           Fix memleak (#155223).
10617
10618 2004-10-29  Wim Taymans  <wim@fluendo.com>
10619
10620         * gst/tcp/.cvsignore:
10621         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
10622         (gst_multifdsink_class_init), (gst_multifdsink_init),
10623         (gst_multifdsink_add), (gst_multifdsink_remove),
10624         (gst_multifdsink_remove_client_link), (is_sync_frame),
10625         (gst_multifdsink_new_client),
10626         (gst_multifdsink_handle_client_write),
10627         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10628         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
10629         (gst_multifdsink_get_property):
10630         * gst/tcp/gstmultifdsink.h:
10631         Added burst on connect sync_method, deprecated sync_clients,
10632         streamlined the sync code some more.
10633
10634 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10635
10636         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
10637         (gst_play_base_bin_change_state):
10638           Improve error reporting.
10639
10640 2004-10-28  Wim Taymans  <wim@fluendo.com>
10641
10642         * gst/tcp/Makefile.am:
10643         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
10644         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
10645         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
10646         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
10647         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
10648         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
10649         (gst_fdset_wait):
10650         Added more locks around fdset structures. Fixed/reworked
10651         the poll array resizing code.
10652         Added stress test for fdset.
10653
10654 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10655
10656         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
10657         fix build
10658
10659 2004-10-28  Benjamin Otte  <otte@gnome.org>
10660
10661         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
10662           fix link function to always query channels and query width for
10663           floats
10664         * configure.ac:
10665           add equalizer dir
10666         * gst/equalizer/Makefile.am:
10667         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
10668         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
10669         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
10670         (arg_to_scale), (setup_filter),
10671         (gst_iir_equalizer_compute_frequencies),
10672         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
10673         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
10674         (plugin_init):
10675           add an equalizer
10676
10677 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10678
10679         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
10680
10681         * po/LINGUAS:
10682         * po/nb.po:
10683           Added Norwegian Bokmaal translation
10684
10685 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10686
10687         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10688           Don't break on options (fixes #156488).
10689
10690 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10691
10692         * configure.ac:
10693         * ext/cdaudio/Makefile.am:
10694         * sys/Makefile.am:
10695           fix build on older automake
10696
10697 2004-10-26  Wim Taymans  <wim@fluendo.com>
10698
10699         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10700         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10701         Allow a little margin when negotiating the framerate.
10702
10703 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
10704
10705         * gst/level/gstlevel.c:
10706           synchonised naming of pads and pad-templates
10707
10708 2004-10-26  Wim Taymans  <wim@fluendo.com>
10709
10710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10711         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
10712         (_find_streams_check), (gst_ogg_demux_push):
10713         Fix EOS again. Needs to be done in a better way. We should not
10714         remove the pad if there is no new chained stream.
10715
10716 2004-10-26 Iain <iaingnome@gmail.com>
10717
10718         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
10719         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
10720         of the caps.
10721         * gst/interleave/interleave.c (interleave_class_init): Hook up release
10722         pad.
10723         (interleave_release_pad): Remove the pad.
10724         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
10725         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
10726         the set device.
10727         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
10728         attrs
10729         (gst_xvimagesink_xcontext_clear): Free the xcontext.
10730         (gst_xvimagesink_finalize): Free the par.
10731
10732 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10733
10734         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
10735         (gst_avimux_stop_file):
10736           First calculate the rate, and only then use it. Hdr.rate is a
10737           multiple and not a derivative of hdr.scale. Scale is not the
10738           same as blockalign but is solely related to rate.
10739
10740 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10741
10742         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
10743         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
10744           Implement seeking.
10745
10746 2004-10-25  James Henstridge  <james@jamesh.id.au>
10747
10748         Reviewed by:  David Schleef  <ds@schleef.org>
10749
10750         * examples/gstplay/player.c: (got_stream_length), (main):
10751         * examples/seeking/cdplayer.c: (update_scale):
10752         * examples/seeking/seek.c: (format_value), (update_scale):
10753         * examples/seeking/spider_seek.c: (format_value), (update_scale),
10754         (stop_seek):
10755         Build fixes on AMD64.
10756
10757 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10758
10759         reviewed by: Ronald Bultje <rbultje at gnome dot org>
10760
10761         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10762         Fix for some v4l cards which hang in v4lsrc
10763
10764 2004-10-25  Wim Taymans  <wim@fluendo.com>
10765
10766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
10767         (gst_ogg_demux_push), (gst_ogg_chains_clear):
10768         Make sure to remove the pad when a new chain is
10769         encountered. Set some vars to NULL so we don't try
10770         to reference freed memory.
10771
10772 2004-10-25  Wim Taymans  <wim@fluendo.com>
10773
10774         * examples/seeking/Makefile.am:
10775         * examples/seeking/cdplayer.c: (update_scale):
10776         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
10777         * examples/seeking/playbin.c: (make_playerbin_pipeline),
10778         (format_value), (update_scale), (iterate), (start_seek),
10779         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
10780         (print_usage), (main):
10781         Added some more examples, update others.
10782
10783 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10784
10785         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
10786         * ext/speex/gstspeexdec.c: (speex_dec_chain):
10787         * ext/theora/theoradec.c: (theora_dec_chain):
10788         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10789           Add codec-name metadata.
10790
10791 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
10792
10793         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10794
10795         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10796         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10797         * ext/alsa/gstalsamixertrack.h:
10798         * po/POTFILES.in:
10799           ALSA mixer track label internationalization (#154054).
10800
10801 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10802
10803         * ext/theora/theoradec.c: (theora_dec_chain):
10804           Export bitrate as metadata.
10805
10806 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10807
10808         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10809         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10810         * ext/alsa/gstalsamixertrack.h:
10811           Fix names, fix loop.
10812
10813 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10814
10815         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
10816         (speex_dec_convert):
10817           sinkconvert function so oggdemux can get the file length (totem).
10818
10819 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
10820
10821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10822
10823         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
10824           Don't push incomplete packets.
10825         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
10826           Fix MPEG-4 audio typefinding.
10827
10828 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10829
10830         * sys/v4l/Makefile.am:
10831         * sys/v4l/gstv4l.c: (plugin_init):
10832         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
10833         (gst_v4lelement_init), (gst_v4lelement_dispose),
10834         (gst_v4lelement_change_state):
10835         * sys/v4l/gstv4lelement.h:
10836         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
10837         (gst_v4l_xoverlay_close), (idle_refresh),
10838         (gst_v4l_xoverlay_set_xwindow_id):
10839         * sys/v4l/gstv4lxoverlay.h:
10840         * sys/v4l/v4l-overlay_calls.c:
10841         * sys/v4l/v4l_calls.h:
10842         * sys/v4l2/Makefile.am:
10843         * sys/v4l2/gstv4l2.c: (plugin_init):
10844         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
10845         (gst_v4l2element_init), (gst_v4l2element_dispose),
10846         (gst_v4l2element_change_state):
10847         * sys/v4l2/gstv4l2element.h:
10848         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
10849         (gst_v4l2_xoverlay_close), (idle_refresh),
10850         (gst_v4l2_xoverlay_set_xwindow_id):
10851         * sys/v4l2/gstv4l2xoverlay.h:
10852         * sys/v4l2/v4l2-overlay_calls.c:
10853         * sys/v4l2/v4l2_calls.h:
10854           Remove client-side overlay handling, use the X-server v4l plugin
10855           for that. Nicer overlay, less code. Also make the plugin
10856           compileable without X (but then without overlay, obviously).
10857           Makes xwindowlistener obsolete, should we remove that?
10858
10859 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10860
10861         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
10862         (gst_osssrc_src_query):
10863         * sys/oss/gstosssrc.h:
10864           OK, so people want offset in DEFAULT. This time, actually fix all
10865           cases.
10866         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10867           Add FPS properly.
10868
10869 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10870
10871         * gst/asfdemux/gstasfmux.c:
10872         * gst/avi/gstavimux.c:
10873           Framerate.
10874
10875 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10876
10877         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
10878           Fix properties (channel, norm, frequency).
10879
10880 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10881
10882         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
10883           Flag typo.
10884         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
10885           No warnings.
10886
10887 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10888
10889         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
10890           Fix hang.
10891
10892 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10893
10894         * sys/v4l2/gstv4l2element.h:
10895           Yet Another Hack (tm) for kernel header borkedness.
10896         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
10897         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
10898         (gst_v4l2src_link), (gst_v4l2src_getcaps),
10899         (gst_v4l2src_change_state):
10900         * sys/v4l2/gstv4l2src.h:
10901         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
10902         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
10903           Fix caps, keep track of state, work.
10904
10905 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10906
10907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10908           Quiet.
10909
10910 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10911
10912         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10913           Don't mix bytes and samples.
10914
10915 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10916
10917         * ext/ogg/gstoggmux.c:
10918           Basic pad template which accepts OGM tracks, speex, flac, vorbis
10919           and theora. Any is incorrect.
10920         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
10921           Fix caps.
10922         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10923         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10924         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
10925         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
10926         * sys/v4l/gstv4lmjpegsrc.h:
10927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
10928         (gst_v4lsrc_change_state):
10929         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
10930         (gst_v4lmjpegsrc_capture_stop):
10931           Fix caps. Keep track of internal state. Work.
10932
10933 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10934
10935         * ext/Makefile.am:
10936           Fix the build fixes.
10937
10938 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10939
10940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10941         (gst_ogg_demux_src_event), (_find_chain_seek),
10942         (gst_ogg_pad_push):
10943           Check for pad availability before using it.
10944         * ext/ogg/gstoggdemux.c: (_find_chain_process):
10945           Fix parsing of chained ogg. Needs more work on the decoder side.
10946
10947 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10948
10949         * gst/spectrum/Makefile.am:
10950         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
10951         (idle_func):
10952           Fix demo and reenable it. Yes, I'm currently playing with audio
10953           analysis tools
10954
10955 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10956
10957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10958           We love it if files that start at zero work too...
10959
10960 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10961
10962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10963           Handle files with missing EOS headers.
10964
10965 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10966
10967         * gst/tcp/gsttcpserversink.c:
10968         (gst_tcpserversink_handle_server_read),
10969         (gst_tcpserversink_init_send):
10970         Zero some variables first (need for accept not to return EINVAL)
10971
10972 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10973
10974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10975         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10976         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10977         (theora_dec_chain):
10978         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10979         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10980           Seeking and querying finetune.
10981
10982 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10983
10984         * configure.ac:
10985         * ext/Makefile.am:
10986         * ext/raw1394/Makefile.am:
10987           fix the build
10988
10989 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10990
10991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10992           Wrong return.
10993         * gst/playback/Makefile.am:
10994         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10995         * gst/playback/gstplay-marshal.list:
10996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10997           Fix marshallers.
10998
10999 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11000
11001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
11002           Silence.
11003
11004 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11005
11006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11007         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
11008         (gst_ogg_pad_push):
11009           Yay for non-lineair granulepos in theora.
11010
11011 2004-10-18  Wim Taymans  <wim@fluendo.com>
11012
11013         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
11014         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11015         * ext/dv/gstdvdec.h:
11016         Make sure we renegotiate aspect ratio when the camera switches.
11017
11018 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11019
11020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11021         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
11022           Start at zero.
11023         * ext/theora/theoradec.c: (theora_dec_chain):
11024           Skip headers. Bad idea for chained ogg, but fixes seeking.
11025
11026 2004-10-18  Wim Taymans  <wim@fluendo.com>
11027
11028         * configure.ac:
11029         I swear, this is the last time I touch this.
11030
11031 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11032
11033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11034         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
11035         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
11036           Faster seeking.
11037         * ext/theora/theoradec.c: (theora_dec_sink_convert):
11038           Time-to-default conversion.
11039         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11040           Don't error on unknown packets, just skip. We should probably
11041           read them if we want to support chained ogg.
11042
11043 2004-10-18  Wim Taymans  <wim@fluendo.com>
11044
11045         * configure.ac:
11046         Added cdaudio to wrong list.
11047
11048 2004-10-18  Wim Taymans  <wim@fluendo.com>
11049
11050         * configure.ac:
11051         Revive cdaudio.
11052
11053 2004-10-18  Wim Taymans  <wim@fluendo.com>
11054
11055         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11056         (gst_dvdec_video_link), (gst_dvdec_push):
11057         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11058         (gst_smokeenc_resync), (gst_smokeenc_chain):
11059         Fix mimetype on smoke encoder.
11060         Add aspect ratio to dvdec. Not sure if these
11061         values are correct though....
11062
11063 2004-10-18  Wim Taymans  <wim@fluendo.com>
11064
11065         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
11066         Fix vorbis property descriptions and ranges.
11067
11068 2004-10-18  Wim Taymans  <wim@fluendo.com>
11069
11070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11071         Really do nothing when no data is available.
11072         Go to the playing state when the stream is not seekable
11073         instead of failing.
11074
11075 2004-10-18  Wim Taymans  <wim@fluendo.com>
11076
11077         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
11078         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
11079         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
11080         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
11081         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
11082         Added uri handler for cd://
11083         Port to new API.
11084
11085 2004-10-18  Wim Taymans  <wim@fluendo.com>
11086
11087         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11088         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
11089         (try_to_link_1), (no_more_pads), (close_link), (type_found):
11090         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
11091         (remove_prerolls), (unknown_type), (add_element_stream),
11092         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
11093         (gst_play_base_bin_remove_element),
11094         (gst_play_base_bin_link_stream):
11095         * gst/playback/gstplaybin.c: (gen_video_element),
11096         (gen_vis_element), (remove_sinks), (setup_sinks):
11097         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11098         (gst_stream_info_get_type), (gst_stream_info_class_init),
11099         (gst_stream_info_init), (gst_stream_info_new),
11100         (gst_stream_info_dispose), (stream_info_mute_pad),
11101         (gst_stream_info_set_property), (gst_stream_info_get_property):
11102         * gst/playback/gststreaminfo.h:
11103         Add sink padtemplate to decodebin.
11104         Added some more comments.
11105         Make queue size configurable in playbasebin.
11106         Added possibility to use elements as sinks (ex cdaudio).
11107
11108 2004-10-15  Wim Taymans  <wim@fluendo.com>
11109
11110         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11111         (gst_speexenc_chain):
11112         Fix speex timestamps so that it gets muxed properly.
11113
11114 2004-10-15  Wim Taymans  <wim@fluendo.com>
11115
11116         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
11117         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
11118         (gst_dv1394src_init), (gst_dv1394src_dispose),
11119         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
11120         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
11121         (gst_dv1394src_event), (gst_dv1394src_get_formats),
11122         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
11123         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
11124         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
11125         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
11126         * ext/raw1394/gstdv1394src.h:
11127         Added conversion/query functions.
11128         Update buffer timestamps,
11129         Added signals.
11130         Added uri dv:// so it might play from the firewire in playbin.
11131         Fix a possible leak.
11132         Added debugging.
11133
11134 2004-10-15  Wim Taymans  <wim@fluendo.com>
11135
11136         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
11137         (gst_dv1394src_init), (gst_dv1394src_set_property),
11138         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
11139         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
11140         * ext/raw1394/gstdv1394src.h:
11141         Added AV/C VTR control support needed for some cameras.
11142         Added automatic port detection.
11143         Added properties for selecting the channel.
11144         The configure.ac script is not yet updated to reflect the
11145         new libavc1394 and librom1394 dependencies.
11146
11147 2004-10-15  Wim Taymans  <wim@fluendo.com>
11148
11149         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11150         (qtdemux_parse), (gst_qtdemux_handle_esds):
11151         An esds box is not a container.
11152         Fix parsing of mp4v boxes.
11153         Do not try to renegotiate fps for each frame. Need to
11154         find a better method. This should fix mp4 playback.
11155
11156 2004-10-14  David Schleef  <ds@schleef.org>
11157
11158         * configure.ac: update for swfdec-0.3 and liboil-0.2
11159         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
11160         * ext/swfdec/gstswfdec.h: same
11161         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
11162         * gst/videotestsrc/videotestsrc.c: same
11163
11164 2004-10-14  Wim Taymans  <wim@fluendo.com>
11165
11166         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11167         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
11168         (is_sync_frame), (gst_multifdsink_new_client),
11169         (gst_multifdsink_handle_client_write),
11170         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11171         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11172         Turn warnings into info.
11173         Don't allow a state change in the streaming thread.
11174
11175 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11176
11177         * ext/vorbis/oggvorbisenc.c:
11178         * ext/vorbis/vorbisdec.c:
11179           fix template sample rate
11180
11181 2004-10-13  Wim Taymans  <wim@fluendo.com>
11182
11183         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11184         Decoding the header first fixes some problems in resyncing
11185         in more mp3s.
11186
11187 2004-10-12  Wim Taymans  <wim@fluendo.com>
11188
11189         * gst/playback/gstplaybin.c: (gen_video_element),
11190         (gen_vis_element), (remove_sinks), (setup_sinks):
11191         Added vis plugin support, need to configure the vis
11192         element to activate it.
11193
11194 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11195
11196         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
11197         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
11198           Some debug.
11199         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11200         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
11201         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
11202         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
11203         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
11204         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
11205         * gst/avi/gstavidemux.h:
11206           Support for openDML-2.0 indx/ix## chunks. Support for broken index
11207           recovery (where, if part of the index is broken, we will still read
11208           the rest of the index and recover the broken part by stream
11209           scanning). More broken media support. EOS workarounds. General AVI
11210           braindamage headache recovery. Aspirin included.
11211
11212 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11213
11214         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
11215         (cdparanoia_event), (cdparanoia_query):
11216           Get rid of hideous lead-in.
11217
11218 2004-10-11  Wim Taymans  <wim@fluendo.com>
11219
11220         * gst/playback/gstplaybasebin.c: (setup_source):
11221         Wrong var used to get g_list_next.
11222
11223 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11224
11225         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11226         (cdparanoia_get), (cdparanoia_open):
11227           Report discid as metadata, add duration.
11228
11229 2004-10-11  Wim Taymans  <wim@fluendo.com>
11230
11231         * gst/playback/gstplaybasebin.c: (setup_source):
11232         Cleanup the previous pipeline a little earlier for the
11233         case that a source element provides raw data.
11234
11235 2004-10-11  Benjamin Otte  <otte@gnome.org>
11236
11237         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
11238           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
11239           consuming the last 128 bytes, even though it was valid mp3 data.
11240
11241 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11242
11243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
11244         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
11245         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11246         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
11247
11248 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11249
11250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
11251         Fix for webcams that support only specific width or height
11252
11253 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11254
11255         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11256
11257         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
11258           Fix wrong discont event setup (fixes #154967).
11259
11260 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
11261
11262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11263
11264         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11265           Error out on invalid data (fixes #154807).
11266
11267 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11268
11269         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11270
11271         * ext/dvdread/dvdreadsrc.c: (_read):
11272           Make titles > 0 work again (fixes #154834).
11273
11274 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11275
11276         * gst-libs/gst/riff/riff-media.c:
11277         (gst_riff_create_video_template_caps):
11278           WMV3 missing in template caps.
11279
11280 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11281
11282         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11283           OK, so the original code was too strict. It makes random AVI files
11284           hang for seconds upon opening, which is unacceptable and is far
11285           beyond the original goal of getting multiple chunks for one-chunk
11286           sounc stream files. So now do just that.
11287
11288 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11289
11290         * gst/playback/gstplaybasebin.c: (setup_source),
11291         (gst_play_base_bin_change_state):
11292           Actually clean up streaminfo if output fails. This would trigger
11293           if, for example, there was no CD in the drive. No preroll, so
11294           a streaminfo structure is created, but the subsequent state change
11295           of the thread fails.
11296         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11297           Don't change state if parent failed.
11298
11299 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11300
11301         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11302         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
11303         (gen_video_element), (remove_sinks):
11304           Add small bits of code for screenshot handling.
11305
11306 2004-10-08  Wim Taymans  <wim@fluendo.com>
11307
11308         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
11309         (gen_video_element), (gen_audio_element), (setup_sinks):
11310         Don't assume the user provided sinks are named "sink"...
11311
11312 2004-10-08  Wim Taymans  <wim@fluendo.com>
11313
11314         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
11315         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
11316         (gst_play_base_bin_link_stream):
11317         Do not try to autoplug sources that generate raw streams like
11318         cdparanoia.
11319         disconnect the preroll overrun signal when we don't need it anymore.
11320
11321 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
11322
11323         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
11324         Added reworked patch from #154903 from milosz derezynski (deadchip).
11325
11326 2004-10-08  Wim Taymans  <wim@fluendo.com>
11327
11328         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
11329         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
11330         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
11331         (cdparanoia_convert), (cdparanoia_uri_get_type),
11332         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
11333         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
11334         * ext/cdparanoia/gstcdparanoia.h:
11335         This adds the cdda://<tracknum> uri.
11336
11337 2004-10-08  Wim Taymans  <wim@fluendo.com>
11338
11339         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11340         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
11341         (try_to_link_1), (no_more_pads), (close_link), (type_found):
11342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11343         (unknown_type), (gst_play_base_bin_remove_element),
11344         (gst_play_base_bin_link_stream):
11345         * gst/playback/gstplaybasebin.h:
11346         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11347         (gst_play_bin_set_property), (gen_video_element),
11348         (gen_audio_element), (setup_sinks):
11349         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11350         (gst_stream_info_get_type), (gst_stream_info_class_init),
11351         (gst_stream_info_init), (gst_stream_info_new),
11352         (gst_stream_info_dispose), (stream_info_mute_pad),
11353         (gst_stream_info_set_property), (gst_stream_info_get_property):
11354         * gst/playback/gststreaminfo.h:
11355         Reuse the audio and video bins.
11356         Some internal cleanups in the stream selection code.
11357
11358 2004-10-08  Julien MOUTTE  <julien@moutte.net>
11359
11360         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
11361         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
11362         * sys/ximage/ximagesink.h:
11363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11364         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
11365         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
11366         not coming from those elements. Moreover these elements should not keep
11367         the xid they have been given when in NULL state.
11368
11369 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11370
11371         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
11372         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
11373         * sys/ximage/ximagesink.h:
11374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11375         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
11376         * sys/xvimage/xvimagesink.h:
11377           Actually only create a new toplevel window if we're not gonna
11378           embed it right after.
11379
11380 2004-10-07  Wim Taymans  <wim@fluendo.com>
11381
11382         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
11383         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
11384         * gst/playback/gstplaybin.c: (setup_sinks):
11385         Implement muting/unmuting of streams, mute streams that are not
11386         used.
11387
11388 2004-10-07  Wim Taymans  <wim@fluendo.com>
11389
11390         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
11391         (plugin_init):
11392         Added lame audio/x-ac3 typefind function.
11393
11394 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11395
11396         * configure.ac:
11397           bump nano to cvs
11398
11399 === release 0.8.5 ===
11400
11401 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11402
11403         * NEWS:
11404         * RELEASE:
11405         * configure.ac:
11406           releasing 0.8.5, "Take You On"
11407
11408 2004-10-06  Wim Taymans  <wim@fluendo.com>
11409
11410         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11411         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11412         (no_more_pads), (close_link), (type_found):
11413         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11414         * gst/playback/gstplaybin.c: (gen_video_element):
11415         Do not signal the no_more_pads after the first pad when
11416         we are plugging a non dynamic element with multiple
11417         output pads (like swfdec, dvdec, ...).
11418
11419 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11420
11421         * configure.ac:
11422           bump for prerelease
11423
11424 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11425
11426         * gst/wavparse/gstwavparse.c:
11427           add ATRAC3 to STATIC CAPS to fix a warning
11428
11429         * gst/matroska/ebml-read.c:
11430         * gst-libs/gst/riff/riff-read.c:
11431           fix typos
11432
11433 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11434
11435         * gst-libs/gst/riff/riff-media.c:
11436           generate caps for ATRAC3 audio streams
11437
11438         * gst/realmedia/rmdemux.c:
11439           generate caps for ATRAC3 audio streams
11440
11441 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11442
11443         * gst/wavparse/Makefile.am
11444         * gst/wavparse/riff.h
11445         * gst/wavparse/wavparse.vcproj
11446           riff.h removal (unused and duplication with riff-ids.h)
11447
11448 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11449
11450         * gst/wavparse/gstwavparse.h
11451           remove duplicated defines for audio codec codes
11452
11453         * gst-libs/gst/riff/riff-ids.h
11454         * gst/wavenc/riff.h:
11455           add "4CC" code for ATRAC3 audio streams
11456           add "4CC" code for ITU_G721_ADPCM (unused for now)
11457
11458 2004-10-06  Wim Taymans  <wim@fluendo.com>
11459
11460         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
11461         Actually _do_ negotiation. Pass gdouble as arg instead
11462         of guint64 for the framerate.
11463
11464 2004-10-06  Wim Taymans  <wim@fluendo.com>
11465
11466         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11467         (find_compatibles), (close_pad_link), (try_to_link_1),
11468         (no_more_pads), (close_link), (type_found):
11469         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11470         * gst/playback/gstplaybin.c: (gen_video_element),
11471         (gen_audio_element):
11472         Set state on newly added element to READY so that negotiation
11473         can happen ASAP.
11474         Addes some more debug info.
11475         Do not try to plug pads with multiple caps structures or ANY
11476         because it is too dangerous since we do not do dynamic
11477         replugging.
11478
11479 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11480
11481         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
11482
11483         * po/LINGUAS:
11484         * po/or.po:
11485           add Oriya translation
11486
11487 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11488
11489         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11490           Prevent overwrite of size member. Makes audio sound crappy.
11491
11492 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11493
11494         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11495         Add rmvb to the list of known RealMedia extensions
11496
11497 2004-10-05  Wim Taymans  <wim@fluendo.com>
11498
11499         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
11500         (mngdec_openstream), (mngdec_closestream),
11501         (mngdec_handle_sink_event), (mngdec_readdata),
11502         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
11503         (mngdec_getcanvasline), (mngdec_refresh),
11504         (gst_mngdec_change_state):
11505         Set the framerate correctly.
11506
11507 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11508
11509         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11510           There was something wrong with the index massaging.
11511
11512 2004-10-04  Wim Taymans  <wim@fluendo.com>
11513
11514         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
11515         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11516         (gst_smokedec_chain):
11517         * ext/jpeg/gstsmokedec.h:
11518         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11519         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
11520         * ext/jpeg/gstsmokeenc.h:
11521         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
11522         (smokecodec_decode_new), (smokecodec_info_free),
11523         (smokecodec_set_quality), (smokecodec_get_quality),
11524         (smokecodec_set_threshold), (smokecodec_get_threshold),
11525         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
11526         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
11527         (smokecodec_encode), (smokecodec_parse_id),
11528         (smokecodec_parse_header), (smokecodec_decode):
11529         * ext/jpeg/smokecodec.h:
11530         * ext/jpeg/smokeformat.h:
11531         Updated smoke, new bitstream, allows embedding in ogg.
11532
11533 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11534
11535         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11536           Fix seeking in some files. All this code is no longer needed (and
11537           actually breaks stuff) because we now synchronize the full index
11538           right when reading the header.
11539
11540 2004-10-04  Wim Taymans  <wim@fluendo.com>
11541
11542         * configure.ac:
11543         configure update for libmng.
11544
11545 2004-10-04  Wim Taymans  <wim@fluendo.com>
11546
11547         * ext/libmng/Makefile.am:
11548         * ext/libmng/gstmng.c: (plugin_init):
11549         * ext/libmng/gstmng.h:
11550         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
11551         (gst_mngdec_base_init), (gst_mngdec_class_init),
11552         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
11553         (gst_mngdec_loop), (gst_mngdec_get_property),
11554         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
11555         (mngdec_closestream), (mngdec_handle_sink_event),
11556         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
11557         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
11558         (gst_mngdec_change_state):
11559         * ext/libmng/gstmngdec.h:
11560         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
11561         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
11562         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
11563         (gst_mngenc_chain), (gst_mngenc_get_property),
11564         (gst_mngenc_set_property):
11565         * ext/libmng/gstmngenc.h:
11566         Added basic MNG decoder. Needs more work. The encoder does
11567         not work yet.
11568
11569 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11570
11571         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
11572         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
11573         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
11574           Don't hang on length=0 chunks. Some negotiation fixes. Signal
11575           no-more-pads.
11576
11577 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11578
11579         * configure.ac:
11580           you need at least 1.0.4 of speex
11581
11582 2004-10-04 Iain <iaingnome@gmail.com>
11583
11584         * ext/speex/gstspeexdec.h: Revert the includes changes.
11585
11586         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
11587
11588 2004-09-30 Iain <iaingnome@gmail.com>
11589
11590         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
11591         found during init or set as a property instead of hardcoding /dev/audio
11592
11593 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11594
11595         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
11596         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
11597         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
11598         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
11599         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
11600         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
11601         (gst_rmdemux_dump_data):
11602           Use debug category, fix EOS handling. filesrc ! rmdemux now
11603           works.
11604
11605 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11606
11607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11608         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
11609         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
11610           Improve allocation, cutting and sorting of the index. How takes a
11611           few seconds instead of minutes.
11612
11613 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
11614
11615         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
11616           fixed compilation
11617
11618 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11619
11620         * gst-libs/gst/riff/riff-media.c:
11621         (gst_riff_create_video_caps_with_data),
11622         (gst_riff_create_video_template_caps):
11623           Add wing commander format mimetype/fourccs.
11624         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
11625           Don't crash if some value is 0.
11626
11627 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11628
11629         * gst-libs/gst/riff/riff-media.c:
11630         (gst_riff_create_video_caps_with_data),
11631         (gst_riff_create_video_template_caps):
11632           Add DIB fourcc (raw, palettized 8-bit RGB).
11633         * gst-libs/gst/riff/riff-read.c:
11634         (gst_riff_read_strf_vids_with_data):
11635           Oops, fix strf_data reading bug.
11636         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11637           Use a non-NULL tag.
11638         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
11639           Time for hacks. Sorry Dave. At least one quicktime movie (a
11640           trailer) that I've encountered contains multiple video tracks.
11641           One of those is the actual video track, the other are one-frame
11642           tracks (images). Unfortunately, the number of frames according
11643           to the trak header is 1 for each, so that doesn't help. So
11644           instead, I look at the duration and discard tracks with a
11645           duration shorter than 20% of the length of the stream. Better
11646           than nothing.
11647
11648 2004-10-01  Christian Schaller <christian@fluendo.com>
11649
11650         * ext/ivorbis/vorbis.c:
11651           Patch from Phil Blundell (Bug 152341)
11652
11653 2004-10-01  Wim Taymans  <wim@fluendo.com>
11654
11655         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11656         (speex_dec_get_formats), (speex_dec_convert),
11657         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
11658         (speex_dec_chain), (gst_speexdec_get_property),
11659         (gst_speexdec_set_property):
11660         Small cleanups.
11661
11662 2004-10-01  Wim Taymans  <wim@fluendo.com>
11663
11664         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11665         (gst_wavparse_stream_init), (gst_wavparse_fmt),
11666         (gst_wavparse_other), (gst_wavparse_loop),
11667         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11668         (gst_wavparse_srcpad_event):
11669         * gst/wavparse/gstwavparse.h:
11670         Added some more debugging info.
11671         Fix the case where the length of the file is 0.
11672         Make sure we seek to sample borders.
11673
11674 2004-10-01  Wim Taymans  <wim@fluendo.com>
11675
11676         * gst/playback/README:
11677         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11678         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
11679         (try_to_link_1), (no_more_pads), (close_link), (type_found):
11680         Add some debug info to decodebin, update README
11681
11682 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11683
11684         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
11685           Don't use g_print(); use GST_DEBUG().
11686
11687 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11688
11689         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11690         (gst_ogg_mux_queue_pads):
11691           Handle EOS properly.
11692
11693 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11694
11695         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11696
11697         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
11698         (gst_faad_chain), (gst_faad_change_state):
11699         * ext/faad/gstfaad.h:
11700           Allow playback of raw (unframed) MPEG AAC files (#148993).
11701
11702 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11703
11704         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11705
11706         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11707           Throw error if we didn't recognize the stream. Fixes #152289.
11708
11709 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11710
11711         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11712           Fix negotiation.
11713
11714 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
11715
11716         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11717
11718         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11719           Fix memleak.
11720
11721 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11722
11723         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11724
11725         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
11726           Solve #152805.
11727         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
11728           Solve 152806.
11729
11730 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11731
11732         * gst-libs/gst/riff/riff-media.c:
11733         (gst_riff_create_video_caps_with_data),
11734         (gst_riff_create_audio_caps_with_data):
11735           Add codec_data handling (like asfdemux used to do).
11736         * gst/asfdemux/gstasf.c: (plugin_init):
11737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11738         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
11739           Use riff-media for caps creation instead of our own (mostly
11740           broken) copy of its functions.
11741
11742 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11743
11744         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
11745           Don't actually error out if we get another return value than
11746           -EINVAL. Opposite to what I first thought, drivers have random
11747           return values for this, although -EINVAL is the expected return
11748           value. Since this is not fatal, we shouldn't use
11749           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
11750
11751 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11752
11753         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11754         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
11755         (dvdreadsrc_get_property), (_open), (_seek), (_read),
11756         (dvdreadsrc_get), (dvdreadsrc_open_file),
11757         (dvdreadsrc_change_state):
11758           Fix. Don't do one big huge loop around the whole DVD, that will
11759           cache all data and thus eat sizeof(dvd) (several GB) before we
11760           see something.
11761         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11762           Actually NULL'ify event after using it.
11763         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
11764         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
11765         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
11766         (gst_ebml_read_seek), (gst_ebml_read_skip):
11767           Handle events.
11768         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
11769         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
11770         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
11771           Fix timing (this will probably break if I seek using menus, but
11772           I didn't get there yet). VOBs and normal DVDs should now work.
11773           Add a mpeg2-only pad with high rank so this get autoplugged for
11774           MPEG-2 movies.
11775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
11776         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
11777         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
11778         (gst_mpeg_demux_get_audio_stream),
11779         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
11780         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
11781           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
11782           MPEG-1 but use dvddemux for MPEG-2.
11783         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11784         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
11785         (gst_mpeg_parse_parse_packhead):
11786           Timing. Only add pad template if it exists. Add sink template from
11787           class and not from ourselves. This means we will always use the
11788           correct sink template even if it is not the one defined in this
11789           file.
11790
11791 2004-09-29  Wim Taymans  <wim@fluendo.com>
11792
11793         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
11794         (gst_mpeg_demux_parse_pes):
11795         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11796         Fix playback of mpeg again, timestamps where screwed up by
11797         patch 1.61.
11798
11799 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11800
11801         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
11802           Only return true if we actually filled something in. Prevents
11803           player applications from showing a random length for flac files.
11804         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
11805         (gst_riff_read_use_event), (gst_riff_read_handle_event),
11806         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
11807         (gst_riff_read_strf_vids_with_data),
11808         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
11809           OK, ok, so I implemented event handling. Apparently it's normal
11810           that we receive random events at random points without asking
11811           for it.
11812         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11813         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11814         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
11815         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
11816         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
11817         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
11818         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11819         * gst/avi/gstavidemux.h:
11820           Implement non-lineair chunk handling and subchunk processing.
11821           The first solves playback of AVI files where the audio and video
11822           data of individual buffers that we read are not synchronized.
11823           This should not happen according to the wonderful AVI specs, but
11824           of course it does happen in reality. It is also a prerequisite for
11825           the second. Subchunk processing allows us to cut chunks in small
11826           pieces and process each of these pieces separately. This is
11827           required because I've seen several AVI files with incredibly large
11828           audio chunks, even some files with only one audio chunk for the
11829           whole file. This allows for proper playback including seeking.
11830           This patch is supposed to fix all AVI A/V sync issues.
11831         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11832         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
11833           Work.
11834         * gst/modplug/gstmodplug.cc:
11835           Proper return value setting for the query() function.
11836         * gst/playback/gstplaybasebin.c: (setup_source):
11837           Being in non-playing state (after, e.g., EOS) is not necessarily
11838           a bad thing. Allow for that. This fixes playback of short files.
11839           They don't actually playback fully now, because the clock already
11840           runs. This means that small files (<500kB) with a small length
11841           (<2sec) will still not or barely play. Other files, such as mod
11842           or flx, will work correctly, however.
11843
11844 2004-09-28  Wim Taymans  <wim@fluendo.com>
11845
11846         * ext/speex/gstspeex.c: (plugin_init):
11847         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
11848         (gst_speex_dec_class_init), (speex_dec_get_formats),
11849         (speex_get_event_masks), (speex_get_query_types),
11850         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
11851         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
11852         (gst_speexdec_get_property), (gst_speexdec_set_property),
11853         (speex_dec_change_state):
11854         * ext/speex/gstspeexdec.h:
11855         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
11856         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
11857         (gst_speexenc_base_init), (gst_speexenc_class_init),
11858         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
11859         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
11860         (gst_speexenc_src_query), (gst_speexenc_init),
11861         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
11862         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
11863         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
11864         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
11865         (gst_speexenc_chain), (gst_speexenc_get_property),
11866         (gst_speexenc_set_property), (gst_speexenc_change_state):
11867         * ext/speex/gstspeexenc.h:
11868         Rewrote speex encoder, make sure it can be embedded in ogg.
11869         Implemented speex decoder.
11870
11871 2004-09-28  Christian Schaller <christian@fluendo.com>
11872
11873         * configure.ac:
11874         Remove kioslave plugin. Markey is brewing a new working one
11875         * ext/Makefile.am: Remove kioslave plugin
11876         * ext/kio: remove
11877         * gst-plugins.spec.in: remove kio plugin from spec
11878
11879 2004-09-27  Wim Taymans  <wim@fluendo.com>
11880
11881         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11882         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
11883         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
11884         (gst_multifdsink_new_client),
11885         (gst_multifdsink_handle_client_write),
11886         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11887         (gst_multifdsink_handle_clients):
11888         * gst/tcp/gstmultifdsink.h:
11889         Make syncing to keyframes actually work for new clients and lagging
11890         clients.
11891
11892 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11893
11894         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
11895         (gst_navigationtest_handle_src_event), (draw_box_planar411),
11896         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
11897         * gst/debug/gstnavigationtest.h:
11898           make navigationtest display button-press and button-release events
11899
11900 2004-09-26 Iain <iaingnome@gmail.com>
11901
11902         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
11903         the channels have received a new media event.
11904         (interleave_buffered_loop): Compresses a new media event on all
11905         channels into one.
11906
11907 2004-09-26 Iain <iaingnome@gmail.com>
11908
11909         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
11910         call the sinkpad's default event handler and not the srcpads. He also
11911         says this is confusing :)
11912         (gst_wavenc_stop_file): Company says that seek events only go upstream
11913         we should send a discontinuous downstream instead.
11914
11915 2004-09-25  Christian Schaller <christian@fluendo.com>
11916
11917         * Update SPEC file to be usable in conjunction with Fedora Core,
11918           Fedora.us and freshrpms packages
11919         * Fix typo in multifilesrc test Makefile
11920
11921 2004-09-24  Wim Taymans  <wim@fluendo.com>
11922
11923         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11924         Only signal the no_more_pads signal when we have
11925         added the stream to our list.
11926
11927 2004-09-24  Wim Taymans  <wim@fluendo.com>
11928
11929         * gst/playback/gstplaybasebin.c: (remove_prerolls),
11930         (new_decoded_pad):
11931         * gst/playback/gstplaybasebin.h:
11932         * gst/playback/gstplaybin.c: (setup_sinks):
11933         Don't try to preroll or decode more than one audio/video
11934         track.
11935
11936 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11937
11938         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11939           Throw error if we failed to find a suitable output. This should
11940           throw an error if we successfully set up a pipeline (e.g. because
11941           we recognized a media file) but found no decodable streams in it
11942           (e.g. because it contains only media stream types for which we
11943           have no decoders, or because it's not a media type).
11944
11945 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11946
11947         * ext/dirac/Makefile.am:
11948         * ext/dirac/gstdirac.cc:
11949         * ext/dirac/gstdiracdec.cc:
11950         * ext/dirac/gstdiracdec.h:
11951           Do something. Don't actually know if this works because I don't
11952           have a demuxer yet.
11953         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
11954           Add channels=1 to caps returned from _getcaps().
11955         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
11956         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
11957         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
11958         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11959         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
11960         (gst_ogm_parse_change_state):
11961           Separate between audio/video so ogmaudioparse actually uses the
11962           audio pad templates. Both audio and video work now, including
11963           autoplugging. Also use sometimes-srcpad hack.
11964         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11965           Handle events better. Don't hang on infinite loops.
11966         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11967         (gst_avi_demux_init), (gst_avi_demux_reset),
11968         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11969         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11970         (gst_avi_demux_change_state):
11971         * gst/avi/gstavidemux.h:
11972           Improve A/V sync. Still not perfect.
11973         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11974         (gst_ebml_read_skip):
11975           Handle events better.
11976         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11977         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11978         (qtdemux_audio_caps):
11979           Add IMA4. Improve event handling. Save offset after a seek when
11980           the headers are at the end of the file so that we don't end up in
11981           an infinite loop.
11982         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11983           Add low-priority typefind support for files with no length.
11984
11985 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11986
11987         * testsuite/multifilesink/Makefile.am:
11988         fix typo
11989
11990 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11991
11992         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11994         mistakes from thaytan's patches.
11995
11996 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11997
11998         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11999           For completeness, XSync in the destroy function as xvimage does.
12000
12001 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
12002
12003         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12004            Correct caps negotiation
12005         * gst/volume/gstvolume.c: (volume_chain_float),
12006         (volume_chain_int16):
12007            Modify debug output to be little more informative
12008         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12010         (gst_xvimagesink_xvimage_destroy):
12011           Add XSync calls after detaching from the shared memory segment to
12012           avoid a crash.
12013
12014 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12015
12016         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12017         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
12018         * ext/vorbis/vorbis.c: (plugin_init):
12019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12020         (gst_vorbisenc_chain):
12021         * ext/vorbis/vorbisenc.h:
12022         remove explicit newmedia support from oggmux and vorbisenc
12023         add debug category to vorbisenc
12024         * gst/multifilesink/gstmultifilesink.c:
12025         (gst_multifilesink_class_init), (gst_multifilesink_init),
12026         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
12027         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
12028         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
12029         (plugin_init):
12030         * gst/multifilesink/gstmultifilesink.h:
12031         add support for streamheader in multifilesink
12032
12033 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12034
12035         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
12036         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
12037         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
12038           Prevent infinite loops. More correct error reporting.
12039         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12040           Error out if negotiation fails.
12041         * gst/playback/gstplaybasebin.c: (setup_source),
12042         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
12043         (gst_play_base_bin_found_tag):
12044           Error/tag forwarding. Pre-roll fixes for source errors on state
12045           changes (e.g. "file does not exist") to prevent hangs.
12046
12047 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12048
12049         * testsuite/multifilesink/Makefile.am:
12050         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
12051         (gst_newmedia_class_init), (gst_newmedia_init),
12052         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12053         (newfile_signal), (test_signal), (main):
12054         * testsuite/multifilesink/multifilesrc_test.c: (main):
12055         * testsuite/multifilesink/oggtheora_test.c:
12056         (gst_newmedia_base_init), (gst_newmedia_class_init),
12057         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
12058         (test_format), (newfile_signal), (test_signal), (main):
12059         * testsuite/multifilesink/oggvorbis_test.c:
12060         (gst_newmedia_base_init), (gst_newmedia_class_init),
12061         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
12062         (test_format), (newfile_signal), (test_signal), (main):
12063         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
12064         (gst_newmedia_class_init), (gst_newmedia_init),
12065         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12066         (newfile_signal), (test_signal), (main):
12067         New media tests
12068
12069 2004-09-20  Christian Schaller <christian@fluendo.com>
12070
12071         * Fix mikmod license to LGPL as they have relicensed
12072         * Move Dirac and Effectv into LGPL section of README_license
12073
12074 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12075
12076         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
12077         (gst_mad_change_state):
12078           Allow for mp3 rate/channels changes. However, only very
12079           conservatively. Reason that we *have* to enable this is smiply
12080           because the mad find_sync() function is not good enough, it will
12081           regularly sync on random data as valid frames and therefore make
12082           us provide random caps as *final* caps of the stream. The best fix
12083           I could think of is to simply require several of the same stream
12084           changes in a row before we change caps.
12085           The actual testcase that works now is #
12086         * ext/ogg/Makefile.am:
12087         * ext/ogg/gstogg.c: (plugin_init):
12088         * ext/ogg/gstogmparse.c:
12089           OGM support (video only for now; I need an audio sample file).
12090         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12091         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
12092         (gst_asf_demux_add_video_stream):
12093           WMV extradata.
12094         * gst/playback/gstplaybasebin.c: (unknown_type):
12095           Don't error out on single unknown-types after all. It's wrong.
12096           If we found type of video and audio but not of a subtitle stream,
12097           it will still error out (which is unwanted). Will find a better fix
12098           later on.
12099         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
12100         (ogmaudio_type_find), (plugin_init):
12101           OGM support.
12102
12103 2004-09-20  Johan Dahlin  <johan@gnome.org>
12104
12105         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
12106         after setting caps.
12107
12108 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12109
12110         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
12111         * gst/wavenc/gstwavenc.h:
12112         Added newmedia support to wavenc
12113
12114 2004-09-17  Wim Taymans  <wim@fluendo.com>
12115
12116         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
12117         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
12118         (gst_fdset_fd_can_write), (gst_fdset_wait):
12119         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
12120         (gst_multifdsink_init), (gst_multifdsink_add),
12121         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
12122         (gst_multifdsink_remove_client_link),
12123         (gst_multifdsink_client_queue_buffer),
12124         (gst_multifdsink_handle_client_write),
12125         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
12126         (gst_multifdsink_close), (gst_multifdsink_change_state):
12127         * gst/tcp/gstmultifdsink.h:
12128         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12129         (gst_tcpserversink_removed):
12130         Small cleanups in fdset.c
12131         Use a hastable to map fd to the client structure for faster
12132         lookup in _remove and get_stats.
12133         Added virtual function to close the fds.
12134         Handle clients even when the select/poll call was unblocked because
12135         of a command.
12136         Implement syncing to keyframe in the recovery procedure.
12137
12138 2004-09-16 Iain <iaingnome@gmail.com>
12139
12140         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
12141         try caps.
12142
12143 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12144
12145         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
12146           Caps are only set if the type of the stream is unknown, but this
12147           is initialized in ->init_stream(), so set to UNKNOWN after calling
12148           ->init_stream() so that capsnego starts.
12149
12150 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12151
12152         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12153         (gst_avi_demux_stream_data):
12154           Just hardcode for raw audio then. AVI audio sucks.
12155
12156 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
12157
12158         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
12159         * gst/matroska/matroska-mux.c: (audiosink_templ),
12160         (gst_matroska_mux_audio_pad_link):
12161         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
12162         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
12163
12164 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12165
12166         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12167         (gst_avi_demux_stream_data):
12168           Try to fix a/v sync issues.
12169
12170 2004-09-15  David Schleef  <ds@schleef.org>
12171
12172         * configure.ac: remove NASM check, since we don't use it.  Update
12173         dirac check to 0.4
12174         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
12175         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12176         Initialized variables.
12177         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12178         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
12179         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
12180         SVQ3 format
12181
12182 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12183
12184         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12185         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
12186         * gst/avi/gstavidemux.h:
12187           Fix for compressed audio (mp3) timestamp generation. How did this
12188           ever work?
12189
12190 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12191
12192         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12193           Volume is a double not a float.
12194
12195 2004-09-15  Wim Taymans  <wim@fluendo.com>
12196
12197         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
12198         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12199         Don't close the fd in multifdsink as we didn't open it in the
12200         first place. Some cleanups.
12201
12202 2004-09-15  Wim Taymans  <wim@fluendo.com>
12203
12204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12206         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12207         Fix the case where the muxer would mark pages as delta
12208         frames when they are not (vorbis only ogg).
12209
12210 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12211
12212         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
12213         (gst_play_base_bin_change_state):
12214           Handle the case where we failed to setup a clear pipeline. This
12215           will throw an error (or EOS, another nice case) and if you don't
12216           catch that, the app will wait for the signal forever (and thus
12217           hang).
12218
12219 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12220
12221         * ext/gnomevfs/gstgnomevfssink.c:
12222         (gst_gnomevfssink_uri_get_protocols):
12223         * ext/gnomevfs/gstgnomevfssrc.c:
12224         (gst_gnomevfssrc_uri_get_protocols):
12225         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
12226         * ext/gnomevfs/gstgnomevfsuri.h:
12227           Use _uri_new() instead of _open(), so it doesn't take as long and
12228           Christophe's computer won't hang.
12229         * gst/playback/gstplaybasebin.c: (unknown_type):
12230           Throw error on unknown media type, so apps actually display it.
12231
12232 2004-09-14  Brian Cameron  <brian.cameron@sun.com
12233
12234         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
12235           this script to work on Solaris since bash shell handles echo
12236           differenly than bash.
12237
12238 2004-09-17  Wim Taymans  <wim@fluendo.com>
12239
12240         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
12241         (setup_source), (gst_play_base_bin_set_property),
12242         (gst_play_base_bin_add_element):
12243         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12244         Some more work on making sure seeking pauses the pipeline and
12245         that changing the uri actually does something.
12246
12247 2004-09-17  Wim Taymans  <wim@fluendo.com>
12248
12249         * gst/tcp/gstfdset.c: (gst_fdset_wait):
12250         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
12251         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
12252         (gst_tcpserversink_close):
12253         Be a bit more paranoid when freeing memory.
12254
12255 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12256
12257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
12258         (qtdemux_parse_trak):
12259           Don't crash by dividing by zero (see sample movie in #126922).
12260
12261 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12262
12263         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
12264           Don't touch non-existing data (fixes crash on file in #140147).
12265
12266 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12267
12268         * gst/playback/gstplaybasebin.c:
12269         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
12270           Handle double disposals, and proper change of URIs.
12271
12272 2004-09-13  Martin Eikermann <meiker@upb.de>
12273
12274         * gst/mpegstream/gstmpegparse.c:
12275           fix synchronistation for streams recorded from digital PCR
12276           fixes bug #119376
12277
12278 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12279
12280         * ext/gnomevfs/Makefile.am:
12281         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12282         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
12283         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
12284         (gst_gnomevfssink_uri_get_type),
12285         (gst_gnomevfssink_uri_get_protocols),
12286         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
12287         (gst_gnomevfssink_uri_handler_init),
12288         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
12289         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
12290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
12291         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
12292         (gst_gnomevfssrc_uri_get_type),
12293         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
12294         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
12295         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
12296         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
12297         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
12298         * ext/gnomevfs/gstgnomevfsuri.h:
12299           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
12300           of fake URIs to see which this version of Gnome-VFS likes, and
12301           uses that for the Gst-URI interface. Makes playbin support http://
12302           streams. Also fix up some stupid behaviour in gnomevfssrc.
12303
12304 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12305
12306         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12307         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12308         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12309         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12310           Update mixer (to sync with other sessions) if we try to obtain
12311           a new value. This makes alsamixer work accross applications.
12312         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12313           Only call sync functions if we're running, else alsalib asserts.
12314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
12315           Sometimes fails to compile. Possibly a gcc bug.
12316         * gst/playback/gstplaybin.c: (gen_video_element),
12317         (gen_audio_element):
12318           Add a reference to an application-provided object, because we lose
12319           this same reference if we add it to the bin. If we don't do this,
12320           we can only use this object once and thus crash if we go from
12321           ready to playing, back to ready and back to playing again.
12322           Also add an audioscale element because several cheap soundcards -
12323           like mine - don't support all samplerates.
12324         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
12325         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
12326           Fix wrong order or PAR calls. Makes automatically obtained PAR
12327           from the X server atually being used.
12328
12329 2004-09-12  David Schleef  <ds@schleef.org>
12330
12331         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
12332         #151887, #152102, #152247.
12333         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
12334         * examples/seeking/cdparanoia.c: same
12335         * examples/seeking/cdplayer.c: same
12336         * examples/seeking/seek.c: same
12337         * examples/seeking/spider_seek.c: same
12338         * examples/seeking/vorbisfile.c: same
12339         * examples/stats/mp2ogg.c: same
12340         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12341         (gst_esdsink_dispose): Dispose of element properly.
12342         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
12343         fixes.
12344         * ext/nas/nassink.c: (gst_nassink_class_init),
12345         (gst_nassink_dispose): Dispose of element correctly.
12346         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
12347         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12348         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12349         Fix 64-bit warning.
12350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12351         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12352         Fix 64-bit warning.
12353
12354 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12355
12356         * configure.ac : change speex detection as 1.1.6 now uses
12357           .pc/pkg-config and they changed their headers location.
12358
12359 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
12360
12361         * gst/matroska/matroska-mux.h:
12362         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
12363         (gst_matroska_mux_start), (gst_matroska_mux_finish),
12364         (gst_matroska_mux_write_data):
12365           Write multiple blocks/frames per cluster.
12366                 Write meta-seek information (seek heads).
12367
12368 2004-09-09  Scott Wheeler <wheeler@kde.org>
12369
12370         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
12371         (gst_play_bin_set_property), (gst_play_bin_get_property),
12372         (gen_audio_element), (gen_audio_element):
12373           Add a volume element / property to the pipeline.
12374
12375 2004-09-07  Wim Taymans  <wim@fluendo.com>
12376
12377         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
12378         Copy timestamps from the master pad to the output buffers.
12379
12380 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12381
12382         * ext/raw1394/gstdv1394src.c:
12383           throw errors when applicable
12384
12385 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
12386
12387         * gst/matroska/ebml-ids.h:
12388         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
12389         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
12390         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
12391           automatically convert unix time <-> ebml time when reading/writing
12392           a date, use gst_ebml_write_uint to write CUETIME,
12393           not gst_ebml_write_date.
12394         * gst/matroska/matroska-ids.h:
12395         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
12396         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
12397         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12398         (gst_matroska_mux_write_data):
12399           Write track and segment UIDs, write muxing date, write
12400           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
12401           Create cues for audio only files.
12402
12403 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12404
12405         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12406         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12407           Re-commit ALSA switches.
12408         * gst/adder/gstadder.c: (gst_adder_loop):
12409           64-bit fix (#151416).
12410         * gst/debug/progressreport.c: (gst_progressreport_report):
12411           64-bit fix (#151419).
12412         * gst/matroska/matroska-demux.c:
12413         (gst_matroska_demux_parse_contents):
12414           64-bit fix (#151420).
12415         * gst/playback/test3.c: (update_scale):
12416           64-bit fix (#151421).
12417
12418 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12419
12420         * configure.ac:
12421           bump nano to cvs
12422
12423 === release 0.8.4 ===
12424
12425 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12426
12427         * configure.ac: releasing 0.8.4, "Alias"
12428
12429 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12430
12431         * ext/theora/Makefile.am:
12432           fix makefile.  Fixes #151462.
12433
12434 2004-08-30  Wim Taymans  <wim@fluendo.com>
12435
12436         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
12437         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12438         (gst_multifdsink_remove_client_link),
12439         (gst_multifdsink_client_queue_buffer),
12440         (gst_multifdsink_handle_client_write):
12441         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
12442         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
12443         Fix some memory leaks.
12444
12445 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12446
12447         Patch by: David Schleef
12448
12449         * configure.ac:
12450         * sys/Makefile.am:
12451           rename our detection macro for V4L2.  Fixes #151236.
12452
12453 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12454
12455         Patch by: David Schleef
12456
12457         * configure.ac:
12458           check to define LAMEPRESET.  Fixes #151232.
12459
12460 2004-08-27  David Schleef  <ds@schleef.org>
12461
12462         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
12463         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
12464         (gst_glimagesink_fixate):  Move local variable declarations to
12465         make gcc-2.95 happy.
12466
12467 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12468
12469         * configure.ac:
12470           bump nano for prerelease
12471
12472 2004-08-27  David Schleef  <ds@schleef.org>
12473
12474         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
12475         * sys/sunaudio/gstsunaudiosrc.c:
12476         * sys/sunaudio/gstsunaudiosrc.h:
12477
12478 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
12479
12480         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
12481         handle EOS correctly
12482         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
12483         * gst/matroska/matroska-mux.h:
12484         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
12485         VFW compatibility mode
12486
12487 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12488
12489         patch by: Zaheer Abbas Merali
12490
12491         * ext/ogg/gstoggmux.c:
12492         * ext/vorbis/vorbisenc.c:
12493         * ext/vorbis/vorbisenc.h:
12494           handle NEWMEDIA
12495
12496 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
12497
12498         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
12499         fix byte order reversion on little endian machines.
12500         * gst/matroska/matroska-mux.c: (audiosink_templ),
12501         (gst_matroska_mux_audio_pad_link):
12502         add TTA codec to the list of supported codecs.
12503         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
12504         (gst_matroska_mux_start), (gst_matroska_mux_finish),
12505         (gst_matroska_mux_write_data):
12506         * gst/matroska/matroska-mux.h:
12507         write segment duration correctly, write muxing app string, fixes bugs
12508         #140897 and #140898.
12509         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
12510         wait for all pads to be negotiated before starting to mux.
12511
12512 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12513
12514         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
12515         * ext/lame/gstlame.h:
12516         Added new media support to lame
12517
12518 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
12519
12520         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
12521         send vorbis headers at the beginning of a stream, fixes bug #141554.
12522         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
12523         bug #148950.
12524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
12525         (gst_matroska_demux_plugin_init):
12526         * gst/matroska/matroska-ids.h:
12527         enable demuxing of TTA audio streams, fixes bug #148951.
12528         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
12529         enable typefinding for TTA audio files, fixes bug #148711.
12530         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
12531         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
12532         fixes playback of packed bitstream and xvid with bframes, bug #135407.
12533
12534 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
12535
12536         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
12537         (gst_riff_read_element_data), (gst_riff_read_seek),
12538         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
12539         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
12540         <teuf@gnome.org>
12541
12542 2004-08-23 Iain <iaingnome@gmail.com>
12543
12544         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
12545         tags. They appear to be handled differently to normal.
12546         (tag_list_to_id3_tag_foreach): Ditto.
12547
12548 2004-08-22  Wim Taymans  <wim@fluendo.com>
12549
12550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12551         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12552         Make sure we never send -1 granulepos.
12553
12554 2004-08-20  Wim Taymans  <wim@fluendo.com>
12555
12556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12557         (gst_ogg_mux_loop):
12558         I will accept bitchslappings with non sharp objects.
12559
12560 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12561
12562         * configure.ac:
12563         Clean up the test for lame presets
12564
12565 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12566
12567         * configure.ac:
12568         * ext/lame/Makefile.am:
12569         * ext/lame/gstlame.c: (gst_lame_class_init),
12570         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
12571         Only enable lame presets if version of lame has presets in API
12572
12573 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
12574         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
12575         * gst/udp/gstudpsrc.h:
12576           Don't call gst_pad_push in a get function. Fixes #150449
12577
12578 2004-08-18  Wim Taymans  <wim@fluendo.com>
12579
12580         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
12581         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
12582         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12583         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12584         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12585         (gst_fdset_wait):
12586         * gst/tcp/gstfdset.h:
12587         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12588         (gst_multifdsink_client_queue_buffer),
12589         (gst_multifdsink_handle_client_write):
12590         * gst/tcp/gstmultifdsink.h:
12591         Some extra checks in gstfdset.
12592         Only use send() when the fd is a socket. Don't try to
12593         read from write only fds.
12594
12595 2004-08-18  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
12598         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12599         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12600         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12601         (gst_fdset_wait):
12602         Add more locking and bounds checking.
12603
12604 2004-08-18  Wim Taymans  <wim@fluendo.com>
12605
12606         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
12607         Realloc test fdset in the lock and right before starting
12608         the poll call. Bump the limit to 4096.
12609
12610 2004-08-17  David Schleef  <ds@schleef.org>
12611
12612         * sys/sunaudio/Makefile.am:
12613         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
12614         of rates and channels.  Make debugging less obnoxious.
12615
12616         Patch from Balamurali Viswanathan implementing a mixer for
12617         Sun audio.  (bug #144091):
12618         * sys/sunaudio/gstsunelement.c:
12619         * sys/sunaudio/gstsunelement.h:
12620         * sys/sunaudio/gstsunmixer.c:
12621         * sys/sunaudio/gstsunmixer.h:
12622
12623 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12624
12625         * gst/audioscale/gstaudioscale.c:
12626         * gst/audioscale/gstaudioscale.h:
12627         made audioscale resample from any sample rate to any sample rate
12628
12629 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12630
12631         * ext/libpng/gstpngdec.c:
12632           error out on unsupported types
12633
12634 2004-08-17  Iain <iaingnome@gmail.com>
12635
12636         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
12637         mid_side and loose_mid_side properties if its a stereo stream.
12638
12639 2004-08-17  Wim Taymans  <wim@fluendo.com>
12640
12641         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12642         (theora_get_formats), (theora_dec_src_convert),
12643         (theora_dec_sink_convert), (theora_dec_src_query),
12644         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12645         Add a debug line.
12646
12647 2004-08-17  Wim Taymans  <wim@fluendo.com>
12648
12649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
12650         (gst_ogg_pad_push):
12651         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12652         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
12653         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
12654         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12655         Mark delta units in the muxer.
12656         Try to decode the packet after an out-of-sync error from
12657         libogg.
12658
12659 2004-08-17  Wim Taymans  <wim@fluendo.com>
12660
12661         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12662         (gst_multifdsink_init), (gst_multifdsink_add),
12663         (gst_multifdsink_client_queue_buffer),
12664         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
12665         * gst/tcp/gstmultifdsink.h:
12666         Added option to send a keyframe to clients as the first buffer.
12667         Make timeout property writable.
12668
12669 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12670
12671         patch by: Wim Taymans
12672
12673         * gst/tcp/gstfdset.c:
12674         * gst/tcp/gstmultifdsink.c:
12675           fix index comparison, should include 0
12676
12677 2004-08-16  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
12680         (gst_fdset_add_fd), (gst_fdset_remove_fd),
12681         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12682         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12683         (gst_fdset_wait):
12684           copy when reallocing for poll so the select arguments don't get
12685           changed during the call
12686
12687 2004-08-16  Wim Taymans  <wim@fluendo.com>
12688
12689         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12690         (gst_theora_enc_class_init), (theora_enc_sink_link),
12691         (theora_buffer_from_packet), (theora_enc_chain):
12692         Fix bug where buffers were not marked as keyframes
12693         correctly.
12694
12695 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12696
12697         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
12698         (gst_lame_preset_get_type), (gst_lame_class_init):
12699         describe the enum values for vbr mode and presets more verbosely
12700
12701 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12702
12703         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
12704         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
12705         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
12706         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
12707         * ext/lame/gstlame.h:
12708         add preset property to lame so it can use lame presets
12709
12710 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12711
12712         * ext/lame/gstlame.c: (gst_lame_get_property):
12713         whoops forgot break, thanks teuf
12714
12715 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12716
12717         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
12718         (gst_lame_class_init), (gst_lame_src_getcaps),
12719         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
12720         (gst_lame_get_property), (gst_lame_setup):
12721         * ext/lame/gstlame.h:
12722         fix lame's broken vbr stuff, allow it to resample if need be, and also
12723         make xing header optional
12724
12725 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12726
12727         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
12728         added getcaps function so samplerate doesnt get fixated to silly values
12729
12730 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12731
12732         * ext/lame/gstlame.c: (gst_lame_src_link):
12733         revert previous fix
12734
12735 2004-08-12  Johan Dahlin  <johan@gnome.org>
12736
12737         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
12738         checks. Doesn't matter what state we are in. Interfaces are a
12739         compile time thing, not runtime. It also broke the python bindings.
12740
12741 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12742
12743         * ext/lame/gstlame.c: (gst_lame_src_link):
12744         made source pad link function check if sinkpad is ok..fixes the problem
12745         where core fixates the output rate of lame stupidly
12746
12747 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12748
12749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
12750         * sys/v4l/v4l_calls.c:
12751         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
12752           fix fixate function to handle nonsimple caps.
12753           remove bogus check in _link
12754           cleanups
12755
12756 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12757
12758         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
12759         set default compression ratio parameter to 0.0 so bitrate parameter
12760         works :)
12761
12762 2004-08-11  David Schleef  <ds@schleef.org>
12763
12764         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
12765
12766 2004-08-11  David Schleef  <ds@schleef.org>
12767
12768         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
12769         before.
12770
12771 2004-08-11  David Schleef  <ds@schleef.org>
12772
12773         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
12774
12775 2004-08-11  David Schleef  <ds@schleef.org>
12776
12777         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
12778           license field
12779         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
12780         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
12781           LGPL.
12782         * gst/auparse/gstauparse.c: Fix plugin license field.
12783         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
12784         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
12785         * gst/rtp/gstrtp.c: Fix plugin license field.
12786
12787 2004-08-11  Wim Taymans  <wim@fluendo.com>
12788
12789         * gst/tcp/Makefile.am:
12790         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
12791         (ensure_size), (gst_fdset_new), (gst_fdset_free),
12792         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
12793         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
12794         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
12795         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
12796         (gst_fdset_fd_can_write), (gst_fdset_wait):
12797         * gst/tcp/gstfdset.h:
12798         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
12799         (gst_multifdsink_class_init), (gst_multifdsink_init),
12800         (gst_multifdsink_add), (gst_multifdsink_remove),
12801         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12802         (gst_multifdsink_remove_client_link),
12803         (gst_multifdsink_handle_client_read),
12804         (gst_multifdsink_client_queue_data),
12805         (gst_multifdsink_client_queue_caps),
12806         (gst_multifdsink_client_queue_buffer),
12807         (gst_multifdsink_handle_client_write),
12808         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12809         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12810         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
12811         (gst_multifdsink_close):
12812         * gst/tcp/gstmultifdsink.h:
12813         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12814         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
12815         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
12816         (gst_tcpserversink_close):
12817         * gst/tcp/gsttcpserversink.h:
12818         Abstracted away the select call, implemented poll (yes we ran into
12819         the 1024 limit in production).
12820
12821 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12822
12823         * gst/tcp/gsttcp.c:
12824         * gst/tcp/gsttcpplugin.c:
12825           improve debuggging, remove assert
12826
12827 2004-08-10  Wim Taymans  <wim@fluendo.com>
12828
12829         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
12830         (gst_client_status_get_type), (gst_multifdsink_class_init),
12831         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
12832         (gst_multifdsink_handle_client_read),
12833         (gst_multifdsink_handle_client_write),
12834         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12835         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12836         (gst_multifdsink_get_property):
12837         * gst/tcp/gstmultifdsink.h:
12838         * gst/tcp/gsttcp-marshal.list:
12839         Starting to prepare for specifying buffer time in other units
12840         than buffers. Expose remove reason in signal.
12841
12842 2004-08-10  Wim Taymans  <wim@fluendo.com>
12843
12844         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12845         (gst_multifdsink_remove), (gst_multifdsink_clear),
12846         (gst_multifdsink_remove_client_link),
12847         (gst_multifdsink_handle_client_read),
12848         (gst_multifdsink_client_queue_data),
12849         (gst_multifdsink_client_queue_buffer),
12850         (gst_multifdsink_handle_client_write),
12851         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
12852         (gst_multifdsink_chain), (gst_multifdsink_close):
12853         * gst/tcp/gstmultifdsink.h:
12854         Added more debugging info. Changed the way clients are
12855         removed from the lists. Fixed a bug where a bad file descriptor
12856         could cause many clients to be removed.
12857
12858 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12859
12860         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
12861           allow all pixel-aspect-ratios, not just 1:1
12862
12863 2004-08-09  David Schleef  <ds@schleef.org>
12864
12865         * sys/glsink/ARB_multitexture.h:  Remove old files.
12866         * sys/glsink/EXT_paletted_texture.h:
12867         * sys/glsink/NV_register_combiners.h:
12868         * sys/glsink/gstgl_nvimage.c:
12869         * sys/glsink/gstgl_pdrimage.c:
12870         * sys/glsink/gstgl_rgbimage.c:
12871         * sys/glsink/gstglsink.c:
12872         * sys/glsink/gstglsink.h:
12873         * sys/glsink/gstglxwindow.c:
12874         * sys/glsink/regcomb_yuvrgb.c:
12875
12876 2004-08-09  David Schleef  <ds@schleef.org>
12877
12878         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
12879         GL sink plugin.  (Bug #147302)
12880
12881         * configure.ac: Test for OpenGL
12882         * sys/Makefile.am: Use test for OpenGL
12883         * sys/glsink/Makefile.am:
12884         * sys/glsink/glimagesink.c: rewrite
12885         * sys/glsink/glimagesink.h: rewrite
12886
12887 2004-08-09  David Schleef  <ds@schleef.org>
12888
12889         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
12890         sane framerates.
12891         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
12892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
12893         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
12894
12895 2004-08-09  Wim Taymans  <wim@fluendo.com>
12896
12897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12898         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12899         (gst_multifdsink_client_remove),
12900         (gst_multifdsink_handle_client_read),
12901         (gst_multifdsink_handle_client_write),
12902         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12903         Do a bit more logging, make the client_read code more robust.
12904
12905 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12906
12907         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
12908         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
12909         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
12910         (gst_jpegdec_init), (gst_jpegdec_chain):
12911         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12912         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
12913           cleanups, debugging fixes and memleak plugging
12914
12915 2004-08-09  Wim Taymans  <wim@fluendo.com>
12916
12917         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12918         (theora_get_formats), (theora_dec_src_convert),
12919         (theora_dec_sink_convert), (theora_dec_src_query),
12920         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
12921         (theora_dec_change_state):
12922         Don't crash on missing header packets.
12923
12924 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12925
12926         * po/LINGUAS:
12927         * po/sq.po:
12928           Added Albanian translation (Laurent Dhima)
12929         * po/cs.po:
12930           updated
12931
12932 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12933
12934         * ext/lame/gstlame.c:
12935           fix/add debugging
12936
12937 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12938
12939         * sys/ximage/ximagesink.c:
12940         * sys/xvimage/xvimagesink.c:
12941           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
12942
12943 2004-08-06  Wim Taymans  <wim@fluendo.com>
12944
12945         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12946         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12947         (gst_multifdsink_client_remove),
12948         (gst_multifdsink_handle_client_read),
12949         (gst_multifdsink_handle_client_write),
12950         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12951         Make sure we don't try to read more from a client that what
12952         ioctl says us or we deadlock.
12953
12954 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12955
12956         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
12957         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
12958         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12959           decouple running_time and n_frames so it can handle changing
12960           framerate while running
12961
12962 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12963
12964         * po/nl.po:
12965         * po/sv.po:
12966           updated translations
12967
12968 2004-08-04  Benjamin Otte  <otte@gnome.org>
12969
12970         * gst/videotestsrc/gstvideotestsrc.c:
12971         (gst_videotestsrc_get_capslist), (generate_capslist),
12972         (plugin_init):
12973           generate the list of supported caps at startup and reuse it instead
12974           of always generating it
12975
12976 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12977
12978         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12979           whoops, last checkin broke normal build
12980
12981 2004-08-03  Benjamin Otte  <otte@gnome.org>
12982
12983         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12984         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12985         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12986         (gst_alsa_mixer_get_option):
12987         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12988         (dvdnavsrc_print_event):
12989         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12991         (gst_ogg_mux_pad_unlink):
12992         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12993         (gst_multipart_mux_pad_unlink):
12994         * gst/videofilter/gstvideobalance.c:
12995         (gst_videobalance_colorbalance_set_value):
12996         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12997         (gst_videomixer_pad_unlink):
12998         * po/uk.po:
12999         * sys/oss/gstossmixer.c:
13000         * sys/v4l/gstv4lcolorbalance.c:
13001         * sys/v4l/gstv4ltuner.c:
13002         * sys/v4l/v4lsrc_calls.c:
13003         * sys/v4l2/gstv4l2colorbalance.c:
13004         * sys/v4l2/gstv4l2tuner.c:
13005           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
13006
13007 2004-08-03  Benjamin Otte  <otte@gnome.org>
13008
13009         * examples/dynparams/filter.c: (ui_control_create):
13010         * examples/gstplay/player.c: (print_tag):
13011         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
13012         * ext/gdk_pixbuf/gstgdkanimation.c:
13013         (gst_gdk_animation_iter_may_advance):
13014         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
13015         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
13016         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
13017         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
13018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
13019         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
13020         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
13021         * gst/sine/demo-dparams.c: (main):
13022         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13023         * testsuite/alsa/formats.c: (create_pipeline):
13024         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
13025           fixes for G_DISABLE_ASSERT and friends
13026         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13027         (mp3_type_frame_length_from_header), (mp3_type_find),
13028         (plugin_init):
13029           require mp3 typefinding to have at least MIN_HEADERS valid headers
13030           add typefinding for AAC adts files
13031
13032 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
13033
13034         * sys/ximage/ximagesink.c:
13035         (gst_ximagesink_calculate_pixel_aspect_ratio):
13036         * sys/xvimage/xvimagesink.c:
13037         (gst_xvimagesink_calculate_pixel_aspect_ratio):
13038         Make sure we calculate pixel-aspect-ratio using floating point maths
13039
13040 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13041
13042         * po/uk.po:
13043           updated translation
13044
13045 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13046
13047         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
13049           add debugging for display PAR calculation
13050
13051 2004-08-02  David Schleef  <ds@schleef.org>
13052
13053         * configure.ac: Fix mikmod CFLAGS.
13054
13055 2004-07-27  Benjamin Otte  <otte@gnome.org>
13056
13057         * gst/audioscale/gstaudioscale.c:
13058         - fix templates to only support S16, it's the only format that works
13059         - make caps nego code use try_set_caps_nonfixed and fixation instead
13060         of try_set_caps twice, which is not nice for autopluggers
13061         - change rank to secondary, so autopluggers can pick it up after
13062         audioconvert
13063
13064 2004-08-02  Iain <iain@prettypeople.org>
13065
13066         * gst/interleave/interleave.c (interleave_init),
13067         (interleave_request_new_pad),
13068         (interleave_pad_removed),
13069         (interleave_buffered_loop): Use the real pad count, not the artificial
13070         one.
13071
13072 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13073
13074         * configure.ac: bump nano back to development
13075
13076 === release 0.8.3 ===
13077
13078 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13079
13080         * configure.ac: releasing 0.8.3, "Water"
13081
13082 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13083
13084         * sys/xvimage/xvimagesink.c:
13085         (gst_xvimagesink_calculate_pixel_aspect_ratio),
13086         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
13087         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
13088         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
13089         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13090         * sys/xvimage/xvimagesink.h:
13091           apply similar PAR fixes as to ximagesink
13092
13093 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13094
13095         patch from: Benjamin Otte
13096
13097         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
13098           add link function to lame.  Fixes #148986.
13099
13100 2004-08-02  Johan Dahlin  <johan@gnome.org>
13101
13102         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
13103         fix debugging log
13104
13105 2004-07-30  David Schleef  <ds@schleef.org>
13106
13107         * gst/videomixer/Makefile.am: Fix things that should have been
13108         fixed in the last checkin.
13109
13110 2004-07-30  David Schleef  <ds@schleef.org>
13111
13112         * gst/multipart/Makefile.am: Fix things that should have been
13113         fixed in the last checkin.
13114
13115 2004-07-30  David Schleef  <ds@schleef.org>
13116
13117         * testsuite/multifilesink/Makefile.am: Fix unused variable.
13118
13119 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13120
13121         * configure.ac:
13122           bump nano for prerelease
13123         * po/af.po:
13124         * po/az.po:
13125         * po/cs.po:
13126         * po/en_GB.po:
13127         * po/hu.po:
13128         * po/nl.po:
13129         * po/sr.po:
13130         * po/sv.po:
13131         * po/uk.po:
13132           updates
13133
13134 2004-07-30  Wim Taymans  <wim@fluendo.com>
13135
13136         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13137         (gst_multifdsink_add), (gst_multifdsink_remove),
13138         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13139         (gst_multifdsink_client_remove),
13140         (gst_multifdsink_handle_client_write),
13141         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13142         * gst/tcp/gstmultifdsink.h:
13143         Recover from a select with a bad file descriptor by removing
13144         the client.
13145
13146 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13147
13148         * configure.ac:
13149           fix requirement of core
13150         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
13151         (gst_play_pipeline_setup):
13152           don't use colorspace element.  do use hermescolorspace element.
13153           make macro to get a colorspace element.
13154           mark strings for translation.
13155         * po/POTFILES.in:
13156           add play.c
13157         * po/af.po:
13158         * po/az.po:
13159         * po/cs.po:
13160         * po/en_GB.po:
13161         * po/hu.po:
13162         * po/nl.po:
13163         * po/sr.po:
13164         * po/sv.po:
13165         * po/uk.po:
13166           update translations
13167
13168 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13169
13170         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
13171         fix default for newmedia flag
13172
13173 2004-07-30  Wim Taymans  <wim@fluendo.com>
13174
13175         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13176         (gst_theora_dec_init), (theora_get_formats),
13177         (theora_dec_src_convert), (theora_dec_sink_convert),
13178         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13179         (theora_dec_chain), (theora_dec_set_property),
13180         (theora_dec_get_property):
13181         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13182         (gst_theora_enc_class_init), (gst_theora_enc_init),
13183         (theora_enc_sink_link), (theora_enc_chain),
13184         (theora_enc_set_property), (theora_enc_get_property):
13185         Added cropping option to theora decoder.
13186         Added border option to theora encoder.
13187
13188 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13189
13190         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13191         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
13192         (gst_pngenc_set_property):
13193         * ext/libpng/gstpngenc.h:
13194         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
13195
13196 2004-07-30  Wim Taymans  <wim@fluendo.com>
13197
13198         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13199         (theora_enc_sink_link), (theora_enc_chain),
13200         (theora_enc_set_property), (theora_enc_get_property):
13201         Fix encoding of non-multiple-of-16 video.
13202
13203 2004-07-29  David Schleef  <ds@schleef.org>
13204
13205         * configure.ac: make test for audiofile more strict
13206
13207 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13208
13209         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13210           give different names to typefind functions
13211
13212 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13213
13214         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13215         (gst_ximagesink_calculate_pixel_aspect_ratio),
13216         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
13217         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
13218         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
13219         (gst_ximagesink_get_property), (gst_ximagesink_init):
13220         * sys/ximage/ximagesink.h:
13221           allocate PAR's dynamically.
13222           use autodetected PAR if no object-set PAR is given.
13223           add workaround for directfb's X not setting physical size.
13224           fix to xvimagesink will follow tomorrow.
13225
13226 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13227
13228         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
13229         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
13230         (gst_shout2send_get_type), (gst_shout2send_set_clock),
13231         (gst_shout2send_class_init), (gst_shout2send_init),
13232         (set_shout_metadata), (gst_shout2send_set_metadata),
13233         (gst_shout2send_chain), (gst_shout2send_set_property),
13234         (gst_shout2send_get_property), (gst_shout2send_connect),
13235         (gst_shout2send_change_state):
13236         * ext/shout2/gstshout2.h:
13237         - fix for sending mp3 audio to icecast2 server, if pad link function not
13238         called before PAUSED state
13239         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
13240         - added tagging support for mp3 audio broadcasted
13241         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
13242         debug info
13243
13244 2004-07-28  Wim Taymans  <wim@fluendo.com>
13245
13246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13247         (gst_ogg_demux_push):
13248         Return query failure when we don't know the length of
13249         an ogg stream insteda of returning TRUE with a bogus value.
13250
13251 2004-07-28  Wim Taymans  <wim@fluendo.com>
13252
13253         * ext/theora/theoradec.c: (theora_get_formats),
13254         (theora_dec_src_convert), (theora_dec_sink_convert),
13255         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13256         (theora_dec_chain):
13257         Don't screw up the 1 Chroma for 1 luma sample situation when we
13258         have an odd offset/width by adding a black border in those cases.
13259
13260 2004-07-28  Wim Taymans  <wim@fluendo.com>
13261
13262         * ext/theora/theoradec.c: (theora_get_formats),
13263         (theora_dec_src_convert), (theora_dec_sink_convert),
13264         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13265         (theora_dec_chain):
13266         * ext/theora/theoraenc.c: (theora_enc_sink_link):
13267         Added first attempt at cropping of the image as required by the
13268         theora spec. We need more properties in the caps (offset_x,
13269         offset_y,stride) to implement this correctly.
13270
13271 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13272
13273         * ext/dvdnav/README:
13274           Update the README to use dvddemux
13275         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
13276           Ensure getcaps returns a subset of the template caps
13277         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
13278         (gst_mpeg2subt_init):
13279           Ensure getcaps returns a subset of the template caps
13280         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13281         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
13282         (gst_dvd_demux_get_subpicture_stream),
13283         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
13284         * gst/mpegstream/gstdvddemux.h:
13285           Set the explicit caps on the current_video pad before pushing
13286           anything
13287         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
13288         (gst_mpeg_demux_get_audio_stream):
13289           Free caps used to gst_pad_set_explicit_caps, which takes a const
13290           GstCaps *
13291
13292 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13293
13294         * configure.ac: update GStreamer requirement to 0.8.4 because of
13295           GstFraction.
13296
13297 2004-07-28  Wim Taymans  <wim@fluendo.com>
13298
13299         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
13300         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
13301         Add the pad to the element after setting up the caps. This
13302         makes it a lot easier to autoplug.
13303
13304 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
13305
13306         * gst/median/gstmedian.c:
13307         * gst/mpeg2subt/gstmpeg2subt.c:
13308         * gst/mpegaudioparse/gstmpegaudioparse.c:
13309         * gst/mpegstream/gstdvddemux.c:
13310         * gst/mpegstream/gstmpegdemux.c:
13311         * gst/mpegstream/gstmpegpacketize.c:
13312         * gst/rtjpeg/gstrtjpeg.c:
13313         * gst/rtjpeg/gstrtjpegdec.c:
13314         * gst/rtjpeg/gstrtjpegenc.c:
13315         * gst/sine/gstsinesrc.c:
13316         * gst/smooth/gstsmooth.c:
13317         * gst/smpte/gstsmpte.c:
13318         * gst/smpte/gstsmpte.h:
13319         * gst/stereo/gststereo.c:
13320         * gst/videofilter/gstgamma.c:
13321         * gst/videofilter/gstvideobalance.c:
13322         * gst/videofilter/gstvideofilter.c:
13323         * gst/videofilter/gstvideoflip.c:
13324         * gst/videoscale/gstvideoscale.c:
13325         * gst/videoscale/videoscale.c:
13326         * gst/videotestsrc/gstvideotestsrc.c:
13327         * gst/videotestsrc/videotestsrc.c:
13328         * gst/wavenc/gstwavenc.c:
13329         * gst/wavparse/gstwavparse.c:
13330           fix local includes and 64 bits constants
13331
13332 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
13333
13334         * win32/gst.sln:
13335         * gst-libs/gst/*/*.vcproj:
13336         * gst/*/*.vcproj:
13337           more working plugins
13338
13339 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13340
13341         * testsuite/alsa/Makefile.am:
13342         * testsuite/alsa/srcstate.c:
13343         add test for alsasrc changing state
13344
13345 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13346
13347         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
13348         (gst_silence_get):
13349         * gst/silence/gstsilence.h:
13350         fix silence generation for 16bit raw audio
13351
13352 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13353
13354         * gst/matroska/matroska-demux.c:
13355         (gst_matroska_demux_parse_metadata),
13356         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
13357         * gst/mpegaudio/common.c:
13358         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13359         (gst_videoscale_getcaps), (gst_videoscale_link),
13360         (gst_videoscale_src_fixate), (gst_videoscale_init),
13361         (gst_videoscale_finalize):
13362         * gst/videoscale/gstvideoscale.h:
13363         * gst/videotestsrc/gstvideotestsrc.c:
13364         (gst_videotestsrc_get_capslist):
13365         * gst/wavenc/gstwavenc.c:
13366         * sys/oss/gstossmixer.c: (fill_labels):
13367         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13368         (gst_ximagesink_handle_xevents),
13369         (gst_ximagesink_calculate_pixel_aspect_ratio),
13370         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
13371         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
13372         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
13373         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13374         (gst_ximagesink_init), (gst_ximagesink_class_init):
13375         * sys/ximage/ximagesink.h:
13376         * sys/xvimage/xvimagesink.c:
13377         (gst_xvimagesink_calculate_pixel_aspect_ratio),
13378         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
13379         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13380         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
13381         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13382         * sys/xvimage/xvimagesink.h:
13383           first batch of pixel aspect ratio commits.
13384
13385 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13386
13387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13388         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
13389         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
13390           handle stride, needs work if we want to move stride handling
13391           upstream, but works correctly for our purposes.
13392
13393 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13394
13395         * gst/videoscale/README:
13396           add testing examples
13397         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
13398         (gst_videoscale_chain):
13399         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13400         (gst_videoscale_get_size):
13401           add get_size function that handles stride like videotestsrc.
13402           fixes conversion for YUV formats for as much as I can test them.
13403
13404 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13405
13406         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13407         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13409         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13410         (gst_xvimagesink_xvimage_put):
13411           further cleanups, logging, error handling and synchronizing
13412
13413 2004-07-27  Wim Taymans  <wim@fluendo.com>
13414
13415         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13416         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13417         (gst_videomixer_pad_set_property),
13418         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13419         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13420         (gst_videomixer_class_init), (gst_videomixer_init),
13421         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
13422         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
13423         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
13424         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
13425         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
13426         (gst_videomixer_loop), (plugin_init):
13427         Be a nicer negotiation citizen and provide a getcaps function on
13428         the srcpad. This also fixes a crash when resizing.
13429
13430 2004-07-27  Julien MOUTTE  <julien@moutte.net>
13431
13432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13433         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
13434
13435 2004-07-27  Wim Taymans  <wim@fluendo.com>
13436
13437         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
13438         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13439         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
13440         (gst_pngenc_set_property):
13441         * ext/libpng/gstpngenc.h:
13442         Added snapshot property to pngenc.
13443         removed g_print from pngdec
13444
13445 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
13446
13447         * gst/ac3parse/ac3parse.vcproj
13448         * gst/adder/adder.vcproj
13449         * gst/alpha/alpha.vcproj
13450         * gst/alpha/alphacolor.vcproj
13451         * gst/asfdemux/asf.vcproj
13452         * gst/audioconvert/audioconvert.vcproj
13453         * gst/audiorate/audiorate.vcproj
13454         * gst/audioscale/audioscale.vcproj
13455         * gst/auparse/auparse.vcproj
13456         * gst/avi/avi.vcproj
13457         * gst/cdxaparse/cdxaparse.vcproj
13458         * gst/chart/chart.vcproj
13459         * gst/colorspace/colorspace.vcproj
13460         * gst/cutter/cutter.vcproj
13461         * gst/debug/debug.vcproj
13462         * gst/debug/efence.vcproj
13463         * gst/debug/navigationtest.vcproj
13464         * gst/deinterlace/deinterlace.vcproj
13465         * gst/effectv/effectv.vcproj
13466         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
13467         * gst/filter/filter.vcproj
13468         * gst/flx/flxdec.vcproj
13469         * gst/goom/goom.vcproj
13470         * gst/interleave/interleave.vcproj
13471         * gst/law/alaw.vcproj
13472         * gst/law/mulaw.vcproj
13473         * gst/matroska/matroska.vcproj
13474         * gst/median/median.vcproj
13475         * gst/mixmatrix/mixmatrix.vcproj
13476         * gst/mpeg1sys/mpeg1systemencode.vcproj
13477         * gst/mpeg1videoparse/mp1videoparse.vcproj
13478         * gst/mpeg2sub/mpeg2subt.vcproj
13479         * gst/mpegaudio/mpegaudio.vcproj
13480         * gst/mpegaudioparse/mpegaudioparse.vcproj
13481         * gst/mpegstream/mpegstream.vcproj
13482         * gst/multifilesink/multifilesink.vcproj
13483         * gst/multipart/multipart.vcproj
13484         * gst/oneton/oneton.vcproj
13485         * gst/overlay/overlay.vcproj
13486         * gst/passthrough/passthrough.vcproj
13487         * gst/qtdemux/qtdemux.vcproj
13488         * gst/realmedia/rmdemux.vcproj
13489         * gst/rtjpeg/rtjpeg.vcproj
13490         * gst/rtp/rtp.vcproj
13491         * gst/silence/silence.vcproj
13492         * gst/sine/sinesrc.vcproj
13493         * gst/smooth/smooth.vcproj
13494         * gst/smpte/smpte.vcproj
13495         * gst/spectrum/spectrum.vcproj
13496         * gst/speed/speed.vcproj
13497         * gst/stereo/stereo.vcproj
13498         * gst/switch/switch.vcproj
13499         * gst/tags/tagedit.vcproj
13500         * gst/tcp/tcp.vcproj
13501         * gst/typefind/typefindfunctions.vcproj
13502         * gst/udp/udp.vcproj
13503         * gst/videobox/videobox.vcproj
13504         * gst/videocrop/videocrop.vcproj
13505         * gst/videodrop/videodrop.vcproj
13506         * gst/videofilter/gamma.vcproj
13507         * gst/videofilter/videobalance.vcproj
13508         * gst/videofilter/videofilter.vcproj
13509         * gst/videofilter/videoflip.vcproj
13510         * gst/videoflip/videoflip.vcproj
13511         * gst/videomixer/videomixer.vcproj
13512         * gst/videorate/videorate.vcproj
13513         * gst/videoscale/videoscale.vcproj
13514         * gst/videotestsrc/videotestsrc.vcproj
13515         * gst/virtualdub/virtualdub.vcproj
13516         * gst/volenv/volenv.vcproj
13517         * gst/volume/volume.vcproj
13518         * gst/wavenc/wavenc.vcproj
13519         * gst/wavparse/wavparse.vcproj
13520         * gst/y4m/y4menc.vcproj
13521         * gst-libs/gst/audio/audio.vcproj
13522         * gst-libs/gst/audio/audiofilter.vcproj
13523         * gst-libs/gst/colorbalance/colorbalance.vcproj
13524         * gst-libs/gst/idct/idtc.vcproj
13525         * gst-libs/gst/media-info/media-info.vcproj
13526         * gst-libs/gst/mixer/mixer.vcproj
13527         * gst-libs/gst/navigation/navigation.vcproj
13528         * gst-libs/gst/play/play.vcproj
13529         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
13530         * gst-libs/gst/resample/resample.vcproj
13531         * gst-libs/gst/riff/riff.vcproj
13532         * gst-libs/gst/tuner/tuner.vcproj
13533         * gst-libs/gst/video/video.vcproj
13534         * gst-libs/gst/xoverlay/xoverlay.vcproj
13535           avoid problems with math.h, fix release dependancy
13536           rename GStreamer-0.8.lib to libgstreamer.lib
13537
13538 2004-07-27  Julien MOUTTE  <julien@moutte.net>
13539
13540         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
13542         the atom is not available we have to unlock the mutex. Fixes #148023
13543
13544 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13545
13546         * gst-libs/gst/media-info/media-info.h:
13547           issue for a vararg macro with MSVC
13548
13549 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13550
13551         * gst/effectv/effectv.vcproj
13552         * gst-libs/gst/idct/idct.vcproj:
13553         * gst-libs/gst/media-info/media-info.vcproj:
13554         * gst-libs/gst/navigation/navigation.vcproj:
13555         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
13556         * gst-libs/gst/video/video.vcproj:
13557         * gst-libs/gst/xoverlay/xoverlay.vcproj:
13558           fixes for build problems
13559
13560 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13561
13562         * gst-libs/gst/audio/audio.def:
13563         * gst-libs/gst/audio/riff.def:
13564           add some definitions needed by plugins
13565
13566 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13567
13568         * gst/asfdemux/gstasfmux.c
13569           Fix some 64 bits constants to be glib friendly
13570
13571 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13572
13573         * gst/ac3parse/gstac3parse.c
13574         * gst/audioscale/gstaudioscale.c
13575         * gst/auparse/gstauparse.c
13576         * gst/colorspace/gstcolorspace.c
13577         * gst/colorspace/yuv2rgb.h
13578           local include fixes
13579
13580 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13581
13582         * win32/gst.sln
13583           add more plugins to the build
13584
13585 2004-07-26  Julien MOUTTE  <julien@moutte.net>
13586
13587         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13588         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
13589
13590 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13591
13592         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
13593         (gst_level_set_property), (gst_level_get_property),
13594         (gst_level_base_init), (gst_level_class_init):
13595           add debugging categories.  cleanups.
13596
13597 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13598
13599         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13600         (gst_videoscale_planar411), (gst_videoscale_planar400),
13601         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
13602         (gst_videoscale_scale_nearest_str1),
13603         (gst_videoscale_scale_nearest_str2),
13604         (gst_videoscale_scale_nearest_str4),
13605         (gst_videoscale_scale_nearest_16bit),
13606         (gst_videoscale_scale_nearest_24bit):
13607           fixed stride issues
13608           tested with 320x240 -> 321, 322, 324 x240
13609           tested with YV12, I420, YUY2, UYVY
13610           fixed packed422rev (don't think it could have worked before)
13611           by testing with UYVY
13612
13613 2004-07-26  Benjamin Otte  <otte@gnome.org>
13614
13615         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
13616         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
13617         (plugin_init):
13618           add debugging category, add error checks like checking return values
13619           of setup calls, make sure it still works after
13620           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
13621
13622 2004-07-26  Wim Taymans  <wim@fluendo.com>
13623
13624         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
13625         (gst_mpeg_demux_get_audio_stream),
13626         (gst_mpeg_demux_process_private):
13627         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
13628         Check for error codes from the negotiation functions. Make sure
13629         we really set the pad caps when a new pad is created.
13630
13631 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13632
13633         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13634         (gst_ffmpeg_caps_to_pix_fmt):
13635         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13637         (gst_ffmpegcolorspace_pad_link):
13638           don't make function do two things at the same time without reason.
13639
13640 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13641
13642         * gst/ac3parse/ac3parse.vcproj
13643         * gst/adder/adder.vcproj
13644         * gst/alpha/alpha.vcproj
13645         * gst/alpha/alphacolor.vcproj
13646         * gst/asfdemux/asf.vcproj
13647         * gst/audioconvert/audioconvert.vcproj
13648         * gst/audiorate/audiorate.vcproj
13649         * gst/audioscale/audioscale.vcproj
13650         * gst/auparse/auparse.vcproj
13651         * gst/avi/avi.vcproj
13652         * gst/cdxaparse/cdxaparse.vcproj
13653         * gst/chart/chart.vcproj
13654         * gst/colorspace/colorspace.vcproj
13655         * gst/cutter/cutter.vcproj
13656         * gst/debug/debug.vcproj
13657         * gst/debug/efence.vcproj
13658         * gst/debug/navigationtest.vcproj
13659         * gst/deinterlace/deinterlace.vcproj
13660         * gst/effectv/effectv.vcproj
13661         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
13662         * gst/filter/filter.vcproj
13663         * gst/flx/flxdec.vcproj
13664         * gst/goom/goom.vcproj
13665         * gst/interleave/interleave.vcproj
13666         * gst/law/alaw.vcproj
13667         * gst/law/mulaw.vcproj
13668         * gst/matroska/matroska.vcproj
13669         * gst/median/median.vcproj
13670         * gst/mixmatrix/mixmatrix.vcproj
13671         * gst/mpeg1sys/mpeg1systemencode.vcproj
13672         * gst/mpeg1videoparse/mp1videoparse.vcproj
13673         * gst/mpeg2sub/mpeg2subt.vcproj
13674         * gst/mpegaudio/mpegaudio.vcproj
13675         * gst/mpegaudioparse/mpegaudioparse.vcproj
13676         * gst/mpegstream/mpegstream.vcproj
13677         * gst/multifilesink/multifilesink.vcproj
13678         * gst/multipart/multipart.vcproj
13679         * gst/oneton/oneton.vcproj
13680         * gst/overlay/overlay.vcproj
13681         * gst/passthrough/passthrough.vcproj
13682         * gst/qtdemux/qtdemux.vcproj
13683         * gst/realmedia/rmdemux.vcproj
13684         * gst/rtjpeg/rtjpeg.vcproj
13685         * gst/rtp/rtp.vcproj
13686         * gst/silence/silence.vcproj
13687         * gst/sine/sinesrc.vcproj
13688         * gst/smooth/smooth.vcproj
13689         * gst/smpte/smpte.vcproj
13690         * gst/spectrum/spectrum.vcproj
13691         * gst/speed/speed.vcproj
13692         * gst/stereo/stereo.vcproj
13693         * gst/switch/switch.vcproj
13694         * gst/tags/tagedit.vcproj
13695         * gst/tcp/tcp.vcproj
13696         * gst/typefind/typefindfunctions.vcproj
13697         * gst/udp/udp.vcproj
13698         * gst/videobox/videobox.vcproj
13699         * gst/videocrop/videocrop.vcproj
13700         * gst/videodrop/videodrop.vcproj
13701         * gst/videofilter/gamma.vcproj
13702         * gst/videofilter/videobalance.vcproj
13703         * gst/videofilter/videofilter.vcproj
13704         * gst/videofilter/videoflip.vcproj
13705         * gst/videoflip/videoflip.vcproj
13706         * gst/videomixer/videomixer.vcproj
13707         * gst/videorate/videorate.vcproj
13708         * gst/videoscale/videoscale.vcproj
13709         * gst/videotestsrc/videotestsrc.vcproj
13710         * gst/virtualdub/virtualdub.vcproj
13711         * gst/volenv/volenv.vcproj
13712         * gst/volume/volume.vcproj
13713         * gst/wavenc/wavenc.vcproj
13714         * gst/wavparse/wavparse.vcproj
13715         * gst/y4m/y4menc.vcproj
13716           more plugins supported under windows
13717
13718 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13719
13720         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13721         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
13722         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
13723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13724         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
13725           Add debugging statements.  Use the sizes as returned by the
13726           *CreateImage calls.
13727
13728 2004-07-26  Johan Dahlin  <johan@gnome.org>
13729
13730         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
13731         the pad is negotiated.
13732
13733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
13734
13735 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
13736
13737         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13738         * gst-libs/gst/idct/idct.vcproj:
13739         * gst-libs/gst/media-info/media-info.vcproj:
13740         * gst-libs/gst/mixer/mixer.vcproj:
13741         * gst-libs/gst/navigation/navigation.vcproj:
13742         * gst-libs/gst/play/play.vcproj:
13743         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
13744         * gst-libs/gst/resample/resample.vcproj:
13745         * gst-libs/gst/tuner/tuner.vcproj:
13746         * gst-libs/gst/video/video.vcproj:
13747         * gst-libs/gst/xoverlay/xoverlay.vcproj:
13748           more plugins supported under windows
13749
13750 2004-07-25 Iain <iain@prettypeople.org>
13751
13752         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
13753         pad now rather than when the pad is created because state changes wipe
13754         explicit caps (fixes #148043).
13755
13756 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
13757
13758         reviewed by Benjamin Otte  <otte@gnome.org>
13759
13760         * ext/mad/gstmad.c:
13761           fix mad plugin crashing on Sun (fixes #148289)
13762
13763 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13764
13765         * gst/avi/avi.def:
13766         * gst/avi/avi.vcproj:
13767         * gst/matroska/matroska.def:
13768         * gst/matroska/matroska.vcproj:
13769           remove unused .def files
13770
13771 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13772
13773         * gst-libs/gst/audio/gstaudiofilter.c:
13774           Clean the local include
13775
13776 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13777
13778         * win32/gst.sln:
13779         * gst-libs/gst/audio/audio.def:
13780         * gst-libs/gst/audio/audio.vcproj:
13781         * gst-libs/gst/audio/audiofilter.vcproj:
13782         * gst-libs/gst/audio/riff.def:
13783         * gst-libs/gst/audio/riff.vcproj:
13784         * gst-libs/gst/gst-libs.def:
13785         * gst-libs/gst/gst-libs.vcproj:
13786         * gst/avi/avi.vcproj:
13787         * gst/avi/avi.vcproj:
13788           Copy the files where needed after building, cleaner projects
13789
13790 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
13791
13792         * gst/matroska/ebml-write.c:
13793           Fix some 64 bits constants to be glib friendly
13794
13795 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
13796
13797         * win32/gst.sln:
13798         * gst-libs/gst/gst-libs.def:
13799         * gst-libs/gst/gst-libs.vcproj:
13800         * gst/matroska/matroska.def:
13801         * gst/matroska/matroska.vcproj:
13802           Add the preliminary canvas to build plugins on Win32
13803
13804 2004-07-23  Benjamin Otte  <otte@gnome.org>
13805
13806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13807           don't enfore negotiation from source side, it breaks
13808           sinesrc ! audioconvert ! osssink
13809
13810 2004-07-22  David Schleef  <ds@schleef.org>
13811
13812         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
13813         for ELF files, since they can easily be recognized as audio/mpeg.
13814         (bug #147441)
13815
13816 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13817
13818         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
13819         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
13820         (gst_videoscale_scale_nearest_24bit),
13821         (gst_videoscale_scale_nearest_16bit):
13822           fix 16bit and 24bit for stride (24bit might need testing)
13823           don't pretend we do more than one algorithm
13824
13825 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13826
13827         * configure.ac:
13828         * gst/Makefile.am:
13829         * gst/multifilesink/Makefile.am:
13830         * gst/multifilesink/gstmultifilesink.c:
13831         (gst_multifilesink_get_formats),
13832         (gst_multifilesink_get_query_types), (_do_init),
13833         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
13834         (gst_multifilesink_init), (gst_multifilesink_dispose),
13835         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
13836         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
13837         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
13838         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
13839         (gst_multifilesink_chain), (gst_multifilesink_change_state),
13840         (gst_multifilesink_uri_get_type),
13841         (gst_multifilesink_uri_get_protocols),
13842         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
13843         (gst_multifilesink_uri_handler_init), (plugin_init):
13844         * gst/multifilesink/gstmultifilesink.h:
13845         * testsuite/Makefile.am:
13846         * testsuite/multifilesink/Makefile.am:
13847         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
13848         (gst_newmedia_class_init), (gst_newmedia_init),
13849         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13850         (newfile_signal), (test_signal), (main):
13851         multifilesink plugin for creating new files every time a new media
13852         discontinuity event occurs
13853
13854 2004-07-22  Wim Taymans  <wim@fluendo.com>
13855
13856         * gst/alpha/Makefile.am:
13857         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
13858         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
13859         (gst_alpha_color_init), (gst_alpha_color_set_property),
13860         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
13861         (transform), (gst_alpha_color_chain),
13862         (gst_alpha_color_change_state), (plugin_init):
13863         Stupid plugin to to RGBA to AYUV conversion because none of
13864         the colorspace plugins can handle that yet.
13865
13866 2004-07-22  Wim Taymans  <wim@fluendo.com>
13867
13868         * examples/seeking/seek.c: (update_scale), (main):
13869         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13870         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13871         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13872         (gst_decode_bin_init), (gst_decode_bin_dispose),
13873         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13874         (no_more_pads), (close_link), (type_found),
13875         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13876         (plugin_init):
13877         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13878         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13879         (gst_play_base_bin_dispose), (queue_overrun),
13880         (gen_preroll_element), (remove_prerolls), (unknown_type),
13881         (no_more_pads), (new_stream), (setup_source),
13882         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13883         (play_base_eos), (gst_play_base_bin_change_state),
13884         (gst_play_base_bin_add_element),
13885         (gst_play_base_bin_remove_element),
13886         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13887         (gst_play_base_bin_unlink_stream),
13888         (gst_play_base_bin_get_streaminfo):
13889         * gst/playback/gstplaybin.c: (gen_video_element),
13890         (gen_audio_element):
13891         * gst/playback/gststreaminfo.h:
13892         More playback updates, attempt to fix things after the state change
13893         breakage.
13894
13895 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13896
13897         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
13898         (gst_videoscale_scale_nearest_16bit):
13899           comment algorithm
13900
13901 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13902
13903         * gst/videotestsrc/gstvideotestsrc.c:
13904         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
13905         (gst_videotestsrc_init), (gst_videotestsrc_get),
13906         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13907         (gst_videotestsrc_get_property):
13908         * gst/videotestsrc/gstvideotestsrc.h:
13909         * gst/videotestsrc/videotestsrc.c:
13910         * gst/videotestsrc/videotestsrc.h:
13911           cleanup and commenting
13912
13913 2004-07-21  Wim Taymans  <wim@fluendo.com>
13914
13915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13916         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
13917         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
13918         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
13919         (_find_chain_get_unknown_part), (_find_streams_check),
13920         (gst_ogg_demux_push), (gst_ogg_pad_push):
13921         * ext/theora/theoradec.c: (theora_get_formats),
13922         (theora_dec_src_convert), (theora_dec_sink_convert),
13923         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13924         (theora_dec_chain):
13925         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13926         (vorbis_dec_convert), (vorbis_dec_src_query),
13927         (vorbis_dec_src_event), (vorbis_dec_event):
13928         More seeking fixes, oggdemux now supports seeking to time and
13929         uses the downstream element to convert granulepos to time.
13930         Seeking in theora-only ogg files now works.
13931
13932 2004-07-21  Wim Taymans  <wim@fluendo.com>
13933
13934         * ext/theora/theoradec.c: (gst_theora_dec_init),
13935         (theora_get_formats), (theora_get_event_masks),
13936         (theora_get_query_types), (theora_dec_src_convert),
13937         (theora_dec_sink_convert), (theora_dec_src_query),
13938         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13939         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13940         (vorbis_get_event_masks), (vorbis_get_query_types),
13941         (gst_vorbis_dec_init), (vorbis_dec_convert),
13942         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
13943         Added query/convert/formats functions to vorbis and theora decoders
13944         so that the outside world can use them too. Fixed seeking on an
13945         ogg/theora/vorbis file by disabling the seeking seeking on the
13946         theora srcpad.
13947
13948 2004-07-21  Julien MOUTTE  <julien@moutte.net>
13949
13950         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13951         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
13952         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
13953         images creation for both elements. We don't create the image on caps
13954         nego or renego, we just destroy the internal one if present if it does
13955         not match the needs. The chain function takes care of creating a new
13956         image when needed.
13957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13958         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
13959         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13960         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
13961         the image format information. The buffer pool checks for the context
13962         image format and discard images with different formats.
13963         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13964
13965 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13966
13967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13968         (gst_ffmpegcolorspace_chain):
13969           no point in doing any chaining if the pad we want to push from
13970           isn't usable.
13971
13972 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13973
13974         * gst-libs/gst/riff/riff-media.c:
13975         (gst_riff_create_audio_caps_with_data):
13976           Fix double end-to-native symbol conversion (#148021).
13977
13978 2004-07-20  David Schleef  <ds@schleef.org>
13979
13980         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13981         Don't use an Atom that doesn't exist.
13982
13983 2004-07-20  Wim Taymans  <wim@fluendo.com>
13984
13985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13986         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13987         (gst_multifdsink_client_remove),
13988         (gst_multifdsink_handle_client_write),
13989         (gst_multifdsink_queue_buffer):
13990         * gst/tcp/gstmultifdsink.h:
13991         More multifdsink stats. Avoid deadlock by releasing locks
13992         before sending out a signal.
13993
13994 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13995
13996         * po/LINGUAS:
13997         * po/hu.po:
13998           added Hungarian translation (Laszlo Dvornik)
13999
14000 2004-07-20  Wim Taymans  <wim@fluendo.com>
14001
14002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14003         (gst_multifdsink_add), (gst_multifdsink_client_remove),
14004         (gst_multifdsink_handle_client_write),
14005         (gst_multifdsink_queue_buffer):
14006         * gst/tcp/gsttcp-marshal.list:
14007         Fixed the stupid marshal definition.
14008
14009 2004-07-20  Wim Taymans  <wim@fluendo.com>
14010
14011         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14012         (gst_multifdsink_init), (gst_multifdsink_add),
14013         (gst_multifdsink_client_remove),
14014         (gst_multifdsink_handle_client_write),
14015         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
14016         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
14017         (gst_multifdsink_init_send):
14018         * gst/tcp/gstmultifdsink.h:
14019         Added more stats, added timeout for a client, fixed some typos
14020         and added some comments.
14021
14022 2004-07-20  Wim Taymans  <wim@fluendo.com>
14023
14024         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14025         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14026         (gst_multifdsink_client_remove),
14027         (gst_multifdsink_handle_client_write):
14028         * gst/tcp/gstmultifdsink.h:
14029         * gst/tcp/gsttcp-marshal.list:
14030         Added get_stats method that returns a GValueArray of
14031         stats values.
14032
14033 2004-07-19  Benjamin Otte  <otte@gnome.org>
14034
14035         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14036           make sure longname, description and author are valid UTF-8
14037
14038 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14039
14040         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
14041         (gst_ximagesink_set_property):
14042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
14043         (gst_xvimagesink_set_property):
14044           make sure SYNCHRONOUS is respected after getting the X context
14045
14046 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14047
14048         * gst/matroska/matroska-demux.c:
14049         (gst_matroska_demux_handle_src_event),
14050         (gst_matroska_demux_parse_blockgroup):
14051         * gst/matroska/matroska-ids.h:
14052           add BlockReference tag and ignore it to clear out log.
14053           ignore NAVIGATION events to clear out log.
14054
14055 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14056
14057         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
14058         (gst_matroska_demux_add_stream):
14059         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
14060           add debug categories
14061
14062 2004-07-16  Wim Taymans  <wim@fluendo.com>
14063
14064         * ext/libpng/Makefile.am:
14065         * ext/libpng/gstpng.c: (plugin_init):
14066         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
14067         (gst_pngdec_get_type), (gst_pngdec_base_init),
14068         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
14069         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
14070         * ext/libpng/gstpngdec.h:
14071         Added png decoder.
14072
14073 2004-07-16  Julien MOUTTE  <julien@moutte.net>
14074
14075         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
14076         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
14077         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
14078         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
14079         (gst_ximagesink_buffer_alloc):
14080         * sys/ximage/ximagesink.h:
14081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14082         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14083         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
14084         (gst_xvimagesink_buffer_alloc):
14085         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
14086         again. Using internal data pointer of the x(v)image to store image's
14087         data to be coherent with the buffer alloc mechanism. Investigated the
14088         image destruction code to be sure that everything gets freed correctly.
14089
14090 2004-07-16  Wim Taymans  <wim@fluendo.com>
14091
14092         * gst-libs/gst/riff/riff-read.c:
14093         (gst_riff_read_strf_vids_with_data),
14094         (gst_riff_read_strf_auds_with_data):
14095         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14096         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
14097         Make sure we don't create 0 sized subbuffers in riff-read.
14098         Signal the no more pads signal after reading the avi header.
14099
14100 2004-07-16  Wim Taymans  <wim@fluendo.com>
14101
14102         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14103         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
14104         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
14105         (gst_decode_bin_init), (gst_decode_bin_dispose),
14106         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14107         (no_more_pads), (close_link), (type_found),
14108         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14109         (gst_decode_bin_change_state), (plugin_init):
14110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14111         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14112         (gst_play_base_bin_dispose), (queue_overrun),
14113         (gen_preroll_element), (remove_prerolls), (unknown_type),
14114         (no_more_pads), (new_stream), (setup_source),
14115         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14116         (play_base_eos), (gst_play_base_bin_change_state),
14117         (gst_play_base_bin_add_element),
14118         (gst_play_base_bin_remove_element),
14119         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14120         (gst_play_base_bin_unlink_stream),
14121         (gst_play_base_bin_get_streaminfo):
14122         * gst/playback/gstplaybasebin.h:
14123         Better error recovery. Added configurable preroll queue size. Faster
14124         detection of no-more-pads.
14125
14126 2004-07-16  Wim Taymans  <wim@fluendo.com>
14127
14128         * gst-libs/gst/video/video.h:
14129         Added 32 bits RGBA. Not sure if we should use another mime-type
14130         for alpha rgb. Currently the presence of the alpha_mask property
14131         signals an alpha channel.
14132
14133 2004-07-16  Wim Taymans  <wim@fluendo.com>
14134
14135         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14137         FPS seems to be 0.0 to MAX everywhere else.
14138
14139 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14140
14141         * gst-libs/gst/riff/riff-media.c:
14142         (gst_riff_create_video_caps_with_data):
14143           mp42/mp43 (no caps) exist too.
14144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14145           Set pixel_width/height; we've got them in-caps.
14146         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14147         * gst/wavparse/gstwavparse.c: (plugin_init):
14148           Both are valid primary.
14149         * sys/oss/gstossmixer.c:
14150           Remove i18n hack and enable translations.
14151
14152 2004-07-15  Benjamin Otte  <otte@gnome.org>
14153
14154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14155         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14156           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
14157
14158 2004-07-15  Benjamin Otte  <otte@gnome.org>
14159
14160         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14161         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
14162         (gst_alsa_close_audio):
14163           disable some of the debugging code for now. Writing debugging to a
14164           buffer is broken in current alsalib releases.
14165
14166 2004-07-12  Benjamin Otte  <otte@gnome.org>
14167
14168         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
14169           use bufferpools
14170
14171 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14172
14173         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14174         (theora_dec_src_query), (theora_dec_event):
14175         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
14176           add debugging categories.  Remove \n's.
14177
14178 2004-07-13  Johan Dahlin  <johan@gnome.org>
14179
14180         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
14181         (gst_play_bin_get_property): Impl.
14182
14183 2004-07-13  Wim Taymans  <wim@fluendo.com>
14184
14185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
14186         When trying to find the stream length, seek back N pages
14187         instead of just one, where N is the number of streams in
14188         the current chain.
14189
14190 2004-07-13  Wim Taymans  <wim@fluendo.com>
14191
14192         * gst-libs/gst/riff/riff-media.c:
14193         (gst_riff_create_audio_caps_with_data),
14194         (gst_riff_create_audio_caps),
14195         (gst_riff_create_audio_template_caps):
14196         * gst-libs/gst/riff/riff-media.h:
14197         * gst-libs/gst/riff/riff-read.c:
14198         (gst_riff_read_strf_vids_with_data),
14199         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
14200         * gst-libs/gst/riff/riff-read.h:
14201         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14202         (gst_avi_demux_add_stream):
14203         Set codec_data on caps for avidemuxer.
14204
14205 2004-07-12  David Schleef  <ds@schleef.org>
14206
14207         * configure.ac: Fix test for Objective C
14208
14209 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
14210         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
14211         (gst_gdk_pixbuf_chain):
14212           Add svg and pcx to template caps, and ensure that getcaps returns a
14213           subset of the template caps.
14214           Copy each row manually for output, as gdkpixbuf may pad the
14215           rowstride to a 32-bit word boundary.
14216
14217 2004-07-12  Wim Taymans  <wim@fluendo.com>
14218
14219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14220         (gst_riff_create_video_template_caps):
14221         Fix the template caps to include some more media types.
14222
14223 2004-07-12  Wim Taymans  <wim@fluendo.com>
14224
14225         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14226         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14227         (compare_ranks), (print_feature), (gst_decode_bin_init),
14228         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
14229         (try_to_link_1), (new_pad), (close_link), (type_found),
14230         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14231         (gst_decode_bin_change_state), (plugin_init):
14232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14233         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14234         (gst_play_base_bin_dispose), (queue_overrun),
14235         (gen_preroll_element), (remove_prerolls), (no_more_pads),
14236         (new_stream), (setup_source), (gst_play_base_bin_set_property),
14237         (gst_play_base_bin_get_property), (play_base_eos),
14238         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14239         (gst_play_base_bin_remove_element),
14240         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14241         (gst_play_base_bin_unlink_stream),
14242         (gst_play_base_bin_get_streaminfo):
14243         * gst/playback/gstplaybasebin.h:
14244         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14245         (gst_play_bin_class_init), (gst_play_bin_init),
14246         (gst_play_bin_dispose), (gst_play_bin_set_property),
14247         (gst_play_bin_get_property), (gen_video_element),
14248         (gen_audio_element), (remove_sinks), (setup_sinks),
14249         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
14250         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14251         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14252         (gst_play_bin_query), (plugin_init):
14253         * gst/playback/test4.c: (main):
14254         More fixes on reusing of the element.
14255
14256 2004-07-11  Benjamin Otte  <otte@gnome.org>
14257
14258         * ext/mad/gstmad.c: (normal_seek):
14259           allow seeking for other methods than just SET
14260
14261 2004-07-11  Andy Wingo  <wingo@pobox.com>
14262
14263         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
14264         float, "any" caps -> buffer_frames=[0,MAX].
14265
14266         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
14267         doesn't intersect our caps with the template any more. Do it
14268         ourselves.
14269         (interleave_buffered_loop): Use g_newa instead of malloc/free.
14270
14271 2004-07-09  Wim Taymans  <wim@fluendo.com>
14272
14273         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14274         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14275         (compare_ranks), (print_feature), (gst_decode_bin_init),
14276         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
14277         (try_to_link_1), (new_pad), (close_link), (type_found),
14278         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14279         (gst_decode_bin_change_state), (plugin_init):
14280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14281         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14282         (gst_play_base_bin_dispose), (queue_overrun),
14283         (gen_preroll_element), (remove_prerolls), (no_more_pads),
14284         (new_stream), (setup_source), (gst_play_base_bin_set_property),
14285         (gst_play_base_bin_get_property), (play_base_eos),
14286         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14287         (gst_play_base_bin_remove_element),
14288         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14289         (gst_play_base_bin_unlink_stream),
14290         (gst_play_base_bin_get_streaminfo):
14291         * gst/playback/gstplaybasebin.h:
14292         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14293         (gst_play_bin_class_init), (gst_play_bin_init),
14294         (gst_play_bin_dispose), (gst_play_bin_set_property),
14295         (gst_play_bin_get_property), (gen_video_element),
14296         (gen_audio_element), (remove_sinks), (setup_sinks),
14297         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
14298         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14299         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14300         (gst_play_bin_query), (plugin_init):
14301         * gst/playback/test4.c: (main):
14302         Work on object reuse and seeking.
14303
14304 2004-07-09  Wim Taymans  <wim@fluendo.com>
14305
14306         * examples/seeking/seek.c: (iterate):
14307         Don't consume all CPU in the idle loop.
14308
14309 2004-07-09  Wim Taymans  <wim@fluendo.com>
14310
14311         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
14312         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
14313         Add pad to element *after* setting the pad functions so that
14314         the scheduler can use the correct ones.
14315
14316 2004-07-09  Wim Taymans  <wim@fluendo.com>
14317
14318         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
14319         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
14320         Sync to keyframe after seek
14321
14322 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14323
14324         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14326         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
14327         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
14328         * ext/libvisual/visual.c: (gst_visual_change_state):
14329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
14330         * ext/theora/theoradec.c: (theora_dec_change_state):
14331         * ext/theora/theoraenc.c: (theora_enc_change_state):
14332         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
14333         * gst-libs/gst/navigation/navigation.c:
14334         * gst/adder/gstadder.c: (gst_adder_change_state):
14335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14336         (gst_audio_convert_get_buffer):
14337         * gst/multipart/multipartdemux.c:
14338         (gst_multipart_demux_change_state):
14339         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
14340         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14341         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14342         * gst/videoscale/gstvideoscale.c:
14343         (gst_videoscale_handle_src_event):
14344         * gst/volume/gstvolume.c: (volume_chain_int16):
14345           don't assert in state change, this should be done by the base
14346           GstElement class.
14347           various debugging fixes.
14348
14349 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14350
14351         * configure.ac:
14352         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
14353         (gst_play_dispose), (gst_play_set_location),
14354         (gst_play_set_data_src), (gst_play_set_video_sink),
14355         (gst_play_set_audio_sink), (gst_play_set_visualization),
14356         (gst_play_connect_visualization), (gst_play_get_sink_element),
14357         (gst_play_get_all_by_interface):
14358         * gst-libs/gst/play/play.h:
14359           add new method to get elements implementing an interface.
14360           add various error logging
14361
14362 2004-07-08  Wim Taymans  <wim@fluendo.com>
14363
14364         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
14365         (make_mpeg_pipeline), (make_mpegnt_pipeline),
14366         (make_playerbin_pipeline), (query_durations_elems),
14367         (query_durations_pads), (query_positions_elems),
14368         (query_positions_pads), (update_scale), (iterate), (stop_seek),
14369         (main):
14370         Added playbin seeking example.
14371
14372 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14373
14374         * gst-libs/gst/play/play.c: (gst_play_set_location),
14375         (gst_play_set_data_src), (gst_play_set_video_sink),
14376         (gst_play_set_audio_sink), (gst_play_set_visualization),
14377         (gst_play_connect_visualization), (gst_play_get_framerate):
14378           use a macro to look up elements from hash table
14379
14380 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14381
14382         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
14383         (gst_play_get_length_callback), (gst_play_set_location),
14384         (gst_play_seek_to_time), (gst_play_set_data_src),
14385         (gst_play_set_video_sink), (gst_play_set_audio_sink),
14386         (gst_play_set_visualization), (gst_play_connect_visualization),
14387         (gst_play_get_sink_element):
14388         - add debugging info
14389         - fix looking up sink elements by iterating over complete caps
14390         - put everything except for source and autoplugger in a complete bin
14391
14392 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14393
14394         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
14395         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
14396         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
14397         (gst_alsa_sink_write), (gst_alsa_sink_loop):
14398         * ext/alsa/gstalsasink.h:
14399         - add debugging info
14400         - clean up schizophrenia of data/buffer/event
14401         - fix double event unref error
14402
14403 2004-07-08  Wim Taymans  <wim@fluendo.com>
14404
14405         * gst/playback/Makefile.am:
14406         Add headers to noinst
14407
14408 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14409
14410         * tools/gst-launch-ext-m.m:
14411         * tools/gst-launch-ext.1.in:
14412           convert to the third millenium
14413
14414 2004-07-07  David Schleef  <ds@schleef.org>
14415
14416         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
14417
14418 2004-07-07  Wim Taymans  <wim@fluendo.com>
14419
14420         * gst/playback/Makefile.am:
14421         * gst/playback/README:
14422         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14423         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14424         (compare_ranks), (print_feature), (gst_decode_bin_init),
14425         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
14426         (try_to_link_1), (new_pad), (close_link), (type_found),
14427         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14428         (plugin_init):
14429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14430         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14431         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
14432         (gen_preroll_element), (no_more_pads), (new_stream),
14433         (setup_source), (gst_play_base_bin_set_property),
14434         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
14435         (gst_play_base_bin_add_element),
14436         (gst_play_base_bin_remove_element),
14437         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14438         (gst_play_base_bin_unlink_stream),
14439         (gst_play_base_bin_get_streaminfo):
14440         * gst/playback/gstplaybasebin.h:
14441         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14442         (gst_play_bin_class_init), (gst_play_bin_init),
14443         (gst_play_bin_dispose), (gst_play_bin_set_property),
14444         (gst_play_bin_get_property), (gen_video_element),
14445         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
14446         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14447         (gst_play_bin_get_formats), (gst_play_bin_convert),
14448         (gst_play_bin_get_query_types), (gst_play_bin_query),
14449         (plugin_init):
14450         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14451         (gst_stream_info_get_type), (gst_stream_info_class_init),
14452         (gst_stream_info_init), (gst_stream_info_new),
14453         (gst_stream_info_dispose), (gst_stream_info_set_property),
14454         (gst_stream_info_get_property):
14455         * gst/playback/gststreaminfo.h:
14456         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14457         (main):
14458         * gst/playback/test2.c: (main):
14459         * gst/playback/test3.c: (update_scale), (main):
14460         More playbin fixes. Added README. Do better element filtering.
14461         Added base class to preroll media. Added test apps.
14462
14463 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14464
14465         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
14466         * ext/mpeg2dec/gstmpeg2dec.h:
14467           various debugging improvements.  Reset stream to next picture
14468           instead of sequence header, otherwise seeks cannot work.
14469
14470 2004-07-07  Wim Taymans  <wim@fluendo.com>
14471
14472         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14473         (gst_video_box_class_init), (gst_video_box_set_property),
14474         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
14475         Use pad_alloc where possible.
14476
14477 2004-07-07  Wim Taymans  <wim@fluendo.com>
14478
14479         * sys/oss/gstosselement.c: (gst_osselement_reset),
14480         (gst_osselement_parse_caps):
14481         * sys/oss/gstosselement.h:
14482         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14483         Fix offset on osssrc.
14484
14485 2004-07-07  Wim Taymans  <wim@fluendo.com>
14486
14487         * ext/theora/theora.c: (plugin_init):
14488         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
14489         (theora_dec_src_query), (theora_dec_chain):
14490         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14491         (theora_enc_sink_link), (theora_buffer_from_packet),
14492         (theora_push_packet), (theora_enc_chain):
14493         Fix theora granulepos calculation.
14494         Fix overflow in duration/position calculation.
14495         Bump rank to PRIMARY for theoradec.
14496         Use granulepos of last packet to calculate position.
14497         Set keyframe flag on buffers when needed.
14498
14499 2004-07-06  David Schleef  <ds@schleef.org>
14500
14501         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
14502         serious?  (Fixed, obviously.)
14503
14504 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14505
14506         * po/LINGUAS:
14507         * po/cs.po:
14508           added Czech translation (Miloslav Trmac)
14509
14510 2004-07-05  Wim Taymans  <wim@fluendo.com>
14511
14512         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14513         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14514         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
14515         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14516         (close_link), (type_found), (gst_decode_bin_set_property),
14517         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
14518         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
14519         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
14520         (gst_decode_bin_query), (plugin_init):
14521         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14522         (gst_play_bin_class_init), (gst_play_bin_init),
14523         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
14524         (get_video_element), (new_pad), (setup_source),
14525         (gst_play_bin_set_property), (gst_play_bin_get_property),
14526         (gst_play_bin_change_state), (gst_play_bin_add_element),
14527         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
14528         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14529         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14530         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
14531         * gst/playback/test.c: (main):
14532         More fixes, cleaned up playbin, make it use decodebin. Added
14533         threaded property to playbin.
14534
14535 2004-07-05  Wim Taymans  <wim@fluendo.com>
14536
14537         * configure.ac:
14538         * gst/playback/Makefile.am:
14539         * gst/playback/decodetest.c: (main):
14540         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14541         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
14542         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
14543         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14544         (close_link), (type_found), (gst_decode_bin_set_property),
14545         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
14546         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
14547         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
14548         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
14549         (plugin_init):
14550         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
14551         (gst_play_bin_class_init), (gst_play_bin_init),
14552         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
14553         (collect_sink_pads), (find_compatibles), (close_pad_link),
14554         (try_to_link_1), (new_pad), (close_link), (type_found),
14555         (setup_source), (gst_play_bin_set_property),
14556         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
14557         (compare_ranks), (gst_play_bin_collect_factories),
14558         (gst_play_bin_change_state), (gst_play_bin_add_element),
14559         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
14560         (gst_play_bin_send_event), (gst_play_bin_get_formats),
14561         (gst_play_bin_convert), (gst_play_bin_get_query_types),
14562         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
14563         * gst/playback/test.c: (main):
14564         Added some playback helper elements and some test apps, very alpha
14565         still.
14566
14567 2004-07-04  Benjamin Otte  <otte@gnome.org>
14568
14569         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
14570           only restart audio when we indeed have an xrun to fix repeated
14571           xruns. Fix suggested by Giuliano Pochini.
14572
14573 2004-07-03  David Schleef  <ds@schleef.org>
14574
14575         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
14576         call to gst_debug_log() if debugging is disabled (bug #145118)
14577
14578 2004-07-03  Benjamin Otte  <otte@gnome.org>
14579
14580         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
14581           use our own functions for restarting the alsa device.
14582         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14583           I should apply patches myself - use MIN for the third argument, not
14584           the second, this fixes seeking
14585
14586 2004-07-02  David Schleef  <ds@schleef.org>
14587
14588         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14589         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
14590         do with the logic.
14591
14592 2004-07-02  David Schleef  <ds@schleef.org>
14593
14594         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
14595         output buffers.  Fix logic mistake.  (bug #144866)
14596
14597 2004-07-02  David Schleef  <ds@schleef.org>
14598
14599         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
14600         on X.  (bug #144753)
14601
14602 2004-07-02  David Schleef  <ds@schleef.org>
14603
14604         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
14605         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
14606         (bug #144624)
14607         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
14608         (gst_osselement_rate_probe_check): Add another workaround for
14609         buggy drivers (bug #145336)
14610
14611 2004-07-02  David Schleef  <ds@schleef.org>
14612
14613         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
14614         Most systems don't have MSG_NOSIGNAL.
14615
14616 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14617
14618         * Makefile.am:
14619         * gst-libs/gst/colorbalance/Makefile.am:
14620         * gst-libs/gst/mixer/Makefile.am:
14621         * gst-libs/gst/play/Makefile.am:
14622         * gst-libs/gst/tuner/Makefile.am:
14623           (hopefully) fix both install and dist and make error message useful.
14624           needs testing across automakes.
14625
14626 2004-07-02  Benjamin Otte  <otte@gnome.org>
14627
14628         * ext/ogg/gstogg.c: (plugin_init):
14629           we require bytestream now
14630         * ext/ogg/gstoggdemux.c:
14631           huge diff to implement chain setup in a fast and generic way. This
14632           improves tag reading and startup of huge files (read: Theora videos)
14633           quite a bit. It probably contains bugs, too, so please test.
14634           Seeking is not improved to the fast method.
14635
14636 2004-06-29  Wim Taymans  <wim@fluendo.com>
14637
14638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14639         * ext/ogg/gstoggmux.c:
14640         Fix memleak in oggdemux when running unconnected pads.
14641         doc update in mux, start working on keyframe mode.
14642
14643 2004-06-29  Benjamin Otte  <otte@gnome.org>
14644
14645         * sys/oss/gstosssink.c:
14646         * sys/oss/gstosssrc.c:
14647           advertise correct template caps - we indeed do non-native endianness
14648           and 8bit audio has no endianness
14649         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
14650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
14651           avoid (wrong) duplications in getcaps function and return
14652           template caps
14653
14654 2004-06-29  Wim Taymans  <wim@fluendo.com>
14655
14656         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14657         (gst_multifdsink_class_init), (gst_multifdsink_add),
14658         (gst_multifdsink_remove), (gst_multifdsink_clear),
14659         (gst_multifdsink_client_remove),
14660         (gst_multifdsink_handle_client_read),
14661         (gst_multifdsink_client_queue_data),
14662         (gst_multifdsink_client_queue_caps),
14663         (gst_multifdsink_client_queue_buffer),
14664         (gst_multifdsink_handle_client_write),
14665         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14666         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14667         (gst_multifdsink_init_send), (gst_multifdsink_close):
14668         Fix wrong GList iteration that could crash the server when
14669         more then 2 clients disconnect at the same time. Read all the
14670         pending commands in one batch to recover from command storms under
14671         very heavy load.
14672
14673 2004-06-28  Wim Taymans  <wim@fluendo.com>
14674
14675         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14676         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14677         (gst_videomixer_pad_set_property),
14678         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14679         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14680         (gst_videomixer_class_init), (gst_videomixer_init),
14681         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
14682         (pad_zorder_compare), (gst_videomixer_sort_pads),
14683         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14684         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
14685         (gst_videomixer_update_queues), (gst_videomixer_loop),
14686         (plugin_init):
14687         Avoid divide by zero, choose masterpad as the pad with the highest
14688         framerate.
14689
14690 2004-06-27  Julien Moutte  <julien@moutte.net>
14691
14692         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
14693         (gst_ximagesink_xwindow_new):
14694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
14695         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
14696         function directly. We might want to call it from somewhere else one day.
14697
14698 2004-06-27  Julien Moutte  <julien@moutte.net>
14699
14700         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
14701         (gst_ximagesink_xwindow_new):
14702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
14703         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
14704         window decorations.
14705
14706 2004-06-27  Wim Taymans  <wim@fluendo.com>
14707
14708         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14709         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
14710         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
14711         (gst_dvdec_set_property), (gst_dvdec_get_property):
14712         * ext/dv/gstdvdec.h:
14713         Implement drop_factor property to lower the framerate with
14714         a factor.
14715
14716 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14717
14718         * gst-libs/gst/colorbalance/Makefile.am:
14719         * gst-libs/gst/mixer/Makefile.am:
14720         * gst-libs/gst/play/Makefile.am:
14721         * gst-libs/gst/tuner/Makefile.am:
14722           unbreak Company's fix that didn't install the -enum.h files
14723
14724 2004-06-27  Wim Taymans  <wim@fluendo.com>
14725
14726         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
14727         (gst_dvdec_change_state):
14728         * ext/dv/gstdvdec.h:
14729         Fix timestamp, duration and offset of the buffers.
14730
14731 2004-06-27  Wim Taymans  <wim@fluendo.com>
14732
14733         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14734         (gst_multifdsink_class_init), (gst_multifdsink_add),
14735         (gst_multifdsink_remove), (gst_multifdsink_clear),
14736         (gst_multifdsink_client_remove),
14737         (gst_multifdsink_handle_client_read),
14738         (gst_multifdsink_client_queue_data),
14739         (gst_multifdsink_client_queue_caps),
14740         (gst_multifdsink_client_queue_buffer),
14741         (gst_multifdsink_handle_client_write),
14742         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14743         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14744         (gst_multifdsink_init_send), (gst_multifdsink_close):
14745         * gst/tcp/gstmultifdsink.h:
14746         * gst/tcp/gsttcpserversink.c:
14747         (gst_tcpserversink_handle_server_read),
14748         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
14749         More multifdsink fixes, more recovery policy fixes.
14750         Removed stupid g_print
14751
14752 2004-06-26  Wim Taymans  <wim@fluendo.com>
14753
14754         * gst/tcp/Makefile.am:
14755         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14756         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
14757         (gst_multifdsink_class_init), (gst_multifdsink_init),
14758         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
14759         (gst_multifdsink_handle_client_read),
14760         (gst_multifdsink_client_queue_data),
14761         (gst_multifdsink_client_queue_caps),
14762         (gst_multifdsink_client_queue_buffer),
14763         (gst_multifdsink_handle_client_write),
14764         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14765         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
14766         (gst_multifdsink_chain), (gst_multifdsink_set_property),
14767         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14768         (gst_multifdsink_close), (gst_multifdsink_change_state):
14769         * gst/tcp/gstmultifdsink.h:
14770         * gst/tcp/gsttcpplugin.c: (plugin_init):
14771         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
14772         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
14773         (gst_tcpserversink_handle_server_read),
14774         (gst_tcpserversink_handle_select),
14775         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
14776         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14777         * gst/tcp/gsttcpserversink.h:
14778         Added multifdsink, made tcpserversink a subclass of fdsink, removed
14779         one of the locks, added recovery policy to multifdsink.
14780
14781 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14782
14783         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14784           fix decision for when getting frames with same timestamp
14785         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14786         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14787         (gst_v4lsrc_get_property):
14788         * sys/v4l/gstv4lsrc.h:
14789           add latency offset property
14790
14791 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14792
14793         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
14794         (plugin_init):
14795           fix debugging. add category.
14796
14797 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14798
14799         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14800           fix wrong offsets
14801
14802 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14803
14804         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14805         (gst_alsa_src_get_time), (gst_alsa_src_loop),
14806         (gst_alsa_src_change_state):
14807           return a time that is in sync with the element's processing
14808
14809 2004-06-25  Wim Taymans  <wim@fluendo.com>
14810
14811         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14812         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14813         (gst_tcpserversink_client_remove),
14814         (gst_tcpserversink_handle_client_read),
14815         (gst_tcpserversink_client_queue_data),
14816         (gst_tcpserversink_client_queue_caps),
14817         (gst_tcpserversink_client_queue_buffer),
14818         (gst_tcpserversink_handle_client_write),
14819         (gst_tcpserversink_queue_buffer),
14820         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
14821         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
14822         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
14823         (gst_tcpserversink_close):
14824         * gst/tcp/gsttcpserversink.h:
14825         Serversink rewrite. Really do non blocking writes to clients and
14826         maintain an internal queue to handle slower clients while not
14827         disturbing fast clients.
14828
14829 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14830
14831         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14832           better debug, don't override OFFSET and OFFSET_END
14833
14834 2004-06-25  Iain <iain@prettypeople.org>
14835
14836         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
14837         name=source for the wavparse pipeline.
14838
14839 2004-06-24  Johan Dahlin  <johan@gnome.org>
14840
14841         * ext/theora/theoraenc.c (theora_enc_chain): Call
14842         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
14843         streamheader caps are set correctly.
14844
14845 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14846
14847         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14848         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
14849           respect minimum bitrate; same could be done for max bitrate
14850
14851 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14852
14853         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14854         (gst_vorbisenc_setup):
14855           fix sample rate range
14856
14857 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14858
14859         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
14860         (gst_oggvorbisenc_setup):
14861         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
14862         (gst_vorbisenc_setup):
14863           resolve ambiguities in code and description
14864
14865 2004-06-24  Wim Taymans  <wim@fluendo.com>
14866
14867         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
14868         * ext/alsa/gstalsa.h:
14869         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14870         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
14871         Use alsa trigger_tstamp to get the timestamp of the first
14872         sample in the buffer for more precise sync. Some cleanups.
14873
14874 2004-06-24  Wim Taymans  <wim@fluendo.com>
14875
14876         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
14877         (gst_audiorate_init), (gst_audiorate_chain),
14878         (gst_audiorate_set_property), (gst_audiorate_get_property):
14879         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14880         (gst_videorate_chain):
14881         Added some logging, fixed an overflow bug in videorate.
14882
14883 2004-06-24  Benjamin Otte  <otte@gnome.org>
14884
14885         * ext/kio/Makefile.am:
14886           fix for builddir != srcdir and distcheck
14887
14888 2004-06-24  Benjamin Otte  <otte@gnome.org>
14889
14890         * gst-libs/gst/colorbalance/Makefile.am:
14891         * gst-libs/gst/mixer/Makefile.am:
14892         * gst-libs/gst/play/Makefile.am:
14893         * gst-libs/gst/tuner/Makefile.am:
14894         * gst/tcp/Makefile.am:
14895         * sys/dxr3/Makefile.am:
14896           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
14897           tarball.
14898           Also add all *.list files that were missing.
14899         * Makefile.am:
14900           add a distcheck hook to ensure the above doesn't happen again.
14901
14902 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
14903
14904         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
14905
14906 2004-06-23  Colin Walters  <walters@redhat.com>
14907
14908         * m4/Makefile.am: Distribute gst-fionread.m4.
14909
14910 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14911
14912         * configure.ac: back to dev
14913
14914 2004-06-23  Wim Taymans  <wim@fluendo.com>
14915
14916         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
14917         (gst_alsa_xrun_recovery):
14918         * ext/alsa/gstalsa.h:
14919         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14920         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
14921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14922         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
14923         (gst_alsa_src_loop):
14924         Add clock to alsasrc. Take new capture timestamp when
14925         restarting after an overrun. Split up some functions between
14926         alsasrc and alsasink.
14927
14928 === release 0.8.2 ===
14929
14930 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14931
14932         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14933         (gst_alsa_change_state), (gst_alsa_update_avail),
14934         (gst_alsa_xrun_recovery):
14935         * ext/alsa/gstalsa.h:
14936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14937           merge back changes from release
14938
14939 2004-06-23  Wim Taymans  <wim@fluendo.com>
14940
14941         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
14942         (gst_audiorate_init), (gst_audiorate_chain),
14943         (gst_audiorate_set_property), (gst_audiorate_get_property):
14944         Implement sample dropping and notify
14945
14946 2004-06-22  Wim Taymans  <wim@fluendo.com>
14947
14948         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14949         (theora_enc_sink_link), (theora_buffer_from_packet),
14950         (theora_push_packet), (theora_enc_chain):
14951         Some cleanups, make sure the timestamps are correct.
14952
14953 2004-06-22  Wim Taymans  <wim@fluendo.com>
14954
14955         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
14956         (gst_alsa_change_state), (gst_alsa_update_avail),
14957         (gst_alsa_xrun_recovery):
14958         * ext/alsa/gstalsa.h:
14959         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14960         Cleanups, take queued samples into account when reporting
14961         the time.
14962
14963 2004-06-22  Wim Taymans  <wim@fluendo.com>
14964
14965         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14966         (gst_videorate_init):
14967         Initialize the property as well.
14968
14969 2004-06-22  Wim Taymans  <wim@fluendo.com>
14970
14971         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14972         (gst_videorate_init), (gst_videorate_chain),
14973         (gst_videorate_set_property), (gst_videorate_get_property):
14974         Add property to make videorate silent.
14975         Add property to prefer new frames over old ones.
14976
14977 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14978
14979         * sys/osxvideo/Makefile.am:
14980         Workaround so that the osxvideo .so file gets linked with the
14981         Cocoa, OpenGL and QuickTime frameworks
14982
14983 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14984
14985         * sys/osxaudio/Makefile.am:
14986         Workaround so that the osxaudio .so file gets linked with the
14987         CoreAudio framework
14988
14989 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14990
14991         * configure.ac:
14992         Whoops, my fault...fixed build issues
14993
14994 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14995
14996         * configure.ac:
14997         Add objective-c support if running in Darwin/Mac OS X
14998         * sys/Makefile.am:
14999         * sys/osxvideo:
15000         * sys/osxvideo/Makefile.am:
15001         * sys/osxvideo/osxvideosink.h:
15002         * sys/osxvideo/osxvideosink.m:
15003         * sys/osxvideo/cocoawindow.h:
15004         * sys/osxvideo/cocoawindow.m:
15005         Add osxvideosink, a cocoa-based osx video sink
15006
15007
15008 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
15009         * ext/dvdnav/gst-dvd:
15010         Grab the gconf key from the right spot
15011         * gst/debug/gstnavseek.c: (gst_navseek_init),
15012         (gst_navseek_segseek), (gst_navseek_handle_src_event),
15013         (gst_navseek_chain):
15014         * gst/debug/gstnavseek.h:
15015           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
15016           and loop parameters of a segment seek.
15017         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15018         (gst_videotestsrc_get_event_masks),
15019         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15020         * gst/videotestsrc/gstvideotestsrc.h:
15021           Add seeking support to videotestsrc
15022           Initialise the timestamp_offset variable.
15023
15024 2004-06-18  Wim Taymans  <wim@fluendo.com>
15025
15026         * ext/sidplay/gstsiddec.cc:
15027         Fix negotiation and set correct end offset.
15028
15029 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15030
15031         * configure.ac: branch and prerelease
15032
15033 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15034
15035         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
15036         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
15037         (gst_tcpclientsrc_init_receive):
15038         * gst/tcp/gsttcpclientsrc.h:
15039           read caps when connecting to server for GDP so we set them correctly
15040
15041 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15042
15043         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15044           notify drops and duplicates
15045         * gst/videoscale/videoscale.c: (videoscale_get_structure):
15046           no good reason to limit ourselves to 100x100
15047
15048 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15049
15050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15051         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15052         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15053         (gst_v4lsrc_get_property):
15054         * sys/v4l/gstv4lsrc.h:
15055         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
15056         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
15057         (gst_v4l_set_audio):
15058         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
15059         (gst_v4lsrc_try_capture):
15060         * sys/v4l/v4lsrc_calls.h:
15061           change try_palette to more general try_capture
15062           add autoprobe option so we can turn off autoprobing
15063           various fixes
15064
15065 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15066
15067         * configure.ac:
15068           add videorate
15069         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
15070         (gst_ximagesink_class_init):
15071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
15072         (gst_xvimagesink_class_init):
15073           run them as finalize, not dispose, since dispose can be invoked
15074           multiple times
15075
15076 2004-06-17  Wim Taymans  <wim@fluendo.com>
15077
15078         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
15079         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
15080         * ext/alsa/gstalsa.h:
15081         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
15082         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
15083         (gst_alsa_src_change_state):
15084         * ext/alsa/gstalsasrc.h:
15085         Make the xrun code timestamp and offset the buffers correctly.
15086         moved the clock to the base class, use alsa methods to get time.
15087         Do correct timestamping on outgoing buffers.
15088
15089 2004-06-17  Wim Taymans  <wim@fluendo.com>
15090
15091         * gst/audiorate/Makefile.am:
15092         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
15093         (gst_audiorate_base_init), (gst_audiorate_class_init),
15094         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
15095         (gst_audiorate_set_property), (gst_audiorate_get_property),
15096         (gst_audiorate_change_state), (plugin_init):
15097         Added an audiorate converter that fills in gaps.
15098
15099 2004-06-17  Johan Dahlin  <johan@gnome.org>
15100
15101         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
15102
15103 2004-06-16  Wim Taymans  <wim@fluendo.com>
15104
15105         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
15106         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
15107         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
15108         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15109         (gst_v4lsrc_get_property):
15110         * sys/v4l/gstv4lsrc.h:
15111         Added a copy mode to v4lsrc where it will output a copied version
15112         of its internal hardware buffer.
15113         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
15114         can't | them.
15115
15116 2004-06-16  Wim Taymans  <wim@fluendo.com>
15117
15118         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15119         Timestamp fixes.
15120
15121 2004-06-16  Wim Taymans  <wim@fluendo.com>
15122
15123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
15124         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
15125         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15126         (gst_v4lsrc_get_property):
15127         * sys/v4l/gstv4lsrc.h:
15128         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15129         Added a sync mode enum property to control v4lsrc timestamp method
15130         Removed the use-fixed-fps property and moved functionality in
15131         the enum.
15132         Don't error on an error value from v4l-conf, it might not always
15133         be a real error.
15134
15135 2004-06-16  Wim Taymans  <wim@fluendo.com>
15136
15137         * gst/videorate/Makefile.am:
15138         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
15139         (gst_videorate_base_init), (gst_videorate_class_init),
15140         (gst_videorate_getcaps), (gst_videorate_link),
15141         (gst_videorate_init), (gst_videorate_chain),
15142         (gst_videorate_set_property), (gst_videorate_get_property),
15143         (gst_videorate_change_state), (plugin_init):
15144         Added a video timestamp corrector.
15145
15146 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15147
15148         fixed a potential leak with previous commit
15149
15150         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15151
15152 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15153
15154         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15155         Added missing refcount, fixes bug #144425
15156         Cheers Tim for finding the bug
15157
15158 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15159
15160         * sys/v4l/gstv4l.c: (plugin_init):
15161         * sys/v4l/gstv4lcolorbalance.c:
15162         * sys/v4l/gstv4lcolorbalance.h:
15163         * sys/v4l/gstv4lelement.c:
15164         * sys/v4l/gstv4lelement.h:
15165         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15166         * sys/v4l/gstv4lmjpegsink.h:
15167         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15168         * sys/v4l/gstv4lmjpegsrc.h:
15169         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
15170         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
15171         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15172         * sys/v4l/gstv4lsrc.h:
15173         * sys/v4l/gstv4ltuner.c:
15174         * sys/v4l/gstv4ltuner.h:
15175         * sys/v4l/gstv4lxoverlay.c:
15176         * sys/v4l/gstv4lxoverlay.h:
15177         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
15178         (gst_v4l_set_window), (gst_v4l_enable_overlay):
15179         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
15180         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
15181         (gst_v4l_set_audio):
15182         * sys/v4l/v4l_calls.h:
15183         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
15184         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
15185         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
15186         (gst_v4lmjpegsink_playback_init),
15187         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
15188         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
15189         (gst_v4lmjpegsink_playback_stop),
15190         (gst_v4lmjpegsink_playback_deinit):
15191         * sys/v4l/v4lmjpegsink_calls.h:
15192         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
15193         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
15194         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
15195         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
15196         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
15197         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
15198         * sys/v4l/v4lmjpegsrc_calls.h:
15199         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15200         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
15201         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
15202         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
15203         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
15204         (gst_v4lsrc_try_palette):
15205         * sys/v4l/v4lsrc_calls.h:
15206           bunch of paranoia cleanups
15207
15208 2004-06-14  David Schleef  <ds@schleef.org>
15209
15210         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
15211         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
15212         Send discont events and change timestamps appropriately when
15213         we get a seek event.  (bug #144240)
15214         * ext/cdparanoia/gstcdparanoia.h:
15215
15216 2004-06-14  Benjamin Otte  <otte@gnome.org>
15217
15218         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
15219           snd_pcm_hw_params_set_rate  since the latter fails for no good
15220           reason on some setups.
15221
15222 2004-06-14  David Schleef  <ds@schleef.org>
15223
15224         * gst/volume/demo.c: (value_changed_callback): exp10() is not
15225         standard.  Thank you for playing.
15226
15227 2004-06-14  Wim Taymans  <wim@fluendo.com>
15228
15229         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
15230         Patch 1.3 broke the ordering of the colorspace info and
15231         made the plugin basically work by coincidence, reordered
15232         the info.
15233
15234 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15235
15236         * ext/lame/gstlame.c:
15237         * ext/mad/gstmad.c:
15238           sync caps.  Make sure mad can only output a list of rates, not
15239           a full range.  In the future, have three caps lists for each of the
15240           mpeg versions.  Change mpegversion to a double as well.
15241
15242 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15243
15244         * gst/volume/.cvsignore:
15245         * gst/volume/Makefile.am:
15246         * gst/volume/demo.c: (value_changed_callback), (idler),
15247         (setup_gui), (main):
15248           added small demo app
15249
15250 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
15251         * ext/esd/esdsink.c: (gst_esdsink_change_state):
15252         * ext/esd/esdsink.h:
15253         Close the esd connection on pause, because esd will just wait -
15254         blocking all other esd clients indefinitely.
15255
15256 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
15257
15258         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
15259           previous commit with GST_DEBUG
15260
15261 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15262
15263         * configure.ac:
15264           add a header check for a dvdread header in dvdnav.  Fixes #133002
15265
15266 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15267
15268         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
15269         * gst/tcp/gsttcpclientsink.h:
15270         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
15271         * gst/tcp/gsttcpclientsrc.h:
15272         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
15273         (gst_tcpserversink_handle_server_read),
15274         (gst_tcpserversink_init_send):
15275         * gst/tcp/gsttcpserversink.h:
15276         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15277         * gst/tcp/gsttcpserversrc.h:
15278         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
15279         version of IP)
15280
15281 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15282
15283         * configure.ac:
15284         Added ogg library so that OSX detects libtheora properly
15285
15286 2004-06-11  Wim Taymans  <wim@fluendo.com>
15287
15288         * ext/theora/theoradec.c: (theora_dec_chain),
15289         (theora_dec_change_state):
15290         Don't try to decode frames before we received a keyframe.
15291
15292 2004-06-11  Wim Taymans  <wim@fluendo.com>
15293
15294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15295         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
15296         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15297         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
15298         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
15299         Added property to set the maximum delay of a page.
15300
15301 2004-06-10  Wim Taymans  <wim@fluendo.com>
15302
15303         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15304         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
15305         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15306         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
15307         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
15308         Added max-delay property to control the maximum amount
15309         of data to put in one page.
15310
15311 2004-06-10  Wim Taymans  <wim@fluendo.com>
15312
15313         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15314         (gst_theora_enc_init), (theora_enc_sink_link),
15315         (theora_buffer_from_packet), (theora_enc_set_property),
15316         (theora_enc_get_property):
15317         Set duration on encoded buffer, added some more properties
15318
15319 2004-06-10  Wim Taymans  <wim@fluendo.com>
15320
15321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15322         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15323         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15324         * ext/theora/theoraenc.c: (theora_enc_chain):
15325         Fix refcounting bugs
15326
15327 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15328
15329         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
15330         (gst_asf_demux_loop), (gst_asf_demux_process_file),
15331         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
15332         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
15333         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
15334         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
15335         (gst_asf_demux_change_state):
15336         * gst/asfdemux/gstasfdemux.h:
15337           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
15338           feels like. I think we should set a new requirement for demuxers
15339           from now on to implement sane loop functions, data loops, query
15340           and seek functions before first commit into CVS. And this commit
15341           fixes all of the above.
15342
15343 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
15344
15345         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
15346           vorbis comments are properly encoded in UTF-8 before adding them
15347           to a GstTagList
15348
15349 2004-06-09  Benjamin Otte  <otte@gnome.org>
15350
15351         * ext/alsa/gstalsa.c: (add_channels):
15352           handle min <= max correctly
15353         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
15354         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
15355           add fixation functions so we fixate correctly. No preferring of alaw
15356           anymore because it's the first structure.
15357         * ext/alsa/gstalsa.h:
15358         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
15359         (gst_alsa_hw_params_dump):
15360           add functions to ease debugging in alsalib
15361         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
15362         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
15363         (gst_alsa_start_audio):
15364           only specify hw params if we really setup a format (fixes #134007 -
15365           or at least works around it)
15366
15367 2004-06-09  Wim Taymans  <wim@fluendo.com>
15368
15369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15370         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15371         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
15372         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
15373         (gst_ogg_mux_loop):
15374         Use stream caps to setup the initial pages in the ogg stream.
15375         Correctly set the streamheader caps on the srcpad.
15376
15377 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15378
15379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
15380         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
15381         (gst_v4lsrc_getcaps):
15382         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
15383         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
15384           add querying of fps lists for webcams.  Negotiating to a framerate
15385           now works.
15386
15387 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15388
15389         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15390         (theora_push_buffer), (theora_push_packet),
15391         (theora_set_header_on_caps), (theora_enc_chain):
15392           mark buffers and put on streamheader, raw theora streaming
15393           now works too, whee
15394
15395 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15396
15397         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
15398         (gst_tcp_gdp_read_caps):
15399           do a looping read for caps and GDP headers too
15400
15401 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15402
15403         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15404         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
15405           return EOS instead of NULL in _get
15406
15407 2004-06-08  Wim Taymans  <wim@fluendo.com>
15408
15409         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
15410         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
15411         (gst_tcp_gdp_write_caps):
15412         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15413         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
15414         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
15415         Memory leak fixes
15416
15417 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15418
15419         * ext/vorbis/Makefile.am:
15420         * ext/vorbis/vorbis.c: (plugin_init):
15421         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
15422         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
15423         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
15424         (vorbis_parse_change_state):
15425         * ext/vorbis/vorbisparse.h:
15426           adding a vorbisparse element that marks the buffers, streaming
15427           raw vorbis using GDP now works, whee
15428
15429 2004-06-08  Wim Taymans  <wim@fluendo.com>
15430
15431         * ext/jpeg/Makefile.am:
15432         * ext/jpeg/README:
15433         * ext/jpeg/gstjpeg.c: (plugin_init):
15434         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
15435         (gst_smokedec_base_init), (gst_smokedec_class_init),
15436         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
15437         * ext/jpeg/gstsmokedec.h:
15438         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
15439         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
15440         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
15441         (gst_smokeenc_resync), (gst_smokeenc_chain),
15442         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
15443         * ext/jpeg/gstsmokeenc.h:
15444         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
15445         (smokecodec_flush_destination), (smokecodec_term_destination),
15446         (smokecodec_init_source), (smokecodec_fill_input_buffer),
15447         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
15448         (smokecodec_term_source), (smokecodec_encode_new),
15449         (smokecodec_decode_new), (smokecodec_info_free),
15450         (smokecodec_set_quality), (smokecodec_get_quality),
15451         (smokecodec_set_threshold), (smokecodec_get_threshold),
15452         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15453         (find_best_size), (abs_diff), (put), (smokecodec_encode),
15454         (smokecodec_parse_header), (smokecodec_decode):
15455         * ext/jpeg/smokecodec.h:
15456         Added a new simple jpeg based codec
15457
15458 2004-06-08  Wim Taymans  <wim@fluendo.com>
15459
15460         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15461         (gst_multipart_mux_loop):
15462         Fix memory leak
15463
15464 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15465
15466         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15467         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
15468         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
15469         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
15470         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
15471         * gst/tcp/gsttcpserversink.h:
15472           take streamheader into account
15473
15474 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15475
15476         * gst/level/Makefile.am:
15477         * gst/level/gstlevel.c: (gst_level_class_init):
15478           clean up marshal generation
15479
15480 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15481
15482         * gst/tcp/Makefile.am:
15483         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
15484         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
15485         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
15486         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15487         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
15488         (gst_tcpclientsrc_get_property):
15489         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15490         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15491         (gst_tcpserversink_handle_client_read),
15492         (gst_tcpserversink_handle_client_write),
15493         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
15494         * gst/tcp/gsttcpserversink.h:
15495           add signals client-added and client-removed
15496         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15497         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
15498         (gst_tcpserversrc_get_property):
15499         uniformized, change default protocol to NONE
15500         * gst/tcp/gsttcp-marshal.list: added
15501 2004-06-07  Benjamin Otte  <otte@gnome.org>
15502
15503         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15504           handle discont events if they happen before caps nego
15505
15506 2004-06-07  Wim Taymans  <wim@fluendo.com>
15507
15508         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15509         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
15510         (gst_multipart_demux_plugin_init):
15511         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15512         (gst_multipart_mux_init), (gst_multipart_mux_loop),
15513         (gst_multipart_mux_change_state):
15514         Small updates, fix a memleak
15515
15516 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15517
15518         * configure.ac: OSS portability
15519         * ext/arts/gst_arts.c: idem
15520         * sys/oss/gstosselement.c: idem
15521         * sys/oss/gstossmixer.c: idem
15522         * sys/oss/gstosssink.c: idem
15523         * sys/oss/gstosssrc.c: idem
15524         * sys/oss/oss_probe.c: idem
15525           - check for soundcard.h in different places for some BSD
15526
15527 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
15528
15529         * AUTHORS:
15530         Add me to the authors file
15531         * configure.ac:
15532         Increase the libdv requirement to >= version 0.100
15533         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
15534         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
15535         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
15536         * ext/dv/gstdvdec.h:
15537         Add support for the new_media flag when sending DISCONT events
15538         Make the querying work when video pad is not linked
15539
15540 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15541
15542         reviewed by Benjamin Otte  <otte@gnome.org>
15543
15544         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
15545           create a NULL-initialized array of pads, so we don't think they
15546           exist already. (fixes #143130)
15547
15548 2004-06-07  Benjamin Otte  <otte@gnome.org>
15549
15550         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
15551         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
15552         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
15553           don't use // coments
15554
15555 2004-06-07  Benjamin Otte  <otte@gnome.org>
15556
15557         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
15558           cast to GstClockTime to get higher granularity
15559         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15560           use gst_element_set_time_delay to get the exact time
15561         * ext/mad/gstmad.c: (gst_mad_chain):
15562           use the negotiated rate instead of the current frame's rate which
15563           might be wrong because of bit errors. This avoids emitting totally
15564           bogus timestamps and screwing sync.
15565         (fixes #143454)
15566
15567 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15568
15569         reviewed by Benjamin Otte  <otte@gnome.org>
15570
15571         * gst/adder/gstadder.c: (gst_adder_loop):
15572           properly error out when no negotiation has happened yet. (fixes
15573           #143032)
15574
15575 2004-06-06  Benjamin Otte  <otte@gnome.org>
15576
15577         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
15578           forward correctly transformed offset in discont events. Based on
15579           patch by Arwed v. Merkatz. (fixes #142851)
15580
15581 2004-06-06  David Schleef  <ds@schleef.org>
15582
15583         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
15584         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
15585         problems on several systems.
15586
15587 2004-06-06  Benjamin Otte  <otte@gnome.org>
15588
15589         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15590           use explicit caps on the srcpad
15591         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15592           properly error out if caps couldn't be set (fixes #142764)
15593
15594 2004-06-06  Benjamin Otte  <otte@gnome.org>
15595
15596         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
15597         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
15598         (gst_alsa_start_audio):
15599           - don't call set_periods_integer anymore, it breaks the
15600           configuration randomly
15601           - call snd_pcm_hw_params_set_access directly instead of using masks
15602           - don't fail if the sw_params can't be set, just use the default
15603           params and hope it works. Alsalib has weird issues when you touch
15604           sw_params and does no proper error reporting about what failed.
15605         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15606         (gst_alsa_close_audio):
15607           make our alsa debugging go via gst debugging and not conditionally
15608           defined
15609         * ext/alsa/gstalsa.h:
15610           add ALSA_DEBUG_FLUSH macro
15611         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
15612         (plugin_init):
15613           wrap alsa errors to be printed via the gst debugging system and not
15614           spammed to stderr
15615
15616 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15617
15618         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15619         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
15620         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
15621         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
15622         (qtdemux_parse_trak):
15623         * gst/qtdemux/qtdemux.h:
15624           Bitch. Also known as seeking, querying & co.
15625         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
15626         (gst_osssink_change_state):
15627         * sys/oss/gstosssink.h:
15628           Resyncing is for weenies, this hack is no longer needed and was
15629           broken anyway (since it - unintendedly - always leaves resync to
15630           TRUE).
15631
15632 2004-06-05  Andrew Turner <zxombie@hotpop.com>
15633
15634         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
15635         * gst/tcp/gsttcpclientsrc.h: idem
15636           - define MSG_NOSIGNAL if not done
15637           - include unistd.h for off_t
15638           (fixes #143749)
15639
15640 2004-06-05  Benjamin Otte  <otte@gnome.org>
15641
15642         * configure.ac:
15643         * ext/kio/Makefile.am:
15644           check for qt's moc preprocessor explicitly and use it
15645
15646 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15647
15648         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
15649           don't get a signal for EPIPE on socket writes
15650           (somebody check if this works on other platforms)
15651
15652 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15653
15654         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
15655         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15656           check error condition on available samples correctly
15657
15658 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15659
15660         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
15661           avoid a segfault
15662         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
15663         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
15664         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
15665         (gst_tcpserversrc_gdp_read_header):
15666          use ssize_t over size_t since the former is signed and thus the
15667          check for error codes can work
15668
15669 2004-06-02  Wim Taymans  <wim@fluendo.com>
15670
15671         reviewed by: Johan
15672
15673         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15674         (gst_multipart_mux_loop):
15675         Oops
15676
15677 2004-06-02  Wim Taymans  <wim@fluendo.com>
15678
15679         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
15680         (gst_multipart_mux_init), (gst_multipart_mux_loop),
15681         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
15682         (gst_multipart_mux_change_state):
15683         Added configurable boundary specifier, added the value as a
15684         caps field as well.
15685
15686 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15687
15688         * gst/tcp/gsttcp.c:
15689         * gst/tcp/gsttcpclientsrc.c:
15690         * gst/tcp/gsttcpclientsrc.h:
15691         * gst/tcp/gsttcpserversrc.c:
15692           - portability fix, to compile on OSX
15693             (fixes #143146)
15694
15695         * sys/osxaudio/gstosxaudioelement.c:
15696         * sys/osxaudio/gstosxaudiosink.c:
15697         * sys/osxaudio/gstosxaudiosrc.c:
15698           - compilation warnings on OSX
15699             (fixes #143153)
15700
15701 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15702
15703         * ext/vorbis/vorbisdec.c : sign warning fixes
15704
15705         * gst-libs/gst/mixer/mixertrack.c :
15706           do no use defines which are glib 2.4 specific
15707
15708 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
15709
15710         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
15711           buffer since libflac doesn't expect it (reports a sync error when
15712           it encounters that)
15713
15714
15715 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
15716
15717         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
15718         * gst-libs/gst/mixer/mixertrack.c:
15719         (gst_mixer_track_get_property), (get_mixer_track_init),
15720         (get_mixer_track_get_property): Added property accessors
15721         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
15722         * gst-libs/gst/mixer/mixeroptions.c:
15723         (gst_mixer_options_get_values): Added
15724         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
15725         * gst-libs/gst/mixer/mixer.c: Fixed comment
15726
15727
15728 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15729
15730         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
15731           improve error messages on open
15732
15733
15734 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15735
15736         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15737           check if v4l-conf is in path
15738
15739 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15740
15741         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
15742           change assert to a more readable error message
15743
15744 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15745
15746         * gst-libs/gst/tuner/tunerchannel.h:
15747           - add a freq_multiplicator field to make the conversion
15748             between internal frequency unit and Hz
15749         * sys/v4l/gstv4lelement.c:
15750         * sys/v4l2/gstv4l2element.c:
15751           - change default video device to /dev/video0
15752         * sys/v4l/v4l_calls.c:
15753         * sys/v4l2/v4l2_calls.c:
15754           - we only expose frequency to the user in Hz instead of
15755             bastard v4lX unit (either 62.5kHz or 62.5Hz)
15756
15757 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
15758         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15759           Initialise b_o_s and e_o_s variables
15760         * gst-libs/gst/riff/riff-media.c:
15761         (gst_riff_create_video_caps_with_data):
15762           Add some unusual fourcc's from mplayer avi's
15763         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
15764           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
15765           autoplugging.
15766
15767 2004-05-28  Wim Taymans  <wim@fluendo.com>
15768
15769         * configure.ac:
15770         * gst/alpha/Makefile.am:
15771         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
15772         (gst_alpha_get_type), (gst_alpha_base_init),
15773         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
15774         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
15775         (gst_alpha_chroma_key), (gst_alpha_chain),
15776         (gst_alpha_change_state), (plugin_init):
15777         A plugin to add an alpha channel to I420 video. Can optionally do
15778         chroma keying.
15779         * gst/multipart/Makefile.am:
15780         * gst/multipart/multipart.c: (plugin_init):
15781         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15782         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15783         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
15784         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
15785         (gst_multipart_demux_change_state),
15786         (gst_multipart_demux_plugin_init):
15787         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
15788         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
15789         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
15790         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
15791         (gst_multipart_mux_pad_unlink),
15792         (gst_multipart_mux_request_new_pad),
15793         (gst_multipart_mux_handle_src_event),
15794         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
15795         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
15796         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
15797         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
15798         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
15799         send multipart jpeg images to a browser.
15800         * gst/videobox/Makefile.am:
15801         * gst/videobox/README:
15802         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15803         (gst_video_box_get_type), (gst_video_box_base_init),
15804         (gst_video_box_class_init), (gst_video_box_init),
15805         (gst_video_box_set_property), (gst_video_box_get_property),
15806         (gst_video_box_sink_link), (gst_video_box_i420),
15807         (gst_video_box_ayuv), (gst_video_box_chain),
15808         (gst_video_box_change_state), (plugin_init):
15809         Crops or adds borders around an image. can do alpha channel
15810         borders as well.
15811         * gst/videomixer/Makefile.am:
15812         * gst/videomixer/README:
15813         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15814         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
15815         (gst_videomixer_pad_get_sink_event_masks),
15816         (gst_videomixer_pad_get_property),
15817         (gst_videomixer_pad_set_property),
15818         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
15819         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
15820         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15821         (gst_videomixer_base_init), (gst_videomixer_class_init),
15822         (gst_videomixer_init), (gst_videomixer_request_new_pad),
15823         (gst_videomixer_handle_src_event),
15824         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
15825         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15826         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15827         (gst_videomixer_loop), (gst_videomixer_get_property),
15828         (gst_videomixer_set_property), (gst_videomixer_change_state),
15829         (plugin_init):
15830         Generic video mixer plugin, can handle multiple inputs all with
15831         different framerates and video sizes. Is fully alpha channel
15832         aware.
15833
15834 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15835
15836         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15837           Select first track as master track. Not sure how else to handle
15838           that...
15839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
15840           Discard discont events. Should fix #142962.
15841
15842 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15843
15844         * ext/alsa/Makefile.am:
15845         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
15846         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
15847         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15848         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15849         (gst_alsa_mixer_get_option):
15850         * ext/alsa/gstalsamixer.h:
15851         * ext/alsa/gstalsamixeroptions.c:
15852         (gst_alsa_mixer_options_get_type),
15853         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
15854         (gst_alsa_mixer_options_new):
15855         * ext/alsa/gstalsamixeroptions.h:
15856         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15857         * ext/alsa/gstalsamixertrack.h:
15858           Add enumerations (as GstMixerOptions). Make correct distinction
15859           between input/output tracks. Add capture/playback private flag.
15860           Use flag to decide on whether to set capture or playback volumes
15861           or switches. Use playback and record switches.
15862         * gst-libs/gst/mixer/Makefile.am:
15863         * gst-libs/gst/mixer/mixer-marshal.list:
15864         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
15865         (gst_mixer_set_option), (gst_mixer_get_option),
15866         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
15867         (gst_mixer_volume_changed), (gst_mixer_option_changed):
15868         * gst-libs/gst/mixer/mixer.h:
15869         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
15870         (gst_mixer_options_class_init), (gst_mixer_options_init),
15871         (gst_mixer_options_dispose):
15872         * gst-libs/gst/mixer/mixeroptions.h:
15873           Add GstMixerOptions.
15874         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15875           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
15876           broken device detection on computers with multiple OSS sound
15877           cards.
15878
15879 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15880
15881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15882           fixate nicely even when the peer is not negotiating
15883
15884 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15885
15886         * gst/audioconvert/gstaudioconvert.c:
15887         (gst_audio_convert_parse_caps):
15888           make sure we don't allow depth > width
15889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15890           fixate endianness to G_BYTE_ORDER as default
15891         * gst/audioscale/gstaudioscale.c:
15892           we don't handle another endianness as host-endianness
15893
15894 2004-05-25  David Schleef  <ds@schleef.org>
15895
15896         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
15897
15898 2004-05-24  Benjamin Otte  <otte@gnome.org>
15899
15900         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
15901         (gst_oggvorbisenc_setup):
15902           properly fail when we can't setup the vorbis encoder due to
15903           unsupported settings
15904         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
15905         (gst_vorbisenc_setup):
15906           same
15907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15908           fix case where warnings occured when one pad was unlinked while the
15909           other's link function was called
15910
15911 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15912
15913         * gst/tcp/Makefile.am:
15914           use GST_ENABLE_NEW
15915
15916 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15917
15918         * gst-libs/gst/resample/private.h:
15919           don't use optimizations that are #if 0'ed
15920
15921 2004-05-24  Wim Taymans  <wim@fluendo.com>
15922
15923         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15924         Fix potential division by zero error and hopefully get
15925         the position query right to get correct timestamps on avi
15926         audio.
15927
15928 2004-05-24  Wim Taymans  <wim@fluendo.com>
15929
15930         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
15931         (gst_videoscale_scale_nearest_str2),
15932         (gst_videoscale_scale_nearest_str4),
15933         (gst_videoscale_scale_nearest_32bit),
15934         (gst_videoscale_scale_nearest_24bit),
15935         (gst_videoscale_scale_nearest_16bit):
15936         Fix the scaling algorithm and avoid a buffer overflow.
15937         removed the while loop in the scaling function as it
15938         was used for point sampling only.
15939
15940 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15941
15942         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15943         (gst_id3_tag_class_init), (gst_id3_tag_init),
15944         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
15945         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
15946         (gst_id3_tag_send_tag_event):
15947           lots of fixes to make id3mux work and id3demux work correctly
15948
15949 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15950
15951         * ext/Makefile.am:
15952           add rules to build shout2send (was removed by accident
15953           when this module was no more marked experimental/broken)
15954
15955 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15956
15957         * ext/shout2/gstshout2.c:
15958         * ext/shout2/gstshout2.h:
15959           adding a "connection problem" signal to shout2send
15960           (fixes #142954)
15961
15962 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15963
15964         * ext/kio/kioreceiver.cpp:
15965         * ext/kio/kioreceiver.h:
15966           fix sign comparison issues
15967
15968 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15969
15970         * gst/cdxaparse/gstcdxaparse.c:
15971         * gst/cdxaparse/gstcdxaparse.h:
15972           some renaming
15973           add some checks/sanity
15974           prepare for seek addition
15975
15976         * sys/sunaudio/gstsunaudio.c:
15977           remove exported dupe init function
15978
15979 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15980
15981         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15982         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15983           Fix format conversion and position querying.
15984         * gst/debug/progressreport.c: (gst_progressreport_report):
15985           Don't output a bogus total value that we didn't query.
15986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15987           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15988           only a blank window after xine has been used.
15989
15990 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15991
15992         * m4/as-arts.m4:
15993           sync with upstream version to fix test on FC2
15994           readd with -ko to preserve Id header
15995
15996 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15997
15998         * configure.ac:
15999           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
16000         * gst/tcp/gsttcpclientsrc.c: idem
16001         * gst/tcp/gsttcpserversink.c: idem
16002         * gst/tcp/gsttcpserversrc.c: idem
16003         * m4/gst-fionread.m4: idem
16004
16005         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
16006
16007         * configure.ac: enable speex plugin for speex 1.1.5+
16008         * ext/speex/gstspeexenc.c: fix cast warning
16009
16010         * ext/esd/README: fix typo
16011
16012 2004-05-20  David Schleef  <ds@schleef.org>
16013
16014         * configure.ac: Minor cosmetic change to convince the buildbot to
16015         reautogen.
16016         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
16017         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
16018         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
16019         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
16020         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
16021         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
16022         More hacking.  Plays audio now.
16023
16024 2004-05-20  David Schleef  <ds@schleef.org>
16025
16026         * configure.ac:
16027         * sys/Makefile.am:
16028
16029 2004-05-20  David Schleef  <ds@schleef.org>
16030
16031         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
16032         * sys/osxaudio/gstosxaudio.c:
16033         * sys/osxaudio/gstosxaudioelement.c:
16034         * sys/osxaudio/gstosxaudioelement.h:
16035         * sys/osxaudio/gstosxaudiosink.c:
16036         * sys/osxaudio/gstosxaudiosink.h:
16037         * sys/osxaudio/gstosxaudiosrc.c:
16038         * sys/osxaudio/gstosxaudiosrc.h:
16039
16040 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16041
16042         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
16043         (gst_vorbisenc_chain):
16044           put the codec headers on the caps as streamheader as well as
16045           pushing them out
16046
16047 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16048
16049         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
16050         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16051         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
16052         split up push_packet into two functions
16053
16054 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16055
16056         * gst/tcp/.cvsignore:
16057           ignore enums
16058         * gst/tcp/Makefile.am:
16059         * gst/tcp/README:
16060         * gst/tcp/gsttcp.c:
16061         * gst/tcp/gsttcp.h:
16062         * gst/tcp/gsttcpclientsink.c:
16063         * gst/tcp/gsttcpclientsink.h:
16064         * gst/tcp/gsttcpclientsrc.c:
16065         * gst/tcp/gsttcpclientsrc.h:
16066         * gst/tcp/gsttcpplugin.c:
16067         * gst/tcp/gsttcpserversink.c:
16068         * gst/tcp/gsttcpserversink.h:
16069         * gst/tcp/gsttcpserversrc.c:
16070         * gst/tcp/gsttcpserversrc.h:
16071           add new tcp elements
16072
16073 2004-05-19  Wim Taymans  <wim@fluendo.com>
16074
16075         * gst/law/mulaw-conversion.c: (mulaw_encode):
16076         Fix overflow bug in ulaw encoding.
16077
16078 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16079
16080         * ext/mad/gstmad.c: (gst_mad_handle_event):
16081           don't unref the event twice
16082
16083 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16084
16085         * configure.ac:
16086           remove -Wno-sign-compare
16087
16088 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16089
16090         * configure.ac:
16091           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
16092           if you want to work against glib 2.2 and 2.4
16093
16094 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16095
16096         * gst/tcp/Makefile.am:
16097         * gst/tcp/gsttcp.c:
16098         * gst/tcp/gsttcp.h:
16099         * gst/tcp/gsttcpsink.h:
16100         * gst/tcp/gsttcpsrc.h:
16101           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
16102
16103 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16104
16105         * gst/debug/tests.c: (md5_get_value):
16106           fix segfault on gst-inspect
16107
16108 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16109
16110         * gst/debug/testplugin.c:
16111         * gst/debug/tests.c:
16112         * gst/debug/tests.h:
16113           add new extensible and configurable testing element. Current tests
16114           include buffer count, stream length, timestamp/duration matching and
16115           md5.
16116         * gst/debug/Makefile.am:
16117         * gst/debug/gstdebug.c: (plugin_init):
16118           add infrastructure for new element
16119
16120 2004-05-19  Johan Dahlin  <johan@gnome.org>
16121
16122         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
16123         ending of the array. Fixes gst-inspect segfault on ppc.
16124
16125 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16126
16127         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
16128
16129         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
16130
16131 2004-05-18  David Schleef  <ds@schleef.org>
16132
16133         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
16134         warnings (bugs, actually) noticed by gcc but not forte.
16135
16136 2004-05-18  David Schleef  <ds@schleef.org>
16137
16138         * sys/sunaudio/Makefile.am:
16139         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
16140
16141 2004-05-18  David Schleef  <ds@schleef.org>
16142
16143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16144         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
16145         to allow qtdemux to use non-seekable streams. (bug #142272)
16146
16147 2004-05-18  David Schleef  <ds@schleef.org>
16148
16149         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
16150         (gst_resample_sinc_ft_float): Remove use of static temporary
16151         buffer.  This code was obviously not supposed to last long, but
16152         it's stuck in our ABI, so it required a little hack to make it
16153         ABI-compatible.  Fixes #142585.
16154         * gst-libs/gst/resample/resample.h: same.
16155
16156 2004-05-18  David Schleef  <ds@schleef.org>
16157
16158         * configure.ac: Add sunaudio
16159         * examples/Makefile.am: make gstplay depend on gconf
16160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
16161         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
16162         (convert_table_lookup), (img_convert): remove c99-isms
16163         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
16164           unsigned, to fix a warning on Solaris
16165         * gst/mpeg1sys/systems.c: bcopy->memcpy
16166         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
16167         * sys/Makefile.am: Add sunaudio
16168
16169 2004-05-18  Wim Taymans  <wim@fluendo.com>
16170
16171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
16172         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
16173         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
16174         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
16175         (gst_ogg_mux_loop):
16176         Fix an ugly memleak where the muxer didn't flush enough ogg
16177         pages. This also resulted in badly muxed ogg files.
16178
16179 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16180
16181         * gst/asfdemux/asfheaders.c :
16182         * gst/asfdemux/asfheaders.h :
16183         * gst/asfdemux/gstasfdemux.c :
16184           - fix ASF_OBJ_PADDING guid
16185           - add 3 new object guids (language list, metadata,
16186             extended stream properties)
16187           - add a function to parse extended header objects
16188
16189 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16190
16191         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
16192           remove leftover debugging g_print
16193
16194 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16195
16196         * ext/mad/gstmad.c: (gst_mad_handle_event):
16197           Fix for when the first format in a discont event is not a
16198           byte-based one. Should fix #137710.
16199
16200 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16201
16202         * m4/a52.m4 : fix compilation with -Wall -Werror
16203         * m4/libfame.m4 : idem
16204         * m4/libmikmod.m4 : idem
16205
16206 2004-05-17  Benjamin Otte  <otte@gnome.org>
16207
16208         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
16209           signal the new tags before giving up the reference
16210
16211 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16212
16213         * ext/shout2/gstshout2.c:
16214           use application/ogg instead of application/x-ogg (patch by Patrick
16215           Guimond, fixes #142432)
16216         * sys/oss/gstosselement.c: (gst_osselement_reset),
16217         (gst_osselement_sync_parms):
16218           don't set fragment size unless specified (fixes #142493)
16219
16220 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16221
16222         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
16223           fixes #142664
16224
16225 2004-05-17  Benjamin Otte  <otte@gnome.org>
16226
16227         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16228           compute offsets correctly for internal buffers so timestamps are set
16229           correctly when we can't seek. Also handle cases where there are no
16230           offsets. (based on a patch by David Moore, fixes #142507)
16231
16232 2004-05-17  Benjamin Otte  <otte@gnome.org>
16233
16234         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16235           use correct variable when determining amount of data to skip so we
16236           don't skip into the void and segfault
16237
16238 2004-05-16  Benjamin Otte  <otte@gnome.org>
16239
16240         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
16241           Hi, I'm a memleak
16242
16243 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16244
16245         * gst/asfdemux/gstasfdemux.c:
16246           - fix a mem leak and always propagate tags
16247           - add WMV3 to known video codecs (but no decoder yet)
16248           - replace "surplus data" at end of audio header for what
16249             it is : codec specific data
16250           - fix a typo
16251
16252 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
16253
16254         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
16255
16256         * gst-libs/gst/audio/audioclock.c:
16257           Fix wrong return type (#142205).
16258
16259 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16260
16261         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
16262           Ignore CRCs by default (fixes #142566).
16263
16264 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16265
16266         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
16267         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
16268         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
16269         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
16270         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16271         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
16272           Fix for cases where we fail to attach to a mixer.
16273
16274 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16275
16276         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
16277           Don't touch events after not owning them anymore.
16278         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16279         (gst_wavparse_fmt), (gst_wavparse_other),
16280         (gst_wavparse_handle_seek), (gst_wavparse_loop),
16281         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
16282         (gst_wavparse_srcpad_event):
16283         * gst/wavparse/gstwavparse.h:
16284           Add seeking, fix querying.
16285
16286 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16287
16288         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
16289           - process comments even if they don't end with \0\0
16290             g_convert would ignore them if present and works well without them
16291
16292 2004-05-16  Benjamin Otte  <otte@gnome.org>
16293
16294         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
16295           simplify caps
16296
16297 2004-05-16  Benjamin Otte  <otte@gnome.org>
16298
16299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
16300           don't write to memory we might not write to - g_convert does that
16301           for us anyway (fixes #142613)
16302         (gst_asf_demux_audio_caps):
16303           comment out gst_util_dump_mem
16304
16305 2004-05-16  Benjamin Otte  <otte@gnome.org>
16306
16307         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16308           compute correct expected timestamps after seek (broken since
16309           last commit)
16310         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
16311           rename element and debugging category to gdkpixbufscale
16312
16313 2004-05-16  Benjamin Otte  <otte@gnome.org>
16314
16315         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16316           add error checking to snd_pcm_delay and remove duplicate call to
16317           snd_pcm_delay that caused issues (see inline code comments)
16318         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16319           make more readable and fix return value when snd_pcm_delay fails
16320         (fixes #142586)
16321
16322 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
16323         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
16324         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
16325         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
16326         (gst_pixbufscale_link), (gst_pixbufscale_init),
16327         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
16328         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
16329         (gst_pixbufscale_get_property), (pixbufscale_init):
16330         * ext/gdk_pixbuf/pixbufscale.h:
16331         Add these files I forgot earlier
16332
16333 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
16334         * ext/gdk_pixbuf/Makefile.am:
16335         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
16336         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16337         Add new pixbufscale element to scale RGB video
16338         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
16339         and HYPER interpolation correctly.
16340         * ext/theora/theoraenc.c: (theora_enc_chain),
16341         Discard buffer and return if explicit caps could not be set
16342         (theora_enc_get_property):
16343         Make _get return kbps for the bitrate consistent with
16344         the _set function.
16345
16346
16347 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16348
16349         * ext/libvisual/visual.c: (gst_visual_chain):
16350           add missing visual_audio_analyze
16351
16352 2004-05-14  David Schleef  <ds@schleef.org>
16353
16354         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
16355         is killed while we're playing.
16356         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
16357         gst_element_no_more_pads().
16358
16359 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16360
16361         * gst-libs/gst/riff/riff-read.c :
16362           - fix INFO tag extraction in RIFF/AVI files
16363             because gst_event_unref (event) also freed taglist
16364           - avoid a mem leak
16365
16366 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16367
16368         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
16369         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
16370
16371         * gst/auparse/gstauparse.c :
16372           - add code (commented for now) to support audio/x-adpcm on src pad
16373             (we have no decoder for those layout yet)
16374
16375         * gst/cdxaparse/gstcdxaparse.c :
16376         * gst/cdxaparse/gstcdxaparse.h :
16377           - partial rewrite using RiffRead (ripped iain's wavparse code)
16378
16379         * gst/rtp/gstrtpL16enc.c : typo
16380         * gst/rtp/gstrtpgsmenc.c : typo
16381
16382 2004-05-13  Benjamin Otte  <otte@gnome.org>
16383
16384         * configure.ac:
16385           check for exact version of libvisual, it's not supposed to be
16386           API/ABI stable yet
16387
16388 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16389
16390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
16391           signal no-more-pads
16392
16393 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
16394
16395         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
16396         Report which format was used for GST_FORMAT_DEFAULT
16397         * gst/debug/Makefile.am:
16398         * gst/debug/gstdebug.c: (plugin_init):
16399         * gst/debug/progressreport.c: (gst_progressreport_base_init),
16400         (gst_progressreport_class_init), (gst_progressreport_init),
16401         (gst_progressreport_report), (gst_progressreport_set_property),
16402         (gst_progressreport_get_property), (gst_progressreport_chain),
16403         (gst_progressreport_plugin_init):
16404         Add progressreport element for testing.
16405
16406 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16407
16408         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
16409         * sys/v4l/gstv4lsrc.h:
16410         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
16411         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
16412         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
16413         (gst_v4lsrc_grab_frame):
16414           add more debugging
16415           send a discont at start
16416
16417 2004-05-12  Colin Walters  <walters@redhat.com>
16418
16419         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
16420         inflooping if we can't find a chunk.  Or in other words, don't blow
16421         chunks if we don't have a chunk to blow.
16422
16423 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
16424         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
16425         Remove old debug output
16426         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
16427         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
16428         (gst_dvdec_set_property), (gst_dvdec_get_property):
16429         Change the quality setting to an enum, so it works from gst-launch
16430         Don't renegotiate a non-linked pad. Allows audio only decoding.
16431         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
16432         (gst_deinterlace_link), (gst_deinterlace_init):
16433         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16434         (gst_videodrop_link):
16435         Some caps negotiation fixes
16436
16437 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16438
16439         * ext/tarkin/gsttarkin.c :
16440           - Change RANK from NONE to PRIMARY
16441         * ext/gdk_pixbuf/gstgdkpixbuf.c :
16442           - Change RANK from NONE to MARGINAL
16443         * ext/divx/gstdivxenc.c :
16444           - Change RANK from PRIMARY to NONE (encoder/spider issue)
16445
16446 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16447
16448         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
16449         (gst_vorbisenc_push_packet):
16450           copy a function that was added between 1.0 and 1.0.1 until we
16451           depend on worthwhile features of post-1.0
16452
16453 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16454
16455         * configure.ac:
16456           enable shout2 by default
16457         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
16458         (gst_shout2send_base_init), (gst_shout2send_init),
16459         (gst_shout2send_connect), (gst_shout2send_change_state):
16460         * ext/shout2/gstshout2.h:
16461           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
16462           #142262)
16463         * ext/theora/theora.c: (plugin_init):
16464           don't set rank on encoders
16465
16466 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
16467
16468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
16469           Use codec_data property instead of flag1 and flag2 for wma
16470
16471 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16472
16473         * gst/cdxaparse/gstcdxaparse.c :
16474           - Add mpegversion to CAPS to make it link
16475           - Rank is as GST_RANK_SECONDARY instead of NONE
16476         * gst/auparse/gstauparse.c :
16477           - Document all audio encoding we can encounter from Solaris 9
16478             headers and libsndfile information.
16479           - Increase max. rate from 48000 to 192000 (to match other elements)
16480           - Don't try to play junk data between header and samples
16481
16482 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16483
16484         * ext/libvisual/visual.c: (gst_visual_getcaps):
16485           use the right caps depending on endianness (I hope)
16486         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
16487           use GST_RANK_NONE for all non-decoding elements or spider gets
16488           mighty confused
16489
16490 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16491
16492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
16493           Fix some odd cases and fix BE metadata parsing of unicode16 text.
16494
16495 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16496
16497         * gst/switch/gstswitch.c: (gst_switch_release_pad),
16498         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
16499         (gst_switch_loop), (gst_switch_get_type):
16500           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
16501           HEADERS. Had to be said.
16502
16503 2004-05-10  David Schleef  <ds@schleef.org>
16504
16505         * configure.ac: Add prototype Dirac support.
16506         * ext/Makefile.am:
16507         * ext/dirac/Makefile.am:
16508         * ext/dirac/gstdirac.cc:
16509         * ext/dirac/gstdiracdec.cc:
16510
16511 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16512
16513         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
16514         (gst_auparse_init), (gst_auparse_chain),
16515         (gst_auparse_change_state):
16516           Hack around spider. Remove me some day please.
16517
16518 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16519
16520         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16521           Fix for some uninitialized variables in previous patch, also
16522           makes it work. Fixes #142286 while we're at it.
16523
16524 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16525
16526         * gst/auparse/gstauparse.c:
16527                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
16528                 only unsupported formats are ADPCM/CCITT G.72x
16529                 reviewed by Ronald
16530         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
16531
16532 2004-05-10  Wim Taymans  <wim@fluendo.com>
16533
16534         * ext/vorbis/Makefile.am:
16535         * ext/vorbis/README:
16536         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
16537         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
16538         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
16539         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
16540         (gst_oggvorbisenc_convert_sink),
16541         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
16542         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
16543         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
16544         (get_constraints_string), (update_start_message),
16545         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
16546         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
16547         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
16548         * ext/vorbis/oggvorbisenc.h:
16549         * ext/vorbis/vorbis.c: (plugin_init):
16550         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
16551         (raw_caps_factory), (gst_vorbisenc_class_init),
16552         (gst_vorbisenc_init), (gst_vorbisenc_setup),
16553         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
16554         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
16555         * ext/vorbis/vorbisenc.h:
16556         Added a raw vorbis encoder to be used with the oggmuxer.
16557         We still need the old encoder for some gnome applications,
16558         read the README to find out how that works.
16559         The raw encoder is called "rawvorbisenc" until 0.9.
16560
16561 2004-05-10  Wim Taymans  <wim@fluendo.com>
16562
16563         * ext/ogg/gstogg.c: (plugin_init):
16564         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
16565         (gst_ogg_print):
16566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
16567         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
16568         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
16569         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
16570         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
16571         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
16572         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
16573         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
16574         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
16575         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
16576         Added an ogg muxer.
16577         Small typo fixes in the demuxer.
16578
16579 2004-05-10  Wim Taymans  <wim@fluendo.com>
16580
16581         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16582         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
16583         (theora_enc_change_state), (theora_enc_set_property),
16584         (theora_enc_get_property):
16585         Mark the last packet with an EOS flag which is not really needed
16586         in gstreamer.
16587         Do some better video framerate initialisation.
16588         Update the buffer timestamp.
16589
16590 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16591
16592         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
16593         Return the result of the parent state change call
16594
16595 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16596
16597         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
16598         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
16599         * gst/law/alaw-encode.c : (idem)
16600         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
16601         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
16602         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
16603
16604 2004-05-09  Benjamin Otte  <otte@gnome.org>
16605
16606         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16607           don't use a fixed buffer size when writing variable length data to
16608           it. Fixes memory corruption and makes alsasrc work
16609
16610 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16611
16612         * ext/gnomevfs/gstgnomevfssink.c:
16613         (_gst_boolean_allow_overwrite_accumulator),
16614         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
16615           Run glib's default signal handler (??) in RUN_CLEANUP rather than
16616           RUN_LAST, and don't use that to set the accumulator value because
16617           then it's always FALSE.
16618
16619 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16620
16621         * gst-libs/gst/riff/riff-media.c:
16622         (gst_riff_create_video_caps_with_data),
16623         (gst_riff_create_audio_caps),
16624         (gst_riff_create_audio_template_caps):
16625         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16626           Fix for unaligned RIFF files (i.e. where all the chunks together
16627           in a LIST chunk are not of the same size as the size given in
16628           the LIST chunk header). Fixes several odd WAVE files. Also fix
16629           ADPCM (block_align property) in audio, so that wavparse based
16630           on this works now as it used to stand-alone.
16631
16632 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
16633
16634         reviewed by Benjamin Otte  <otte@gnome.org>
16635
16636         * ext/a52dec/gsta52dec.c:
16637         * ext/divx/gstdivxdec.c:
16638         * ext/divx/gstdivxenc.c:
16639         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
16640         * ext/faac/gstfaac.c: (gst_faac_base_init):
16641         * ext/faad/gstfaad.c: (gst_faad_base_init):
16642         * ext/ivorbis/vorbisfile.c:
16643         * ext/lame/gstlame.c:
16644         * ext/libfame/gstlibfame.c:
16645         * ext/mpeg2enc/gstmpeg2enc.cc:
16646         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
16647         * ext/sidplay/gstsiddec.cc:
16648         * ext/speex/gstspeexdec.c:
16649         * ext/speex/gstspeexenc.c:
16650         * ext/xvid/gstxviddec.c:
16651         * ext/xvid/gstxvidenc.c:
16652           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
16653           (fixes #142193)
16654
16655 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16656
16657         * ext/alsa/gstalsa.c: (device_list),
16658         (gst_alsa_class_probe_devices):
16659         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
16660           Fix alsa oddness in mixer after the combination of using mixer
16661           in source/sink elements and using hw:x,y instead of just hw:x.
16662
16663 2004-05-09  Benjamin Otte  <otte@gnome.org>
16664
16665         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
16666         (gst_wavparse_create_sourcepad):
16667           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
16668           sourcepads
16669
16670 2004-05-09  Benjamin Otte  <otte@gnome.org>
16671
16672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16673           allow discont events before caps nego
16674
16675 2004-05-08  Benjamin Otte  <otte@gnome.org>
16676
16677         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16678           don't leak events
16679
16680 2004-05-08  Benjamin Otte  <otte@gnome.org>
16681
16682         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16683         (gst_level_change_state), (gst_level_init):
16684         * gst/level/gstlevel.h:
16685           figure out if we're initialized directly instead of keeping a
16686           variable that's wrong in 90% of cases
16687           don't initialize pads and then leak them and use a new unitialized
16688           pad. (fixes #142084)
16689           these were bugs so n00bish I didn't find them for an hour :/
16690
16691 2004-05-08 Iain <iain@prettypeople.org>
16692
16693         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
16694         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
16695         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
16696         return the length that was read.
16697         (gst_riff_read_strf_auds): Allow fmt tags as well.
16698
16699 2004-05-07  David Schleef  <ds@schleef.org>
16700
16701         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
16702         signed char assumption in faad.h.
16703
16704 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16705
16706         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
16707           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
16708
16709 2004-05-07  Colin Walters  <walters@redhat.com>
16710
16711         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
16712         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
16713         function.
16714         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
16715         Add dispose function.
16716
16717 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
16718         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
16719           Fix caps nego and pad templates. RGB mode caps should
16720           work now.
16721         * ext/dvdnav/gst-dvd:
16722           Move mpeg2dec inside the thread because otherwise the
16723           queue rejects cap changes mid-stream
16724         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16725         (gst_mpeg2dec_flush_decoder):
16726           For mpeg2dec > 0.4.0, call the flush function instead of
16727           manually extracting all in-flight frames.
16728         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
16729         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
16730           Change mime type video/dv go video/x-dv to match the
16731           rest of gst-plugins
16732
16733 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16734
16735         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16736         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
16737         (gst_alsa_sink_class_init):
16738         * ext/alsa/gstalsasink.h:
16739         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
16740         (gst_alsa_src_class_init):
16741         * ext/alsa/gstalsasrc.h:
16742           Make alsasink/src a subclass of alsamixer so that mixer stuff
16743           shows up in gst-rec. Needs some finetuning.
16744
16745 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16746
16747         * ext/lame/gstlame.c: (gst_lame_chain):
16748           simplify
16749         * ext/mad/gstmad.c: (gst_mad_handle_event):
16750           fix event leak
16751         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16752           be able to detect mp3 files < 4096 bytes
16753
16754 2004-05-06  Wim Taymans  <wim@fluendo.com>
16755
16756         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16757         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
16758         (theora_enc_set_property), (theora_enc_get_property):
16759         Also encode the first frame, cleanup some code.
16760
16761 2004-05-06  Wim Taymans  <wim@fluendo.com>
16762
16763         * ext/mpeg2enc/gstmpeg2enc.cc:
16764         Forward events first before deciding that negotiation was
16765         not performed.
16766
16767 2004-05-06  Wim Taymans  <wim@fluendo.com>
16768
16769         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
16770         First process the events before deciding that negotiation
16771         was not performed.
16772
16773 2004-05-06  Wim Taymans  <wim@fluendo.com>
16774
16775         * ext/theora/Makefile.am:
16776         * ext/theora/theora.c: (plugin_init):
16777         * ext/theora/theoradec.c: (theora_dec_change_state):
16778         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
16779         (gst_theora_enc_class_init), (gst_theora_enc_init),
16780         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
16781         (theora_enc_chain), (theora_enc_change_state),
16782         (theora_enc_set_property), (theora_enc_get_property):
16783         Added a theora encoder, grouped the encoder and decoder into the
16784         same plugin.
16785
16786 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16787
16788         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16789         (gst_jpegenc_chain):
16790         fix DURATION on outgoing buffers
16791         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
16792         debug using time formats
16793         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16795         (gst_xvimagesink_sink_link):
16796         windows with width/height 0 generate X errors, so don't allow them
16797
16798 2004-05-05  Wim Taymans  <wim@fluendo.com>
16799
16800         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
16801         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
16802         (gst_mpeg2dec_negotiate_format):
16803         * ext/mpeg2dec/gstmpeg2dec.h:
16804           removed the static pad template so that we can add the
16805           more accurate framerate value to the caps.
16806
16807
16808 2004-05-04  Benjamin Otte  <otte@gnome.org>
16809
16810         * configure.ac:
16811           check for kdemacros.h, too (should fix #141821)
16812         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
16813           don't crash if no header was sent, but nicely error out (fixes part
16814           of #141554)
16815
16816 2004-05-04  Wim Taymans  <wim@fluendo.com>
16817
16818         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
16819         parent dispose function to avoid segfault on destroy.
16820
16821 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16822
16823         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
16824         (plugin_init):
16825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16826         (gst_xvimagesink_sink_link):
16827         clean up debugging caps
16828         also recreate xvimage when format has changed
16829
16830 2004-05-04  Benjamin Otte  <otte@gnome.org>
16831
16832         * ext/libvisual/Makefile.am:
16833         * ext/libvisual/visual.c: (gst_visual_class_init),
16834         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
16835         (gst_visual_srclink), (gst_visual_chain),
16836         (gst_visual_change_state), (plugin_init):
16837           use a GstAdapter to correctly adapt buffer sizes - allows using a
16838           framerate
16839
16840 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16841
16842         * sys/v4l/gstv4lelement.h:
16843         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
16845         (gst_v4lsrc_buffer_free):
16846         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
16847         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16848         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
16849         (gst_v4lsrc_requeue_frame):
16850         move some debugging categories around
16851         query for fps index and set accordingly if found
16852
16853 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16854
16855         * ext/lame/gstlame.c:
16856         correct defaults that lame_init puts out of range
16857
16858 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16859
16860         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
16861         (gst_divxenc_class_init):
16862         fix range since -1 is the default
16863         * gst/mpeg1sys/gstmpeg1systemencode.c:
16864         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
16865         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
16866         (gst_rtjpegdec_chain):
16867         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
16868         (gst_rtjpegenc_chain):
16869         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
16870         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
16871         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
16872         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
16873         * sys/v4l/gstv4lsrc.c:
16874         * sys/v4l/v4l_calls.c: (gst_v4l_open):
16875         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
16876         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
16877         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
16878         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
16879           remove gst_info calls
16880
16881 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16882
16883         * Makefile.am:
16884         * po/af.po:
16885         * po/az.po:
16886         * po/en_GB.po:
16887         * po/nl.po:
16888         * po/sr.po:
16889         * po/sv.po:
16890           Updated translations
16891
16892 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16893
16894         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16895           refactor/comment code
16896
16897 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16898
16899         * gst/asfdemux/Makefile.am:
16900         * gst/asfdemux/asfheaders.c:
16901         * gst/asfdemux/asfheaders.h:
16902         * gst/asfdemux/gstasf.c: (plugin_init):
16903         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
16904         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
16905         (gst_asf_demux_setup_pad):
16906         * gst/asfdemux/gstasfdemux.h:
16907         * gst/asfdemux/gstasfmux.c:
16908         * gst/asfdemux/gstasfmux.h:
16909           Add tagging support to demuxer, split out registration in its own
16910           file instead of in demux (hacky), and prevent having some tables
16911           in our memory multiple times (in asfheaders.h).
16912
16913 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16914
16915         * gst/matroska/matroska-demux.c:
16916         (gst_matroska_demux_parse_metadata):
16917         * gst/matroska/matroska-ids.h:
16918           Basic tag reading support.
16919
16920 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16921
16922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16923           Really detect ac-3 audio.
16924         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
16925           really detect matroska files (off-by-1).
16926
16927 2004-04-30  David Schleef  <ds@schleef.org>
16928
16929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16930         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
16931         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
16932         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
16933         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
16934         hackage -- parse a lot more atoms, extract a few tags.  One might even
16935         mistake this for tag support.  Maybe it is.
16936         * gst/qtdemux/qtdemux.h:
16937
16938 2004-04-30  Colin Walters  <walters@verbum.org>
16939
16940         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
16941
16942 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16943
16944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16945         (gst_ffmpegcolorspace_getcaps):
16946           remove broken nego fix
16947
16948 2004-04-30  Benjamin Otte  <otte@gnome.org>
16949
16950         * configure.ac:
16951         * ext/Makefile.am:
16952         * ext/libvisual/Makefile.am:
16953         * ext/libvisual/visual.c:
16954           add initial support for libvisual (http://libvisual.sourceforge.net)
16955           libvisual is still quite alpha, so expect crashes in there :)
16956
16957 2004-04-29  David Schleef  <ds@schleef.org>
16958
16959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16960         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
16961         up qtdemux to make it spit out codec_data.  Do _not_ look at this
16962         code; you will no longer respect me.
16963
16964 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16965
16966         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16967         * ext/alsa/gstalsa.h :
16968         change alsa pcm device discovery to find more than 1 device
16969         per card. code review by Ronald.
16970
16971 2004-04-29  David Schleef  <ds@schleef.org>
16972
16973         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16974         Add a check for a driver bug on FreeBSD.  (bug #140565)
16975
16976 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16977
16978         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16979         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16980         (gst_jpegenc_getcaps):
16981           move format setting to inner loop
16982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16983         (gst_ffmpegcolorspace_getcaps):
16984           use GST_PAD_CAPS if available so that we use already negotiated
16985           caps
16986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16987         (qtdemux_parse_moov), (qtdemux_parse):
16988           extra debugging
16989         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16990         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16991           move hardcoded path to DEFINE
16992
16993 2004-04-28  David Schleef  <ds@schleef.org>
16994
16995         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16996         (bug #140064)
16997
16998 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16999
17000         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17001           Don't probe for playback device if we're a source element. Fixes
17002           #139658.
17003
17004 2004-04-29  Benjamin Otte  <otte@gnome.org>
17005
17006         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17007         (gst_id3_tag_chain):
17008           rewrite buffer offset
17009
17010 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17011
17012         * configure.ac:
17013         * ext/Makefile.am:
17014         * ext/dts/Makefile.am:
17015         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
17016         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
17017         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
17018         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
17019         (gst_dtsdec_loop), (gst_dtsdec_change_state),
17020         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
17021         (plugin_init):
17022         * ext/dts/gstdtsdec.h:
17023           New DTS decoder.
17024         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
17025         (gst_faad_srcconnect):
17026           Add ESDS atom handling (.m4a).
17027
17028 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17029
17030         * ext/divx/gstdivxdec.c: (plugin_init):
17031           Remove comment that makes no sense.
17032         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
17033           Fix for obvious typo that resulted in warnings during gst-register.
17034         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
17035         (gst_xviddec_sink_link):
17036           Fix caps negotiation a bit better.
17037         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17038           We call this 'codec_data', not 'esds'.
17039
17040 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17041
17042         * gst/monoscope/gstmonoscope.c:
17043           make sure we only provide 256x128
17044         * gst/monoscope/monoscope.c: (monoscope_init):
17045           assert size of 256x128
17046
17047 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17048
17049         * Makefile.am:
17050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
17051         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
17052           fixate to max width and height of device
17053
17054 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17055
17056         * Makefile.am:
17057         * sys/v4l/gstv4l.c:
17058         * sys/v4l/gstv4lsrc.c:
17059         * sys/v4l/v4l_calls.c:
17060         * sys/v4l/v4lsrc_calls.c:
17061           fix for qc-usb driver which fakes having more than one buffer
17062           by handing the same buffer twice, which confused GStreamer's/v4lsrc
17063           buffer_free override
17064           add debugging
17065
17066 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17067
17068         * Makefile.am:
17069         * gst/videotestsrc/gstvideotestsrc.c:
17070         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
17071         (gst_videotestsrc_init), (gst_videotestsrc_get),
17072         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
17073         * gst/videotestsrc/gstvideotestsrc.h:
17074           add num-buffers property
17075
17076         2004-04-26  Benjamin Otte  <otte@gnome.org>
17077
17078         * ext/mad/gstid3tag.c: (plugin_init):
17079           set id3mux rank to NONE so it doesn't confuse spider
17080           require audio/mpeg,mpegversion=1 in id3mux
17081
17082 2004-04-26  Benjamin Otte  <otte@gnome.org>
17083
17084         * configure.ac:
17085           detect faad correctly as non-working if it's indeed non-working
17086
17087 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17088
17089         * Makefile.am:
17090         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17091         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
17092         fix _getcaps so it only negotiates to its supported format
17093
17094 2004-04-25  Benjamin Otte  <otte@gnome.org>
17095
17096         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17097           fix memleak
17098
17099 2004-04-23  Benjamin Otte  <otte@gnome.org>
17100
17101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17102           audio/x-raw-int with height rules! not. Now it's depth.
17103
17104 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17105
17106         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17107         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
17108         (gst_wavparse_loop):
17109           Missing variable initialization. Add handling of DVI ADPCM. Fix
17110           mis-parsing of LIST chunks. This works around a bug where we mis-
17111           parse non-aligning LIST chunks (so LIST chunks where the contents
17112           don't align with the actual LIST size). The correct fix is to use
17113           rifflib, I'm not going to fix wavparse - too much work. All this
17114           fixes #104878.
17115
17116 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17117
17118         reviewed by Benjamin Otte  <otte@gnome.org>
17119
17120         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
17121           fix shoutcast not working (fixes #140844)
17122
17123 2004-04-22  Benjamin Otte  <otte@gnome.org>
17124
17125         * ext/hermes/gsthermescolorspace.c:
17126         (gst_hermes_colorspace_caps_remove_format_info):
17127         * gst/colorspace/gstcolorspace.c:
17128         (gst_colorspace_caps_remove_format_info):
17129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17130         (gst_ffmpegcolorspace_caps_remove_format_info):
17131           s/gst_caps_simplify/gst_caps_do_simplify/
17132
17133 2004-04-22  Benjamin Otte  <otte@gnome.org>
17134
17135         * gst-libs/gst/riff/riff-media.c:
17136         (gst_riff_create_video_caps_with_data):
17137           mpegversion is an int
17138         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
17139           don't try to create pad templates with NULL caps, use any caps
17140           instead.
17141
17142 2004-04-20  David Schleef  <ds@schleef.org>
17143
17144         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
17145         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
17146         (bug #140384)
17147
17148 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
17149
17150         reviewed by David Schleef
17151
17152         * ext/mad/gstid3tag.c: Add stdlib.h
17153         * gst/rtp/gstrtpgsmenc.c: same
17154         * gst/tags/gstid3tag.c: same
17155         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
17156         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
17157         GST_DISABLE_LOADSAVE use.
17158         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
17159         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
17160         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
17161         atol(3)).
17162         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
17163         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
17164         strtoul(3)).
17165         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
17166         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
17167         $(ID3_CFLAGS).
17168         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
17169         $(LIBFAME_CFLAGS).
17170
17171 2004-04-20  David Schleef  <ds@schleef.org>
17172
17173         * gst/realmedia/rmdemux.c:  This was supposed to part of the
17174         last checkin.  Same idea.
17175
17176 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
17177
17178         reviewed by David Schleef
17179
17180         * configure.ac: bump required gstreamer version to 0.8.1.1
17181         because of following changes [--ds]
17182
17183         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
17184         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
17185         (gst_riff_read_header):  Use GST_READ_UINT*
17186         macros to access possibly unaligned memory.
17187
17188         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
17189         (mp3_type_find):  Use GST_READ_UINT*
17190         macros to access possibly unaligned memory.
17191         (mp3_type_find, mpeg1_parse_header, qt_type_find)
17192         (speex_type_find): Likewise
17193
17194         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
17195
17196         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
17197         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
17198         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
17199         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
17200         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
17201         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
17202         macros to access possibly unaligned memory.
17203
17204         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
17205         Likewise.
17206
17207         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
17208         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
17209
17210         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17211         Likewise.
17212
17213         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
17214         (gst_mpeg2subt_chain_subtitle): Likewise.
17215
17216         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
17217         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
17218         Likewise.
17219
17220         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
17221         Likewise.
17222
17223         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
17224         Likewise.
17225
17226         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
17227         Likewise.
17228
17229 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17230
17231         * configure.ac:
17232           update required version of GStreamer because of GST_TIME_FORMAT
17233
17234 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17235
17236         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
17237           remove leftover g_print
17238         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17239           don't try setting only a subset of the caps. We don't want to kill
17240           autoplugging on purpose
17241
17242 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17243
17244         * sys/ximage/ximagesink.c: (plugin_init):
17245         * sys/xvimage/xvimagesink.c: (plugin_init):
17246           add debugging categories
17247
17248 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17249
17250         * po/en_GB.po:
17251         * po/LINGUAS:
17252           Adding en_GB translation (Gareth Owen)
17253
17254 2004-04-20  David Schleef  <ds@schleef.org>
17255
17256         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17257         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
17258         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
17259         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
17260         A number of new features and hacks to extract the esds atom and
17261         put it into the caps.  (bug #137724)
17262
17263 2004-04-19  David Schleef  <ds@schleef.org>
17264
17265         * gconf/Makefile.am: Fix for non-GNU make
17266         * gst-libs/gst/Makefile.am: Change directory order to handle
17267         GstPlay linking with gstinterfaces
17268         * gst-libs/gst/audio/make_filter: make use of tr portable
17269         * gst-libs/gst/play/Makefile.am: Add intended \
17270         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
17271         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
17272         function prototype instead of void *.
17273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
17274         macro.
17275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17276         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
17277         * gst/videofilter/make_filter: make use of tr portable
17278         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
17279
17280 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17281
17282         * po/LINGUAS:
17283         * po/uk.po:
17284           Added Ukrainian translation (Maxim V. Dziumanenko)
17285
17286 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17287
17288         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
17289         (gst_gsmdec_link), (gst_gsmdec_chain):
17290           Fix capsnego, simplify chain function slightly.
17291         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
17292           Add GSM.
17293
17294 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17295
17296         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17297         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
17298         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
17299           Hack to make wavparse work with spider (always -> sometimes pad).
17300           Fixes #135862 && #140411.
17301
17302 2004-04-18  Benjamin Otte  <otte@gnome.org>
17303
17304         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
17305         (gst_osselement_rate_probe_check),
17306         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
17307           get rid of \n in debug output
17308
17309 2004-04-17  Iain <iain@prettypeople.org>
17310
17311         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
17312         not just EOS.
17313
17314 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17315
17316         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17317         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
17318         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
17319         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
17320         (gst_id3_tag_src_link), (gst_id3_tag_chain),
17321         (gst_id3_tag_change_state), (plugin_init):
17322           deprecate id3tag element and replace with id3demux/id3mux.
17323           great side effect: this ugly file is now even uglier, yay!
17324         * ext/mad/gstmad.h:
17325           remove non-available function
17326           update for new get_type
17327
17328 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17329
17330         * configure.ac:
17331           require mpeg2dec >= 0.4.0
17332
17333 2004-04-17  Benjamin Otte  <otte@gnome.org>
17334
17335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17336         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
17337         (gst_xvimagesink_set_xwindow_id):
17338           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
17339           assorted cleanup fixes.
17340
17341 2004-04-16  David Schleef  <ds@schleef.org>
17342
17343         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
17344         * sys/xvimage/xvimagesink.h: same
17345
17346 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17347
17348         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
17349           Fix GST_ELEMENT_ERROR with (NULL)
17350
17351 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17352
17353         * gst-libs/gst/riff/riff-media.c:
17354         (gst_riff_create_video_caps_with_data):
17355           Add div[3456] as fourccs for DivX 3 (fixes #140137).
17356
17357 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17358
17359         * gst-libs/gst/riff/riff-media.c:
17360         (gst_riff_create_video_caps_with_data),
17361         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
17362         (gst_riff_create_video_template_caps),
17363         (gst_riff_create_audio_template_caps):
17364         * gst-libs/gst/riff/riff-media.h:
17365         * gst-libs/gst/riff/riff-read.c:
17366         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
17367         * gst-libs/gst/riff/riff-read.h:
17368         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17369           Add MS RLE support. I added some functions to read out strf chunks
17370           into strf chunks and the data behind it. This is usually color
17371           palettes (as in RLE, but also in 8-bit RGB). Also use those during
17372           caps creation. Lastly, add ADPCM (similar to wavparse - which
17373           should eventually be rifflib based).
17374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
17375         (gst_matroska_demux_init), (gst_matroska_demux_reset):
17376         * gst/matroska/matroska-demux.h:
17377           Remove placeholders for some prehistoric tagging system. Didn't add
17378           support for any tag system really anyway.
17379         * gst/qtdemux/qtdemux.c:
17380           Add support for audio/x-m4a (MPEG-4) through spider.
17381         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17382         (gst_wavparse_loop):
17383           ADPCM support (#135862). Increase max. buffer size because we
17384           cannot split buffers for ADPCM (screws references) and I've seen
17385           files with 2048 byte chunks. 4096 seems safe for now.
17386
17387 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17388
17389         * configure.ac: bump nano to 1
17390
17391 === release 0.8.1 ===
17392
17393 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17394
17395         * configure.ac: releasing 0.8.1, "Comforting Sounds"
17396
17397 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17398
17399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17400           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
17401           Fixes #140058
17402
17403 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17404
17405         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
17406           lower rank of dvddemux so that it's not used for mpeg playback.
17407
17408 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17409
17410         * configure.ac:
17411           save libs correctly when checking mad
17412
17413 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17414
17415         * ext/mad/gstid3tag.c: (plugin_init):
17416           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
17417
17418 2004-04-13  David Schleef  <ds@schleef.org>
17419
17420         * common/m4/gst-feature.m4: Call -config scripts with
17421         --plugin-libs if it is supported.
17422         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
17423         JPEG images are image/jpeg.
17424         * gst/debug/Makefile.am:
17425         * gst/debug/negotiation.c: (gst_negotiation_class_init),
17426         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
17427         (gst_negotiation_update_caps), (gst_negotiation_get_property),
17428         (gst_negotiation_plugin_init): Add a property that acts like
17429         filter caps.
17430         * testsuite/gst-lint:  Move license checking to be a standard
17431         test.
17432
17433 2004-04-13  David Schleef  <ds@schleef.org>
17434
17435         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
17436         patch from Sebastien Cote (bug #139958)
17437
17438 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17439
17440         * examples/gstplay/Makefile.am:
17441         * examples/gstplay/player.c: (main):
17442           make the commandline player example use gconf settings
17443
17444 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17445
17446         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
17447         (gst_cacasink_sinkconnect), (gst_cacasink_init),
17448         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
17449           init/end library during state transition, not object
17450           creation/disposal.  get rid of custom dispose handler.
17451
17452
17453 2004-04-12  Christian Schaller <Uraeus@gnome.org>
17454
17455         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
17456         be a symlink
17457
17458 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17459
17460         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
17461           Handle JUNK chunks inside data section. Prevents warnings.
17462
17463 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17464
17465         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17466         (gst_riff_create_video_template_caps):
17467           Add MS video v1.
17468         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17469         (gst_avi_demux_stream_data):
17470           Add support for "rec-list" chunks.
17471
17472 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17473
17474         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17475           Fix another codecname mismatch.
17476
17477 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17478
17479         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17480           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
17481           so that MJPEG plays back.
17482
17483 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17484
17485         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
17486         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
17487         * gst/mpeg1videoparse/gstmp1videoparse.h:
17488           Fix for some slight mis-cuts in buffer parsing, and for some
17489           potential overflows or faults-causers. Adds disconts. Also fixes
17490           #139105 while we're at it.
17491
17492 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17493
17494         * configure.ac:
17495         * sys/v4l2/gstv4l2element.h:
17496           Workaround for missing struct v4l2_buffer declaration in Suse 9
17497           and Mandrake 10 linux/videodev2.h header file (#135919).
17498
17499 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17500
17501         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
17502           Bail out if no filename was given.
17503
17504 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17505
17506         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
17507         (gst_v4l2_fourcc_from_structure):
17508           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
17509           Y41B somewhere).
17510
17511 2004-04-09  Benjamin Otte  <otte@gnome.org>
17512
17513         * ext/gnomevfs/gstgnomevfssink.c:
17514         (_gst_boolean_allow_overwrite_accumulator),
17515         (gst_gnomevfssink_class_init):
17516           fix erase signal - if any handler returns false the file will not be
17517           overwritten. If no handler is connected, the file will not be
17518           overwritten either.
17519           renamed signal to "allow-overwrite"
17520         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
17521           free string when adding it to ID3 failed
17522         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17523           unref event when done
17524         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17525           free caps
17526         * gst/typefind/gsttypefindfunctions.c:
17527         (mpeg_video_stream_type_find):
17528           fix invalid read
17529
17530 2004-04-08  David Schleef  <ds@schleef.org>
17531
17532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17533         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
17534
17535 2004-04-08  David Schleef  <ds@schleef.org>
17536
17537         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
17538         we don't support (bug #139532)
17539
17540 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17541
17542         * ext/mad/gstmad.c: (gst_mad_handle_event),
17543         (gst_mad_check_caps_reset), (gst_mad_chain),
17544         (gst_mad_change_state):
17545           only set explicit caps if they haven't been set before for
17546           this stream.  MPEG-audio sample rate/channels aren't allowed
17547           to change in-stream.
17548           Fixes #139382
17549
17550 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17551
17552         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
17553         (_gst_boolean_did_something_accumulator),
17554         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
17555         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
17556         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
17557         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
17558         (gst_gnomevfssink_change_state):
17559           Fix erase signal. Don't erase by default. Remove handoff signal.
17560           Remove erase property. Don't segfault. General cleanup.
17561
17562 2004-04-07  Benjamin Otte  <otte@gnome.org>
17563
17564         * gst-libs/gst/gconf/test-gconf.c: (main):
17565           add missing gst_init
17566
17567 2004-04-07  Benjamin Otte  <otte@gnome.org>
17568
17569         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
17570           free the mutexes, too
17571
17572 2004-04-07  Benjamin Otte  <otte@gnome.org>
17573
17574         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
17575           actually free the URI string
17576         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
17577           compute offset correctly when passing discont events
17578         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17579           don't leak discont events
17580         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
17581           add some missing breaks so caps aren't copied randomly
17582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
17583           if we realloc memory, we better use it
17584
17585 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17586
17587         * ext/mad/gstmad.c: (normal_seek):
17588           fix GST_FORMAT_TIME usage
17589
17590 2004-04-05  David Schleef  <ds@schleef.org>
17591
17592         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
17593         a deprecated function (hack!)
17594
17595 2004-04-05  Benjamin Otte  <otte@gnome.org>
17596
17597         * ext/esd/esdmon.c: (gst_esdmon_get):
17598           fix nonterminated vararg and memleak
17599
17600 2004-04-05  Benjamin Otte  <otte@gnome.org>
17601
17602         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
17603         (gst_ladspa_init), (gst_ladspa_force_src_caps),
17604         (gst_ladspa_set_property), (gst_ladspa_get_property),
17605         (gst_ladspa_instantiate), (gst_ladspa_activate),
17606         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
17607           clean up debugging
17608
17609 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
17610
17611         reviewed by Benjamin Otte  <otte@gnome.org>
17612
17613         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
17614           check for broken LADSPA parameters (fixes #138635)
17615
17616 2004-04-05  Benjamin Otte  <otte@gnome.org>
17617
17618         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
17619           advertise buffer-frames correctly on sinkpads
17620
17621 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17622
17623         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
17624         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
17625         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
17626         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
17627         (gst_mad_check_caps_reset), (gst_mad_chain):
17628         add more debugging, only reset caps when we're not in error state
17629
17630 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17631
17632         * ext/mad/gstmad.c: add debugging category, comment + cleanups
17633
17634 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
17635
17636         reviewed by Benjamin Otte  <otte@gnome.org>
17637
17638         * configure.ac:
17639           fix == in test(1) operator
17640
17641 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
17642
17643         reviewed by Benjamin Otte  <otte@gnome.org>
17644
17645         * configure.ac:
17646           fix --export-symblos-regex to a working regex.
17647
17648 2004-04-04  Benjamin Otte  <otte@gnome.org>
17649
17650         * sys/oss/.cvsignore:
17651           add for oss_probe
17652
17653 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17654
17655         reviewed by Benjamin Otte  <otte@gnome.org>
17656
17657         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17658           add missing 'new_media' argument (fixes #138168)
17659         * gst/matroska/matroska-demux.c:
17660         (gst_matroska_demux_handle_seek_event):
17661           add vararg terminator (fixes #138169)
17662
17663 2004-04-02  David Schleef  <ds@schleef.org>
17664
17665         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
17666         disted (bug #138914)
17667
17668 2004-04-01  Benjamin Otte  <otte@gnome.org>
17669
17670         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
17671         (gst_alsa_close_audio):
17672           handle case better where a soundcard can't pause
17673         * ext/ogg/gstoggdemux.c:
17674           don't crash when we get events but don't have pads yet
17675
17676 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17677
17678         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17679           throw an error if we couldn't probe any caps.
17680
17681 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
17682
17683         * ext/dvdnav/gst-dvd:
17684         Add a really simple sample DVD player
17685
17686 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
17687
17688         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
17689         (gst_a52dec_push), (gst_a52dec_handle_event),
17690         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
17691         (gst_a52dec_change_state):
17692         * ext/a52dec/gsta52dec.h:
17693           Use a debug category, Output timestamps correctly
17694           Emit tag info, Handle events, tell liba52dec about cpu
17695           capabilities so it can use MMX etc.
17696         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
17697           Fix a crasher accessing invalid memory
17698         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
17699         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
17700         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
17701         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
17702         (dvdnavsrc_query):
17703           Some support for byte-format seeking.
17704           Small fixes for still frames and menu button overlays
17705         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
17706         (gst_mpeg2dec_alloc_buffer):
17707           Use a debug category. Adjust the report level of several items to
17708           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
17709           so it doesn't lose the GstBuffer pointer
17710         * gst/debug/Makefile.am:
17711         * gst/debug/gstdebug.c: (plugin_init):
17712         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
17713         (gst_navseek_base_init), (gst_navseek_class_init),
17714         (gst_navseek_init), (gst_navseek_seek),
17715         (gst_navseek_handle_src_event), (gst_navseek_set_property),
17716         (gst_navseek_get_property), (gst_navseek_chain),
17717         (gst_navseek_plugin_init):
17718         * gst/debug/gstnavseek.h:
17719           Add the navseek debug element for seeking back and forth in a
17720           video stream using arrow keys.
17721         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
17722         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
17723         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
17724         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
17725         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
17726         (gst_mpeg2subt_parse_header), (gst_get_nibble),
17727         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
17728         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
17729         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
17730         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
17731         * gst/mpeg2sub/gstmpeg2subt.h:
17732           Pretty much a complete rewrite. Now a loopbased element. May still
17733           require work to properly synchronise subtitle buffers.
17734         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
17735         (gst_dvd_demux_send_subbuffer):
17736         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
17737           Don't attempt to create subbuffers of size 0
17738           Reduce a couple of error outputs to warnings.
17739         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
17740         (gst_y4mencode_chain):
17741         Output the y4m frame header correctly.
17742
17743 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17744
17745         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
17746           throw errors instead of allowing SIGFPE
17747
17748 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17749
17750         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
17751         (gst_gconf_render_bin_from_key):
17752           leak plugging and style fixing
17753
17754 2004-03-31  David Schleef  <ds@schleef.org>
17755
17756         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
17757         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
17758         (bug #138225)
17759         * gst/debug/Makefile.am:
17760         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
17761         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
17762         plugin.
17763         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
17764         (gst_negotiation_base_init), (gst_negotiation_class_init),
17765         (gst_negotiation_init), (gst_negotiation_getcaps),
17766         (gst_negotiation_pad_link), (gst_negotiation_chain),
17767         (gst_negotiation_set_property), (gst_negotiation_get_property),
17768         (gst_negotiation_plugin_init):  New element to talk about random
17769         negotiation things happening in a pipeline.
17770
17771 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
17772
17773         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
17774           fix integer addition with help of Stefan Kost
17775
17776 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
17777
17778         * po/nl.po: updated Dutch translation (Elros Cyriatan)
17779
17780 2004-03-30  David Schleef  <ds@schleef.org>
17781
17782         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
17783         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
17784         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
17785         (bug #137504)
17786         * ext/mpeg2dec/gstmpeg2dec.h:
17787
17788 2004-03-30  David Schleef  <ds@schleef.org>
17789
17790         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
17791
17792 2004-03-30  David Schleef  <ds@schleef.org>
17793
17794         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
17795         Michael Petullo) to handle .mov
17796
17797 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17798
17799         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17800         (gst_osselement_rate_check_rate):
17801           probe caps correctly for sound cards that only support one format
17802
17803 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17804
17805         * ext/kio/kiosrc.cpp: (process_events):
17806           update handling event processing if inside KDE - untested
17807
17808 2004-03-29  David Schleef  <ds@schleef.org>
17809
17810         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
17811         by 2 to not interfere with other colorspaces.
17812         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
17813         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
17814         one to not interfere with ffmpeg_colorspace.
17815
17816 2004-03-29  David Schleef  <ds@schleef.org>
17817
17818         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
17819         aren't in the caps.
17820         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
17821         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
17822
17823 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17824
17825         * gst-libs/gst/riff/riff-media.c:
17826           fail on error, don't try to set stuff on NULL caps
17827
17828 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17829
17830         * configure.ac:
17831         * ext/Makefile.am:
17832         * ext/kio/Makefile.am:
17833         * ext/kio/kioreceiver.cpp:
17834         * ext/kio/kioreceiver.h:
17835         * ext/kio/kiosrc.cpp:
17836         * ext/kio/kiosrc.h:
17837           add experimental kiosrc plugin
17838         * ext/alsa/gstalsaplugin.c: (plugin_init):
17839           initialize debugging category only when we're sure registering the
17840           plugins worked.
17841
17842 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17843
17844         * examples/gstplay/player.c: (main):
17845         * gst-libs/gst/play/play.c: (gst_play_class_init),
17846         (gst_play_set_location), (gst_play_set_data_src),
17847         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17848         (gst_play_set_visualization), (gst_play_connect_visualization):
17849           check return values of element_set_state and return FALSE where
17850           failed
17851
17852 2004-03-29  Benjamin Otte  <otte@gnome.org>
17853
17854         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17855           try harder to check if an event is really a discont
17856
17857 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17858
17859         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
17860         * po/az.po:
17861
17862 2004-03-28  Benjamin Otte  <otte@gnome.org>
17863
17864         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17865         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
17866         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
17867           get rid of non-standard "..." ranges in case statements.
17868
17869 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
17870
17871         * gst/mpegstream/gstmpegdemux.c:
17872         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
17873         specific functionality split to the new dvddemux element.
17874         * gst/mpegstream/gstdvddemux.c:
17875         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
17876         streams, derived from mpegdemux.
17877         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
17878         up. SCR based timestamp rewriting can be turned off (will probably
17879         completely disappear soon).
17880         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
17881         hacking. General cleanup. All printf statements replaced by
17882         debugging messages. Almost complete libdvdnav support.
17883         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
17884         by events. New properties for audio and subpicture languages.
17885         (dvdnavsrc_update_highlight): Now uses events.
17886         (dvdnavsrc_user_op): Cleaned up.
17887         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
17888         based). Lots of cleanup, and propper support for most libdvdnav
17889         events.
17890         (dvdnavsrc_make_dvd_event): New function.
17891         (dvdnavsrc_make_dvd_nav_packet_event): New function.
17892         (dvdnavsrc_make_clut_change_event): New function.
17893
17894 2004-03-26  Benjamin Otte  <otte@gnome.org>
17895
17896         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
17897           fix bug where typefinding would claim it's theora whenever less then
17898           7 bytes of data were available
17899
17900 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17901
17902         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
17903         (gst_alawdec_base_init), (gst_alawdec_class_init),
17904         (gst_alawdec_init), (gst_alawdec_chain):
17905         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
17906         (gst_alawenc_base_init), (gst_alawenc_class_init),
17907         (gst_alawenc_init), (gst_alawenc_chain):
17908         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
17909         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
17910         (gst_mulawdec_init), (gst_mulawdec_chain):
17911         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
17912         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
17913         (gst_mulawenc_init), (gst_mulawenc_chain):
17914           Fix capsnego in all four, remove the unused property functions and
17915           simplify the chain functions slightly. I guess we could use macros
17916           or something similar for those, since the code is so similar, but
17917           I'm currently too lazy...
17918
17919 2004-03-24  David Schleef  <ds@schleef.org>
17920
17921         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
17922         (gst_osselement_close_audio), (gst_osselement_probe_caps),
17923         (gst_osselement_get_format_structure),
17924         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
17925         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
17926         (gst_osselement_rate_int_compare): Add code to handle rate probing
17927         (bug #120883)
17928         * sys/oss/gstosselement.h: same
17929         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
17930         Use rate probing provided by osselement.
17931         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
17932
17933 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17934
17935         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
17936         (gst_xvidenc_get_property):
17937           ulong/int mess-up.
17938
17939 2004-03-24  David Schleef  <ds@schleef.org>
17940
17941         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
17942         (gst_speexdec_init):
17943         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
17944         (gst_speexenc_init):  Create the pad template correctly (from
17945         the static pad template, not a NULL pointer.)
17946
17947 2004-03-25  Benjamin Otte  <otte@gnome.org>
17948
17949         * gst/debug/Makefile.am:
17950         * gst/debug/breakmydata.c:
17951           add element that quasi-randomly changes bytes in the stream.
17952           Intended use is robustness checking of demuxers and decoders in
17953           media tests.
17954
17955 2004-03-24  Benjamin Otte  <otte@gnome.org>
17956
17957         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17958         (gst_alsa_probe_hw_params):
17959         * ext/alsa/gstalsa.h:
17960           debugging output fixes
17961
17962 2004-03-24  Benjamin Otte  <otte@gnome.org>
17963
17964         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17965           don't g_return_if_fail if element is PLAYING, fail silently as every
17966           other element.
17967         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17968           only fix needed for cast lvalue issues in gst-plugins
17969         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17970           add proxy_getcaps
17971
17972 2004-03-24  Benjamin Otte  <otte@gnome.org>
17973
17974         * gst/level/gstlevel.c: (gst_level_init):
17975           add proxying getcaps function, so level doesn't advertise impossible
17976           caps
17977
17978 2004-03-24  David Schleef  <ds@schleef.org>
17979
17980         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17981         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17982         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17983         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17984         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17985         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17986         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17987         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17988         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17989         messages.  Divide the chunk size by the compression ratio
17990         (needed for MACE audio)
17991
17992 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17993
17994         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17995           Fix buffer overflow read error.
17996
17997 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17998
17999         * ext/alsa/gstalsa.h:
18000           Remove unused entry.
18001         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18002           Add cinepak.
18003         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18004         (gst_videodrop_link), (gst_videodrop_chain):
18005           Fix, sort of. Was horribly broken with new capsnego. Bah...
18006
18007 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
18008
18009         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
18010         (plugin_init):
18011         Add a monkeysaudio typefind function
18012
18013 2004-03-23  Johan Dahlin  <johan@gnome.org>
18014
18015         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
18016         (gst_play_video_fixate): Check so the structure has the field
18017         before trying to fixate them, this makes it possible to have
18018         fakesinks for video and audio output without printing errors on
18019         the output console.
18020
18021 2004-03-22  David Schleef  <ds@schleef.org>
18022
18023         * sys/oss/Makefile.am:
18024         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
18025         (check_rate), (add_rate):  Rate probing test app.
18026
18027 2004-03-21  Benjamin Otte  <otte@gnome.org>
18028
18029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18030         (_fixate_caps_to_int), (gst_audio_convert_fixate):
18031           add a fixation function that pretty much does the right thing (fixes
18032           #137556)
18033
18034 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
18035
18036         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
18037
18038 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18039
18040         reviewed by: Benjamin Otte  <otte@gnome.org>
18041
18042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18043           terminate gst_event_new_discontinuous correctly (fixes parts of
18044           #137711)
18045
18046 2004-03-19  David Schleef  <ds@schleef.org>
18047
18048         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
18049         since it doesn't depend on X, and it's part of our ABI.
18050
18051 2004-03-19  Iain <iain@prettypeople.org>
18052
18053         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
18054         is_int in the structure, not the local variable.
18055
18056 2004-03-19  David Schleef  <ds@schleef.org>
18057
18058         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
18059         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
18060         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
18061         Improvements in caps negotiation.
18062
18063 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18064
18065         * po/LINGUAS:
18066         * po/af.po:
18067           adding Afrikaans (Petri Jooste)
18068
18069 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18070
18071         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18072         (gst_ffmpegcolorspace_chain):
18073         throw error instead of g_critical (#137588)
18074
18075 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18076
18077         * Makefile.am:
18078         * configure.ac:
18079           dist common and m4 correctly
18080         * po/sv.po:
18081
18082 2004-03-17  David Schleef  <ds@schleef.org>
18083
18084         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
18085         (bug #137348)
18086
18087 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18088
18089         * po/LINGUAS:
18090         * po/sv.po:
18091           adding Swedish translation (Christian Rose)
18092
18093 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18094
18095         * Makefile.am: use release.mak
18096
18097 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18098
18099         * common/ChangeLog:
18100         * common/gst-autogen.sh:
18101           add some explanation about the version detection
18102         * configure.ac:
18103           fix X check
18104
18105 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18106
18107         * configure.ac: bump nano to 1
18108
18109 === release 0.8.0 ===
18110
18111 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18112
18113         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
18114
18115 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18116
18117         * configure.ac:
18118           update libtool version
18119         * gst-libs/gst/media-info/Makefile.am:
18120           actually use libtool version
18121
18122 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18123
18124         * configure.ac: fix speex detection to work with 1.0 but not 1.1
18125
18126 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18127
18128         * configure.ac:
18129         * gst-plugins.spec.in:
18130         * pkgconfig/Makefile.am:
18131         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18132         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18133         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18134         * pkgconfig/gstreamer-libs.pc.in:
18135         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18136         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18137         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
18138         * pkgconfig/gstreamer-plugins.pc.in:
18139           remove @VERSION@ from some of the pc files since core and plugins
18140           are decoupled.
18141           created gstreamer-plugins.pc as it's a better name, but keeping
18142           -libs around for now to get fixes upstream done first.
18143
18144 2004-03-15  Julien MOUTTE <julien@moutte.net>
18145
18146         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
18147         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
18148         * gst-libs/gst/play/play.h:
18149
18150 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18151
18152         * *.c, *.cc: don't mix tabs and spaces
18153
18154 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18155
18156         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18157           use the new ffmpegcolorspace
18158         * gst-plugins.spec.in:
18159           package new colorspace and media-info
18160         * configure.ac:
18161         * pkgconfig/Makefile.am:
18162           fix some more disting issues
18163         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18164         * pkgconfig/gstreamer-media-info.pc.in:
18165           generate media-info pc files
18166
18167 2004-03-15  Johan Dahlin  <johan@gnome.org>
18168
18169         * *.h: Revert indenting
18170
18171 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18172
18173         * configure.ac:
18174           adding ffmpegcolorspace element
18175         * gst/ffmpegcolorspace/Makefile.am:
18176         * gst/ffmpegcolorspace/avcodec.h:
18177         * gst/ffmpegcolorspace/common.h:
18178         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
18179         * gst/ffmpegcolorspace/dsputil.h:
18180         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
18181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18182         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
18183         (gst_ffmpeg_caps_to_pix_fmt):
18184         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18185         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18186         (gst_ffmpegcolorspace_caps_remove_format_info),
18187         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
18188         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
18189         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
18190         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
18191         (gst_ffmpegcolorspace_set_property),
18192         (gst_ffmpegcolorspace_get_property),
18193         (gst_ffmpegcolorspace_register):
18194         * gst/ffmpegcolorspace/imgconvert.c:
18195         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18196         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
18197         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
18198         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
18199         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
18200         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
18201         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
18202         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
18203         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
18204         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
18205         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
18206         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
18207         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
18208         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
18209         (img_get_alpha_info), (deinterlace_line),
18210         (deinterlace_line_inplace), (deinterlace_bottom_field),
18211         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
18212         * gst/ffmpegcolorspace/imgconvert_template.h:
18213         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
18214         * gst/ffmpegcolorspace/mmx.h:
18215         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
18216           adding ffmpegcolorspace element supplied by Ronald after cleaning
18217           up and pulling in the right bits of upstream source.
18218           I'm sure a better C/compiler wizard could do some cleaning up (for
18219           example use GLIB's malloc stuff), but as a first pass this
18220           works very well
18221
18222 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18223
18224         * ext/alsa/gstalsa.h:
18225           I assume Ronald forgot to commit the change to have cardname
18226           as a struct member.  Expect some public spanking at the next
18227           opportunity.
18228
18229 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18230
18231         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
18232         (gst_alsa_open_audio), (gst_alsa_close_audio):
18233         * ext/alsa/gstalsa.c:
18234           Don't open the device if we're a mixer (= padless).
18235         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
18236         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
18237         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
18238           Open mixer during state change rather than during object
18239           initialization. Also, get a device name. Currently in a somewhat
18240           hackish fashion, but I didn't really find something better.
18241
18242 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18243
18244         * *.c, *.h: run gst-indent
18245
18246 2004-03-14  Benjamin Otte  <otte@gnome.org>
18247
18248         * gst/modplug/gstmodplug.cc:
18249         * gst/modplug/gstmodplug.h:
18250           set correct timestamps on outgoing buffers
18251
18252 2004-03-14  Benjamin Otte  <otte@gnome.org>
18253
18254         * gst/modplug/gstmodplug.cc:
18255           handle events - don't do crap when a discont arrives that's not
18256           necessary
18257           This allows correct loading and playback of mods in Rhythmbox
18258
18259 2004-03-14  Benjamin Otte  <otte@gnome.org>
18260
18261         * configure.ac:
18262         * gst-libs/gst/gconf/Makefile.am:
18263         * pkgconfig/Makefile.am:
18264           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
18265           they get rebuilt properly
18266         * configure.ac:
18267           when checking for vorbis, try pkgconfig first.
18268         * gst/modplug/gstmodplug.cc:
18269           add fixate function
18270
18271 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18272
18273         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18274           Fix for obvious mistake, where we first shift the offset and then
18275           read a samplesize element assuming the old offset. Note that this
18276           part still has something weird, i.e. my movies containing those
18277           don't actually play well, but at least there's something that looks
18278           like sound now.
18279
18280 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
18281         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
18282         (plugin_init):
18283         Add a typefind function for speex format
18284
18285 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18286
18287         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
18288         (gst_asf_demux_setup_pad):
18289           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
18290           instead of 0. Reason is simple: some elements have a fps range
18291           of 1-max instead of 0-max. So now ASF video actually works.
18292
18293 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18294
18295         * po/LINGUAS:
18296         * po/sr.po:
18297           adding serbian as a language
18298
18299 2004-03-13  Benjamin Otte  <otte@gnome.org>
18300
18301         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18302           return taglist correctly from _get function, don't gst_pad_push it.
18303           (fixes #137042)
18304
18305 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
18306         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18307
18308 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18309
18310         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
18311         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
18312         (gst_alsa_mixer_track_new):
18313         * ext/alsa/gstalsamixertrack.h:
18314           Fix ancient leftovers... MixerTrack is a GObject.
18315
18316 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18317
18318         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18319         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18320           Don't block during probing...
18321
18322 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18323
18324         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
18325         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
18326         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
18327         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
18328         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
18329         (gst_alsa_open_audio), (gst_alsa_close_audio):
18330         * ext/alsa/gstalsa.h:
18331           Add propertyprobe interface implementation, add some device-name
18332           property, all this so that it looks good in gnome-volume-control.
18333
18334 2004-03-12  David Schleef  <ds@schleef.org>
18335
18336         * configure.ac: the Hermes library controls hermescolorspace, not
18337         colorspace.
18338         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
18339         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
18340         not /* */
18341         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
18342         * ext/sdl/sdlvideosink.h: ditto.
18343         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
18344
18345 2004-03-12  Benjamin Otte  <otte@gnome.org>
18346
18347         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
18348         (gst_x_overlay_got_xwindow_id):
18349         * gst-libs/gst/xoverlay/xoverlay.h:
18350           replace XID with unsigned long to get rid of the xlibs dependency in
18351           XOverlay (fixes #137004)
18352
18353 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
18354         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
18355         (gst_agingtv_setup):
18356         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
18357         (gst_dicetv_base_init), (gst_dicetv_class_init),
18358         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
18359         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
18360         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
18361         (gst_edgetv_setup), (gst_edgetv_rgb32):
18362         * gst/effectv/gsteffectv.c:
18363         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
18364         (gst_quarktv_set_property):
18365         * gst/effectv/gstrev.c: (gst_revtv_get_type),
18366         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
18367         (gst_revtv_setup), (gst_revtv_rgb32):
18368         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
18369         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
18370         (gst_shagadelictv_init), (gst_shagadelictv_setup),
18371         (gst_shagadelictv_rgb32):
18372         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
18373         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
18374         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
18375         * gst/effectv/gstwarp.c:
18376         Port everything that can be ported to videofilter and fix up the caps.
18377         Can someone with a big-endian machine please check these?
18378
18379 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18380
18381         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
18382         (gst_osssink_chain), (gst_osssink_change_state):
18383           Latest fixes for A/V sync, audio playback and such. This is about
18384           all... MPEG playback issues are mostly related to the async build-
18385           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
18386
18387 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18388
18389         patch from: Stephane Loeuillet
18390
18391         * configure.ac:
18392           use pkg-config for some libraries, falling back to the old .m4 way
18393           (fixes #131270)
18394         * m4/libdv.m4:
18395           removed
18396
18397 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18398
18399         * configure.ac:
18400         * tools/Makefile.am:
18401         * tools/Makefile.in:
18402         * tools/gst-launch-ext-m.m:
18403         * tools/gst-launch-ext.1.in:
18404         * tools/gst-visualise-m.m:
18405         * tools/gst-visualise.1:
18406         * tools/gst-visualise.1.in:
18407           reorganizing generation of script tools
18408
18409 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18410
18411         * ext/divx/gstdivxdec.c:
18412           Downgrade priority. We prefer ffdec_mpeg4.
18413         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
18414         (gst_faad_chain), (gst_faad_change_state):
18415           Fix capsnego. Doesn't work for some sounds because we don't have
18416           a 5:1 to stereo element.
18417         * ext/xvid/gstxvid.c: (plugin_init):
18418           Add priority.
18419         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18420         (gst_osssink_change_state):
18421           Add discont handling.
18422
18423 2004-03-09  Colin Walters  <walters@verbum.org>
18424
18425         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
18426         conversion.
18427
18428 2004-03-09  Benjamin Otte  <otte@gnome.org>
18429
18430         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
18431           the signals take 2 arguments
18432
18433 2004-03-09  David Schleef  <ds@schleef.org>
18434
18435         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
18436         (gst_alsa_fixate): Add fixate function.  (bug #136686)
18437         * ext/alsa/gstalsa.h:
18438         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
18439
18440 2004-03-09  Benjamin Otte  <otte@gnome.org>
18441
18442         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
18443         (gst_mikmod_change_state):
18444         * ext/mikmod/gstmikmod.h:
18445           make mikmod's loop function not loop infinitely and call
18446           gst_element_yield anymore
18447         * gst/modplug/gstmodplug.cc:
18448           fix pad negotiation (fixes #136590)
18449
18450 2004-03-09  David Schleef  <ds@schleef.org>
18451
18452         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
18453         doesn't conflict with the internal colorspace plugin.
18454         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
18455         satisfy the crappy-ass shell shipped by a certain vendor.
18456         * gst/videofilter/make_filter: same (bug #135299)
18457
18458 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18459
18460         * configure.ac: bump nano to 1
18461
18462 === release 0.7.6 ===
18463
18464 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18465
18466         * configure.in: releasing 0.7.6, "There"
18467
18468 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18469
18470         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18471         * pkgconfig/gstreamer-play.pc.in:
18472           synchronize the two
18473
18474 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18475
18476         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
18477         (cdparanoia_open), (cdparanoia_event):
18478           fix/add error handling
18479         * po/POTFILES.in:
18480           add cdparanoia source
18481         * tools/Makefile.am:
18482           make scripts executable
18483
18484 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18485
18486         * configure.ac:
18487         * ext/vorbis/Makefile.am:
18488         * sys/Makefile.am:
18489           remove id3types, vorbisfile and xvideosink from the build (#133783)
18490
18491 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18492
18493         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18494           Fix metadata read crash (#136537).
18495
18496 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18497
18498         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18499         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
18500           adding mime types, fixing the one-stop function
18501
18502 2004-03-08  Christian Schaller <Uraeus@gnome.org>
18503
18504         * ext/nas/nassink.c and /ext/nas/nassink.h:
18505         More NAS love from Arwed von Merkatz
18506         So lets all sing 'Can you feel the NAS tonight'
18507
18508 2004-03-08  Christian Schaller <Uraeus@gnome.org>
18509
18510         * tools/gst-launch-ext.in:
18511         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
18512
18513 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18514
18515         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
18516         (gst_mpeg2dec_init):
18517         remove the user_data pad for now, because it is being used in
18518         fixating causing MPEG playback to fixate on 1000 Hz for playback.
18519         If someone knows how to fix this properly, please do.
18520
18521 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18522
18523         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18524         (gst_osssink_get_time):
18525         add a warning, IMO this won't get triggered anymore, remove later
18526
18527 2004-03-07  David Schleef  <ds@schleef.org>
18528
18529         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
18530         format (bug #136470)
18531
18532 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18533
18534         * gst-libs/Makefile.am:
18535         * gst-libs/gst/media-info/Makefile.am:
18536         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
18537         (error_callback), (gst_media_info_error_create),
18538         (gst_media_info_error_element), (gmip_init), (gmip_reset),
18539         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
18540         * gst-libs/gst/media-info/media-info-priv.h:
18541         * gst-libs/gst/media-info/media-info-test.c: (main):
18542         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
18543         (gst_media_info_class_init), (gst_media_info_instance_init),
18544         (gst_media_info_set_source), (gst_media_info_read_with_idler),
18545         (gst_media_info_read_idler), (gst_media_info_read):
18546         * gst-libs/gst/media-info/media-info.h:
18547         fixed, should work now
18548
18549 2004-03-07  Christian Schaller <Uraeus@gnome.org>
18550
18551         * ext/nas/nassink.c:
18552         A bunch of NAS fixes from Arwed von Merkatz
18553
18554 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18555
18556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18557         (qtdemux_parse_trak):
18558           Fix crash (j might be greater than n_samples, in which case we're
18559           writing outside the allocated space for the array) and memleak.
18560
18561 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18562
18563         * sys/oss/gstosssink.c: (gst_osssink_chain):
18564           And another caller that couldn't handle delay < 0 (unsigned
18565           integer overflow). Video now continues playing on an audio
18566           buffer underrun, and the clock continues working. Audio still
18567           stalls.
18568
18569 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18570
18571         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18572         (gst_osssink_get_time):
18573           get_delay() may return values lower than 0. In those cases, we
18574           should not actually cast to *unsigned* int64, that will break
18575           stuff horribly. In my case, it screwed up A/V sync in movies
18576           in totem rather badly.
18577
18578 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18579
18580         * ext/faac/gstfaac.c: (gst_faac_chain):
18581         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18582         * ext/libpng/gstpngenc.c: (user_write_data):
18583         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18584         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18585         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18586         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
18587         Fix several misuse of gst_buffer_merge (it doesn't take ownership
18588         of any buffer), should fix some leaks. I hope I didn't unref buffers
18589         that shouldn't be...
18590
18591 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18592
18593         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
18594         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
18595         (error_callback), (gmi_reset), (gmi_seek_to_track),
18596         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
18597         (gmip_find_type_post), (gmip_find_stream_post),
18598         (gmip_find_track_streaminfo_post):
18599         * gst-libs/gst/media-info/media-info-priv.h:
18600         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
18601         (info_print), (main):
18602         * gst-libs/gst/media-info/media-info.c:
18603         (gst_media_info_error_create), (gst_media_info_error_element),
18604         (gst_media_info_instance_init), (gst_media_info_get_property),
18605         (gst_media_info_new), (gst_media_info_set_source),
18606         (gst_media_info_read_idler), (gst_media_info_read):
18607         * gst-libs/gst/media-info/media-info.h:
18608           first pass at making this work again.  This seems to work on
18609           tagged ogg/vorbis and mp3 files.
18610
18611 2004-03-06  Benjamin Otte  <otte@gnome.org>
18612
18613         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18614           fix huge leak: gst_buffer_merge doesn't unref the first argument
18615           itself.
18616
18617 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18618
18619         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
18620           report layer/mode/emphasis
18621
18622 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18623
18624         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
18625
18626 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18627
18628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
18629           signal serial
18630
18631 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18632
18633         * ext/vorbis/vorbis.c: (plugin_init):
18634         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18635         (gst_vorbis_dec_init), (vorbis_dec_event):
18636         add debug category
18637         make vorbisdec handle _BYTE and _TIME queries
18638
18639 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18640
18641         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
18642           from the xing header
18643
18644 2004-03-06  Benjamin Otte  <otte@gnome.org>
18645
18646         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
18647         (gst_audio_convert_link), (gst_audio_convert_change_state),
18648         (gst_audio_convert_buffer_from_default_format):
18649           do conversions from/to float correctly, fix some caps nego errors,
18650           export correct supported caps in template and getcaps, use correct
18651           caps in try_set_caps functions
18652
18653 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18654
18655         For some reason, I only committed a ChangeLog entry yesterday and
18656         not the corresponding code...
18657         * ext/mad/gstmad.c: Fix detection of Xing headers
18658         * gst/tags/gstid3tag.c: Changes to support TLEN tags
18659
18660 2004-03-06  Benjamin Otte  <otte@gnome.org>
18661
18662         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
18663         (gst_ogg_demux_src_query):
18664           make sure to handle the case where there's no current chain
18665           gracefully.
18666
18667 2004-03-05  David Schleef  <ds@schleef.org>
18668
18669         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
18670         Add fixate function. (bug #131128)
18671         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18672         (gst_sdlvideosink_fixate):  Add fixate function.
18673         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18674         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
18675         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
18676         Fix missing break that was causing ulaw to be interpreted as
18677         raw int.
18678
18679 2004-03-05  David Schleef  <ds@schleef.org>
18680
18681         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
18682         Fix code that ignores return value of gst_buffer_merge().
18683         (bug #114560)
18684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
18685         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
18686         * testsuite/gst-lint:  Check for above.
18687
18688 2004-03-05  David Schleef  <ds@schleef.org>
18689
18690         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
18691         caps and throw an element error.  (bug #136334)
18692
18693 2004-03-05  David Schleef  <ds@schleef.org>
18694
18695         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
18696         (gst_faad_chain): Fix negotiation.
18697         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
18698         key and button events.
18699         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
18700         dung heap of code.
18701         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
18702         depends on gconf
18703         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
18704         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18705         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
18706         function to encourage better negotiation, particularly between
18707         audioconvert and osssink.
18708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18709         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
18710         more important.
18711         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
18712         typefinding.
18713         * gst/vbidec/vbiscreen.c:  Add glib header
18714         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
18715
18716 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
18717
18718         * ext/mad/gstmad.c: Fix detection of Xing headers
18719         * gst/tags/gstid3tag.c: Changes to support TLEN tags
18720
18721 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18722
18723         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18724         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
18725           debug updates
18726
18727 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
18728
18729         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18730         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
18731         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
18732         files, and report the parsed length as a GST_TAG_DURATION tag.
18733         * gst/tags/gstid3tag.c: support TLEN (duration) tag
18734
18735 2004-03-05  Benjamin Otte  <otte@gnome.org>
18736
18737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
18738           convert channels correctly. convert correctly to unsigned.
18739
18740 2004-03-05  Julien MOUTTE <julien@moutte.net>
18741
18742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
18743         we have a window before clearing it.
18744
18745 2004-03-05  Julien MOUTTE <julien@moutte.net>
18746
18747         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
18748         have a window before clearing it.
18749
18750 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18751
18752         * gconf/gstreamer.schemas.in:
18753         * gst-libs/gst/gconf/Makefile.am:
18754           version installation path the same way as for 0.6
18755         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18756         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18757         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18758           remove comment that was fixed
18759
18760 2004-03-05  David Schleef  <ds@schleef.org>
18761
18762         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
18763         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
18764         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
18765         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
18766         Add prototype code for handling seeking and querying.
18767
18768 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18769
18770         * examples/gstplay/player.c: (main):
18771           Initialize variables to NULL. Prevents a segfault because the
18772           (uninitialized) variable is not NULL, resulting in a crash on
18773           trying to reach error->message.
18774
18775 2004-03-05  Benjamin Otte  <otte@gnome.org>
18776
18777         * gst/audioconvert/gstaudioconvert.c:
18778         (gst_audio_convert_buffer_to_default_format):
18779         make float=>int conversion work correctly even in cornercases.
18780
18781 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
18782
18783         * debian/README.Debian:
18784         * debian/build-deps:
18785         * debian/changelog:
18786         * debian/control:
18787         * debian/control.in:
18788         * debian/copyright:
18789         * debian/gstreamer-a52dec.files:
18790         * debian/gstreamer-aa.files:
18791         * debian/gstreamer-alsa.files:
18792         * debian/gstreamer-alsa.manpages:
18793         * debian/gstreamer-arts.files:
18794         * debian/gstreamer-artsd.files:
18795         * debian/gstreamer-audiofile.files:
18796         * debian/gstreamer-avifile.files:
18797         * debian/gstreamer-cdparanoia.files:
18798         * debian/gstreamer-colorspace.files:
18799         * debian/gstreamer-doc.files:
18800         * debian/gstreamer-dv.files:
18801         * debian/gstreamer-dvd.files:
18802         * debian/gstreamer-esd.files:
18803         * debian/gstreamer-festival.files:
18804         * debian/gstreamer-flac.files:
18805         * debian/gstreamer-gconf.conffiles:
18806         * debian/gstreamer-gconf.files:
18807         * debian/gstreamer-gconf.postinst:
18808         * debian/gstreamer-gnomevfs.files:
18809         * debian/gstreamer-gsm.files:
18810         * debian/gstreamer-http.files:
18811         * debian/gstreamer-jack.files:
18812         * debian/gstreamer-jpeg.files:
18813         * debian/gstreamer-mad.files:
18814         * debian/gstreamer-mikmod.files:
18815         * debian/gstreamer-misc.files:
18816         * debian/gstreamer-mpeg2dec.files:
18817         * debian/gstreamer-oss.files:
18818         * debian/gstreamer-plugin-apps.files:
18819         * debian/gstreamer-plugin-apps.manpages:
18820         * debian/gstreamer-plugin-libs-dev.files:
18821         * debian/gstreamer-plugin-libs.files:
18822         * debian/gstreamer-plugin-template.postinst:
18823         * debian/gstreamer-plugin-template.postrm:
18824         * debian/gstreamer-sdl.files:
18825         * debian/gstreamer-sid.files:
18826         * debian/gstreamer-vorbis.files:
18827         * debian/gstreamer-x.files:
18828         * debian/mk.control:
18829         * debian/rules:
18830         Debian package info not maintained here.
18831
18832 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18833
18834         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
18835         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
18836         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
18837         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
18838         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
18839         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
18840         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
18841         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
18842         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
18843         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
18844         * gst-libs/gst/colorbalance/colorbalance.c:
18845         (gst_color_balance_class_init):
18846         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18847         (gst_color_balance_channel_class_init):
18848         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
18849         * gst-libs/gst/play/play.c: (gst_play_class_init):
18850         * gst-libs/gst/propertyprobe/propertyprobe.c:
18851         (gst_property_probe_iface_init):
18852         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
18853         * gst-libs/gst/tuner/tunerchannel.c:
18854         (gst_tuner_channel_class_init):
18855         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
18856         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
18857         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
18858         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
18859         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
18860         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
18861         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18862         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
18863         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
18864           fix signals to use - instead of _
18865         * ext/libcaca/gstcacasink.h:
18866         * ext/sdl/sdlvideosink.h:
18867           fix header rename
18868
18869 2004-03-04  David Schleef  <ds@schleef.org>
18870
18871         * testsuite/gst-lint:  Add a check for bad signal names.
18872
18873 2004-03-04  <kost@imn.htwk-leipzig.de>
18874
18875         reviewed by David Schleef
18876
18877         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
18878         modified the alpha channel and caused a warning. (bug #136192)
18879
18880 2004-04-03  Christian Schaller <Uraeus@gnome.org>
18881
18882         * gst-plugins.spec.in:
18883         Change names of plugins to actually be correct. Try to keep things
18884         alphabetical to avoid getting beat up by Thomas
18885
18886 2004-03-03  Julien MOUTTE <julien@moutte.net>
18887
18888         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
18889         Using ximagesink as a default if no gconf key found. We should
18890         probably consider using alsasink instead of osssink for the audio
18891         part.
18892
18893 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18894
18895         * configure.ac:
18896           fix --with-plugins, don't think it ever worked before
18897         * gst-plugins.spec.in:
18898           even more updates
18899
18900 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18901
18902         * ext/sdl/sdlvideosink.h:
18903         * sys/ximage/ximagesink.h:
18904         * sys/xvideo/xvideosink.h:
18905         * sys/xvimage/xvimagesink.h:
18906           Fix for move of gstvideosink.h -> videosink.h.
18907
18908 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * gst-libs/gst/xwindowlistener/Makefile.am:
18911           this is a plugin library, not a library
18912
18913 2004-03-01  David Schleef  <ds@schleef.org>
18914
18915         * AUTHORS:  Added some names.  Add yourself if you're still
18916         missing.
18917
18918 2004-03-01  David Schleef  <ds@schleef.org>
18919
18920         * MAINTAINERS: Add
18921
18922 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18923
18924         * gst-plugins.spec.in: clean up spec file
18925
18926 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18927
18928         * gst-libs/gst/video/Makefile.am:
18929         * gst-libs/gst/video/gstvideosink.c:
18930         * gst-libs/gst/video/gstvideosink.h:
18931           rename gstvideosink.h to videosink.h to match other headers
18932         * gst/mixmatrix/Makefile.am:
18933           fix plugin filename
18934         * gst/tags/Makefile.am: fix plugin filename
18935
18936 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18937
18938         * gst/tags/Makefile.am: fix plugin filename
18939
18940 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18941
18942         * examples/gstplay/player.c: (got_time_tick), (main):
18943           add error handler
18944           display time_tick more readably
18945         * gst/mixmatrix/Makefile.am:
18946           fix plugin file name
18947
18948 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
18949
18950         * sys/oss/gstosselement.c: (gst_osselement_probe),
18951         (device_combination_append), (gst_osselement_class_probe_devices):
18952         * sys/oss/gstosselement.h:
18953           Reworked enumeration of oss dsps and mixers so that gst-mixer works
18954           on my system using alsa oss emulation, fixes bug #135597
18955
18956 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18957
18958         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
18959         (gst_videodrop_chain), (gst_videodrop_change_state):
18960         * gst/videodrop/gstvideodrop.h:
18961           Work based on timestamp of input data, not based on the expected
18962           framerate from the input. The consequence is that this element now
18963           not only scales framerates, but also functions as a framerate
18964           corrector or framerate stabilizer/constantizer.
18965
18966 2004-02-27  David Schleef  <ds@schleef.org>
18967
18968         patches from jmmv@menta.net (Julio M. Merino Vidal)
18969
18970         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18971         GST_ELEMENT_ERROR call (bug #135634)
18972         * gst/interleave/interleave.c: (interleave_buffered_loop),
18973         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18974         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18975         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18976         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18977         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18978         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18979         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18980         Fix GST_ELEMENT_ERROR call.
18981         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18982         GST_ELEMENT_ERROR call.
18983
18984 2004-02-27  Benjamin Otte  <otte@gnome.org>
18985
18986         * gst-libs/gst/audio/audio.h:
18987           add macro to make sure header isn't included twice
18988         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18989           don't use gst_buffer_free
18990         * gst/playondemand/filter.func:
18991           don't use gst_data_free. Free data only once.
18992
18993 2004-02-26  David Schleef  <ds@schleef.org>
18994
18995         * gst-libs/gst/colorbalance/Makefile.am:
18996         * gst-libs/gst/mixer/Makefile.am:
18997         * gst-libs/gst/tuner/Makefile.am:
18998         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18999         should not be disted, -marshal.h files should not be installed,
19000         and -enum.h files _should_ be installed.  Fix to make this the
19001         case.
19002
19003 === release 0.7.5 ===
19004
19005 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19006
19007         * configure.ac: release 0.7.5, "Under The Sea"
19008
19009 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19010
19011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19012         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
19013         * gst/videoscale/gstvideoscale.c:
19014         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19015           assorted debug/warning fixes
19016
19017 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19018
19019         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
19020         (gst_videoscale_init), (gst_videoscale_chain),
19021         (gst_videoscale_set_property), (plugin_init):
19022         * gst/videoscale/gstvideoscale.h:
19023         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19024         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
19025         (gst_videoscale_planar400), (gst_videoscale_packed422),
19026         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
19027         (gst_videoscale_24bit), (gst_videoscale_16bit),
19028         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
19029         (gst_videoscale_scale_plane_slow),
19030         (gst_videoscale_scale_point_sample),
19031         (gst_videoscale_scale_nearest),
19032         (gst_videoscale_scale_nearest_str2),
19033         (gst_videoscale_scale_nearest_str4),
19034         (gst_videoscale_scale_nearest_32bit),
19035         (gst_videoscale_scale_nearest_24bit),
19036         (gst_videoscale_scale_nearest_16bit):
19037         add debugging category and use it properly
19038         fix use of GST_PTR_FORMAT
19039
19040 2004-02-25  Andy Wingo  <wingo@pobox.com>
19041
19042         * gst/interleave/interleave.c (interleave_buffered_loop): Always
19043         push only when channel->buffer is NULL. Prevents segfaults doing
19044         the state change after a nonlocal exit, like a scheme exception.
19045
19046         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
19047         Handle the case where the intersected caps is empty.
19048
19049 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19050
19051         * gst/law/mulaw-decode.c: (mulawdec_link):
19052         * gst/law/mulaw.c: (plugin_init):
19053           fix mulawdec so it actually works again
19054
19055 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
19056
19057         reviewed by: David Schleef  <ds@schleef.org>
19058
19059         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
19060         (gst_gamma_init), (gst_gamma_set_property),
19061         (gst_gamma_get_property), (gst_gamma_calculate_tables),
19062         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
19063         for RGB, with separate r g and b correction factors. (#131167)
19064
19065 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19066
19067         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19068           only signal tags for bitrate if they're > 0 (#134894)
19069
19070 2004-02-24  David Schleef  <ds@schleef.org>
19071
19072         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
19073         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
19074         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
19075         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
19076         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
19077         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
19078         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
19079         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
19080         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
19081         category.  Attempt to fix timestamp calculation.
19082
19083 2004-02-24  Johan Dahlin  <johan@gnome.org>
19084
19085         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
19086
19087 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19088
19089         * configure.ac:
19090         * gconf/Makefile.am:
19091         * gconf/gstreamer.schemas:
19092         * gst-libs/gst/gconf/Makefile.am:
19093         * gst-libs/gst/gconf/gconf.c:
19094           version gconf schemas and install locations
19095
19096 2004-02-23  Benjamin Otte  <otte@gnome.org>
19097
19098         * ext/xine/xineinput.c: (gst_xine_input_dispose):
19099         (gst_xine_input_subclass_init):
19100           call parent dispose.
19101           change pad template for CD reader correctly
19102         * ext/xine/Makefile.am:
19103         * ext/xine/gstxine.h:
19104         * ext/xine/xine.c: (plugin_init):
19105         * ext/xine/xineaudiosink.c:
19106           wrap audio sinks, too
19107         * gst-libs/gst/resample/private.h:
19108         * gst-libs/gst/resample/resample.c: (gst_resample_init),
19109         (gst_resample_reinit), (gst_resample_scale),
19110         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
19111         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
19112         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
19113         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
19114         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
19115         * gst-libs/gst/resample/resample.h:
19116         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
19117         (gst_audioscale_class_init), (gst_audioscale_link),
19118         (gst_audioscale_get_buffer), (gst_audioscale_init),
19119         (gst_audioscale_chain), (gst_audioscale_set_property),
19120         (gst_audioscale_get_property):
19121         * gst/audioscale/gstaudioscale.h:
19122           s/resample_*/gst_resample_*/i to not clobber namespaces
19123
19124 2004-02-23  Julien MOUTTE  <julien@moutte.net>
19125
19126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19127         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
19128         (gst_riff_create_video_template_caps),
19129         (gst_riff_create_audio_template_caps),
19130         (gst_riff_create_iavs_template_caps):
19131         * gst-libs/gst/riff/riff-media.h:
19132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
19133         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
19134         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
19135         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19137         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
19138         (gst_matroska_demux_plugin_init): First batch implementing audio and
19139         video codec tags in demuxers.
19140
19141 2004-02-22  Benjamin Otte  <otte@gnome.org>
19142
19143         * ext/xine/Makefile.am:
19144         * ext/xine/gstxine.h:
19145         * ext/xine/xine.c: (plugin_init):
19146         * ext/xine/xineinput.c:
19147           add input plugin wrapper. Playback from files, http, mms and cdda
19148           works.
19149         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
19150           remove leftover G_GNUC_UNUSED
19151         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
19152         (gst_asf_demux_identify_guid):
19153           improve debugging output
19154
19155 2004-02-22  Benjamin Otte  <otte@gnome.org>
19156
19157         reported by: Padraig O'Briain <padraig.obriain@sun.com>
19158
19159         * autogen.sh:
19160           replace test -e with test -x for mkinstalldirs to be more portable.
19161           (fixes #134816)
19162
19163 2004-02-22  Benjamin Otte  <otte@gnome.org>
19164
19165         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
19166
19167         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
19168           set rank to PRIMARY
19169         * gst/volume/gstvolume.c: (plugin_init):
19170           set rank to NONE
19171         fixes #134960
19172
19173 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
19174
19175         reviewed by Benjamin Otte  <otte@gnome.org>
19176
19177         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19178           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
19179
19180 2004-02-22  Benjamin Otte  <otte@gnome.org>
19181
19182         * configure.ac:
19183           export [_]*{gst,Gst,GST}.* symbols from plugins
19184
19185 2004-02-22  Christophe Fergeau <teuf@gnome.org>
19186
19187         reviewed by: Benjamin Otte  <otte@gnome.org>
19188
19189         * ext/lame/gstlame.c: (add_one_tag):
19190         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19191         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
19192         (gst_vorbisenc_metadata_set1):
19193         * gst/tags/gstid3tag.c:
19194         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
19195           apply fixes from bugs #135042 (lame can't write tags) and #133817
19196           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
19197
19198 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
19199
19200         * configure.ac: Export only gst_plugin_desc from plugins.
19201          Note that this change only makes any effect with Linux using libtool
19202          1.5.2 or higher. Otherwise it is silently ignored, but it would build
19203          fine. And don't try to have several versions of libtool in different
19204          directories.
19205
19206 2004-02-20  Andy Wingo  <wingo@pobox.com>
19207
19208         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
19209         interleave respectively.
19210
19211         * gst/interleave/deinterleave.c: New plugin: deinterleave
19212         (replaces on oneton).
19213         * gst/interleave/interleave.c: New plugin: interleave.
19214         * gst/interleave/plugin.h: Support file.
19215         * gst/interleave/plugin.c: Support file.
19216
19217         * configure.ac: Remove intfloat and oneton, add interleave.
19218
19219         * ext/sndfile/gstsf.c: Handle events better.
19220
19221         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
19222         and float2int operation. int2float has scheduling problems as
19223         noted in in2float_chain.
19224
19225 2004-02-20  Benjamin Otte  <otte@gnome.org>
19226
19227         * ext/xine/Makefile.am:
19228         * ext/xine/gstxine.h:
19229         * ext/xine/xine.c:
19230         * ext/xine/xineaudiodec.c:
19231         * ext/xine/xinecaps.c:
19232           add first version of xine plugin wrapper. Currently only wraps the
19233           QDM2 win32 DLL, and even that only in proof-of-concept quality.
19234         * configure.ac:
19235         * ext/Makefile.am:
19236           add xine plugin wrapper, disabled by default. Use --enable-xine to
19237           build. Note that it'll segfault on gst-register if you don't remove
19238           the goom and tvtime post plugins from xine.
19239         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19240         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
19241           add extradata parsing for QDM2.
19242           change around debugging prints.
19243
19244 2004-02-19  Benjamin Otte  <otte@gnome.org>
19245
19246         * ext/lame/gstlame.c: (gst_lame_chain):
19247         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19248           use gst_tag_list_insert when you want to insert tags
19249
19250 2004-02-18  David Schleef  <ds@schleef.org>
19251
19252         * configure.ac:  Move massink to gst-rotten
19253         * ext/Makefile.am:
19254         * ext/mas/Makefile.am:
19255         * ext/mas/massink.c:
19256         * ext/mas/massink.h:
19257
19258 2004-02-18  David Schleef  <ds@schleef.org>
19259
19260         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
19261         typefinding, since it seems to be worse than nothing.
19262         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
19263         atom to recognize .mp4 and .m4a files as video/quicktime.
19264
19265 2004-02-18  David Schleef  <ds@schleef.org>
19266
19267         * gst/sine/demo-dparams.c: (quit_live),
19268         (dynparm_log_value_changed), (dynparm_value_changed), (main):
19269         Use double dparams, not float.
19270         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19271         (gst_sinesrc_init): Change sync default to FALSE, since multiple
19272         sync'd elements don't really work correctly.
19273         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
19274         (volume_update_volume), (volume_get_property):  Change dparam
19275         to double.
19276
19277 2004-02-18  Julien MOUTTE  <julien@moutte.net>
19278
19279         * sys/ximage/ximagesink.c:
19280         (gst_ximagesink_xwindow_update_geometry),
19281         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
19282         (gst_ximagesink_change_state), (gst_ximagesink_expose),
19283         (gst_ximagesink_init): Rework the way software video scaling works. So
19284         now we check on each chain call if the video frames are feeling the
19285         window. If not we try to renegotiate caps. On failure we memorize that
19286         and we won't try again for that PLAYING sessions.
19287         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
19288         failure.
19289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
19290         synchronous flag.
19291
19292 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19293
19294         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19295           break up _link so we can give a better debug message for errors
19296
19297 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19298
19299         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19300           set up debug category
19301
19302 2004-02-18  Julien MOUTTE <julien@moutte.net>
19303
19304         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19305         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
19306         the way renegotiation work. The event handling function is not taking
19307         care of external windows and renegotiate method check for pad flags
19308         NEGOTIATING. Should fix : #133209
19309
19310 2004-02-17  Julien MOUTTE  <julien@moutte.net>
19311
19312         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
19313         pad is negotiating before trying renegotiation.
19314
19315 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19316
19317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
19318           pass on all possible mime types as typefind hints
19319
19320 2004-02-17  Julien MOUTTE <julien@moutte.net>
19321
19322         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
19324         possible SHM leak if we crash. All other apps using XShm are doing
19325         that.
19326
19327 2004-02-17  Julien MOUTTE  <julien@moutte.net>
19328
19329         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19330         (gst_ximagesink_expose): Renegotiate size on expose.
19331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
19332         size on expose.
19333
19334 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19335
19336         * testsuite/alsa/sinesrc.c:
19337           cosmetic fix to fix compile issue with gcc 2.95.4
19338
19339 2004-02-16  Julien MOUTTE <julien@moutte.net>
19340
19341         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19342         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
19343         failed opening the audio device.
19344         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19345         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
19346         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
19347         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
19348         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
19349         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
19350         (gst_ximagesink_change_state), (gst_ximagesink_chain),
19351         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
19352         Removing some useless g_return_if_fail like wingo suggested.
19353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19354         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
19355         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19356         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
19357         (gst_xvimagesink_update_colorbalance),
19358         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
19359         (gst_xvimagesink_xcontext_clear),
19360         (gst_xvimagesink_get_fourcc_from_caps),
19361         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
19362         (gst_xvimagesink_set_xwindow_id),
19363         (gst_xvimagesink_colorbalance_list_channels),
19364         (gst_xvimagesink_colorbalance_set_value),
19365         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
19366         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
19367
19368 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19369
19370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
19371           throw error when not negotiated instead of asserting
19372
19373 2004-02-15  Julien MOUTTE  <julien@moutte.net>
19374
19375         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
19376         correct data refcounting.
19377
19378 2004-02-15  Julien MOUTTE  <julien@moutte.net>
19379
19380         * gst/switch/gstswitch.c: (gst_switch_change_state),
19381         (gst_switch_class_init): Cleaning the sinkpads correctly on state
19382         change, mostly the EOS flag.
19383
19384 2004-02-15  Julien MOUTTE  <julien@moutte.net>
19385
19386         * examples/gstplay/player.c: (got_eos), (main): Adding some
19387         output for debugging.
19388         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
19389         timeouts if we go to any state different from PLAYING.
19390         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
19391         more EOS bugs in riff lib.
19392
19393 2004-02-14  Julien MOUTTE  <julien@moutte.net>
19394
19395         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
19396         visualization until i find a way to fix switch correctly.
19397         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
19398         EOS arrives.
19399         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19400         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19401         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
19402         Reworked switch to get a more correct behaviour with events and refing
19403         of data stored in sinkpads.
19404         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
19405         we don't pull from a pad in EOS.
19406
19407 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19408
19409         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19410           remove v1 tag even if we can't read it (makes sure we don't detect
19411           it again)
19412
19413 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19414
19415         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
19416         (gst_alsa_xrun_recovery):
19417         * ext/alsa/gstalsa.h:
19418           try xrun recovery when wait failed. Make xrun recovery function
19419           return TRUE/FALSE to indicate success. (might fix #134354)
19420
19421 2004-02-13  David Schleef  <ds@schleef.org>
19422
19423         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
19424         (dynparm_value_changed), (main): Convert from float to double.
19425         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
19426
19427 2004-02-13  David Schleef  <ds@schleef.org>
19428
19429         * gst/silence/gstsilence.c: (gst_silence_class_init),
19430         (gst_silence_set_clock), (gst_silence_get),
19431         (gst_silence_set_property), (gst_silence_get_property):
19432         * gst/silence/gstsilence.h: Add sync property.
19433         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19434         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
19435         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
19436         * gst/sine/gstsinesrc.h: Add sync property.
19437
19438 2004-02-13  David Schleef  <ds@schleef.org>
19439
19440         * gst/intfloat/gstint2float.c: (conv_f32_s16),
19441         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
19442
19443 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19444
19445         * configure.ac:
19446         * ext/Makefile.am:
19447         * gst-libs/ext/Makefile.am:
19448           move ffmpeg plugin to gst-ffmpeg module
19449
19450 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19451
19452         * configure.ac: use GST_ARCH to detect architecture
19453
19454 2004-02-12  Julien MOUTTE  <julien@moutte.net>
19455
19456         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
19457
19458 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19459
19460         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
19461           classify LADSPA plugins based on number of src/sink pads
19462           (#133663, Stefan Kost)
19463         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
19464           fix dparams registration
19465           (#133528, Stefan Kost)
19466         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
19467           fix use of isprint and use g_ascii_isprint instead
19468           (#133316, Stefan Kost)
19469
19470 2004-02-11  David Schleef  <ds@schleef.org>
19471
19472         Convert a few inner loops to use liboil.  This is currently
19473         optional, and is only enabled if liboil is present (duh!).
19474         * configure.ac: Check for liboil-0.1
19475         * gst/intfloat/Makefile.am:
19476         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
19477         (gst_int2float_chain_gint16):
19478         * gst/videofilter/Makefile.am:
19479         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
19480         (tablelookup_u8), (gst_videobalance_planar411):
19481         * gst/videotestsrc/Makefile.am:
19482         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
19483         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
19484         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
19485         (paint_hline_RGB565), (paint_hline_xRGB1555):
19486
19487 2004-02-11  David Schleef  <ds@schleef.org>
19488
19489         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
19490         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
19491         (gst_colorspace_getcaps), (gst_colorspace_link),
19492         (gst_colorspace_base_init), (gst_colorspace_init),
19493         (gst_colorspace_chain), (gst_colorspace_change_state),
19494         (plugin_init): Merge Ronald's patch (bug #117897) and update
19495         for new caps and negotiation.  Seems to work, although it
19496         shows off bugs in lcs.
19497
19498 2004-02-11  David Schleef  <ds@schleef.org>
19499
19500         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
19501         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
19502
19503 2004-02-11  David Schleef  <ds@schleef.org>
19504
19505         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
19506         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
19507         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
19508         Add server and port properties
19509
19510 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19511
19512         * m4/a52.m4:
19513         * m4/aalib.m4:
19514         * m4/as-ffmpeg.m4:
19515         * m4/as-liblame.m4:
19516         * m4/as-slurp-ffmpeg.m4:
19517         * m4/check-libheader.m4:
19518         * m4/esd.m4:
19519         * m4/freetype2.m4:
19520         * m4/gconf-2.m4:
19521         * m4/glib.m4:
19522         * m4/gst-alsa.m4:
19523         * m4/gst-artsc.m4:
19524         * m4/gst-ivorbis.m4:
19525         * m4/gst-matroska.m4:
19526         * m4/gst-sdl.m4:
19527         * m4/gst-shout2.m4:
19528         * m4/gst-sid.m4:
19529         * m4/gtk.m4:
19530         * m4/libdv.m4:
19531         * m4/libfame.m4:
19532         * m4/libmikmod.m4:
19533         * m4/ogg.m4:
19534         * m4/vorbis.m4:
19535           fix underquotedness of macros (#133800)
19536         * m4/as-avifile.m4:
19537         * m4/xmms.m4:
19538           removed because no longer used
19539
19540 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19541
19542         * configure.ac:
19543           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
19544           by autopoint (fixes #132996)
19545
19546 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19547
19548         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
19549         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
19550         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
19551         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
19552           fix memleaks
19553
19554 2004-02-11  David Schleef  <ds@schleef.org>
19555
19556         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19557         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
19558         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
19559         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
19560         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
19561         (gst_jpegenc_class_init), (gst_jpegenc_init),
19562         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
19563         (gst_jpegenc_chain), (gst_jpegenc_set_property),
19564         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
19565         * ext/jpeg/gstjpegenc.h: Fix negotiation.
19566
19567 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19568
19569         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
19570         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
19571         * ext/mikmod/gstmikmod.h:
19572           fix caps negotiation in mikmod
19573         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
19574           output debug information
19575
19576 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19577
19578         * gst-libs/gst/colorbalance/Makefile.am:
19579         * gst-libs/gst/navigation/Makefile.am:
19580         * gst-libs/gst/xoverlay/Makefile.am:
19581           remove unused GST_OPT_CFLAGS from Makefiles
19582           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
19583
19584 2004-02-07  David Schleef  <ds@schleef.org>
19585
19586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
19587         push events to pads that haven't been created (#133508)
19588
19589 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
19590
19591         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19592         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
19593         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
19594         (gst_dvdec_loop), (gst_dvdec_change_state):
19595         Second attempt at committing a working dvdec element.
19596
19597 2004-02-06  David Schleef  <ds@schleef.org>
19598
19599         Build fixes for OS X: (see #129600)
19600         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
19601         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
19602         (gst_riff_read_strf_iavs):
19603         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19604         (gst_avi_demux_stream_odml):
19605         * gst/playondemand/Makefile.am:
19606         * gst/rtp/rtp-packet.c:
19607
19608 2004-02-05  David Schleef  <ds@schleef.org>
19609
19610         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
19611         last change, because it Just Doesn't Compile.
19612
19613 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19614
19615         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19616           skip undecodable id3v2 tag instead of keeping it
19617
19618 2004-02-05  David Schleef  <ds@schleef.org>
19619
19620         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19621         Unref leaked buffer.  (Noticed by Ronald)
19622
19623 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
19624
19625         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19626         Sync requires with other checks.  >= vs =.
19627
19628 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
19629
19630         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19631         (gst_dvdec_video_link), (gst_dvdec_loop):
19632         * ext/dv/gstdvdec.h:
19633           rework the caps negotiation so that dvdec works again instead
19634           of just segfaulting.
19635
19636 === release 0.7.4 ===
19637
19638 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19639
19640         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
19641         * configure.ac: changed for release
19642
19643 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19644
19645         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
19646         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19647         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19648         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19649           reworked patch by David Lehn to fix libdir and includedir for
19650           uninstalled libraries
19651           removed play and gconf from gstreamer-libs since they have their
19652           own pkgconfig files
19653
19654 2004-02-04  David Schleef  <ds@schleef.org>
19655
19656         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
19657         memleak.
19658
19659 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19660
19661         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19662           use correct GST_TAG_ENCODER tag
19663
19664 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19665
19666         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19667           be sure to stop the clock when going to paused
19668         * sys/oss/gstosssink.c: (gst_osssink_change_state):
19669           reset number of transmitted when going to ready.
19670         fixes #132935
19671
19672 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
19673
19674         reviewed by Benjamin Otte
19675
19676         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19677           extract track count (fixes #133410)
19678
19679 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19680
19681         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19682           that should be !=, not == (fixes #132519)
19683
19684 2004-02-04  David Schleef  <ds@schleef.org>
19685
19686         Make sure set_explicit_caps() is called before adding pad.
19687         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19688         * gst/id3/gstid3types.c: (gst_id3types_loop):
19689         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19690         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
19691
19692 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19693
19694         * configure.ac:
19695           bump nano to 2, first prerelease
19696           put back AM_PROG_LIBTOOL
19697
19698 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19699
19700         * testsuite/alsa/Makefile.am:
19701           these are user test apps, not automatic testsuite tests
19702
19703 2004-02-04  David Schleef  <ds@schleef.org>
19704
19705         Convert GST_DEBUG_CAPS() to GST_DEBUG():
19706         * gst/mpeg1videoparse/gstmp1videoparse.c:
19707         (mp1videoparse_parse_seq):
19708         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
19709         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19710         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
19711         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
19712         (gst_xvideosink_getcaps):
19713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19714         * testsuite/gst-lint: more tests
19715
19716 2004-02-04  David Schleef  <ds@schleef.org>
19717
19718         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
19719         with the code that they would expand to.
19720         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
19721         (gst_flacdec_get_src_query_types),
19722         (gst_flacdec_get_src_event_masks):
19723         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
19724         (gst_gnomevfssrc_get_query_types),
19725         (gst_gnomevfssrc_get_event_mask):
19726
19727 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19728
19729         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19730         (gst_sinesrc_dispose):
19731           fix memleak by properly disposing sinesrc
19732
19733 2004-02-04  Julien MOUTTE  <julien@moutte.net>
19734
19735         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
19736         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
19737         an overlay to redraw the image because it has been exposed.
19738         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
19739         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
19740         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
19741         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
19742         interface
19743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
19744         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
19745         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
19746         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
19747         interface
19748
19749 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19750
19751         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
19752           more memleak fixage
19753
19754 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19755
19756         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19757         * gst/typefind/gsttypefindfunctions.c:
19758           fix memleaks shown by gst-typefind
19759
19760 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19761
19762         * common/glib-gen.mak:
19763           add hack rule to touch .Plo files
19764         * gst-libs/gst/colorbalance/Makefile.am:
19765         * gst-libs/gst/mixer/Makefile.am:
19766         * gst-libs/gst/play/Makefile.am:
19767         * gst-libs/gst/tuner/Makefile.am:
19768           remove glib_root variable
19769
19770 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19771
19772         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
19773           set explicit caps before adding the element, so the autopluggers can
19774           plug correctly.
19775         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19776         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19777         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19778         (dv_type_find):
19779           fix memleaks in typefind functions. gst_type_find_suggest takes a const
19780           argument.
19781
19782 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19783
19784         * gst-libs/gst/colorbalance/Makefile.am:
19785         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
19786         * gst-libs/gst/colorbalance/colorbalance.c:
19787         * gst-libs/gst/colorbalance/colorbalance.h:
19788         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
19789         * gst-libs/gst/mixer/Makefile.am:
19790         * gst-libs/gst/mixer/mixer-marshal.list:
19791         * gst-libs/gst/mixer/mixer.c:
19792         * gst-libs/gst/mixer/mixer.h:
19793         * gst-libs/gst/mixer/mixermarshal.list:
19794         * gst-libs/gst/play/Makefile.am:
19795         * gst-libs/gst/play/play.h:
19796         * gst-libs/gst/tuner/Makefile.am:
19797         * gst-libs/gst/tuner/tuner-marshal.list:
19798         * gst-libs/gst/tuner/tuner.c:
19799         * gst-libs/gst/tuner/tuner.h:
19800         * gst-libs/gst/tuner/tunermarshal.list:
19801           use new glib-gen.mak snippet to clean up Makefile.am
19802           fix various bugs in Makefile.am's
19803
19804 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19805
19806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19807           handle chain parsing correctly in the multichain case
19808         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
19809         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
19810         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19811         (theora_dec_chain):
19812           handle events and queries correctly
19813
19814 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19815
19816         * .cvsignore:
19817         Ignore generated file _stdint.h.
19818
19819 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19820
19821         * gst-libs/gst/colorbalance/Makefile.am:
19822         * gst-libs/gst/colorbalance/colorbalance.h:
19823         * gst-libs/gst/mixer/Makefile.am:
19824         * gst-libs/gst/mixer/mixer.h:
19825         * gst-libs/gst/play/Makefile.am:
19826         * gst-libs/gst/play/play.h:
19827         * gst-libs/gst/tuner/Makefile.am:
19828         * gst-libs/gst/tuner/tuner.h:
19829         Generate enum type code with glib-mkenums.
19830         * gst-libs/gst/colorbalance/.cvsignore:
19831         * gst-libs/gst/mixer/.cvsignore:
19832         * gst-libs/gst/play/.cvsignore:
19833         * gst-libs/gst/tuner/.cvsignore:
19834         Ignore generated files.
19835
19836 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19837
19838         * gst-libs/gst/audio/.cvsignore:
19839         Ignore generated file.
19840         * gst-libs/gst/audio/Makefile.am:
19841         Do not install example filter.
19842
19843 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19844
19845         * examples/switch/.cvsignore:
19846         Ignore generated file.
19847
19848 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19849
19850         * common/m4/ax_create_stdint_h.m4:
19851         * configure.ac:
19852           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
19853           _stdint.h.
19854         * Makefile.am:
19855           remove generated _stdint.h in DISTCLEANFILES
19856         * ext/a52dec/gsta52dec.c:
19857           include _stdint.h for a52dec. (should fix #133064)
19858
19859 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19860
19861         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
19862         (gst_tag_to_vorbis_comments):
19863         Add replaygain support to vorbistag
19864
19865 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19866         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19867         (gst_ffmpeg_caps_to_extradata):
19868           Fix SVQ3 caps flag properties
19869           Use glib macro for bytes swap
19870
19871 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19872
19873         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19874         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19875         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19876         * ext/sndfile/gstsf.c: (plugin_init):
19877         * gst/avi/gstavi.c: (plugin_init):
19878         * sys/dxr3/dxr3init.c: (plugin_init):
19879         * sys/oss/gstossaudio.c: (plugin_init):
19880         * sys/v4l/gstv4l.c: (plugin_init):
19881         * sys/v4l2/gstv4l2.c: (plugin_init):
19882           remove textdomain calls
19883         * po/nl.po:
19884           update Dutch translation
19885
19886 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19887
19888         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19889         (gst_play_set_audio_sink): Moving volume in the audio thread for
19890         instantaneous volume change. Maybe i will add another volume in front
19891         of visualization later, not sure yet though.
19892
19893 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19894
19895         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19896         (gst_ximagesink_handle_xevents): Better X events handling, only take
19897         the latest events for configure and motion.
19898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
19899
19900 2004-02-02  Jon Trowbridge  <trow@gnu.org>
19901
19902         reviewed by: David Schleef  <ds@schleef.org>
19903
19904         Fix memory leaks:
19905         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
19906         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
19907
19908 2004-02-02  David Schleef  <ds@schleef.org>
19909
19910         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
19911         of lines.
19912         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
19913         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19914         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
19915         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19916         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19917         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
19918         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
19919         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
19920         (gst_float2_2_int_link):
19921         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19922         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
19923         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
19924         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
19925         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
19926         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
19927         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
19928         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
19929         * testsuite/gst-lint: Add tests for bzero and ;;
19930
19931 2004-02-02  David Schleef  <ds@schleef.org>
19932
19933         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
19934
19935 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19936
19937         * ext/aalib/gstaasink.c: (gst_aasink_open):
19938         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19940         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19941         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19942         (gst_afsink_close_file):
19943         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19944         (gst_afsrc_close_file):
19945         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19946         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19947         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19948         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19949         * ext/esd/esdmon.c: (gst_esdmon_get):
19950         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
19951         * ext/faac/gstfaac.c: (gst_faac_chain):
19952         * ext/faad/gstfaad.c: (gst_faad_chain):
19953         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19954         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19955         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19956         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19957         (gst_flacdec_loop):
19958         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19959         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19960         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19961         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19962         (gst_gnomevfssink_close_file):
19963         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19964         (gst_gnomevfssrc_open_file):
19965         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19966         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19967         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19968         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19969         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19970         * ext/mad/gstmad.c: (gst_mad_chain):
19971         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19972         * ext/mpeg2dec/gstmpeg2dec.c:
19973         * ext/mpeg2enc/gstmpeg2enc.cc:
19974         * ext/mplex/gstmplex.cc:
19975         * ext/mplex/gstmplexibitstream.cc:
19976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19977         (gst_ogg_demux_push):
19978         * ext/raw1394/gstdv1394src.c:
19979         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19980         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19981         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19982         (gst_sf_loop):
19983         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19984         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19985         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19986         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19988         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19989         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19990         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19991         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19992         (gst_riff_read_element_data), (gst_riff_read_seek),
19993         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19994         * gst/adder/gstadder.c: (gst_adder_loop):
19995         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19996         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19997         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19998         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19999         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20000         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20001         * gst/goom/gstgoom.c: (gst_goom_chain):
20002         * gst/id3/gstid3types.c: (gst_id3types_loop):
20003         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
20004         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20005         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20006         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20007         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20008         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20009         (gst_ebml_read_float), (gst_ebml_read_header):
20010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20011         (gst_matroska_demux_parse_blockgroup):
20012         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20013         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20014         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20015         * gst/silence/gstsilence.c: (gst_silence_get):
20016         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20017         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20018         * gst/speed/gstspeed.c: (speed_loop):
20019         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20020         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20021         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20022         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20023         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20024         (gst_wavparse_loop):
20025         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20026         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20027         (dxr3audiosink_close):
20028         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20029         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20030         (dxr3videosink_close), (dxr3videosink_write_data):
20031         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20032         * sys/oss/gstosssink.c: (gst_osssink_chain):
20033         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20034         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20035         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20037         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
20038         (gst_v4l_set_window), (gst_v4l_enable_overlay):
20039         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20040         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20041         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20042         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20043         (gst_v4l_set_audio):
20044         * sys/v4l/v4l_calls.h:
20045         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20046         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20047         (gst_v4lmjpegsink_playback_init),
20048         (gst_v4lmjpegsink_playback_start):
20049         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
20050         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20051         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20052         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20053         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20054         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
20055         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
20056         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
20057         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
20058         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
20059         (gst_v4l2_get_output), (gst_v4l2_set_output),
20060         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
20061         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
20062         (gst_v4l2_set_attribute):
20063         * sys/v4l2/v4l2_calls.h:
20064         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20065         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20066         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20067         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20068         (gst_v4l2src_capture_stop):
20069         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20070         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20071         (gst_ximagesink_chain):
20072         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20073         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20074         (gst_xvideosink_xwindow_new):
20075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20076         (gst_xvimagesink_chain):
20077
20078 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20079
20080         * gst/volume/gstvolume.c: (gst_volume_set_volume),
20081         (gst_volume_get_volume), (volume_class_init), (volume_init),
20082         (volume_chain_int16), (volume_update_volume):
20083         * gst/volume/gstvolume.h:
20084           make code more readable by removing magic numbers
20085           make mixer interface export 0-100 range
20086           make it internally map to 0.0-1.0 range so users don't distort
20087           output by putting the sliders at full volume
20088
20089 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20090
20091         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
20092         (gst_play_state_change), (gst_play_seek_to_time):
20093         block the tick callback for 0.5 secs after doing a seek
20094
20095 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20096
20097         * gst-libs/gst/play/play.c: (gst_play_new):
20098           check for GError
20099
20100 2004-02-01  Julien MOUTTE  <julien@moutte.net>
20101
20102         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
20103         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
20104         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20105         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
20106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20107         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
20108
20109 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20110
20111         * configure.ac:
20112         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20113           check for a function added in vorbis 1.1
20114
20115 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20116
20117         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
20118         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
20119           really start/stop clock only on PLAYING <=> PAUSED
20120         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20121           remove \n from debugging lines
20122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
20123           make it work when seeking does not
20124         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20125           reset on DISCONT
20126
20127 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20128
20129         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
20130           start clock on PAUSED=>PLAYING, not later
20131         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20132           extract correct time for different discont formats
20133         (gst_alsa_sink_get_time):
20134           don't segfault when no format is negotiated yet, just return 0
20135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20136         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
20137         (gst_ogg_pad_push):
20138           handle flush and discont events correctly
20139         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20140           handle discont events correctly
20141
20142 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20143
20144         * gst-libs/gst/play/play.c: (gst_play_error_quark),
20145         (gst_play_error_create), (gst_play_error_plugin),
20146         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
20147         * gst-libs/gst/play/play.h:
20148           add error handling during creation
20149         * examples/gstplay/player.c: (main):
20150           use new gst_play_new
20151
20152
20153 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20154
20155         * ext/theora/theoradec.c: (theora_dec_chain):
20156           make comments work
20157         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20158         (vorbis_dec_src_event), (vorbis_dec_chain):
20159           add encoder tag, fix tag reading to be more error tolerant, change
20160           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
20161           gst_pad_event_default.
20162         * gst/tags/gstvorbistag.c:
20163         (gst_tag_list_from_vorbiscomment_buffer):
20164           undefine function specific define at end of function
20165
20166 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
20167
20168         * ext/flac/gstflac.c: (plugin_init):
20169         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
20170         * ext/flac/gstflacdec.h:
20171         * ext/flac/gstflacenc.h:
20172           Fix typos
20173
20174 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
20175
20176         * examples/gstplay/player.c: s/gstplay.h/play.h/
20177
20178 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20179
20180         * gst-libs/gst/play/Makefile.am:
20181         * gst-libs/gst/play/gstplay.c:
20182         * gst-libs/gst/play/gstplay.h:
20183         * gst-libs/gst/play/play.c:
20184           more surgery, operation complete
20185
20186 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20187
20188         * gst-libs/gst/play/play.old.c:
20189         * gst-libs/gst/play/play.old.h:
20190           after CVS surgery by moving, remove
20191         * gst-libs/gst/play/playpipelines.c:
20192           remove
20193
20194         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
20195           add negotiation error
20196
20197 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20198
20199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20200         (gst_ogg_demux_push):
20201           add some seeking debug info
20202           send a flush when seeking
20203
20204 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20205
20206         * configure.ac:
20207           use AC_C_INLINE
20208         * configure.ac:
20209         * ext/Makefile.am:
20210         * ext/theora/Makefile.am:
20211         * ext/theora/theoradec.c:
20212           add theora video decoder. Does just do simple decoding for now and
20213           has been tested against Theora cvs only. It only works when theora
20214           is compiled with --enable-static.
20215         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20216           always reset packetno on DISCONT
20217
20218 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20219
20220         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20221           Fix audio.
20222
20223 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20224
20225         * gst/mpegaudioparse/gstmpegaudioparse.c:
20226         (mp3_type_frame_length_from_header):
20227           Fix header parsing - stolen from ffmpeg (thank you! :) ).
20228
20229 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20230
20231         * ext/esd/esdsink.c: (gst_esdsink_init):
20232           Since we have static pad template caps, we don't need to negotiate;
20233           either the core errors out or we know the format.
20234
20235 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20236
20237         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20238         (gst_riff_read_seek):
20239         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20240         (gst_ebml_read_seek):
20241           Fix event handling.
20242
20243 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20244
20245         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20246           removee video/x-theora from vp3 decoder, it doesn't handle raw
20247           theora streams
20248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20249           fix bug with finalizing element that never went to PAUSED
20250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20251           length and position queries were swapped
20252         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20253         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
20254         (vorbis_dec_src_event):
20255           implement querying time and bytes
20256
20257 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20258
20259         * just about every source file:
20260           gst_element_error -> GST_ELEMENT_ERROR
20261
20262 2004-01-29  Julien MOUTTE  <julien@moutte.net>
20263
20264         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
20265         emiting FLUSH and even before DISCONT.
20266         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
20267         get the best instant seeking as possible yay!
20268
20269 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20270
20271         * gst/mpeg1videoparse/gstmp1videoparse.c:
20272         (gst_mp1videoparse_real_chain):
20273           Committed wrong version last week... Grr... Didn't notice until now.
20274
20275 2004-01-29  Julien MOUTTE <julien@moutte.net>
20276
20277         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
20278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
20279         have_xwindow_id signal in xwindow_create.
20280
20281 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20282
20283         * ext/ogg/gstoggdemux.c:
20284           lots of changes - mainly support for chained bitstreams, seeking,
20285           querying and bugfixes of course
20286         * ext/vorbis/Makefile.am:
20287         * ext/vorbis/vorbisdec.c:
20288         * ext/vorbis/vorbisdec.h:
20289           add vorbisdec raw vorbis decoder
20290         * ext/vorbis/vorbis.c: (plugin_init):
20291           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
20292         * gst/intfloat/Makefile.am:
20293         * gst/intfloat/float22int.c:
20294         * gst/intfloat/float22int.h:
20295         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
20296           add float2intnew plugin. It converts multichannel interleaved float to
20297           multichannel interleaved int. The name should probably be changed.
20298         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
20299         (plugin_init):
20300           add typefinding for raw theora video so oggdemux can detect it.
20301
20302 2004-01-28  Julien MOUTTE  <julien@moutte.net>
20303
20304         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
20305         sink element first.
20306         * gst/videoscale/gstvideoscale.c:
20307         (gst_videoscale_handle_src_event): Fixing src event handler.
20308
20309 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20310
20311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
20312         (gst_v4lsrc_open), (gst_v4lsrc_close),
20313         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
20314         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
20315         * sys/v4l/gstv4lsrc.h:
20316         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
20317         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
20318           Implement resizing... Hack. But that's why v4l is b0rked...
20319
20320 2004-01-28  Julien MOUTTE <julien@moutte.net>
20321
20322         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20323         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
20324         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
20325         (gst_ximagesink_xwindow_destroy):
20326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20327         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
20328         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20329         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
20330         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
20331         correctly cleaning the image created to check xshm calls on succes,
20332         added a lot of XSync calls in X11 functions, and fixed a segfault when
20333         no image format was defined before negotiation happened.
20334
20335 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20336
20337         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
20338           use gst_element_get_time to get correct time
20339
20340 2004-01-28  Julien MOUTTE  <julien@moutte.net>
20341
20342         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
20343         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
20344         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
20345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
20346         (gst_xvimagesink_check_xshm_calls),
20347         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
20348         X plugins are now able to detect that XShm calls will fail even if the
20349         server claims that it has XShm support (remote displays most of the
20350         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
20351         so that we use non XShm functions. This feature is almost useless for
20352         xvimagesink as Xv is not supported on remote displays anyway, but
20353         it might happen than even on the local display XShm calls fail.
20354
20355 2004-01-27  David Schleef  <ds@schleef.org>
20356
20357         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
20358         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
20359         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
20360         changed esdsink to only use 44100,16,2, since esd sucks at rate
20361         conversion and esdsink has had difficulty negotiating.
20362
20363 2004-01-27  Julien MOUTTE <julien@moutte.net>
20364
20365         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
20366         (gst_play_seek_to_time): Fixing the way to get current position.
20367
20368 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20369
20370         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
20371           use gst_element_get_time to get correct time
20372
20373 2004-01-27  Julien MOUTTE <julien@moutte.net>
20374
20375         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
20376         fix ever... Inverting 2 lines of code make spider autoplug correctly
20377         tagged mp3 !
20378
20379 2004-01-27  David Schleef  <ds@schleef.org>
20380
20381         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20382         Use gst_pad_try_set_caps_nonfixed().
20383
20384 2004-01-27  David Schleef  <ds@schleef.org>
20385
20386         * gst/ac3parse/gstac3parse.c: update to checklist 5
20387         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
20388         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
20389         * gst/audioscale/gstaudioscale.c: same
20390         * gst/auparse/gstauparse.c: same
20391         * gst/avi/gstavidemux.c: same
20392
20393 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20394
20395         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20396           stop processing after EOS
20397
20398 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20399
20400         * gst/asfdemux/asfheaders.h:
20401         * gst/asfdemux/gstasfdemux.c:
20402         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
20403         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
20404         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
20405           lot's of fixes to make data extraction simpler and get the code
20406           architecture and compiler independant. Add debugging category
20407         * gst/goom/gstgoom.c: (gst_goom_change_state):
20408           reset channel count on PAUSED=>READY, not READY=>PAUSED
20409
20410 2004-01-26  Colin Walters  <walters@verbum.org>
20411
20412         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
20413         code to pull a bigger buffer in iradio mode.  This as a side effect
20414         makes typefinding work.
20415
20416 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
20417
20418         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
20419         Fix SVQ3 decoding on PPC
20420
20421 2004-01-26  Julien MOUTTE <julien@moutte.net>
20422
20423         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
20424         that one managed to stay there... Fixed.
20425
20426 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
20427
20428         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
20429         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
20430         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
20431         (qtdemux_video_caps):
20432         * gst/qtdemux/qtdemux.h:
20433         Add SVQ3 specific flags to qtdemux and ffmpeg
20434
20435 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20436
20437         * gst-libs/gst/audio/audio.h:
20438           remove buffer-frames from audio caps
20439         * gst/audioconvert/gstaudioconvert.c:
20440           fix plugin to really work.
20441
20442 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20443
20444         * gst-libs/gst/mixer/mixer.c:
20445         * gst-libs/gst/propertyprobe/propertyprobe.c:
20446         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
20447         (gst_tuner_find_channel_by_name):
20448         * gst-libs/gst/tuner/tuner.h:
20449           Add gtk-doc style comments. Also fix a function name.
20450
20451 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20452
20453         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
20454         (gst_divxdec_negotiate):
20455           Fix for new capsnego - also fixes gst-player with divxdec.
20456
20457 2004-01-25  Julien MOUTTE  <julien@moutte.net>
20458
20459         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20460         (gst_play_identity_handoff), (gst_play_set_location),
20461         (gst_play_set_visualization), (gst_play_connect_visualization): Another
20462         try in visualization implementation. Still have an issue with switch
20463         blocking when pulling from video_queue and only audio comes out of
20464         spider.
20465         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20466         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
20467         release method. And check if the pad is usable before pulling.
20468
20469 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20470
20471         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
20472         (gst_videobalance_init),
20473         (gst_videobalance_colorbalance_list_channels),
20474         (gst_videobalance_colorbalance_set_value),
20475         (gst_videobalance_colorbalance_get_value),
20476         (gst_videobalance_update_properties),
20477         (gst_videobalance_update_tables_planar411),
20478         (gst_videobalance_planar411):
20479         * gst/videofilter/gstvideobalance.h:
20480           Implement lookup-tables. +/- 10x faster.
20481
20482 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20483
20484         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20485         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
20486           The index reading was broken. The rest worked fine, but the whole
20487           goal of my rewrite was to make avidemux readable, and this was
20488           not at all readable. Please use typed variables.
20489
20490 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20491
20492         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20493           Additional pad usability check.
20494         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20495         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
20496         (gst_mp1videoparse_real_chain):
20497           Fix MPEG video stream parsing. The original plugin had several
20498           issues, including not timestamping streams where the source was
20499           not timestamped (this happens with PTS values in mpeg system
20500           streams, but MPEG video is also a valid stream on its own so
20501           that needs timestamps too). We use the display time code for that
20502           for now. Also, if one incoming buffer contains multiple valid
20503           frames, we push them all on correctly now, including proper EOS
20504           handling. Lastly, several potential segfaults were fixed, and we
20505           properly sync on new sequence/gop headers to include them in next,
20506           not previous frames (since they're header for the next frame, not
20507           the previous). Also see #119206.
20508         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
20509         (bpf_from_header):
20510           Move caps setting so we only do it after finding several valid
20511           MPEG-1 fraes sequentially, not right after the first one (which
20512           might be coincidental).
20513         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
20514         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20515         (plugin_init):
20516           Add unsynced MPEG video stream typefinding, and change some
20517           probability values so we detect streams rightly. The idea is as
20518           follows: I can have an unsynced system stream which contains
20519           video. In the current code, I would randomly get a type for either
20520           system or video stream type found, because the probabilities are
20521           being calculated rather randomly. I now use fixed values, so we
20522           always prefer system stream if that was found (and that is how it
20523           should be). If no system stream was found, we can still identity                the stream as video-only.
20524
20525 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20526
20527         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20528         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
20529           don't write to buffer. Extract data without the need of
20530           __attribute__ ((packed))
20531
20532 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20533
20534         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
20535         (mpeg1_sys_type_find):
20536           Fix MPEG-1 stream typefinding.
20537
20538 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20539
20540         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20541           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
20542
20543 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20544
20545         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
20546         * ext/esd/gstesd.c: (plugin_init):
20547           private debugging, better error reporting
20548
20549 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20550
20551         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20552         (gst_riff_read_init), (gst_riff_read_change_state):
20553         * gst-libs/gst/riff/riff-read.h:
20554           Remove stuff fromold metadata system.
20555
20556 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20557
20558         * ext/ogg/gstoggdemux.c:
20559           Fix wrong file comment.
20560         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20561         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
20562           Add metadata reading properly.
20563
20564 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20565
20566         * ext/Makefile.am:
20567           Fix nas DIST_SUBDIRS
20568           Uraeus:
20569           Fix bug where make distcheck doesn't get run on adding stuff to
20570           the build.
20571
20572 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20573
20574         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
20575         * ext/divx/gstdivxdec.h:
20576           Fix divx3 ("msmpeg4") playback using divxdec.
20577
20578 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20579
20580         * gst/typefind/gsttypefindfunctions.c:
20581         (mp3_type_frame_length_from_header): fix bug in length computation
20582         (mp3_type_find): improve debugging output
20583
20584 2004-01-23  Julien MOUTTE  <julien@moutte.net>
20585
20586         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20587         (gst_play_set_location), (gst_play_seek_to_time),
20588         (gst_play_set_audio_sink), (gst_play_set_visualization),
20589         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
20590         the pipeline from scratch. Visualization is back and switch went out as
20591         i realized it was not possible to use the way i wanted.
20592         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
20593         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
20594         clearing in state change from READY to NULL. So that one can clean the
20595         X ressources keeping the element.
20596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20597         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
20598         (gst_xvimagesink_colorbalance_set_value),
20599         (gst_xvimagesink_colorbalance_get_value),
20600         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
20601         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
20602         change from READY to NULL and fixed some stupid bugs in colorbalance
20603         get/set values. Also added the following feature : when nobody tries to
20604         set some values to the colorbalance levels before the xcontext is
20605         grabbed, then when creating channels list from Xv attributes we set the
20606         internal values to the Xv defaults. This way we handle buggy Xv drivers
20607         that set default hue values far from the middle of the range (Thanks
20608         to Jon Trowbridge for pointing that issue).
20609         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
20610         colorbalance levels have been set before xcontext is grabbed.
20611
20612 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20613
20614         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20615           Fix the ossmixer case where we shouldn't open /dev/dsp* because
20616           it might block operations (which is bad for a mixer).
20617
20618 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20619
20620         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20621         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
20622         (gmip_find_type_pre):
20623         * gst-libs/gst/media-info/media-info-priv.h:
20624         * gst-libs/gst/media-info/media-info.c:
20625         (gst_media_info_instance_init), (gst_media_info_read_idler):
20626         add fakesink to get caps on decoder src pad again
20627         fix callback prototype to match new have_type signal signature
20628
20629 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20630
20631         * gst/adder/gstadder.c: (gst_adder_link):
20632           fix non-compile and cut-n-paste code
20633
20634 2004-01-21  David Schleef  <ds@schleef.org>
20635
20636         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
20637         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
20638         (gst_swfdec_init), (gst_swfdec_change_state):
20639         * ext/swfdec/gstswfdec.h:
20640         Fix negotiation.
20641         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
20642         (gst_adder_request_new_pad): Fix negotiation.
20643         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
20644         Add a fixate function.
20645         * gst/intfloat/gstfloat2int.c:
20646         * gst/intfloat/gstfloat2int.h:
20647         * gst/intfloat/gstint2float.c:
20648         * gst/intfloat/gstint2float.h:
20649         Completely rewrite the negotiation.  Doesn't quite work yet,
20650         due to some buffer-frames problem.
20651
20652 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20653
20654         * ext/gnomevfs/gstgnomevfssrc.c:
20655         * sys/v4l2/v4l2_calls.h:
20656           fix includes for distcheck
20657
20658 2004-01-21  Christian Schaller <uraeus@gnome.org>
20659
20660         * ext/nas/
20661         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
20662         based on earlier patch from Laurent Vivier
20663
20664 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
20665
20666         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
20667         Fix wma caps property
20668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20669         Fix typo (flags1 and flags2)
20670
20671 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20672
20673         * gst-libs/gst/media-info/media-info-priv.c:
20674         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
20675         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
20676         (gmip_find_stream), (gmip_find_track_metadata),
20677         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
20678         (gmip_find_track_format):
20679         * gst-libs/gst/media-info/media-info-priv.h:
20680         * gst-libs/gst/media-info/media-info-test.c: (main):
20681         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20682         (gst_media_info_read_idler), (gst_media_info_read):
20683         * gst-libs/gst/media-info/media-info.h:
20684           register debugging category and use it for debugging
20685
20686 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20687
20688         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
20689         (gst_vorbisfile_new_link):
20690           signal streaminfo through tags
20691
20692 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20693
20694         * ext/mplex/gstmplex.cc:
20695         * ext/mplex/gstmplexibitstream.cc:
20696           g++ doesn't like NULL in our i18n/error macros, should be
20697           either (NULL) or ("").
20698
20699 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20700
20701         * sys/dxr3/dxr3audiosink.c:
20702         * sys/dxr3/dxr3init.c:
20703         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
20704         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
20705           Fix more error error error errors (missing includes here).
20706
20707 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20710           fix thomas' error errors.
20711
20712 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20713
20714         * ext/mpeg2enc/gstmpeg2enc.cc:
20715           fix error errors.
20716
20717 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20718
20719         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20720         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20721           Fix for new error system.
20722
20723 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20724
20725         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20726           fix for new error reporting
20727
20728 2004-01-20  David Schleef  <ds@schleef.org>
20729
20730         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20731         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
20732         (gst_ximagesink_set_xwindow_id): Change to using a framerate
20733         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
20734         and neither is 100+, most likely.
20735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20736         (gst_xvimagesink_getcaps): same
20737
20738 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20739
20740         * configure.ac:
20741           Up version requirement to 2.0.3 (not yet released) to avoid symbol
20742           clashes with ffmpeg.
20743
20744 2004-01-20  Julien MOUTTE  <julien@moutte.net>
20745
20746         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20747         (gst_switch_init): Fixed switch element : proxying link and setting
20748         caps from src to sink on request.
20749
20750 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20751
20752         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20753         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
20754         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
20755         fix element_error
20756
20757 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20758
20759         * sys/v4l/v4l_calls.h:
20760         * sys/v4l2/v4l2_calls.h:
20761           element_error fixes
20762
20763 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20764
20765         * gst-libs/gst/gst-i18n-plugin.h:
20766           add locale.h
20767           remove config.h inclusion
20768
20769 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20770
20771         * autogen.sh:
20772           adding autopoint invocation
20773         * Makefile.am:
20774         * configure.ac:
20775         * gst-libs/gst/gettext.h:
20776           adding gettext bits
20777         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
20778         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
20779         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20780         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20781         (gst_gnomevfssink_close_file):
20782         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
20783         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
20784         * gst-libs/gst/gst-i18n-plugin.h:
20785         * gst/avi/gstavi.c: (plugin_init):
20786         * sys/dxr3/dxr3init.c: (plugin_init):
20787         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
20788         * sys/oss/gstossaudio.c: (plugin_init):
20789         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20790         * sys/v4l/gstv4l.c: (plugin_init):
20791         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20792         * sys/v4l2/gstv4l2.c: (plugin_init):
20793         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
20794         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
20795         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
20796         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
20797         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
20798         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
20799           make sure locale and translation domain are set
20800           fix translated strings
20801         * po/.cvsignore:
20802         * po/LINGUAS:
20803         * po/Makevars:
20804         * po/POTFILES.in:
20805         * po/nl.po:
20806           put translation files into place
20807         * sys/xvideo/imagetest.c: (main):
20808         * ext/dv/demo-play.c: (main):
20809           fix unnecessary translations
20810
20811 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20812
20813         * ext/sndfile/gstsf.c:
20814         * gst/avi/gstavimux.c:
20815         * ext/audiofile/gstafsink.c:
20816         * ext/audiofile/gstafsrc.c:
20817         * ext/gnomevfs/gstgnomevfssink.c:
20818         * ext/gnomevfs/gstgnomevfssrc.c:
20819         * sys/oss/gstosselement.c:
20820         * sys/v4l/v4l_calls.h:
20821           fix i18n include
20822
20823 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20824
20825         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
20826         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
20827         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
20828         (gst_v4l2_get_output), (gst_v4l2_set_output),
20829         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
20830         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
20831         (gst_v4l2_set_attribute):
20832         update to new error handling
20833
20834 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20835
20836         * ext/sidplay/gstsiddec.cc:
20837         * gst/modplug/gstmodplug.cc:
20838           parenthese NULL because C++ seems angry about it
20839
20840 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20841
20842         * gst-libs/gst/gst-i18n-plugin.h:
20843           add skeleton i18n stuff, but needs to be further implemented
20844
20845 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20846
20847         * examples/gstplay/player.c: (main):
20848         * ext/aalib/gstaasink.c: (gst_aasink_open):
20849         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
20850         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20851         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20852         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20853         (gst_afsink_close_file):
20854         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20855         (gst_afsrc_close_file):
20856         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20857         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20858         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
20859         * ext/esd/esdmon.c: (gst_esdmon_get):
20860         * ext/esd/esdsink.c: (gst_esdsink_chain):
20861         * ext/faac/gstfaac.c: (gst_faac_chain):
20862         * ext/faad/gstfaad.c: (gst_faad_chain):
20863         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
20864         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20865         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
20866         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
20867         (gst_flacdec_loop):
20868         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20869         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20870         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
20871         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20872         (gst_gnomevfssink_close_file):
20873         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20874         (gst_gnomevfssrc_open_file):
20875         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
20876         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
20877         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
20878         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20879         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
20880         * ext/mad/gstmad.c: (gst_mad_chain):
20881         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20882         * ext/mpeg2dec/gstmpeg2dec.c:
20883         * ext/mpeg2enc/gstmpeg2enc.cc:
20884         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20885         * ext/mplex/gstmplex.cc:
20886         * ext/mplex/gstmplexibitstream.cc:
20887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
20888         (gst_ogg_demux_push), (gst_ogg_pad_push):
20889         * ext/raw1394/gstdv1394src.c:
20890         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
20891         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
20892         * ext/sidplay/gstsiddec.cc:
20893         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20894         (gst_sf_loop):
20895         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20896         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20897         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20899         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20900         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20901         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20902         * gst-libs/gst/Makefile.am:
20903         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20904         (gst_riff_read_element_data), (gst_riff_read_seek),
20905         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20906         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
20907         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20908         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20909         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20910         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20911         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20912         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20913         * gst/goom/gstgoom.c: (gst_goom_chain):
20914         * gst/id3/gstid3types.c: (gst_id3types_loop):
20915         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20916         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20917         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20918         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20919         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20920         (gst_ebml_read_float), (gst_ebml_read_header):
20921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20922         (gst_matroska_demux_parse_blockgroup):
20923         * gst/modplug/gstmodplug.cc:
20924         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20925         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20926         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20927         * gst/silence/gstsilence.c: (gst_silence_get):
20928         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20929         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20930         * gst/speed/gstspeed.c: (speed_loop):
20931         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20932         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20933         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20934         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20935         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20936         (gst_wavparse_loop):
20937         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20938         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20939         (dxr3audiosink_close):
20940         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20941         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20942         (dxr3videosink_close), (dxr3videosink_write_data):
20943         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20944         * sys/oss/gstosselement.h:
20945         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
20946         (gst_osssink_chain):
20947         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20948         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20949         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20951         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
20952         (gst_v4l_enable_overlay):
20953         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20954         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20955         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20956         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20957         (gst_v4l_set_audio):
20958         * sys/v4l/v4l_calls.h:
20959         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20960         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20961         (gst_v4lmjpegsink_playback_init),
20962         (gst_v4lmjpegsink_playback_start):
20963         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20964         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20965         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20966         (gst_v4lmjpegsrc_requeue_frame):
20967         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20968         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20969         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20970         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20971         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20972         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20973         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20974         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20975         (gst_v4l2src_capture_stop):
20976         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20977         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20978         (gst_ximagesink_chain):
20979         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20980         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20981         (gst_xvideosink_xwindow_new):
20982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20983         (gst_xvimagesink_chain):
20984         use new error signal, function and categories
20985
20986 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20987
20988         * configure.ac:
20989         * ext/Makefile.am:
20990         * ext/musicbrainz/gsttrm.c:
20991         * ext/musicbrainz/gsttrm.h:
20992         * ext/musicbrainz/Makefile.am:
20993         Add a trm plugin
20994
20995 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20996
20997         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20998         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20999         synchronous property for debugging.
21000         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
21001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21002         (gst_xvimagesink_set_property): Moving a pointer declaration to a
21003         smaller block, fixing indent.
21004
21005 2004-01-16  David Schleef  <ds@schleef.org>
21006
21007         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
21008         property affects the video stream.
21009         * sys/xvimage/xvimagesink.c:
21010         * sys/xvimage/xvimagesink.h:
21011         Add synchronous property for debugging.  Should probably be
21012         disabled in non-CVS builds.  Make sure that the Xv attribute
21013         exists before we set it (crash!).  Fix a silly float bug that
21014         caused colorbalance to just not work.
21015
21016 2004-01-17  Christian Schaller <Uraeus@gnome.org>
21017
21018         * tools/gst-launch-ext.in - update for new plugins
21019
21020 2004-01-16  David Schleef  <ds@schleef.org>
21021
21022         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
21023         already-freed caps.
21024
21025 2994-01-16  Christian Schaller <Uraeus@gnome.org>
21026
21027         * Update spec for new colorspace plugin and libcaca plugin
21028         * Fix compilation of libcaca plugin (clock -> id)
21029
21030 2004-01-16  Julien MOUTTE <julien@moutte.net>
21031
21032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
21033         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21034         (gst_xvimagesink_set_xwindow_id),
21035         (gst_xvimagesink_colorbalance_set_value),
21036         (gst_xvimagesink_colorbalance_get_value),
21037         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21038         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
21039         correct colorbalance properties. They can now be set when the element
21040         is still in NULL state. The values will be committed to the Xv Port
21041         when xcontext is initialized.
21042         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
21043         brightness int values in the GstXvImagesink structure.
21044
21045 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21046
21047         * gst-libs/gst/Makefile.am:
21048           restructure so having local patches works easier.
21049
21050 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21051
21052         * ext/mpeg2enc/Makefile.am:
21053         * ext/mpeg2enc/gstmpeg2enc.cc:
21054         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21055           Bugfix with respect to EOS handling.
21056
21057 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21058
21059         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
21060           Link with right caps (else, it segfaults).
21061         * ext/mplex/gstmplexjob.cc:
21062           Fix for slight API change in 1.6.1.93 release of mjpegtools.
21063
21064 2004-01-15  David Schleef  <ds@schleef.org>
21065
21066         * gst-libs/gst/audio/Makefile.am:
21067         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
21068         from the template.
21069         * gst-libs/gst/audio/gstaudiofilter.c:
21070         * gst-libs/gst/audio/gstaudiofilter.h:
21071         Add bytes_per_sample and size and n_samples calculation.
21072         * gst-libs/gst/audio/gstaudiofilterexample.c:
21073         Remove, now autogenerated.
21074         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21075         Moved from gstaudiofilterexample, object name changed, code added
21076         so that it actually works.
21077         * gst-libs/gst/audio/make_filter:
21078         Script to build an audiofilter subclass from the template.
21079         * gst/colorspace/Makefile.am:
21080         * gst/colorspace/yuv2yuv.c:
21081         Remove file, since it's GPL, and we don't use it.
21082
21083 2004-01-15  Julien MOUTTE  <julien@moutte.net>
21084
21085         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
21087         them use the buffer free function to test how the buffer was allocated.
21088
21089 2004-01-15  David Schleef  <ds@schleef.org>
21090
21091         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
21092         that handles osssink fallback.
21093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21094         (gst_audio_convert_getcaps):
21095         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21096         Add audio/x-qdm2 for QDM2 audio.
21097         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21098         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
21099         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21100         Decrease minimum size to 16x16.
21101         * gst/wavparse/gstwavparse.c:
21102         Convert disabled pad template caps to new caps.
21103         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21105         (gst_xvimagesink_chain): Throw element error when display cannot
21106         be opened.  Increase minimum framerate to 1.0.  Check the data
21107         free function on a buffer to make sure it is the type we expect
21108         before manipulating it.
21109
21110 2004-01-15  Julien MOUTTE <julien@moutte.net>
21111
21112         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
21113         (gst_videobalance_colorbalance_set_value): Implement passthru if
21114         settings are in the middle.
21115         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
21116
21117 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21118
21119         * gst/videofilter/Makefile.am:
21120         * gst/volume/Makefile.am:
21121           Since we use videofilter symbols, link to it.
21122
21123 2004-01-15  Julien MOUTTE <julien@moutte.net>
21124
21125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
21126         mixer interface type to HARDWARE.
21127         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
21128         type to SOFTWARE.
21129         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
21130         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
21131         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
21132         (gst_volume_interface_init), (gst_volume_list_tracks),
21133         (gst_volume_set_volume), (gst_volume_get_volume),
21134         (gst_volume_set_mute), (gst_volume_mixer_init),
21135         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
21136         (volume_init): Implementing mixer interface.
21137         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
21138         * sys/oss/gstosselement.c: (gst_osselement_get_type),
21139         (gst_osselement_change_state): Removing some trailing commas in
21140         structures.
21141         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
21142         interface type to HARDWARE.
21143         * sys/v4l/gstv4lcolorbalance.c:
21144         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
21145         type to HARDWARE.
21146         * sys/v4l2/gstv4l2colorbalance.c:
21147         (gst_v4l2_color_balance_interface_init): Setting colorbalance
21148         interface type to HARDWARE.
21149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
21150         same code than ximagesink for event handling.
21151
21152 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21153
21154         * ext/snapshot/Makefile.am:
21155         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
21156         (gst_snapshot_chain):
21157         * ext/snapshot/gstsnapshot.h:
21158           This has to be a joke... Snapshot should be connected to a tee,
21159           colorspace element before it and EOS after that, where the other
21160           src of the tee receives normal data.
21161           The current way is *wrong*.
21162
21163 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21164
21165         * ext/hermes/gsthermescolorspace.c:
21166           Fix another compile error. Same as below.
21167
21168 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21169
21170         * gst/colorspace/gstcolorspace.c:
21171         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
21172         (gst_colorspace_i420_to_yv12):
21173           Fix compiling... Didn't test if it actually works.
21174
21175 2004-01-15  David Schleef  <ds@schleef.org>
21176
21177         * configure.ac:
21178         * gst/colorspace/Makefile.am:
21179         * gst/colorspace/gstcolorspace.c:
21180         * gst/colorspace/gstcolorspace.h:
21181         * gst/colorspace/yuv2rgb.c:
21182         * gst/colorspace/yuv2rgb.h:
21183         Duplicate the ext/hermes colorspace plugin, and remove Hermes
21184         code and GPL code.  Fix for new caps negotiation.  Rewrite
21185         much of the format handling code, and some of the conversion
21186         code.  Basically, rewrote almost everything.  This element
21187         handles I420, YV12 to RGB conversions.
21188         * ext/hermes/Makefile.am:
21189         * ext/hermes/gsthermescolorspace.c:
21190         Rename colorspace to hermescolorspace.  Fix negotiation issues.
21191         Remove non-Hermes related code.  This element handles lots of
21192         RGB to RGB conversions, but no YUV.
21193         * ext/hermes/gstcolorspace.c:
21194         * ext/hermes/gstcolorspace.h:
21195         * ext/hermes/rgb2yuv.c:
21196         * ext/hermes/yuv2rgb.c:
21197         * ext/hermes/yuv2rgb.h:
21198         * ext/hermes/yuv2rgb_mmx16.s:
21199         * ext/hermes/yuv2yuv.c:
21200         * ext/hermes/yuv2yuv.h:
21201         Remove old code.
21202
21203 2004-01-14  Colin Walters  <walters@verbum.org>
21204
21205         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
21206         they've already been.
21207
21208 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21209
21210         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21211           assume tag mode when pad is not connected
21212
21213 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21214
21215         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21216           Don't update the time of the clock
21217         (gst_alsa_sink_loop):
21218           sync to the clock given to alsasink, not the own clock
21219         * sys/oss/gstosssink.c: (gst_osssink_chain):
21220           sync to the clock
21221         (gst_osssink_change_state):
21222           activate the clock
21223         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
21225           remove bogus code that made DISCONT events unhandled
21226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21227           explicitly case to double in _set_simple. (fixes 2nd warning in bug
21228           #131502)
21229         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
21230         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
21231         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
21232           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
21233           2nd warning in bug #131502)
21234
21235 2004-01-14  Julien MOUTTE  <julien@moutte.net>
21236
21237         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
21238         (gst_videobalance_colorbalance_set_value),
21239         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
21240         for colorbalance interface implementation.
21241         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21242         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21243         (gst_ximagesink_dispose), (gst_ximagesink_init),
21244         (gst_ximagesink_class_init): Adding DISPLAY property.
21245         * sys/ximage/ximagesink.h: Adding display_name to store display.
21246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21247         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21248         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
21249         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
21250         properties (they still need polishing though for gst-launch use : no
21251         xcontext yet, i ll do that tomorrow).
21252         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
21253
21254 2004-01-14  Julien MOUTTE  <julien@moutte.net>
21255
21256         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21257         (gst_play_set_location), (gst_play_set_visualization): Preparing
21258         switch integration, adding videobalance in the pipeline.
21259
21260 2004-01-14  Julien MOUTTE <julien@moutte.net>
21261
21262         * gst-libs/gst/colorbalance/colorbalance.c:
21263         (gst_color_balance_class_init): Adding a default type.
21264         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
21265         the type.
21266         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
21267         (gst_videobalance_dispose), (gst_videobalance_class_init),
21268         (gst_videobalance_init), (gst_videobalance_interface_supported),
21269         (gst_videobalance_interface_init),
21270         (gst_videobalance_colorbalance_list_channels),
21271         (gst_videobalance_colorbalance_set_value),
21272         (gst_videobalance_colorbalance_get_value),
21273         (gst_videobalance_colorbalance_init): Implementing colorbalance
21274         interface.
21275         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
21276         list.
21277         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
21278         bug which was triggering a BadAccess X error when setting an overlay
21279         before pad was really negotiated.
21280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
21281         Using the colorbalance type macro.
21282
21283 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21284
21285         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
21286         (gst_flacenc_chain):
21287           handle tags correctly
21288         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21289           extract ID3v1 tags correctly
21290
21291 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21292
21293         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
21294         (plugin_init):
21295           Improve matroska typefinding for odd-typed headers...
21296
21297 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21298
21299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21300           Fix for using incremental number on padnames.
21301
21302 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21303
21304         * ext/divx/gstdivxdec.c:
21305         * ext/divx/gstdivxenc.c:
21306           Set category to divx4linux instead of divx (too generic).
21307         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21308         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21309         (gst_wavparse_loop), (gst_wavparse_change_state):
21310         * gst/wavparse/gstwavparse.h:
21311           fix parsing of WAV files with non-standard fmt-tag size and fix
21312           skipping of unrecognized chunks... Someone please fix this thing
21313           to use rifflib so all this is automated.
21314         * sys/v4l/Makefile.am:
21315         * sys/v4l2/Makefile.am:
21316           Add X_CFLAGS because we depend on X (for overlay).
21317
21318 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
21319
21320         * ext/mpeg2dec/gstmpeg2dec.c:
21321           Don't issue a timestamp unless we tagged the frame
21322           with a PTS.
21323
21324 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21325
21326         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
21327           Query the audio element to get the time, not the clock. We're
21328           interested in the element's time here.
21329
21330 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21331
21332         * ext/aalib/gstaasink.c: (gst_aasink_chain):
21333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21334         * ext/esd/esdsink.c: (gst_esdsink_chain):
21335         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
21336         * ext/mas/massink.c: (gst_massink_chain):
21337         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
21338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
21339         (gst_matroska_demux_parse_metadata):
21340         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
21341         (gst_mpeg_parse_release_locks):
21342         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
21343         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
21344         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21345         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21346         (gst_osssink_change_state):
21347         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21348         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21349         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
21350         (gst_xvideosink_release_locks):
21351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
21352           use element time.
21353         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
21354         (gst_alsa_clock_stop):
21355         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
21356         (gst_audio_clock_get_internal_time):
21357           simplify for use with new clocking code.
21358         * testsuite/alsa/Makefile.am:
21359         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
21360           fix testsuite for new caps system
21361
21362 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21363
21364         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
21365         * ext/flac/gstflacenc.c: (add_one_tag):
21366           length is already host endian, no need to convert. Fixes playback of
21367           tagged files on PPC. (bug #128384)
21368
21369 2004-01-13  Julien MOUTTE <julien@moutte.net>
21370
21371         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
21372         colorbalance interface stating if it is hardware based or software
21373         based.
21374         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
21375         Removing a trailing comma.
21376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21377         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
21378         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
21379         the documentation seems to be wrong on the -1000 to 1000 interval.
21380
21381 2004-01-12  David Schleef  <ds@schleef.org>
21382
21383         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
21384         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
21385         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
21386         Fix negotiation.  Add a bufferalloc function for the sink pad,
21387         and generally clean up some of the code.
21388
21389 2004-01-12  Julien MOUTTE <julien@moutte.net>
21390
21391         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21392         (gst_color_balance_channel_dispose): Adding safety check in dispose
21393         method.
21394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21395         (gst_xvimagesink_xcontext_clear),
21396         (gst_xvimagesink_interface_supported),
21397         (gst_xvimagesink_colorbalance_list_channels),
21398         (gst_xvimagesink_colorbalance_set_value),
21399         (gst_xvimagesink_colorbalance_get_value),
21400         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
21401         Adding colorbalance interface support to set XV parameters such as
21402         HUE, BRIGHTNESS, CONTRAST, SATURATION.
21403         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
21404         interface.
21405
21406 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21407
21408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
21409         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
21410         (gst_audio_convert_init), (gst_audio_convert_set_property),
21411         (gst_audio_convert_get_property), (gst_audio_convert_chain),
21412         (gst_audio_convert_link),
21413         (gst_audio_convert_buffer_to_default_format),
21414         (gst_audio_convert_buffer_from_default_format), (plugin_init):
21415           - implement _getcaps and use it
21416           - improve linking
21417           - remove float caps since no float conversion is actually done
21418           - remove properties and arguments that were to be used for rate
21419             conversion
21420
21421 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21422
21423         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
21424         (gst_audio_structure_set_int):
21425         * gst-libs/gst/audio/audio.h:
21426           add helper functions for _getcaps matching the standard audio
21427           templates
21428
21429 2004-01-12  David Schleef  <ds@schleef.org>
21430
21431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21432         Test that pad is negotiated before getting its caps.
21433
21434 2004-01-12  Julien MOUTTE <julien@moutte.net>
21435
21436         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
21437         analyzing the pads of an element the bin is mostly in READY state so
21438         no caps were negotiated. This helper function needs to work with
21439         _get_caps directly then. I was not freeing them though, added that to
21440         fix the mem leak.
21441
21442 2004-01-12  Julien MOUTTE <julien@moutte.net>
21443
21444         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
21446         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
21447         than the free_func.
21448
21449 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21450
21451         * sys/oss/gstossaudio.c: (plugin_init):
21452         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21453         * sys/oss/gstosselement.h:
21454           make an oss debugging category
21455           make failure more descriptive
21456
21457 2004-01-11  David Schleef  <ds@schleef.org>
21458
21459         * ext/ffmpeg/gstffmpeg.c:
21460         * ext/ffmpeg/gstffmpegcodecmap.c:
21461         * ext/ffmpeg/gstffmpegdec.c:
21462         * ext/ffmpeg/gstffmpegenc.c:
21463         * ext/ffmpeg/gstffmpegprotocol.c:
21464         * ext/gdk_pixbuf/gstgdkanimation.c:
21465         * ext/jpeg/gstjpeg.c:
21466         * ext/libpng/gstpng.c:
21467         * ext/mpeg2dec/perftest.c:
21468         * ext/speex/gstspeex.c:
21469         * gst-libs/gst/resample/dtos.c:
21470         * gst/intfloat/gstintfloatconvert.c:
21471         * gst/oneton/gstoneton.c:
21472         * gst/rtjpeg/RTjpeg.c:
21473         * gst/rtp/gstrtp.c:
21474         * sys/dxr3/dxr3init.c:
21475         * sys/glsink/gstgl_nvimage.c:
21476         * sys/glsink/gstgl_pdrimage.c:
21477         * sys/glsink/gstglsink.c:
21478         * testsuite/gst-lint:
21479         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
21480
21481 2004-01-11  David Schleef  <ds@schleef.org>
21482
21483         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
21484         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
21485         * ext/gdk_pixbuf/gstgdkanimation.c:
21486         (gst_gdk_animation_iter_create_pixbuf):
21487         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21488         (gst_gdk_pixbuf_chain):
21489         * ext/gdk_pixbuf/gstgdkpixbuf.h:
21490         * ext/jack/gstjack.c: (gst_jack_change_state):
21491         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
21492         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
21493         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21494         * gst/videofilter/gstvideofilter.c:
21495         (gst_videofilter_set_output_size):
21496         Remove all usage of gst_pad_get_caps(), and replace it with
21497         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
21498
21499 2004-01-11  David Schleef  <ds@schleef.org>
21500
21501         * configure.ac:
21502         * ext/Makefile.am: Fixes to make ext/libcaca compile.
21503         * ext/divx/gstdivxdec.c:
21504         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21505         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
21506         handle images that span multiple buffers.  Now work with both
21507         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
21508         * ext/gdk_pixbuf/gstgdkpixbuf.h:
21509         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
21510         video/video.h changes
21511         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
21512         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21513         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
21514         of GstData free function.
21515         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
21516         same.
21517
21518 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21519
21520         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
21521         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
21522         (gst_v4l2element_get_property):
21523         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
21524           add norm, channel and frequency properties.
21525         * sys/v4l2/gstv4l2tuner.c:
21526           fixes for tuner interface changes
21527         * sys/v4l2/gstv4l2element.h:
21528         * sys/v4l2/gstv4l2src.c:
21529         * sys/v4l2/gstv4l2src.h:
21530         * sys/v4l2/v4l2src_calls.c:
21531         * sys/v4l2/v4l2src_calls.h:
21532           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
21533
21534 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21535
21536         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
21537         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
21538         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
21539         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
21540         * gst-libs/gst/tuner/tuner.h:
21541           GObjects aren't const.
21542           Add find_by_name functions.
21543           Add checks to _changed functions.
21544         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
21545         (gst_v4l_tuner_get_norm):
21546           Fixes for above.
21547
21548 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21549
21550         * gst-libs/gst/video/video.h:
21551           Fix caps template names to be understandable.
21552           Prefix everything with GST_VIDEO.
21553         * ext/aalib/gstaasink.c:
21554         * ext/divx/gstdivxdec.c:
21555         * ext/divx/gstdivxenc.c:
21556         * ext/gdk_pixbuf/gstgdkpixbuf.c:
21557         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
21558         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
21559         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
21560         * ext/libcaca/gstcacasink.c:
21561         * ext/libpng/gstpngenc.c: (raw_caps_factory):
21562         * ext/snapshot/gstsnapshot.c:
21563         * ext/swfdec/gstswfdec.c:
21564         * ext/xvid/gstxviddec.c:
21565         * ext/xvid/gstxvidenc.c:
21566         * gst/chart/gstchart.c:
21567         * gst/deinterlace/gstdeinterlace.c:
21568         * gst/effectv/gsteffectv.c:
21569         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21570         * gst/goom/gstgoom.c:
21571         * gst/median/gstmedian.c:
21572         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
21573         (gst_monoscope_srcconnect), (gst_monoscope_chain):
21574         * gst/overlay/gstoverlay.c:
21575         * gst/smooth/gstsmooth.c:
21576         * gst/smpte/gstsmpte.c:
21577         * gst/synaesthesia/gstsynaesthesia.c:
21578         * gst/videocrop/gstvideocrop.c:
21579         * gst/videodrop/gstvideodrop.c:
21580         * gst/y4m/gsty4mencode.c:
21581         * sys/qcam/gstqcamsrc.c:
21582         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
21583           Make them work with new video.h file.
21584         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21585         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
21586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21587         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
21588           Make it work with new buffer allocation system.
21589
21590 2004-01-11  Julien MOUTTE  <julien@moutte.net>
21591
21592         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
21593         pad_alloc_buffer implementation to use ->srcpad
21594         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
21595         pad_alloc_buffer implementation to use ->srcpad
21596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
21597         pad_alloc_buffer implementation to use ->srcpad
21598         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21599         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
21600         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
21601         a reference to everything we need.
21602         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
21603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21604         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21605         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
21606         a reference to everything we need.
21607         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
21608
21609 2004-01-11  David Schleef  <ds@schleef.org>
21610
21611         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
21612         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
21613         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
21614         structure members.
21615         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
21616         value during a resize/renegotiation.
21617         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
21618         gst_pad_alloc_buffer();
21619         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21620         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
21621         structure members.
21622         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
21623         Fix for rename of buffer private structure members.
21624         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21625         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
21626         Fix for rename of buffer private structure members.
21627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21628         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
21629         Fix for rename of buffer private structure members.
21630
21631 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
21632
21633         reviewed by: David Schleef <ds@schleef.org>
21634
21635         * gst/videofilter/Makefile.am:
21636         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
21637         from the patch by ds to fit in with recent make_filter changes.
21638
21639 2004-01-11  Julien MOUTTE  <julien@moutte.net>
21640
21641         * configure.ac: Adding examples/switch/Makefile
21642         * examples/Makefile.am: Adding examples/switch
21643         * examples/switch/Makefile.am: Adding switcher example.
21644         * examples/switch/switcher.c: (got_eos), (idle_iterate),
21645         (switch_timer), (main): Adding an example demonstrating switch usage
21646         with 2 videotestsrc showing different patterns.
21647         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21648         (gst_switch_init): Fixing switch with the new caps system.
21649
21650 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21651
21652         * gst-libs/gst/video/video.h:
21653           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
21654           They should probably be like
21655           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
21656
21657 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21658
21659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21660         (qtdemux_parse_trak):
21661           fix audio chunk size/timestamp calculation
21662
21663 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21664
21665         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21666           fix SVQ3 caps
21667
21668 2004-01-11  Steve Baker  <steve@stevebaker.org>
21669
21670         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
21671         (gst_agingtv_base_init), (gst_agingtv_class_init),
21672         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
21673         (gst_agingtv_set_property), (gst_agingtv_get_property):
21674         Port agingTV to videofilter
21675
21676 2004-01-09  Julien MOUTTE <julien@moutte.net>
21677
21678         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
21679         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21680
21681 2004-01-09  Julien MOUTTE <julien@moutte.net>
21682
21683         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
21684         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21685         * gst-libs/gst/xoverlay/xoverlay.c:
21686         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
21687         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
21688         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21689         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21690         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
21691         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21692         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
21693         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
21694         the bufferalloc_function to replace bufferpools, fixing the XOverlay
21695         interface implementation to handle xid being 0 and fix some bugs
21696         triggered by Benjamin's testcase.
21697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21698         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
21699         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
21700         the bufferalloc_function to replace bufferpools, fixing the XOverlay
21701         interface implementation to handle xid being 0 and fix some bugs
21702         triggered by Benjamin's testcase.
21703
21704 2004-01-09  David Schleef  <ds@schleef.org>
21705
21706         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
21707         mouse pointer events.  It works.
21708
21709 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21710
21711         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
21712           Use explicit caps - fix capsnego.
21713         * ext/xvid/gstxviddec.c:
21714         * ext/xvid/gstxvidenc.c:
21715           Remove macro-inside-macro which caused compile errors.
21716         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
21717           Error out if it's not a RIFF file. Else we error out without
21718           gst_element_error() which is not good...
21719
21720 2004-01-08  David Schleef  <ds@schleef.org>
21721
21722         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
21723         Fix pad_link function to handle formats that ffmpeg returns
21724         as multiple caps structures.
21725         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
21726         Only complain if source buffer is _smaller_ than expected.
21727         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
21728         (gst_videoscale_handle_src_event): Resize navigation events
21729         when passing them upstream.
21730         * gst/videotestsrc/gstvideotestsrc.c:
21731         * gst/videotestsrc/gstvideotestsrc.h:
21732         * gst/videotestsrc/videotestsrc.c:
21733         * gst/videotestsrc/videotestsrc.h:
21734         Rewrite many of the buffer painting functions to handle odd
21735         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
21736         been verified to work with my video card.
21737         * testsuite/gst-lint:  Add check for elements calling
21738         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
21739
21740 2004-01-08  David Schleef  <ds@schleef.org>
21741
21742         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
21743         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
21744
21745 2004-01-08  Julien MOUTTE  <julien@moutte.net>
21746
21747         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
21748         configure event is not emiting the desired size signal. That fixes
21749         aspect ratio issues with gst-player.
21750
21751 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21752
21753         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
21754           Fix capsnego.
21755
21756 2004-01-08  Julien MOUTTE  <julien@moutte.net>
21757
21758         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
21759         public method to fire size signal.
21760
21761 2004-01-07  Julien MOUTTE  <julien@moutte.net>
21762
21763         * examples/gstplay/Makefile.am: Adding the interface library.
21764         * gst-libs/gst/play/Makefile.am: Adding the interface library.
21765         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
21766         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
21767         GST_IS_X_OVERLAY before signal connect.
21768         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
21769         Removing the have_video_size signal.
21770         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
21771         and associated public method.
21772         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21773         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
21774         signal.
21775         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21776         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
21777         signal.
21778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
21779         Using XOverlay public method to fire size signal.
21780
21781 2004-01-07  David Schleef  <ds@schleef.org>
21782
21783         * gst/videofilter/Makefile.am:
21784         * gst/videofilter/gstvideotemplate.c:
21785         * gst/videofilter/make_filter:
21786         Create gstvideoexample.c in a srcdir!=builddir friendly way.
21787         Convert make_filter to /bin/sh script.
21788
21789 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21790
21791         * gst/modplug/gstmodplug.cc: fix element description
21792
21793 2004-01-07  Julien MOUTTE  <julien@moutte.net>
21794
21795         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21796         (got_video_size): Adding some new lines in g_print calls.
21797         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21798         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
21799         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
21800         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
21801         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
21802         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
21803         Complete code review, reverting some stuff i disagree with, adding
21804         some fixes : time synchronization on invalid timestamps, renegotiation
21805         of private window.
21806         * sys/ximage/ximagesink.h:
21807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
21808         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
21809         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
21810         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
21811         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21812         (gst_xvimagesink_buffer_new),
21813         (gst_xvimagesink_navigation_send_event),
21814         (gst_xvimagesink_set_xwindow_id),
21815         (gst_xvimagesink_get_desired_size),
21816         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
21817         stuff i disagree with, adding some fixes : Renegotiation of private
21818         window, implementing get_desired_size.
21819
21820 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21821
21822         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
21823         (gst_afsink_handle_event):
21824         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
21825         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
21826         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
21827         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
21828         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
21829           Fix for instantiate-test (see core). Also remove dead code from
21830           jpegenc (which still needs fixing, but that's lower on my TODO
21831           list...).
21832         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
21833           Never return NULL as caps.
21834
21835 2004-01-07  David Schleef  <ds@schleef.org>
21836
21837         * configure.ac:
21838         * ext/Makefile.am:
21839         * ext/librfb/Makefile.am:
21840         * ext/librfb/gstrfbsrc.c:
21841         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
21842         is the protocol used by VNC.
21843
21844 2004-01-07  David Schleef  <ds@schleef.org>
21845
21846         * gst/videofilter/gstvideotemplate.c:
21847         * gst/videofilter/gstvideotemplate.h:
21848         * gst/videofilter/make_filter:
21849         Merge videotemplate header into source file.
21850         * gst/effectv/Makefile.am:
21851         * gst/effectv/gsteffectv.c: (plugin_init):
21852         * gst/effectv/gstwarp.c:
21853         Make warpTV a subclass of videofilter.
21854
21855 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21856
21857         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21858           Add guard against invalid utf-8 conversions in mad. Just in case.
21859
21860 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21861
21862         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21863           Fix for bug shown by poisoning
21864
21865 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21866
21867         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21868         (gst_v4lmjpegsrc_buffer_free):
21869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
21870         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
21871         (gst_v4lsrc_buffer_free):
21872           Fix for removed bufferpools.
21873
21874 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21875
21876         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21877         Fix caps negotiation.
21878
21879         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21880         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
21881         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21882         (dvdnavsrc_event):
21883         * ext/mpeg2dec/gstmpeg2dec.c:
21884         * gst-libs/gst/navigation/navigation.c:
21885         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
21886         * gst-libs/gst/navigation/navigation.h:
21887         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
21888         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
21889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
21890         Super-simple first version of mouse and keyboard events. Clicking
21891         on a DVD menu now works, although it may not take you where you
21892         expected.
21893
21894         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21895         * gst/videotestsrc/gstvideotestsrc.c:
21896         (gst_videotestsrc_src_fixate):
21897         These fixate functions were broken - they never actually
21898         fixated :)
21899
21900 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21901
21902         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
21903         (gst_icecastsend_init):
21904           fix for new caps system.
21905         * gst-libs/gst/mixer/mixertrack.h:
21906         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
21907           Add 'master track' flag (for tools like ACME that only want to
21908           change the main volume).
21909
21910 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21911
21912         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
21913         (gst_xvid_csp_to_caps):
21914         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
21915         * ext/xvid/gstxvidenc.c:
21916         ifdef out ARGB type when it isn't available
21917         in xvidcore 1.0.0beta2
21918
21919 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21920
21921         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21922           When we have received a new SCR right in the first buffer after
21923           a seek (so in the same cycle that handles the discont), we should
21924           handle the buffer instead of unreffing it, else we lose data.
21925
21926 2004-01-06  Iain <iain@prettypeople.org>
21927
21928         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
21929           buffer-frames caps too.
21930
21931         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
21932           caps that we need, don't destroy them all and rebuild them. And when
21933           creating src pads, use the src pad template rather than the sink...
21934
21935 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21936
21937         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21938           Add pad to element *after* setting functions such as event handler.
21939           Without this, the scheduler (opt) will link pads, set the event
21940           handler from the default event function (dispatcher in gstpad.c)
21941           and *after* that, we will set our own event function, which will
21942           thus never be used (and thus mpegdemux doesn't handle events).
21943
21944 2004-01-04  David Schleef  <ds@schleef.org>
21945
21946         Fix the fixate functions to handle new prototype:
21947         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21948         * gst/videotestsrc/gstvideotestsrc.c:
21949         (gst_videotestsrc_src_fixate):
21950         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21951         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
21952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
21953
21954 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21955
21956         * sys/ximage/ximagesink.h:
21957         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21958         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
21959         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
21960         (gst_ximagesink_xoverlay_init):
21961           assorted fixes to make (re)embedding work
21962         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
21963         (gst_ximagesink_get_desired_size):
21964           implement desired size additions to XOverlay
21965
21966 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21967
21968         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21969         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21970         (gst_x_overlay_got_desired_size):
21971         * gst-libs/gst/xoverlay/xoverlay.h:
21972           Add optional "desired size" signal and querying.
21973
21974 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21975
21976         * gst/matroska/matroska-demux.c:
21977         (gst_matroska_demux_parse_blockgroup):
21978           Fix EBML-laced block parsing. Diffs are relative to previous
21979           lace, not the first lace. Thanks to Mosu from the Matroska
21980           team for detecting this.
21981         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21982         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21983         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21984         (gst_wavparse_change_state):
21985         * gst/wavparse/gstwavparse.h:
21986           Quickfix for capsnego.
21987
21988 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21989
21990         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21991           Fix indenting, fix pad creation.
21992
21993 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21994
21995         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21996         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21997         (gst_xviddec_sink_link):
21998           Implement src_getcaps() so proper size caps is negotiated.
21999
22000 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22001
22002         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
22003           Finish flac decoder on EOS. See #116178.
22004
22005 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22006
22007         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
22008         (gst_matroska_demux_add_stream):
22009         * gst/matroska/matroska-ids.h:
22010           Add getcaps() function to fix capsnego...
22011
22012 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22013
22014         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22015         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
22016         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
22017           Fix more integer overflows. Again, see #126967.
22018
22019 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22020
22021         * ext/mpeg2dec/gstmpeg2dec.c:
22022           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
22023           #130416.
22024
22025 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22026
22027         * configure.ac:
22028         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
22029         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
22030         * ext/xvid/gstxvid.h:
22031         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
22032         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
22033         (gst_xviddec_src_link), (gst_xviddec_sink_link),
22034         (gst_xviddec_change_state):
22035         * ext/xvid/gstxviddec.h:
22036         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
22037         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
22038         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
22039         (gst_xvidenc_link), (gst_xvidenc_set_property),
22040         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
22041         * ext/xvid/gstxvidenc.h:
22042           Update xvid plugin to latest xvid (1.0.0-beta3) API.
22043
22044 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22045
22046         * gst/rtp/rtp-packet.c:
22047           Add sys/types.h include, since OS X doesn't define in_addr_t
22048           in netinet/in.h, like it does on Linux (see #129600).
22049
22050 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
22051
22052         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
22053
22054         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
22055           Correct logic of dispose function (see #129306).
22056
22057 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22058
22059         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
22060         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
22061         (gst_mpeg_parse_init):
22062         * gst/mpegstream/gstmpegparse.h:
22063           Remove clock (which was never provided, i.e. dead code), and
22064           also fix integer overflows at high PTS values (see #126967).
22065
22066 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22067
22068         * ext/flac/gstflacdec.c:
22069         * ext/libpng/gstpngenc.h:
22070         * ext/mikmod/gstmikmod.h:
22071           OS X fixes (see #126628).
22072
22073 2004-01-02  David Schleef  <ds@schleef.org>
22074
22075         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
22076         (gst_alsa_src_base_init): Remove bogus "src" request pad.
22077         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
22078         (gst_mpeg_parse_class_init): Move pad template registration
22079         to class_init, since the derived class (mpegdemux) doesn't
22080         want them.
22081
22082 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22083
22084         * sys/ximage/Makefile.am:
22085         * sys/xvideo/Makefile.am:
22086         * sys/xvimage/Makefile.am:
22087           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
22088           after installation (see #127664).
22089
22090 2004-01-02  David Schleef  <ds@schleef.org>
22091
22092         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
22093         (gst_ffmpegenc_connect):  Negotiation fixes.
22094         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
22095         Remove inappropriate gst_caps_free().
22096         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
22097         Reenable Ronald's internal resize code, since the core handles
22098         it correctly now.
22099
22100 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22101
22102         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22103         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
22105           Fix pad template stuff.
22106
22107 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22108
22109         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
22110         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
22111           fix signed integer reading/writing.
22112
22113 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22114
22115         * ext/alsa/README:
22116           Remove outdated document
22117
22118 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
22119
22120         * gst/cutter/gstcutter.c: (gst_cutter_init):
22121           src pad was being created twice - oops.
22122
22123 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22124
22125         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
22126           Comment out internal resize. It doesn't handle the resulting
22127           XEvent internally, does another try_set_caps() which leads to
22128           a really nice loop.
22129           Real fix will come when Julien and Dave are awake. ;).
22130
22131 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22132
22133         * ext/mpeg2enc/gstmpeg2enc.cc:
22134           fix const/nonconst compile issue.
22135
22136 2004-01-02  David Schleef  <ds@schleef.org>
22137
22138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
22139         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
22140         Add fixate function and a check for bad formats.
22141
22142 2004-01-01  David Schleef  <ds@schleef.org>
22143
22144         Negotiation fixes:
22145         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
22146         (gst_audiofilter_init):
22147         * gst/debug/efence.c: (gst_efence_init):
22148         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22149         (gst_deinterlace_init):
22150         * gst/volume/gstvolume.c: (volume_connect):
22151
22152 2004-01-01  David Schleef  <ds@schleef.org>
22153
22154         Convert elements to use gst_pad_use_explicit_caps() where
22155         appropriate:
22156         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
22157         * ext/audiofile/gstafparse.c: (gst_afparse_init),
22158         (gst_afparse_open_file):
22159         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
22160         (gst_afsrc_open_file):
22161         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
22162         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
22163         (gst_ffmpegdec_chain):
22164         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22165         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
22166         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
22167         (gst_gdk_pixbuf_chain):
22168         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
22169         (gst_jpegdec_chain):
22170         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
22171         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22172         (gst_mikmod_negotiate):
22173         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
22174         (gst_mpeg2dec_negotiate_format):
22175         * ext/mpeg2enc/gstmpeg2enc.cc:
22176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22177         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
22178         (gst_speexdec_sinkconnect):
22179         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
22180         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
22181         (gst_vorbisfile_new_link):
22182         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
22183         (gst_ac3parse_chain):
22184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
22185         (gst_asf_demux_setup_pad):
22186         * gst/auparse/gstauparse.c: (gst_auparse_init),
22187         (gst_auparse_chain):
22188         * gst/id3/gstid3types.c: (gst_id3types_loop):
22189         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22190         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22191         (mp1videoparse_parse_seq):
22192         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
22193         (bpf_from_header):
22194         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22195         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
22196         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
22197         (gst_mpeg_parse_send_data):
22198         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22199         (gst_qtdemux_add_stream):
22200         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22201         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22202         (gst_wavparse_parse_fmt):
22203
22204 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22205
22206         * configure.ac:
22207           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
22208           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
22209           it therefore uses the wrong include paths. Too bad... Note
22210           that 1.6.1.93 is not release yet. ;).
22211           Also add a check for mplex, which is now using the lib'ified
22212           mplex from mjpegtools, too.
22213         * ext/ffmpeg/gstffmpegcodecmap.c:
22214           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
22215           issues. I don't think ffmpeg handles 3ivx correctly, so this
22216           probably won't work. But it won't hurt either.
22217         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
22218         (gst_ffmpegdec_chain):
22219         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
22220         (gst_ffmpegenc_chain_audio):
22221           Fix memleak in audio encoding. Close codec if open fails, this
22222           calls the cleanup routines so we can re-use the context.
22223         * ext/mpeg2enc/gstmpeg2enc.cc:
22224           Fix pad template names/types, fix memory issue with getcaps().
22225         * ext/mpeg2enc/gstmpeg2encoder.cc:
22226         * ext/mpeg2enc/gstmpeg2encoder.hh:
22227           Fix compile issue with new caps system (const thingy).
22228         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22229         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
22230           We read a first frame right on initing, so that we have a caps
22231           when we init the output. This caps is cached in padprivate and
22232           read as first frame.
22233         * ext/mplex/Makefile.am:
22234         * ext/mplex/gstmplex.cc:
22235         * ext/mplex/gstmplex.h:
22236         * ext/mplex/gstmplex.hh:
22237         * ext/mplex/gstmplexibitstream.cc:
22238         * ext/mplex/gstmplexibitstream.hh:
22239         * ext/mplex/gstmplexjob.cc:
22240         * ext/mplex/gstmplexjob.hh:
22241         * ext/mplex/gstmplexoutputstream.cc:
22242         * ext/mplex/gstmplexoutputstream.hh:
22243           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
22244           had issues, didn't do capsnego, supported only a subset of the
22245           mplex features and required a mplex fork in our local CVS. Plus
22246           that it worked agaist a very old mplex version. Rewriting was
22247           faster than updating it.
22248         * gst-libs/ext/Makefile.am:
22249         * gst-libs/ext/mplex/INSTRUCT:
22250         * gst-libs/ext/mplex/Makefile.am:
22251         * gst-libs/ext/mplex/README:
22252         * gst-libs/ext/mplex/TODO:
22253         * gst-libs/ext/mplex/ac3strm_in.cc:
22254         * gst-libs/ext/mplex/audiostrm.hh:
22255         * gst-libs/ext/mplex/audiostrm_out.cc:
22256         * gst-libs/ext/mplex/aunit.hh:
22257         * gst-libs/ext/mplex/bits.cc:
22258         * gst-libs/ext/mplex/bits.hh:
22259         * gst-libs/ext/mplex/buffer.cc:
22260         * gst-libs/ext/mplex/buffer.hh:
22261         * gst-libs/ext/mplex/fastintfns.h:
22262         * gst-libs/ext/mplex/format_codes.h:
22263         * gst-libs/ext/mplex/inputstrm.cc:
22264         * gst-libs/ext/mplex/inputstrm.hh:
22265         * gst-libs/ext/mplex/lpcmstrm_in.cc:
22266         * gst-libs/ext/mplex/mjpeg_logging.cc:
22267         * gst-libs/ext/mplex/mjpeg_logging.h:
22268         * gst-libs/ext/mplex/mjpeg_types.h:
22269         * gst-libs/ext/mplex/mpastrm_in.cc:
22270         * gst-libs/ext/mplex/mpegconsts.cc:
22271         * gst-libs/ext/mplex/mpegconsts.h:
22272         * gst-libs/ext/mplex/mplexconsts.hh:
22273         * gst-libs/ext/mplex/multplex.cc:
22274         * gst-libs/ext/mplex/outputstream.hh:
22275         * gst-libs/ext/mplex/padstrm.cc:
22276         * gst-libs/ext/mplex/padstrm.hh:
22277         * gst-libs/ext/mplex/stillsstream.cc:
22278         * gst-libs/ext/mplex/stillsstream.hh:
22279         * gst-libs/ext/mplex/systems.cc:
22280         * gst-libs/ext/mplex/systems.hh:
22281         * gst-libs/ext/mplex/vector.cc:
22282         * gst-libs/ext/mplex/vector.hh:
22283         * gst-libs/ext/mplex/videostrm.hh:
22284         * gst-libs/ext/mplex/videostrm_in.cc:
22285         * gst-libs/ext/mplex/videostrm_out.cc:
22286         * gst-libs/ext/mplex/yuv4mpeg.cc:
22287         * gst-libs/ext/mplex/yuv4mpeg.h:
22288         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
22289         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
22290           We don't fork mjpegtools' mplex in our CVS anymore.
22291         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
22292         (gst_avi_demux_add_stream):
22293         * gst/avi/gstavidemux.h:
22294           Add getcaps() function for proper caps nego. This makes some
22295           parts of AVI playback/reading work.
22296         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
22297           Resize window on new capsnego. This is probably wrong, but
22298           I'm still committing it because with current capsnego, the
22299           first successfull capsnego is auto-fixated, therefore rounded
22300           down to the lowest values in the caps. this results in a 16x16
22301           XWindow that is not reized when real capsnego finishes.
22302           Dave, I see more cases of this, do you know a proper solution?
22303         * tools/gst-launch-ext.in:
22304           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
22305
22306 2003-12-31  David Schleef  <ds@schleef.org>
22307
22308         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
22309         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
22310           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
22311
22312 2003-12-30  David Schleef  <ds@schleef.org>
22313
22314         * ext/ffmpeg/gstffmpegcolorspace.c:
22315         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22316         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
22317         (gst_ffmpegcsp_chain): Negotiation fixes
22318         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
22319         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22320         (gst_audio_convert_link), (gst_audio_convert_channels):
22321         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
22322         (gst_audioscale_link), (gst_audioscale_get_buffer),
22323         (gst_audioscale_chain): Negotiation fixes
22324         * gst/audioscale/gstaudioscale.h:
22325         * gst/videofilter/gstvideofilter.c:
22326         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
22327         (gst_videofilter_link), (gst_videofilter_init),
22328         (gst_videofilter_set_output_size), (gst_videofilter_setup),
22329         (gst_videofilter_find_format_by_structure):
22330         * gst/videofilter/gstvideofilter.h: Negotiation fixes
22331         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
22332         (gst_videoscale_link):
22333         * gst/videoscale/videoscale.c: (videoscale_get_structure),
22334         (videoscale_find_by_structure), (gst_videoscale_setup):
22335         * gst/videoscale/videoscale.h: Negotiation fixes
22336         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22337         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
22338         function, restrict resizing to a multiple of 4 (hack until
22339         everyone supports odd sizes correctly).
22340
22341 2003-12-29  Colin Walters  <walters@verbum.org>
22342
22343         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
22344         signed.
22345
22346 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
22347
22348         * ext/sndfile/gstsf.c: (gst_sf_loop):
22349           Fix warning about discarding const qualifier
22350
22351 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
22352
22353         * gst/cutter/gstcutter.c:
22354         * gst/videoscale/gstvideoscale.c:
22355         * gst/volenv/gstvolenv.c:
22356         * gst-libs/gst/audio/audio.c:
22357         * gst-libs/gst/video/video.c:
22358           Fix warnings
22359
22360 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22361
22362         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
22363           Don't send ALSA debugging to stderr.
22364         * ext/alsa/gstalsa.h:
22365           Use GST_WARNING instead of g_warning when ALSA functions fail.
22366
22367 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22368
22369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22370           Free XVAdapterInfo correctly.
22371
22372 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22373
22374         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
22375         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
22376           Make id3tag use correct caps nego.
22377
22378 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
22379
22380         * ext/ivorbis/vorbis.c:
22381         * ext/ivorbis/vorbisenc.h:
22382         * ext/ivorbis/vorbisfile.c:
22383           Modify so that it uses the new caps things
22384
22385 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22386
22387         * testsuite/spider/spider1.c: (main):
22388         * testsuite/spider/spider2.c: (main):
22389         * testsuite/spider/spider3.c: (main):
22390           Make tests compile again. They probably don't work.
22391
22392 2003-12-24  Colin Walters  <walters@verbum.org>
22393
22394         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
22395         we can't fixate the caps anymore.
22396
22397 2003-12-23  David Schleef  <ds@schleef.org>
22398
22399         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
22400         * sys/oss/gstosssink.c: (gst_osssink_init),
22401         (gst_osssink_sink_fixate): Add fixate function.
22402
22403 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22404
22405         * ext/ffmpeg/gstffmpegcodecmap.c:
22406         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
22407         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
22408         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
22409         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22410         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22411         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22412         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
22413           fix typo in RGB masks, and move back to "old" colorspace
22414           capsnego code until whoever wrote this new crap has actually
22415           tested it so that it works.
22416           And yes, this works, keep it that way please.
22417
22418 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22419
22420         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
22421         (gst_divxdec_init), (gst_divxdec_negotiate):
22422         * ext/divx/gstdivxdec.h:
22423         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
22424         (gst_divxenc_init):
22425         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
22426         (gst_faac_sinkconnect), (gst_faac_srcconnect):
22427         * ext/mpeg2enc/gstmpeg2enc.cc:
22428         * ext/mpeg2enc/gstmpeg2encoder.cc:
22429         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22430         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
22431         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
22432         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
22433         (dxr3spusink_init):
22434         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
22435         (dxr3videosink_init):
22436           Fix caps breakage after Dave's caps branch merge.
22437
22438 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22439
22440         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22441           Fix for 24bpp display.
22442
22443 2003-12-23  Colin Walters  <walters@verbum.org>
22444
22445         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
22446         a GnomeVFSHandle directly.
22447
22448 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22449
22450         * gst/volume/Makefile.am:
22451         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
22452         (volume_base_init), (volume_init):
22453           Reenable volume element and fix to work with new caps stuff.
22454           Rhythmbox needs this.
22455
22456 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22457
22458         * gst/qtdemux/qtdemux.c: (plugin_init):
22459           qtdemux requires bytestream
22460
22461 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22462
22463         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
22464           Fix remaining caps handling errors due to CAPS merge.
22465
22466 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22467
22468         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
22469         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
22470         (gst_faad_srcconnect):
22471           Port to new caps system.
22472
22473 2003-12-21  Julien MOUTTE  <julien@moutte.net>
22474
22475         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
22476         (got_video_size), (main): using g_print instead of g_message.
22477         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
22478         signal which was not emitted because of "switch" element added to the
22479         bin but not connected. (Removing from the bin temporarily)
22480
22481 2003-12-21  Julien MOUTTE  <julien@moutte.net>
22482
22483         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
22484         find X development files. I don't understand the previous tests and
22485         they fail on my debian/ppc unstable. This one works.
22486         * examples/gstplay/player.c: (main): Set the pipeline to READY before
22487         exiting.
22488         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
22489         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22490         (gst_play_set_visualization): Add some safety checks in set_ methods
22491         and state_change. This was throwing some ugly CRITICAL messages when
22492         pipeline was getting disposed and casts were failing.
22493
22494 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22495
22496         * configure.ac:
22497           Improve mpeg2enc detection. This is for distributions that do
22498           ship mjpegtools, but without mpeg2enc. Also does object check
22499           for might there ever be ABI incompatibility.
22500         * ext/mpeg2enc/gstmpeg2enc.cc:
22501           Add Andrew as second maintainer (he's helping me), and also add
22502           an error if no caps was set. This happens if I pull before capsnego
22503           and that's something I should solve sometime else.
22504         * gst/matroska/matroska-demux.c:
22505         (gst_matroska_demux_parse_blockgroup):
22506           Fix time parsing.
22507         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
22508         (gst_matroska_mux_track_header):
22509           Add caps to templates.
22510         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
22511           Add mpegversion=1 to prevent confusion with MPEG/AAC.
22512         * gst/mpegstream/gstmpegdemux.c:
22513           Remove layer since it causes warnings about unfixed caps.
22514         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22515           Fix obvious typo (we error out if caps were set, we should of
22516           course error out if *no* caps were set).
22517         * sys/oss/gstosselement.c: (gst_osselement_convert):
22518           Fix format conversion, we confused bits/bytes.
22519         * sys/oss/gstosselement.h:
22520           Improve documentation for 'bps'.
22521         * sys/v4l/TODO:
22522           Remove stuff about plugins that need removing - this was done
22523           ages ago.
22524         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
22525         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
22526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
22527         (gst_v4lsrc_src_query):
22528         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22529         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
22530           Add get_query_types(), get_formats() and query() functions.
22531
22532 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22533
22534         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
22535         * moved CVS to freedesktop.org