move last template doc snippets to source code and delete them
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * docs/libs/tmpl/gstaudio.sgml:
4         * docs/libs/tmpl/gstcolorbalance.sgml:
5         * docs/libs/tmpl/gstmixer.sgml:
6         * docs/libs/tmpl/gstringbuffer.sgml:
7         * docs/libs/tmpl/gsttuner.sgml:
8         * docs/libs/tmpl/gstxoverlay.sgml:
9         * gst-libs/gst/audio/audio.c:
10         * gst-libs/gst/audio/gstringbuffer.c:
11         * gst-libs/gst/interfaces/colorbalance.c:
12         * gst-libs/gst/interfaces/mixer.c:
13         * gst-libs/gst/interfaces/tuner.c:
14         * gst-libs/gst/interfaces/xoverlay.c:
15           move last template doc snippets to source code and delete them
16
17 2006-06-06  Michael Smith  <msmith@fluendo.com>
18
19         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
20         (theora_parse_drain_queue):
21           Mark DELTA_UNIT on non-keyframes.
22
23 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
24
25         * gst-libs/gst/audio/gstbaseaudiosink.c:
26         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
27         * gst-libs/gst/audio/gstbaseaudiosink.h:
28         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
29         (gst_ring_buffer_samples_done):
30         * gst-libs/gst/audio/gstringbuffer.h:
31         Document better the fact that latency_time and buffer_time are values
32         stored in microseconds, and not the usual GStreamer nanoseconds.
33         Change the variables (compatibly) that store them from GstClockTime 
34         to guint64 to make it more clear that they're not storing clock times.
35         Also, remove the bogus property description that says the user can
36         specify -1 to get the default value, since that's never been the case.
37
38         When computing the default segment size for the ring buffer, make it
39         an integer number of samples.
40
41         When the sub-class indicates a delay greater than the number of
42         samples we've written return 0 from the audio sink get_time method.
43
44 2006-06-02  Michael Smith  <msmith@fluendo.com>
45
46         * tests/check/elements/audioconvert.c: (set_channel_positions),
47         (get_float_mc_caps), (get_int_mc_caps):
48         * tests/check/elements/audioresample.c:
49         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
50         * tests/check/elements/videorate.c:
51         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
52         * tests/check/elements/volume.c:
53         * tests/check/elements/vorbisdec.c:
54         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
55           Don't busy-wait in tests; this was causing test timeouts very
56           frequently when running under valgrind.
57
58 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
59
60         * gst/tcp/README:
61         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
62         (gst_multi_fd_sink_remove_client_link),
63         (gst_multi_fd_sink_client_queue_caps),
64         (gst_multi_fd_sink_client_queue_buffer),
65         (gst_multi_fd_sink_handle_client_write),
66         (gst_multi_fd_sink_render):
67         * gst/tcp/gstmultifdsink.h:
68           make multifdsink properly deal with streamheader:
69           - streamheader is taken from caps
70           - buffers marked with IN_CAPS are not sent
71           - streamheaders are sent, on connection, from the caps of the
72             buffer where the client gets positioned to
73           - further streamheader changes are done every time the client
74             will receive a buffer with different caps
75         * tests/check/elements/multifdsink.c: (GST_START_TEST),
76         (gst_multifdsink_create_streamheader):
77           add tests for this
78
79 2006-06-02  Michael Smith  <msmith@fluendo.com>
80
81         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
82           Reinstate limit on channel count. Vorbis does not define the meaning
83           of > 6 channels, so they're just independent channels. Gstreamer
84           currently has no mechanism to represent N independent channels.
85
86 2006-06-02  Michael Smith  <msmith@fluendo.com>
87
88         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
89           Don't arbitrarily restrict channel counts and rate in vorbis.
90           In terms of effects likely on real-world files, this fixes 96kHz
91           playback of vorbis.
92
93 2006-06-02  Michael Smith  <msmith@fluendo.com>
94
95         * gst/audioconvert/audioconvert.c: (float):
96           More correct float->int conversion.
97
98 2006-06-02  Michael Smith  <msmith@fluendo.com>
99
100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
101           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
102           value. Fixes g-critical on trying to play back ogg containing
103           unknown codec.
104
105 2006-06-02  Wim Taymans  <wim@fluendo.com>
106
107         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
108         (setup_source):
109         * gst/playback/gstplaybasebin.h:
110         Make the subtitle detection work from any thread so we don't
111         deadlock. Fixes #343397.
112
113 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
114
115         * gst/volume/Makefile.am:
116           Seriously, it's not *that* hard to get compilation right.  Even
117           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
118
119 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
120
121         * gst/volume/gstvolume.c: (volume_choose_func),
122         (volume_update_real_volume), (gst_volume_class_init),
123         (gst_volume_init), (volume_process_float), (volume_process_int16),
124         (volume_process_int16_clamp), (volume_set_caps),
125         (volume_transform_ip), (plugin_init):
126         * gst/volume/gstvolume.h:
127         rewrite the passthrough check, split _int16 and _int16_clamp, fix
128         another property desc., remove unused param from process function
129         
130         * tests/check/elements/volume.c: (volume_suite):
131         reactivate the passthrough test
132
133 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
134
135         * ext/alsa/gstalsamixerelement.h:
136         * ext/alsa/gstalsamixeroptions.h:
137         * ext/alsa/gstalsamixertrack.h:
138         * ext/gnomevfs/gstgnomevfssink.h:
139         * ext/gnomevfs/gstgnomevfssrc.h:
140         * ext/theora/gsttheoradec.h:
141         * ext/theora/gsttheoraenc.h:
142         * ext/theora/gsttheoraparse.h:
143         * ext/vorbis/vorbisparse.h:
144         * gst-libs/gst/audio/gstaudioclock.h:
145         * gst-libs/gst/audio/gstaudiofilter.h:
146         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
147         * gst/audioconvert/gstaudioconvert.h:
148         * gst/audioresample/gstaudioresample.h:
149         * gst/audiotestsrc/gstaudiotestsrc.h:
150         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
151         * gst/playback/gststreamselector.h:
152         * gst/tcp/gstmultifdsink.h:
153         * gst/tcp/gsttcpclientsink.h:
154         * gst/tcp/gsttcpclientsrc.h:
155         * gst/tcp/gsttcpserversink.h:
156         * gst/tcp/gsttcpserversrc.h:
157         * gst/videorate/gstvideorate.h:
158         * gst/videoscale/gstvideoscale.h:
159         * gst/videotestsrc/gstvideotestsrc.h:
160         * gst/volume/gstvolume.h:
161         * sys/v4l/gstv4ljpegsrc.h:
162         * sys/v4l/gstv4lmjpegsink.h:
163         * sys/v4l/gstv4lmjpegsrc.h:
164         * sys/v4l/gstv4lsrc.h:
165         * sys/ximage/ximagesink.h:
166         * sys/xvimage/xvimagesink.h:
167         * tests/old/testsuite/alsa/sinesrc.h:
168         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
169
170 2006-05-31  Wim Taymans  <wim@fluendo.com>
171
172         * ext/libvisual/visual.c: (gst_visual_reset),
173         (gst_visual_sink_setcaps), (gst_visual_sink_event),
174         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
175         Handle DISCONT.
176         Use running time before doing QoS.
177         Handle mono too.
178
179 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
180
181         * docs/libs/Makefile.am:
182           set a magic variable to indicate we know the docs are incomplete
183
184 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
185
186         * win32/common/libgstvideo.def:
187           export gst_video_calculate_display_ratio
188         * win32/vs6/libgstvideoscale.dsp:
189           add link to libgstvideo-0.10.lib
190
191 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
192
193         * gst/playback/gstplaybasebin.c: (gen_source_element):
194           Throw a more comprehensible error for rtsp:// URIs (rather
195           than erroring out with a negotiation error later on) until
196           we fix playbin to handle rtspsrc etc.
197
198 2006-05-30  Wim Taymans  <wim@fluendo.com>
199
200         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
201         (gst_text_overlay_text_event):
202         Added some FIXMEs.
203
204 2006-05-30  Wim Taymans  <wim@fluendo.com>
205
206         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
207         (gst_adder_request_new_pad), (gst_adder_release_pad):
208         * gst/adder/gstadder.h:
209         Implement release_request_pad.
210         Make padcounter atomic.
211
212         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
213         Added check for release_pad in adder.
214
215 2006-05-30  Wim Taymans  <wim@fluendo.com>
216
217         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
218         Fix build again.
219
220 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
221
222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
223         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
224         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
225         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
226         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
227         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
228         (gst_ogg_demux_bisect_forward_serialno),
229         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
230         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
231           add more debugging
232           clean up printf formats for granulepos and serialno
233
234 2006-05-30  Michael Smith  <msmith@fluendo.com>
235
236         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
237         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
238         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
239         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
240         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
241         * ext/vorbis/vorbisenc.h:
242           Multi-channel caps negotiation, so we can do proper multichannel
243           vorbis encoding, negotiated through audioconvert.
244
245 2006-05-30  Wim Taymans  <wim@fluendo.com>
246
247         * tests/check/elements/adder.c: (test_event_message_received),
248         (test_play_twice_message_received), (GST_START_TEST),
249         (adder_suite):
250         Added check to show that #339935 is fixed with ongoing
251         adder and collectpads fixes.
252
253 2006-05-29  Wim Taymans  <wim@fluendo.com>
254
255         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
256         Don't leak pad name.
257
258 2006-05-29  Wim Taymans  <wim@fluendo.com>
259
260         * gst/adder/gstadder.c: (gst_adder_query_duration),
261         (forward_event_func), (forward_event), (gst_adder_src_event):
262         Fix adder seeking.
263         Make query/seeking code threadsafe.
264
265         * tests/check/Makefile.am:
266         * tests/check/elements/adder.c: (test_event_message_received),
267         (GST_START_TEST), (test_play_twice_message_received):
268         Fix adder test case.
269
270 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
271
272         Patch by: Young-Ho Cha  <ganadist at chollian net>
273
274         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
275         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
276         (set_encoding_element), (decodebin_element_added_cb),
277         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
278         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
279         * gst/playback/gstplaybasebin.h:
280           Add 'subtitle-encoding' property to playbin, so applications can
281           force a subtitle encoding for non-UTF8 subtitles (#342268).
282
283         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
284         (gst_sub_parse_set_property):
285           Rename recently-added 'encoding' property to 'subtitle-encoding'
286           (so it can be proxied by playbin/decodebin in a generic way
287           with less danger of false positives).
288
289 2006-05-29  Michael Smith  <msmith@fluendo.com>
290
291         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
292         (append_with_other_format), (set_structure_widths),
293         (gst_audio_convert_transform_caps):
294           Patch from #341562: give more specific audio caps in get_caps, so
295           that basetransform  can make better decisions on what caps to
296           negotiate.
297
298 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
299
300         * tests/check/elements/volume.c:
301         make it compile again
302
303 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
304
305         * tests/check/elements/volume.c: (volume_suite):
306         disable test until #343196 gets resolved
307
308 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
309
310         * gst/adder/gstadder.c: (gst_adder_get_type):
311         Make it easier to copy&paste
312         
313         * gst/volume/Makefile.am:
314         * gst/volume/gstvolume.c: (volume_update_real_volume),
315         (gst_volume_set_volume), (gst_volume_set_mute),
316         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
317         (volume_transform_ip), (volume_update_mute),
318         (volume_update_volume):
319         * gst/volume/gstvolume.h:
320         Add own debug category, move duplicate code to helper function, fix
321         property texts, add more comments and prepare ffor liboil-goodness
322         
323         * tests/check/Makefile.am:
324         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
325         add test for mute and passtrough case, be a bit more verbose to track
326         failure
327         
328         * tests/check/generic/states.c: (GST_START_TEST):
329         catch elements that fail to instantiate
330
331 2006-05-28  Edward Hervey  <edward@fluendo.com>
332
333         * tests/check/pipelines/simple-launch-lines.c:
334         * tests/check/pipelines/theoraenc.c:
335         * tests/check/pipelines/vorbisenc.c:
336         Comment out tests using parse_launch() if core was built without
337         parsing capabilities.
338
339 2006-05-27  Edward Hervey  <edward@fluendo.com>
340
341         * tests/check/Makefile.am:
342         Extra bonus points for whoever explains to ensonic that you are meant
343         to test unit tests thoroughly before commiting them, especially if
344         you know it's going to break.
345         De-activated element/adder tests.
346
347 2006-05-27  Edward Hervey  <edward@fluendo.com>
348
349         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
350         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
351         Marking caps conversion issues as GST_WARNING is way too verbose,
352         Moving them to GST_LOG.
353
354 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
355
356         * README:
357           Replace current README (containing the release notes from
358           some 0.9.x version) with a proper README taken from the core.
359
360 2006-05-26  Wim Taymans  <wim@fluendo.com>
361
362         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
363         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
364         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
365         (vorbis_dec_change_state):
366         Small cleanups.
367         Add some FIXMEs
368         Clip output samples to segment boundaries.
369
370 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
371
372         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
373         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
374         Improve the errors produced on bad output, including some human
375         readable description strings.
376         Handle the (theoretical for ximagesink) case where the XServer 
377         has a different idea about the size required for a particular 
378         frame and gives us too small a memory allocation.
379
380 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
381
382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
383         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
384         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
385         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
386         Improve the errors produced on bad output, including some human 
387         readable description strings.
388         Handle RGB Xv formats properly by transforming them into our 
389         big-endian caps description.
390         Use gst_caps_truncate to ensure that we never try and choose a
391         non-fixed caps in buffer_alloc.
392         Handle the case where the XServer has a different idea about the size
393         required for a particular frame and gives us too small a memory
394         allocation.
395         Use -1 to indicate 'no image format', because 0 is a valid XServer
396         image format number.
397         Put RGB Xv formats at the end of the caps, so that we always prefer
398         YUV format frames.
399         Iterate the available Xv Encodings to determine the maximum width and
400         height, and then return that in our caps.
401         (Closes #315312, #337544)
402
403 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
404
405         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
406         When there is only one unfinished pad and it receives an event that
407         doesn't match our requirements, we need to set alldone=FALSE so that
408         the fakesink is not removed yet.
409
410 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
411
412         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
413           Use gst_type_find_helper_for_buffer() to find the type
414           of stream from the first packet.
415
416         * configure.ac:
417           Bump requirements to core CVS (needed for vorbis
418           typefinding to work).
419
420 2006-05-24  Edward Hervey  <edward@fluendo.com>
421
422         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
423         Added the 'prfl' atom type which MQV (no, it's not a typo) files contain.
424         Else they play perfectly fine with qtdemux.
425
426 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
427
428         * ext/theora/theoradec.c:
429         * ext/theora/theoraenc.c:
430         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
431         * gst/audiorate/gstaudiorate.c:
432           make more debug catagories static
433         
434         * tests/check/Makefile.am:
435         * tests/check/elements/adder.c: (message_received),
436         (test_event_message_received), (GST_START_TEST),
437         (test_play_twice_message_received), (adder_suite):
438           added test case for using element twice, extra bonus points for anyone
439           who can make these test run reliably
440
441 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
442
443         * ext/theora/theoradec.c: (theora_dec_chain):
444           Make work with time-stamped input buffers that do not
445           have a granulepos in BUFFER_OFFSET_END (like theora
446           buffers coming from matroskademux). Fixes #342448.
447
448 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
449
450         Patch by: Peter Kjellerstedt  <pkj at axis com>
451
452         * gst/tcp/Makefile.am:
453           fdstresstest doesn't need Gtk+, fix compilation if 
454           gtk is not available (#342566).
455
456 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
457          
458         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
459                 80 line columns
460                 Removed redundant floor()
461
462 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
463
464         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
465           On second thought, just skip JUNK chunks automatically, so
466           the caller doesn't have to handle this. Fixes #342345.
467           Also, return GST_FLOW_UNEXPECTED if we get a short read,
468           not GST_FLOW_ERROR.
469
470 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
471
472         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
473           Don't bail out on JUNK chunks with a size of 0 (would try to
474           pull_range 0 bytes before, which sources don't like too much).
475           See #342345.
476
477 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
478
479         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
481         Use the gstutil scaling function to preserve 64 bits while calculating
482         output width and height from the display-aspect-ratio. (A continuation
483         of #341542)
484
485 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
486
487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
488         (gst_xvimagesink_buffer_alloc):
489         * sys/xvimage/xvimagesink.h:
490         When performing buffer allocations, remember the caps and image format
491         we return so that if the same caps are asked for next time we can
492         return them immediately without doing any caps intersections.
493
494 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
495          
496         * gst-libs/gst/rtp/README:
497           Some new documentation
498         * gst-libs/gst/rtp/gstrtpbuffer.h:       
499                 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children         
500         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
501         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
502                 New RTP audio base payloader class. Supports frame or sample based codecs.
503                 Not enabled in Makefile.am until approved.
504
505 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
506
507         * tests/check/elements/alsa.c: (test_device_property_probe):
508           Fix test case: don't try to free NULL GValueArray when there
509           are no devices.
510
511 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
512
513         * tests/check/Makefile.am:
514         * tests/check/elements/alsa.c: (test_device_property_probe),
515         (alsa_suite), (main):
516           Add simple test that runs a device property probe on alsasrc,
517           alsasink and alsamixer. Disable valgrind check for now (too
518           many leaks in libasound, and valgrind ignored my suppressions
519           additions).
520
521 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
522
523         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
524         (gst_alsa_device_property_probe_probe_property),
525         (gst_alsa_device_property_probe_needs_probe),
526         (gst_alsa_device_property_probe_get_values),
527         (gst_alsa_type_add_device_property_probe_interface):
528         * ext/alsa/gstalsadeviceprobe.h:
529         * ext/alsa/gstalsamixerelement.c:
530         (gst_alsa_mixer_element_init_interfaces):
531         * ext/alsa/gstalsamixerelement.h:
532           Clean up and simplify alsa device probing. Make it actually work
533           for multiple classes. Don't cache results any longer.
534
535         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
536         (gst_alsasink_init):
537         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
538         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
539         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
540           Make alsasink and alsasrc implement the GstPropertyProbe interface
541           for device probing (#342181).
542       Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
543
544 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
545
546         * gst/subparse/samiparse.c: (handle_start_font):
547           Don't ignore return value of strtol (++compiler_happiness).
548
549 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
550
551         Patch by: Young-Ho Cha  <ganadist chollian net>
552
553         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
554         (gst_sub_parse_class_init), (gst_sub_parse_init),
555         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
556         (convert_encoding):
557         * gst/subparse/gstsubparse.h:
558           Add 'encoding' property (#341681).
559
560         * gst/subparse/samiparse.c: (characters_sami):
561           Output is pango markup, so we need to escape text
562           between tags (#342143).
563
564 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
565
566         * gst-libs/gst/audio/multichannel.c:
567         (gst_audio_check_channel_positions):
568           It's okay to have caps with channels=1 and a channel position
569           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
570           (deinterleavers might want to keep the position in the caps,
571           so that they can be re-interleaved again properly later).
572           Leave check for unexpected 2-channel layouts intact for now.
573
574 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
575
576         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
577         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
578         basesrc can do its job correctly.
579
580 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
581
582         * ext/alsa/Makefile.am:
583         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
584         (gst_alsa_detect_formats), (get_channel_free_structure),
585         (caps_add_channel_configuration), (gst_alsa_detect_channels),
586         (gst_alsa_probe_supported_formats):
587         * ext/alsa/gstalsa.h:
588         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
589           Refactor and improve caps probing code: probe signedness
590           when we probe the supported formats/widths; set endianness
591           to the one we actually probed for (ie. cpu endianness).
592           
593         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
594         (gst_alsasrc_close):
595         * ext/alsa/gstalsasrc.h:
596           Implement caps probing for alsasrc.
597
598 2006-05-15  Wim Taymans  <wim@fluendo.com>
599
600         * ext/theora/theoradec.c: (gst_theora_dec_reset),
601         (theora_dec_src_query), (theora_dec_src_event),
602         (theora_dec_sink_event), (theora_handle_comment_packet),
603         (theora_handle_data_packet), (theora_dec_change_state):
604         Cleanups, add some G_LIKELY.
605         Use segment helpers instead of our own wrong code.
606         Clear queued buffers on seek and READY.
607
608         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
609         (vorbis_dec_convert), (vorbis_dec_src_query),
610         (vorbis_dec_src_event), (vorbis_dec_sink_event),
611         (vorbis_handle_comment_packet), (vorbis_dec_push),
612         (vorbis_handle_data_packet), (vorbis_dec_chain),
613         (vorbis_dec_change_state):
614         * ext/vorbis/vorbisdec.h:
615         Remove old useless packetno variable.
616         Do position query properly.
617         Add some G_LIKELY.
618         Do cleanup of queued buffers in new helper function
619         and use it.
620
621 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
622
623         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
624           Query supported sample rates. Fixes #341732.
625
626 2006-05-15  Julien MOUTTE  <julien@moutte.net>
627
628         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
629         (gst_decode_bin_change_state): Make decodebin reusable
630         when going from PAUSE_TO_READY and then back to PAUSED.
631         Fixes #331678.
632
633 2006-05-15  Wim Taymans  <wim@fluendo.com>
634
635         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
636         (vorbis_dec_convert), (vorbis_dec_src_query),
637         (vorbis_dec_sink_query), (vorbis_dec_src_event),
638         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
639         (vorbis_dec_clean_queued), (vorbis_dec_push),
640         (vorbis_handle_data_packet), (vorbis_dec_change_state):
641         Cleanups. Use refcounting and DEBUG_OBJECT.
642         Reset segment on flush, use code methods instead of our
643         own wrong version.
644         Fix potential memleak.
645
646 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
647
648         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
649         (gst_alsasink_init):
650         * ext/alsa/gstalsasink.h:
651           Don't leak allocated snd_output_t structure if there's
652           more than one alsasink instance at a time (#341873).
653           Also fix GObject macros in header file.
654           
655 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
656
657         * gst/subparse/gstsubparse.c:
658         (gst_sub_parse_data_format_autodetect):
659           Don't use libxml functions in the typefinding code.
660
661 2006-05-15  Wim Taymans  <wim@fluendo.com>
662
663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
664         Fix seeking performance in the case where a non-header 
665         packet has a 0 granulepos (busted theora case). 
666         Fixes #341719
667
668 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
669
670         * gst/subparse/gstsubparse.c:
671         (gst_sub_parse_data_format_autodetect):
672           Improve SAMI typefinding: handle case where there are
673           whitespaces or newlines in front of the first <SAMI>
674           tag (#169936).
675
676 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
677
678         * configure.ac:
679           Build video4linux plugin even if there's no XVIDEO, just
680           without implementing the GstXOverlay interface (#334002).
681          
682 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
683
684         * configure.ac:
685         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
686         (plugin_init):
687           Add tentative support for libvisual-0.4 (#336881).
688
689 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
690
691         Patch by: Young-Ho Cha <ganadist at chollian net>
692
693         * gst/subparse/samiparse.c: (handle_start_font):
694           Need to map "silver" colour explicitly (#169936).
695
696 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
697
698         Patch by: Young-Ho Cha  <ganadist at chollian net>
699
700         * gst/subparse/Makefile.am:
701         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
702         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
703         (gst_sub_parse_format_autodetect), (feed_textbuf),
704         (gst_subparse_type_find), (plugin_init):
705         * gst/subparse/gstsubparse.h:
706         * gst/subparse/samiparse.c:
707         * gst/subparse/samiparse.h:
708           Add support for SAMI subtitles (#169936).
709
710 2006-05-14  Michael Smith  <msmith@fluendo.com>
711
712         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
713           Fix #341696: crash when mixing L+R+C to mono or stereo.
714         * tests/check/Makefile.am:
715         * tests/check/elements/audioconvert.c: (set_channel_positions),
716         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
717         (audioconvert_suite):
718           Add test for the above, including some generic framework bits for
719           testing multichannel things.
720
721 === release 0.10.7 ===
722
723 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
724
725         * configure.ac:
726           releasing 0.10.7, "Leave the gun"
727
728 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
729
730         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
732         Fix the build.
733
734 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
735
736         * docs/libs/gst-plugins-base-libs-docs.sgml:
737         * docs/libs/gst-plugins-base-libs-sections.txt:
738         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
739         * gst-libs/gst/video/video.h:
740         * gst/videoscale/Makefile.am:
741         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
743         * tests/check/Makefile.am:
744         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
745         (main):
746           Fix integer overflow problem with pixel-aspect-ratio calculations
747           in videoscale and xvimagesink (#341542)
748
749 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
750
751         * gst-libs/gst/tag/gstid3tag.c:
752           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
753
754 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
755
756         * win32/MANIFEST:
757           update win32 files listing
758
759 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
760
761         patch by: Sjoerd Simons (sjoerd@luon.net)
762
763         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
764         (group_create), (group_destroy), (add_stream),
765         (gst_play_base_bin_get_property),
766         (gst_play_base_bin_get_streaminfo_value_array):
767         * gst/playback/gstplaybasebin.h:
768           API: GstPlayBaseBin::stream-info-value-array property
769           use a more bindings-friendly way of exposing streaminfo
770           using a GValueArray.  Tested in ipython.
771           Closes #341114
772
773 2006-05-11  Wim Taymans  <wim@fluendo.com>
774
775         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
776         (queue_underrun_cb), (queue_filled_cb):
777         Also catch queue underruns but don't do anything yet.
778         Refactor and comment queue enlarging code a bit.
779
780         * gst/playback/gstplaybasebin.c: (queue_overrun),
781         (queue_threshold_reached), (queue_out_of_data),
782         (gen_preroll_element):
783         If a queue over/underruns check that we don't create nasty
784         deadlocks when the min-threshold is not reached but the
785         max-bytes is. In those cases disable max-bytes when we
786         know that the queue is fed timed data.
787         Add more comments.
788
789 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
790
791         * gst/playback/gstplaybin.c: (gen_audio_element):
792           Make playbin automatically plug an 'audioresample'
793           element before the audio sink as well. This solves
794           problems with sinks that only accept a very specific
795           sample rate, like esdsink (e.g. #340379).
796
797 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * gst/playback/gstplaybasebin.c: (gen_source_element):
800           Make http sources send special headers so that we receive
801           icecast metadata if the http stream is an icecast stream
802           (otherwise the server will just ignore them). This also
803           means that from now on users will need the 'icydemux'
804           element from gst-plugins-good installed if they want to
805           listen to icecast radio streams. (#341432, #333657).
806
807 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
808
809         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
810         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
811           remove stupid example from docs - it should come with a simple
812           C program instead.
813           Clean up/fix docs
814         * tests/check/elements/multifdsink.c: (wait_bytes_served),
815         (fail_if_can_read), (GST_START_TEST),
816         (gst_multifdsink_create_streamheader), (multifdsink_suite):
817           add a test for changing streamheader which exposes a bug in
818           multifdsink
819
820 2006-05-11  Michael Smith  <msmith@fluendo.com>
821
822         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
823         (gst_gnome_vfs_src_received_headers_callback):
824         * ext/gnomevfs/gstgnomevfssrc.h:
825           Don't set icy-caps unless we have a sane interval value. Move
826           interval to a local variable; we never use it outside this function.
827
828 2006-05-11  Wim Taymans  <wim@fluendo.com>
829
830         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
832         Register special buffer types along with the objects so
833         that they are not registered at runtime from N different
834         streaming threads since they are not threadsafe.
835
836 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
837
838         * tests/check/elements/multifdsink.c: (wait_bytes_served),
839         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
840           add two more tests, one doing streamheader
841
842 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
843
844         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
845           clean up the bufqueue when shutting down
846         * tests/check/Makefile.am:
847         * tests/check/elements/multifdsink.c: (setup_multifdsink),
848         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
849         (main):
850           add a test for the leak that was just fixed
851
852 2006-05-10  Wim Taymans  <wim@fluendo.com>
853
854         * gst/adder/gstadder.c: (gst_adder_setcaps),
855         (gst_adder_query_duration), (gst_adder_query), (forward_event),
856         (gst_adder_src_event), (gst_adder_sink_event),
857         (gst_adder_class_init), (gst_adder_finalize),
858         (gst_adder_request_new_pad), (gst_adder_collected):
859         * gst/adder/gstadder.h:
860         Updated some docs. Added comments and FIXMEs all over the place.
861         Improve debugging info.
862         Fix leak on finalize by not calling the parent.
863         Implement duration query.
864         Make event forwarding threadsafe.
865         Correctly send NEWSEGMENT at start and after flush.
866         Handle EOS correctly.
867         Post error when not negotiated.
868
869         * tests/check/elements/adder.c: (GST_START_TEST):
870         Added FIXME in the test.
871
872 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
873
874         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
875         (gst_text_overlay_halign_get_type),
876         (gst_text_overlay_wrap_mode_get_type):
877         * ext/theora/theoradec.c: (theora_handle_type_packet),
878         (theora_handle_data_packet):
879         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
880         (theora_enc_sink_setcaps), (theora_enc_chain):
881         * gst-libs/gst/cdda/gstcddabasesrc.c:
882         (gst_cdda_base_src_mode_get_type):
883         * gst/audiotestsrc/gstaudiotestsrc.c:
884         (gst_audiostestsrc_wave_get_type):
885         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
886         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
887         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
888         (gst_sync_method_get_type), (gst_unit_type_get_type),
889         (gst_client_status_get_type):
890         * gst/videoscale/gstvideoscale.c:
891         (gst_video_scale_method_get_type):
892         * gst/videotestsrc/gstvideotestsrc.c:
893         (gst_video_test_src_pattern_get_type):
894         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
895         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
896         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
897         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
898         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
899         (paint_setup_RGB565), (paint_setup_xRGB1555):
900           Const-ify GEnumValue and GFlagsValue arrays. Use
901           GST_ROUND_UP_* macros instead of home-made ones.
902
903 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
904
905         * configure.ac:
906           Require core CVS for the new newsegment stuff.
907
908 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
909
910         Patch by: Sjoerd Simons  <sjoerd at luon net>
911
912         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
913           Register nick for enum value (#341160).
914
915 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
916
917         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
918         (plugin_init):
919          backout typefind patch #340375
920          
921         * tests/check/elements/adder.c: (message_received),
922         (GST_START_TEST), (adder_suite):
923           redo, signal-handling of test
924
925 2006-05-09  Wim Taymans  <wim@fluendo.com>
926
927         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
928         (gst_adder_collected):
929         * gst/adder/gstadder.h:
930         Remove bogus segment merging and forwarding, we don't
931         care about timestamps anyway and we just produce a
932         continuous stream. 
933         Also create a nice NEWSEGMENT event when we start.
934         Use _scale_int some more.
935
936 2006-05-09  Edward Hervey  <edward@fluendo.com>
937
938         * tests/icles/stress-xoverlay.c:
939         Fix if core was built without parsing support.
940
941 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
942
943         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
944           Add SEDG (Samsung MPEG-4) fourcc.
945
946 2006-05-09  Edward Hervey  <edward@fluendo.com>
947
948         * tests/icles/stress-xoverlay.c:
949         * tests/examples/volume/volume.c:
950         Fix if core was built without parsing support.
951
952         * tests/examples/seek/seek.c:
953         Disable the parse_launch example if core was built without parsing
954         support.
955
956 2006-05-08  Edward Hervey  <edward@fluendo.com>
957
958         * autogen.sh: (CONFIGURE_DEF_OPT): 
959         libtoolize on Darwin/MacOSX is called glibtoolize
960
961 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
962
963         * tests/check/Makefile.am:
964         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
965           Disable the adder test, until the build-slaves posses the kindness to 
966           either like it or to give valid reason for not doing so 
967
968 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
969
970         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
971         (adder_suite):
972           Shuffle NULL state change around and raise timeout more
973
974 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
975
976         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
977         (mp4_type_find), (plugin_init):
978           Add typefind to distinguish between "audio/x-m4a" and new type
979           "video/mp4". Fixes #340375
980
981         * tests/check/elements/adder.c: (adder_suite):
982           Raise timeout to make buildbot happy
983
984 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
985
986         * gst/adder/gstadder.c: (gst_adder_sink_event),
987         (gst_adder_request_new_pad), (gst_adder_change_state):
988         * gst/adder/gstadder.h:
989         * tests/check/Makefile.am:
990         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
991         (adder_suite), (main):
992           Add sink-event handling to adder. It tries to merge incomming
993           newsegment-events. Added test to check if segment_done is comming
994           through. Fixes #340060
995
996 2006-05-05  Andy Wingo  <wingo@pobox.com>
997
998         * ext/theora/theoraparse.c (gst_theora_parse_init)
999         (theora_parse_src_convert, theora_parse_src_query):
1000         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
1001         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
1002         query functions on the source pads of the theora and vorbis parse
1003         elements. Fixes position querying when doing a remux.
1004
1005 2006-05-05  Michael Smith  <msmith@fluendo.com>
1006
1007         * ext/theora/theoraparse.c: (parse_granulepos),
1008         (theora_parse_drain_queue_prematurely),
1009         (theora_parse_queue_buffer), (theora_parse_sink_event):
1010           Fix flushing.
1011           Fix invalid granulepos outputs when starting with a non-keyframe.
1012
1013 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
1014
1015         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
1016         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
1017         Rearrange MPEG system stream detection, fixing some memleaks in the
1018         process.
1019         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
1020         they clean up their data correctly.
1021         Remove unused ogganx caps and move the 'is_annodex' check to inside
1022         the 'is_ogg' if statement.
1023
1024 2006-05-05  Wim Taymans  <wim@fluendo.com>
1025
1026         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
1027         Properly remove ghostpads. Fixes #340392
1028
1029 2006-05-04  David Schleef  <ds@schleef.org>
1030
1031         * gst/typefind/gsttypefindfunctions.c:
1032
1033 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
1034
1035         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1036         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
1037
1038         When typefinding an MP3 in push-based mode, don't penalise the
1039         probability down to 74% when we found 5 valid frames just because we
1040         can't peek the end of the file.
1041
1042         Make the probability for detecting MPEG Transport Streams based on the
1043         number of sequential headers we successfully detected.
1044
1045 2006-05-03  Wim Taymans  <wim@fluendo.com>
1046
1047         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1048         (vorbis_dec_push), (vorbis_dec_chain):
1049         Still produce an error when we receive an empty packet.
1050
1051 2006-05-03  Wim Taymans  <wim@fluendo.com>
1052
1053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1054         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
1055         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
1056         Mark buffers with DISCONT after seek and after activating new
1057         chains.
1058
1059         * ext/theora/gsttheoradec.h:
1060         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1061         (theora_get_query_types), (theora_dec_sink_event),
1062         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
1063         (theora_dec_change_state):
1064         Fix frame counter.
1065         Detect and mark DISCONT buffers.
1066
1067         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1068         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
1069         (vorbis_dec_change_state):
1070         * ext/vorbis/vorbisdec.h:
1071         Use GstSegment.
1072         Detect and mark DISCONT buffers.
1073         Don't crash on 0 sized buffers.
1074
1075 2006-05-03  Wim Taymans  <wim@fluendo.com>
1076
1077         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
1078         (volume_transform_ip):
1079         Increase "volume" property to 10.0. Fixes #340369.
1080         Set the process function to NULL when capsnego fails so that
1081         we properly error out.
1082
1083 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
1084
1085         * gst/playback/gstplaybin.c: (add_sink):
1086         * gst/playback/test.c: (main):
1087         * gst/playback/test5.c: (dump_element_stats):
1088         * gst/playback/test6.c: (main):
1089           free cpas using gst_caps_unref, don't leak caps-strings
1090
1091 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1092
1093         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
1094         (plugin_init):
1095           Refine musepack typefinding a bit. Return MAXIMUM
1096           probability when we detect stream version 7 to make
1097           sure the mpeg audio typefinder doesn't trump us.
1098
1099 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1102           Protect against unexpected NULL strf_data buffer.
1103
1104 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1105
1106         * tests/check/elements/audioconvert.c: (verify_convert),
1107         (GST_START_TEST):
1108           interpret the out[] buffer in the order the bytes are actually
1109           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
1110           Other tests should use BYTE_ORDER since the array is filled in
1111           with actual values
1112
1113 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1114
1115         * tests/check/elements/audioconvert.c: (verify_convert),
1116         (GST_START_TEST):
1117           when a test fails, give an indication of which it is
1118
1119 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1120
1121         * gst-libs/gst/cdda/gstcddabasesrc.c:
1122           compile fix; strtol() needs <stdlib.h>
1123
1124 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1125
1126         * ext/alsa/gstalsamixerelement.c:
1127         * ext/alsa/gstalsasrc.c:
1128         * ext/cdparanoia/gstcdparanoiasrc.c:
1129         * ext/gnomevfs/gstgnomevfssink.c:
1130         * ext/gnomevfs/gstgnomevfssrc.c:
1131         * ext/ogg/gstoggdemux.c:
1132         * ext/ogg/gstoggmux.c:
1133         * ext/ogg/gstoggparse.c:
1134         * ext/ogg/gstogmparse.c:
1135         * ext/pango/gstclockoverlay.c:
1136         * ext/pango/gsttextoverlay.c:
1137         * ext/pango/gsttextrender.c:
1138         * ext/pango/gsttimeoverlay.c:
1139         * ext/theora/theoradec.c:
1140         * ext/theora/theoraenc.c:
1141         * ext/vorbis/vorbisdec.c:
1142         * ext/vorbis/vorbisenc.c:
1143         * gst-libs/gst/audio/gstaudiofilter.c:
1144         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1145         * gst/audioconvert/gstaudioconvert.c:
1146         * gst/audiorate/gstaudiorate.c:
1147         * gst/audioresample/gstaudioresample.c:
1148         * gst/audiotestsrc/gstaudiotestsrc.c:
1149         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1150         * gst/playback/gstdecodebin.c:
1151         * gst/playback/gstplaybin.c:
1152         * gst/playback/gststreamselector.c:
1153         * gst/subparse/gstsubparse.c:
1154         * gst/tcp/gstmultifdsink.c:
1155         * gst/tcp/gsttcpclientsink.c:
1156         * gst/tcp/gsttcpclientsrc.c:
1157         * gst/tcp/gsttcpserversink.c:
1158         * gst/tcp/gsttcpserversrc.c:
1159         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1160         * gst/videorate/gstvideorate.c:
1161         * gst/videoscale/gstvideoscale.c:
1162         * gst/videotestsrc/gstvideotestsrc.c:
1163         * gst/volume/gstvolume.c:
1164         * sys/v4l/gstv4ljpegsrc.c:
1165         * sys/v4l/gstv4lmjpegsink.c:
1166         * sys/v4l/gstv4lmjpegsrc.c:
1167         * sys/v4l/gstv4lsrc.c:
1168         * sys/ximage/ximagesink.c:
1169         * sys/xvimage/xvimagesink.c:
1170         * tests/check/libs/cddabasesrc.c:
1171           make GstElementDetails const
1172
1173 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1174
1175         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1176         (gst_adder_init):
1177           send events from src-pad to all sink-pads fixes #338657
1178
1179 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1180
1181         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
1182         (alsasink_parse_spec):
1183           query width capabilities from alsa, fixes #338919
1184
1185 2006-04-28  Wim Taymans  <wim@fluendo.com>
1186
1187         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1188         (gst_multi_fd_sink_remove_client_link):
1189         * gst/tcp/gstmultifdsink.h:
1190         Fix race condition in multifdsink that can lead to spurious 
1191         duplicate clients. this patch adds a new signal that is fired when
1192         multifdsink has removed all references to the fd.
1193         Fixes #339574.
1194         Updated documentation.
1195         API: client-fd-removed signal added
1196
1197 2006-04-28  Michael Smith  <msmith@fluendo.com>
1198
1199         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
1200           When asking g_value_array_new to prealloc elements, we may as well
1201           ask for the right number of elements.
1202
1203 2006-04-28  Wim Taymans  <wim@fluendo.com>
1204
1205         * gst-libs/gst/audio/gstbaseaudiosink.c:
1206         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
1207         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1208         patch to make timestamp checking more tollerant to rounding 
1209         errors given that real discontinuities are to be marked on
1210         buffers. Fixes some asf files and #338778.
1211         Also avoid some crashers when we receive an event in the 
1212         NULL state.
1213
1214 2006-04-28  Michael Smith  <msmith@fluendo.com>
1215
1216         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1217         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1218         (gst_gnome_vfs_src_get_property),
1219         (gst_gnome_vfs_src_send_additional_headers_callback),
1220         (gst_gnome_vfs_src_received_headers_callback),
1221         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
1222         (gst_gnome_vfs_src_stop):
1223         * ext/gnomevfs/gstgnomevfssrc.h:
1224           Remove ICY handling (mostly) from gnomevfssrc, in favour of
1225           proper shared support within icydemux.
1226
1227 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1228
1229         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1230         (gst_video_rate_swap_prev), (gst_video_rate_chain):
1231           fix up docs
1232           fix a leak when no caps negotiated
1233           fix counting of input frames
1234         * tests/check/elements/.cvsignore:
1235         * tests/check/elements/videorate.c: (assert_videorate_stats),
1236         (GST_START_TEST), (videorate_suite):
1237           add tests for these
1238
1239 2006-04-28  Wim Taymans  <wim@fluendo.com>
1240
1241         * gst-libs/gst/audio/gstringbuffer.c:
1242         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1243         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1244         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1245         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1246         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1247         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1248         (gst_ring_buffer_commit), (gst_ring_buffer_read),
1249         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1250         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
1251         Check arguments passed to public functions instead of
1252         crashing.
1253
1254 2006-04-28  Wim Taymans  <wim@fluendo.com>
1255
1256         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1257         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1258         GstBaseAudioSrc must be live or it does not work.
1259
1260         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
1261         Don't set live to TRUE as this is the default in the parentclass.
1262
1263 2006-04-28  Wim Taymans  <wim@fluendo.com>
1264
1265         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
1266         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
1267         Videoscale doesn't pass on pixel-aspect ratio. Handle all
1268         fixation cases better. Fixes #338991
1269
1270 2006-04-28  Wim Taymans  <wim@fluendo.com>
1271
1272         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1273         Handle 0/1 framerate correctly Fixes #331901.
1274
1275 2006-04-28  Wim Taymans  <wim@fluendo.com>
1276
1277         * tests/check/elements/audioconvert.c: (get_float_caps),
1278         (GST_START_TEST), (audioconvert_suite):
1279         Added check for correct clipping when doing float samples
1280         in audioconvert.
1281
1282 2006-04-28  Wim Taymans  <wim@fluendo.com>
1283
1284         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
1285         (gst_video_rate_chain):
1286         Print more debugging info.
1287
1288 2006-04-28  Wim Taymans  <wim@fluendo.com>
1289
1290         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1291         (resample_set_state_from_caps):
1292         Add support for other formats audioresample can handle such as
1293         32 bits in and float and 64 bits float. Fixes #301759
1294
1295 2006-04-28  Wim Taymans  <wim@fluendo.com>
1296
1297         * gst/audioconvert/audioconvert.c: (float):
1298         correctly clip float samples > 1.0. Fixes #338718
1299
1300 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1301
1302         Patch by: Young-Ho Cha  <ganadist at chollian net>
1303
1304         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1305         (gst_text_overlay_render_text):
1306           Don't strip newlines from the text. Also, center lines
1307           within multi-line paragraphs (#339405).
1308
1309 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1310
1311         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
1312           Fix wavpack typefinding to work in more cases (don't peek
1313           for chunks of multiple hundred kBs at once, but process
1314           things step-by-step in smaller units). Fixes #339786.
1315
1316 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1317
1318         * configure.ac:
1319           back to HEAD
1320
1321 === release 0.10.6 ===
1322
1323 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
1324
1325         * configure.ac:
1326           releasing 0.10.6, "Chao"
1327
1328 2006-04-26  David Schleef  <ds@schleef.org>
1329
1330         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
1331           Fixes #338897.
1332
1333 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1334
1335         * configure.ac:
1336         * win32/common/config.h:
1337           new prerelease
1338
1339 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1340
1341         patch by: Wim Taymans
1342
1343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1344         (gst_ogg_demux_perform_seek):
1345           make sure correct newsegments are sent, so that the decoder
1346           and the demuxer agree on timestamps.  Fixes playback of a lot
1347           of Ogg files that do not start from 0.  Fixes #339833.
1348
1349 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1350
1351         Patch by: Edward Hervey  <edward@fluendo.com>
1352
1353         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1354         * tests/check/Makefile.am:
1355         * tests/check/elements/videorate.c: (assert_videorate_stats),
1356         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
1357         (videorate_suite), (main):
1358           Fix an infinite loop if frames are passed in with wrongly ordered
1359           timestamps.  Fixes #339013.
1360
1361 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1362
1363         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1364
1365         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1366           fix typefinding on some ISO files.  Fixes #339212.
1367
1368 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1369
1370         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1371
1372         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1373           add another H264 fourcc.  Fixes #339047.
1374
1375 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1376
1377         Patch by: Jan Schmidt
1378
1379         * gst/playback/gststreamselector.c:
1380         (gst_stream_selector_bufferalloc):
1381           Restore old StreamSelector behaviour.
1382           Fixes #338419.
1383
1384 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1385
1386         * configure.ac:
1387         * win32/common/config.h:
1388           prerelease
1389
1390 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
1393
1394         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1395         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
1396           Fix some memory leaks: on finalize, free buffers left in the queue
1397           before destroying the queue; in _push(), unref rtp_buf even if
1398           the process vfunc returned a NULL buffer as output buffer (#337548);
1399           demote some recuring debug messages to LOG level.
1400
1401 2006-04-11  Wim Taymans  <wim@fluendo.com>
1402
1403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1404         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1405         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
1406         (gst_ogg_demux_loop):
1407         More cleanups.
1408         Respect segment stop when emiting EOS or SEGMENT_DONE.
1409         Fixes (#337945).
1410
1411 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1412
1413         * gst/playback/gststreamselector.c:
1414         (gst_stream_selector_get_property):
1415           Don't leak pad name.
1416
1417 2006-04-10  Michael Smith  <msmith@fluendo.com>
1418
1419         * tests/check/Makefile.am:
1420         * tests/check/gst-plugins-base.supp:
1421           Suppress an old libtheora bug (fixed in more recent versions), so 
1422           that FC4 buildslaves can pass.
1423
1424 2006-04-10  Wim Taymans  <wim@fluendo.com>
1425
1426         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1427         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1428         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
1429         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
1430         (gst_ogg_demux_loop):
1431         Don't leak events.
1432         Remember what error we got when finding chains, if we
1433         were shutdown, that would not be an error.
1434
1435 2006-04-10  Wim Taymans  <wim@fluendo.com>
1436
1437         * gst-libs/gst/audio/gstbaseaudiosink.c:
1438         (gst_base_audio_sink_event):
1439         Starting the ringbuffer when we did not acquire it can cause
1440         a deadlock, is pointless and causes nasty things for
1441         subclasses. 
1442         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
1443
1444 2006-04-10  Wim Taymans  <wim@fluendo.com>
1445
1446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1447         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1448         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1449         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1450         (gst_ogg_demux_deactivate_current_chain),
1451         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1452         (gst_ogg_demux_bisect_forward_serialno),
1453         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1454         Add some more debugging.
1455
1456 2006-04-10  Wim Taymans  <wim@fluendo.com>
1457
1458         * ext/theora/theoradec.c: (theora_dec_src_event),
1459         (theora_handle_data_packet):
1460         Some more debug info.
1461
1462         * tests/examples/seek/seek.c: (start_seek), (main):
1463         Print element messages too.
1464
1465 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
1466
1467         * gst/audioresample/debug.h:
1468           replace debug macros with variable number of parameters
1469           by a simple alias to gstreamer standard debug macros 
1470          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1471           supported by MSVC 6.0 and 7.1)
1472         * gst/audioresample/resample.h:
1473           define M_PI and rint for WIN32
1474         * win32/common/libgstaudio.def:
1475         * win32/common/libgstriff.def:
1476         * win32/common/libgsttag.def:
1477         * win32/common/libgstvideo.def:
1478           add new exported functions
1479         * win32/vs6:
1480           update project files
1481
1482 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1483
1484         * ext/alsa/gstalsamixeroptions.c:
1485         (gst_alsa_mixer_options_class_init):
1486         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1489         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1490         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1491         * gst-libs/gst/audio/gstaudiofilter.c:
1492         (gst_audio_filter_class_init):
1493         * gst-libs/gst/audio/gstaudiosink.c:
1494         (gst_audioringbuffer_class_init):
1495         * gst-libs/gst/audio/gstaudiosrc.c:
1496         (gst_audioringbuffer_class_init):
1497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1498         * gst-libs/gst/interfaces/colorbalancechannel.c:
1499         (gst_color_balance_channel_class_init):
1500         * gst-libs/gst/interfaces/mixeroptions.c:
1501         (gst_mixer_options_class_init):
1502         * gst-libs/gst/interfaces/mixertrack.c:
1503         (gst_mixer_track_class_init):
1504         * gst-libs/gst/interfaces/tunerchannel.c:
1505         (gst_tuner_channel_class_init):
1506         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1507         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1508         (gst_netbuffer_class_init):
1509         * gst-libs/gst/rtp/gstbasertppayload.c:
1510         (gst_basertppayload_class_init):
1511         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1513         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1514         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1515         * gst/playback/gststreamselector.c:
1516         (gst_stream_selector_class_init):
1517         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1518         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1519         * sys/v4l/gstv4lcolorbalance.c:
1520         (gst_v4l_color_balance_channel_class_init):
1521         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1522         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1523         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1524         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1525         (gst_v4l_tuner_norm_class_init):
1526         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1528         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1529         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1530
1531 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1532
1533         * ext/pango/gsttextrender.h:
1534         * gst-libs/gst/audio/gstaudiosink.h:
1535         * gst-libs/gst/audio/gstaudiosrc.h:
1536         * gst-libs/gst/audio/gstbaseaudiosink.h:
1537         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1538         * gst-libs/gst/audio/gstringbuffer.h:
1539         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1540         * gst-libs/gst/rtp/gstbasertppayload.h:
1541         * gst-libs/gst/video/gstvideofilter.h:
1542         * gst-libs/gst/video/gstvideosink.h:
1543         * gst/playback/gstplaybasebin.h:
1544         * gst/tcp/gstmultifdsink.h:
1545         * sys/v4l/gstv4lelement.h:
1546         Fix broken GObject macros
1547
1548 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1549
1550         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1551         More debug to trace why my USB headset is not working with gst
1552
1553 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1554
1555         * gst/playback/gstplaybasebin.c: (group_destroy):
1556         Clean up our group elements properly in the case where it never 
1557         got committed - it still got added unconditionally to the bin.
1558
1559 2006-04-07  Wim Taymans  <wim@fluendo.com>
1560
1561         * ext/theora/theoradec.c: (theora_dec_sink_event),
1562         (theora_handle_data_packet), (theora_dec_chain):
1563         Unref unhandled events.
1564         Protect against empty buffers.
1565         Perform QoS on running time.
1566
1567 2006-04-07  Michael Smith  <msmith@fluendo.com>
1568
1569         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1570         (gst_vorbis_enc_chain):
1571           Remove leaks from vorbisenc.
1572           Mostly minor changes, the only significant one is that now the
1573           buffers we set as 'streamheader' on the caps are copies of the
1574           original buffers, to avoid circular refcounting problems.
1575
1576 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1577
1578         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1579           Don't remove our mute-probe if someone else already did so.
1580           Don't set a 2nd one if there is already one pending on the pad.
1581
1582         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1583         (do_playbin_seek):
1584           When a seek fails, ensure that playbin is still set back to playing.
1585           
1586         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1587         (mpeg_ts_type_find), (plugin_init):
1588           Add a typefind function for mpeg-ts streams. (Closes: #336617)
1589
1590 2006-04-06  Andy Wingo  <wingo@pobox.com>
1591
1592         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
1593         (gst_video_rate_init): Caps-related parameters should not be reset
1594         by a flush -- move their inits to the instance init function.
1595         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1596         is not OK, just return the result.
1597
1598         * gst/audiotestsrc/gstaudiotestsrc.c
1599         (gst_audio_test_src_class_init)
1600         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1601         broken by Stefan's commit on 24 March.
1602
1603         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1604         buffers being pushed out. Fixes oggmux ! multifdsink.
1605
1606 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
1607
1608         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1609         (gst_vorbis_dec_init), (vorbis_dec_finalize):
1610         * ext/vorbis/vorbisdec.h:
1611         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1612         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1613         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1614         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1615         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1616         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1617         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1618         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1619         (gst_vorbis_enc_buffer_from_packet),
1620         (gst_vorbis_enc_buffer_from_header_packet),
1621         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1622         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1623         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1624         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1625         (gst_vorbis_enc_change_state):
1626         * ext/vorbis/vorbisenc.h:
1627           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1628           vorbisenc adhere to the official nomenclature; use boilerplate
1629           macro.
1630
1631 2006-04-04  Andy Wingo  <wingo@pobox.com>
1632
1633         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1634         Whoops, fix bug introduced. Bad hacker!
1635         
1636         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1637         Properly handle the case where you get EOS before any buffers are
1638         received. Use gst_buffer_make_metadata_writable where appropriate.
1639
1640         * ext/theora/theoradec.c (theora_handle_data_packet): This value
1641         is often negative -- make it signed so as not to wrap around.
1642         Fixes segfaults introduced on 9 March.
1643
1644 2006-04-03  Wim Taymans  <wim@fluendo.com>
1645
1646         * ext/theora/gsttheoradec.h:
1647         * ext/theora/theoradec.c: (theora_dec_src_event):
1648         Don't try to store a gdouble in a gboolean.
1649         Small cleanups.
1650
1651 2006-04-03  Michael Smith  <msmith@fluendo.com>
1652
1653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1654           Oggmux sucks.
1655           Make it suck slightly less by writing out the final page.
1656           Still can't encode a vorbis-in-ogg file correctly, though.
1657
1658 2006-04-03  Andy Wingo  <wingo@pobox.com>
1659
1660         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1661         a g_print.
1662
1663         * ext/theora/theora.c (plugin_init): Register theoraparse.
1664
1665         * ext/theora/gsttheoraparse.h: 
1666         * ext/theora/theoraparse.c: New files implementing a theora
1667         parser. Now we can properly remux ogg/theora+vorbis, yay.
1668
1669         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1670
1671 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1672
1673         * gst/audiotestsrc/gstaudiotestsrc.c:
1674           Fixed the sample pipeline (see #323798)
1675
1676 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1677
1678         * configure.ac:
1679         * win32/common/config.h:
1680         * win32/common/config.h.in:
1681           use AS_VERSION and AS_NANO
1682           more cleanups
1683
1684 2006-03-31  Andy Wingo  <wingo@pobox.com>
1685
1686         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1687         uninitialized variable return that would happen.
1688         
1689         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1690         uninitialized variable return that would never happen.
1691
1692         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
1693         (vorbis_parse_sink_event): Add an event function to flush our
1694         state on a seek, and to drain buffers on a premature EOS.
1695         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
1696         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
1697         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
1698         (vorbis_parse_drain_queue): Queue up buffers until we can set
1699         their timestamps and granulepos values.
1700
1701         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1702         and keep track of data needed for deriving granulepos and
1703         timestamps for buffers.
1704
1705 2006-03-29  Wim Taymans  <wim@fluendo.com>
1706
1707         Patch by: j^ <j at bootlab dot org>
1708
1709         * ext/alsa/gstalsamixerelement.c:
1710         (gst_alsa_mixer_element_class_init):
1711         * ext/alsa/gstalsasink.c:
1712         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1713         * ext/ogg/gstoggdemux.c:
1714         * ext/ogg/gstoggmux.c:
1715         * ext/ogg/gstoggparse.c:
1716         * ext/pango/gstclockoverlay.c:
1717         * ext/pango/gsttextoverlay.c:
1718         * ext/pango/gsttextrender.c:
1719         * ext/pango/gsttimeoverlay.c:
1720         * ext/theora/theoradec.c:
1721         * ext/theora/theoraenc.c:
1722         * ext/vorbis/vorbisdec.c:
1723         * ext/vorbis/vorbisenc.c:
1724         * gst/audioconvert/gstaudioconvert.c:
1725         * gst/subparse/gstsubparse.c:
1726         * gst/tcp/gstmultifdsink.c:
1727         * gst/tcp/gsttcpclientsink.c:
1728         * gst/tcp/gsttcpclientsrc.c:
1729         * gst/tcp/gsttcpserversink.c:
1730         * gst/tcp/gsttcpserversrc.c:
1731           better/unified long descriptions
1732           Fixes #336477
1733
1734 2006-03-29  Wim Taymans  <wim@fluendo.com>
1735
1736         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1737         (stop_seek):
1738         Don't let double and triple clicks mess up our state.
1739
1740 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         * gst/playback/gstplaybin.c: (gen_video_element),
1743         (gen_text_element), (gen_audio_element), (gen_vis_element):
1744           Error out gracefully when we can't create any of the usual
1745           conversion elements for some reason. Also, don't try to
1746           create an audioscale (sic) element that's not used anyway.
1747
1748 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1749
1750         * gst/playback/gstplaybasebin.c: (setup_source):
1751           Don't post RESOURCE_NOT_FOUND error when we can't find a source
1752           element for a particular protocol, that's confusing for users.
1753           Instead, post a RESOURCE_FAILED error, so that our own error
1754           message is actually shown in totem etc. (#336303).
1755
1756 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1757
1758         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1759
1760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1761         (gst_gnome_vfs_src_get_icy_metadata):
1762           Fix some minor memory leaks (#336194).
1763
1764 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1765
1766         * ext/gnomevfs/gstgnomevfs.c:
1767         (gst_gnome_vfs_location_to_uri_string):
1768         * ext/gnomevfs/gstgnomevfs.h:
1769         * ext/gnomevfs/gstgnomevfssink.c:
1770         (gst_gnome_vfs_sink_set_property):
1771         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1772           Make gnomevfssink accept filenames as well as URIs for the
1773           "location" property, just like gnomevfssrc does (and
1774           filesrc/filesink do) (#336190).
1775
1776 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1777
1778         * tests/check/generic/clock-selection.c: (GST_START_TEST):
1779           set to NULL before unreffing, fixes a valgrind leak.
1780           Why was this not triggering the error that an object needs to
1781           be NULL before unreffing ?
1782         * win32/common/config.h:
1783           update
1784
1785 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1786
1787         * gst/subparse/gstsubparse.c: (convert_encoding),
1788         (gst_sub_parse_change_state):
1789         * gst/subparse/gstsubparse.h:
1790           Text subtitle files may or may not be UTF-8. If it's not, we
1791           don't really want to see '?' characters in place of non-ASCII
1792           characters like accented characters. So let's assume the input
1793           is UTF-8 until we come across text that is clearly not. If it's
1794           not UTF-8, we don't really know what it is, so try the following:
1795           (a) see whether the GST_SUBTITLE_ENCODING environment variable
1796           is set; if not, check (b) if the current locale encoding is
1797           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1798           the current locale encoding is UTF-8 and the environment variable
1799           was not set to any particular encoding. Not perfect, but better
1800           than nothing (and better than before, I think) (fixes #172848).
1801
1802 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1803
1804         * configure.ac:
1805           update core requirement to 0.10.4.1 because of async_playback
1806           vmethod on GstBaseSink
1807
1808 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1809
1810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1811         * gst/adder/gstadder.c: (gst_adder_init):
1812         use DEBUG_FUNCPTR for collectpads
1813
1814 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1815
1816         * docs/plugins/Makefile.am:
1817         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1818         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1819         * ext/cdparanoia/gstcdparanoiasrc.c:
1820         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1821         (gst_gnome_vfs_sink_class_init):
1822         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1824         * ext/ogg/gstoggmux.c:
1825         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1826         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1827         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1828         * ext/pango/gsttextoverlay.c:
1829         * ext/pango/gsttextrender.c:
1830         * ext/theora/theoradec.c:
1831         * ext/theora/theoraenc.c:
1832         * ext/vorbis/vorbisdec.c:
1833         * ext/vorbis/vorbisenc.c:
1834         * gst-libs/gst/audio/gstaudiofilter.c:
1835         (gst_audio_filter_base_init):
1836         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1837         (gst_audio_filter_template_base_init):
1838         * gst/adder/gstadder.c: (gst_adder_get_type):
1839         * gst/adder/gstadder.h:
1840         * gst/audioconvert/gstaudioconvert.c:
1841         * gst/audiotestsrc/gstaudiotestsrc.c:
1842         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1843         (gst_audio_test_src_create):
1844         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1845         * gst/playback/gstdecodebin.c:
1846         * gst/playback/gstplaybin.c:
1847         * gst/playback/gststreamselector.c:
1848         (gst_stream_selector_base_init):
1849         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1850         * gst/volume/gstvolume.c:
1851         * sys/v4l/gstv4lmjpegsink.c:
1852         * sys/v4l/gstv4lmjpegsrc.c:
1853         * tests/check/libs/cddabasesrc.c:
1854         * tests/old/examples/gob/gst-identity2.gob:
1855           Add docs for adder, use GST_ELEMENT_DETAILS macro,
1856           define GstElementDetails at the top
1857
1858 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
1859
1860         * win32/common/libgstinterfaces.def:
1861         Add a lot of export functions for gst-python
1862         * win32/vs6/libgstinterfaces.dsp:
1863         Add a missing include folder in the project configuration
1864         
1865 2006-03-23  Wim Taymans  <wim@fluendo.com>
1866
1867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1868         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1869         (gst_base_audio_src_change_state):
1870         Fix audio sources, forgot to make the ringbuffer
1871         startable...
1872
1873 2006-03-23  Wim Taymans  <wim@fluendo.com>
1874
1875         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1876         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1877         (gst_base_audio_src_change_state):
1878         unparent instead of unref the ringbuffer.
1879
1880 2006-03-23  Wim Taymans  <wim@fluendo.com>
1881
1882         * gst-libs/gst/audio/gstbaseaudiosink.c:
1883         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1884         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1885         Implement new async_play vmethod to start slaving and allow
1886         playback start in case of async PLAY state changes. 
1887
1888         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1889         Enable QoS with new method in base class.
1890
1891 2006-03-23  Wim Taymans  <wim@fluendo.com>
1892
1893         Patch by: Julien MOUTTE <julien at moutte dot net>
1894
1895         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1896         (gst_video_test_src_do_seek), (gst_video_test_src_create):
1897         Partially handle 0 framerate, only EOS after the first frame
1898         is missing.
1899
1900 2006-03-23  Wim Taymans  <wim@fluendo.com>
1901
1902         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1903
1904         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1905         (gst_riff_create_video_template_caps):
1906         * gst/ffmpegcolorspace/avcodec.h:
1907         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1908         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1909         (gst_ffmpegcsp_avpicture_fill):
1910         * gst/ffmpegcolorspace/imgconvert.c:
1911         Patch for support of YVU9 AVI files (#334822)
1912
1913 2006-03-22  Edward Hervey  <edward@fluendo.com>
1914
1915         * docs/design/design-decodebin.txt:
1916         Added design document for new decodebin
1917         (Target Caps): text/x-pango-markup is also a default target caps.
1918
1919 2006-03-22  Wim Taymans  <wim@fluendo.com>
1920
1921         * gst-libs/gst/audio/gstbaseaudiosink.c:
1922         (gst_base_audio_sink_dispose):
1923         Since we _parent the ringbuffer, we also need to
1924         _unparent instead of a plain _unref.
1925
1926 2006-03-22  Wim Taymans  <wim@fluendo.com>
1927
1928         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1929         (stop_seek), (scrub_toggle_cb), (main):
1930         Add scrub checkbox.
1931
1932 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1933
1934         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1935         (gst_ogg_parse_chain):
1936           Fix very inefficient usage of linked lists (#335365).
1937
1938 2006-03-21  Edward Hervey  <edward@fluendo.com>
1939
1940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1941         * gst/playback/gstplaybin.c: (handoff):
1942         * gst/playback/gststreamselector.c:
1943         (gst_stream_selector_set_property):
1944         gcc 4.1 unreferenced pointer fixes.
1945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1947         gst_buffer_ref() now takes a GstBuffer*.
1948
1949 2006-03-20  Julien MOUTTE  <julien@moutte.net>
1950
1951         * sys/xvimage/xvimagesink.c:
1952         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
1953         by Jan Schmidt.
1954
1955 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
1956
1957         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
1958         (id3v1_type_find), (apetag_type_find), (plugin_init):
1959           Can't do tag preferences via probability, as tags would then
1960           lose against types that are recognised with MAXIMUM probability
1961           (like .wav); so let all tag typefinders return MAXIMUM themselves
1962           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
1963           that we can prefer APE to ID3v1 (fixes #335028).
1964           
1965 2006-03-17  Wim Taymans  <wim@fluendo.com>
1966
1967         * gst-libs/gst/audio/gstbaseaudiosink.c:
1968         (gst_base_audio_sink_change_state):
1969         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
1970         (gst_ring_buffer_may_start):
1971         * gst-libs/gst/audio/gstringbuffer.h:
1972         Only start playback if we are playing.
1973         should fix #330748.
1974
1975 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
1976
1977         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
1978         * win32/common/config.h:
1979           Revert accidental commits to these files.
1980
1981 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1982
1983         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
1984
1985         * tests/Makefile.am:
1986           Don't try to build tests in tests/icles if we
1987           don't have X (#323852)
1988
1989 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1990
1991         * gst-libs/gst/tag/gstid3tag.c:
1992           Add TXXX frame identifiers for replaygain stuff as used
1993           by some taggers (see #323721).
1994
1995 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
1996
1997         * gst/playback/gststreamselector.c:
1998         (gst_stream_selector_set_property),
1999         (gst_stream_selector_bufferalloc):
2000           Preserve the existing buggy streamselector behaviour by performing
2001           a fallback buffer allocation when downstream isn't linked yet.
2002           This should really be fixed in playbin by blocking pads until it's
2003           linked them.
2004           Also, use gst_pad_alloc_buffer instead of
2005           gst_pad_alloc_buffer_and_set.
2006
2007 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2008
2009         * gst-libs/gst/tag/gstid3tag.c:
2010           Don't crash on unknown ID3v2 TXXX frames.
2011           
2012 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
2013
2014         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
2015           Chain up to the parent finalize method.
2016           Add 32-bit sample size to the template caps.
2017
2018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2019         (gst_riff_create_video_template_caps):
2020           Add the fourcc that the VMWare codec uses.
2021           
2022         * gst/playback/gststreamselector.c:
2023         (gst_stream_selector_set_property),
2024         (gst_stream_selector_bufferalloc),
2025         (gst_stream_selector_request_new_pad):
2026           For the active pad, forward buffer-alloc requests, otherwise
2027           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
2028           having to memcpy every frame when used by playbin.
2029
2030         * gst/tcp/gstmultifdsink.c:
2031         (gst_multi_fd_sink_handle_client_write):
2032           Get negotiated caps from the sink pad, rather than the sink
2033           pad's peer.
2034
2035 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2036
2037         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2038         
2039         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
2040           Don't forget to set src->callbacks_pushed to FALSE again when
2041           popping them, otherwise re-activation in a different mode won't
2042           work (#334620).
2043
2044 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2045
2046         Patch by: Sebastien Moutte  <sebastien moutte net>
2047
2048         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
2049         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
2050         (gst_ffmpeg_smpfmt_to_caps):
2051           Replace __VA_ARGS__ caps creation macros with varargs functions.
2052           Makes things compile on MSVC (#320765), looks nicer, and we can
2053           tell the compiler to check for the NULL terminator.
2054
2055 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2056
2057         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
2058
2059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2060           Make sure the buffer we copy into is really always big
2061           enough, this time for real (#333488).
2062           
2063 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2064
2065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2066           Add support for 24bpp DIB (#305279).
2067
2068 2006-03-14  Wim Taymans  <wim@fluendo.com>
2069
2070         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
2071         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2072         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
2073         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2074         (gst_video_scale_init), (gst_video_scale_src_event):
2075         Re-enable QoS after the release.
2076         Rework videoscale to use the base class src_event handler.
2077
2078 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2079
2080         * configure.ac:
2081           back to CVS.
2082
2083 === release 0.10.5 ===
2084
2085 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
2086
2087         * configure.ac:
2088           releasing 0.10.5, "Net"
2089
2090 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
2091
2092         * docs/plugins/Makefile.am:
2093           Part of previous cdparanoiasrc docs fixes, forgot to commit.
2094           
2095 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2096
2097         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2098         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2099         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2100           Add cdparanoiasrc to docs.
2101
2102         * gst-libs/gst/cdda/gstcddabasesrc.c:
2103           More GstCddaBaseSrc docs.
2104
2105 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2106
2107         * docs/libs/gst-plugins-base-libs-sections.txt:
2108         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
2109         * gst-libs/gst/tag/tag.h:
2110           API: libgsttag: new method gst_tag_from_id3_user_tag().
2111
2112 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2113
2114         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2115           NULL-terminate array of mpeg4 video file extensions.
2116           Fixes crash on PPC (#334226).
2117
2118 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2119
2120         * ext/gnomevfs/gstgnomevfssrc.c:
2121         (gst_gnome_vfs_src_check_get_range):
2122           gnome_vfs_uri_is_local() alone is not a good indicator
2123           whether we can operate in pull-mode with a specific URI,
2124           as it returns FALSE for file:// URIs that point to an
2125           NFS-mounted path. Be more conservative here: whitelist
2126           local files, blacklist http URIs and use the old
2127           mechanism for anything else (fixes #334216).
2128
2129 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2130
2131         * configure.ac:
2132           back to trunk
2133
2134 === release 0.10.4 ===
2135
2136 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
2137
2138         * configure.ac:
2139           releasing 0.10.4, "Power"
2140
2141 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
2142
2143         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2144         Disable max-lateness by setting it to -1 for now, so that 
2145         we can bed QoS stuff in thoroughly between now and the next
2146         release.
2147
2148 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2149
2150         Patch by: Fabrizio Gennari
2151
2152         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2153           Make sure we don't read beyond the palette buffer in case of
2154           broken or manipulated files (#333488)
2155
2156 2006-03-10  Edward Hervey  <edward@fluendo.com>
2157
2158         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2159         Fix for variable not initialized.
2160
2161 2006-03-09  Wim Taymans  <wim@fluendo.com>
2162
2163         * ext/libvisual/visual.c: (gst_visual_get_type),
2164         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
2165         (gst_visual_chain):
2166         Small cleanups.
2167
2168         * ext/theora/gsttheoradec.h:
2169         * ext/theora/theoradec.c: (gst_theora_dec_init),
2170         (gst_theora_dec_reset), (_theora_granule_time),
2171         (theora_dec_src_convert), (theora_dec_sink_convert),
2172         (theora_dec_src_query), (theora_dec_src_event),
2173         (theora_dec_sink_event), (theora_handle_comment_packet),
2174         (theora_handle_header_packet), (theora_dec_push),
2175         (theora_handle_data_packet), (theora_dec_chain),
2176         (theora_dec_change_state):
2177         Add simple QoS.
2178
2179 2006-03-09  Wim Taymans  <wim@fluendo.com>
2180
2181         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2182         (audiocast_register_listener), (gst_gnome_vfs_src_start):
2183         Some cleanups.
2184
2185 2006-03-09  Wim Taymans  <wim@fluendo.com>
2186
2187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2188         Don't try to activate NULL chains.
2189
2190 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2191
2192         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2193           Fix invalid memory access to region before peek'd data (#332964).
2194
2195 2006-03-09  Wim Taymans  <wim@fluendo.com>
2196
2197         Patch by: Christophe Fergeau
2198
2199         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
2200         * ext/pango/gsttextrender.c: (gst_text_render_init):
2201         * gst/adder/gstadder.c: (gst_adder_init):
2202         Don't leak padtemplates, closes #333510.
2203
2204 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2205
2206         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2207           Fix invalid memory access: make sure string passed to
2208           regexec() is NUL-termianted.
2209
2210 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2211
2212         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2213         (mp3_type_find):
2214           Refactor mpeg/audio typefinding to make it more maintainable
2215           and easier to fine-tune. Make probing into middle of the file
2216           work properly (fixes #333900, also see #152688).
2217
2218 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2219
2220         * gst/typefind/gsttypefindfunctions.c:
2221         (utf8_type_find_have_valid_utf8_at_offset):
2222           Remove part from previous commit that was bogus:
2223           g_utf8_validate() does in fact not accept embedded
2224           zeroes, so we don't need to check for those (thanks
2225           to Mike for the hint).
2226
2227 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2228
2229         * gst/typefind/gsttypefindfunctions.c:
2230         (utf8_type_find_count_embedded_zeroes),
2231         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
2232           Make plain/text typefinder more conservative: firstly, check
2233           for embedded zeroes, which are perfectly valid UTF-8 characters,
2234           but also a fairly good sign that something is not a plain text
2235           file; secondly, probe into the middle of the file if possible.
2236           If we can't probe into the middle, limit the probability value
2237           to be returned to TYPE_FIND_POSSIBLE (see #333900).
2238
2239 2006-03-08  Michael Smith  <msmith@fluendo.com>
2240
2241         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2242           Make typefind function name for mpeg4 video unique.
2243
2244 2006-03-08  Wim Taymans  <wim@fluendo.com>
2245
2246         * ext/libvisual/visual.c: (gst_visual_init),
2247         (gst_visual_clear_actors), (gst_visual_dispose),
2248         (gst_visual_reset), (gst_visual_src_setcaps),
2249         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
2250         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
2251         (gst_visual_chain), (gst_visual_change_state):
2252         Cleanups, post nice errors.
2253         Handle sink and src events.
2254         Implement simple QoS.
2255
2256         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2257         Use new basesink methods to configure max-lateness.
2258         Small doc update.
2259
2260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2261         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
2262         Debug statement cleanups.
2263
2264         * gst/volume/gstvolume.c: (gst_volume_class_init):
2265         Simple cleanup.
2266
2267 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2268
2269         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2270         (gst_text_overlay_init), (gst_text_overlay_set_property),
2271         (gst_text_overlay_get_property):
2272           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
2273           as string type properties, but mark them deprecated. Add
2274           'halignment' and 'valignment' properties that use enums
2275           instead of strings.
2276
2277 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2278
2279         Patch by: Fabrizio Gennari
2280
2281         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2282           Allow palettes with less than 256 colours in AVI files
2283           (#333488)
2284
2285 2006-03-07  Julien MOUTTE  <julien@moutte.net>
2286
2287         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2288         (gst_text_overlay_video_event): Fix wrong EOS handling on text
2289         pad. We were releasing the queued text buffer when we should keep
2290         it until video pad gets EOS or discard the text buffer because it's
2291         too old. That was eating the last subtitle buffer. Add some more
2292         debug.
2293
2294 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2295
2296         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
2297         (gst_text_overlay_video_chain):
2298           Fix invalid memory access (we can't access a buffer after it's been
2299           pushed downstream without taking a reference); fix memory leak (if
2300           there's no text to render, bail out before allocating stuff).
2301
2302 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2303
2304         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2305         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
2306         * ext/pango/gsttextoverlay.h:
2307           If input is plain text, escape it before passing it to
2308           pango_layout_set_markup().
2309
2310 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2311
2312         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
2313           Don't ignore flow return from gst_pad_push().
2314
2315 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2316
2317         Patch by: Fabrizio Gennari
2318
2319         * ext/libvisual/visual.c: (gst_visual_getcaps),
2320         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
2321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
2322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2323         (gst_vorbisenc_convert_sink):
2324         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2325         (gst_audio_duration_from_pad_buffer):
2326         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
2327         (gst_audio_filter_chain):
2328         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2329         (gst_base_rtp_depayload_setcaps):
2330         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
2331         (gst_video_get_size):
2332         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2333           Don't leak references returned by gst_pad_get_parent()
2334           (#333663)
2335
2336 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
2337
2338         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2339           change location param details
2340         * gst/volume/gstvolume.c: (plugin_init):
2341           correct plugin description
2342
2343 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2344
2345         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2346         (gst_gnome_vfs_src_check_get_range):
2347           Override GstBaseSrc::check_get_range() in order to avoid opening
2348           the resource just to check whether we can operate in pull-mode or
2349           not - we can predict that pretty well from the URI alone. Should
2350           fix problems with last.fm (#331690). (Requires latest core CVS).
2351
2352 2006-03-06  Wim Taymans  <wim@fluendo.com>
2353
2354         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2355         (gst_video_sink_class_init):
2356         Throw away frames that are later than 20 ms.
2357
2358 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2359
2360         Patch by: Fabrizio Gennari
2361
2362         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2363           Set depth on WMA caps (#333545)
2364
2365 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2366
2367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2368         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2369           put Theora BOS pages before others.  This hardcodes
2370           the Ogg/Theora I profile, but hey.
2371
2372 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2373
2374         * ext/ogg/README:
2375           updated with some examples
2376         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
2377         (granulepos_add), (theora_buffer_from_packet):
2378         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
2379         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
2380         (gst_vorbisenc_chain):
2381           implement strategy from ext/ogg/README
2382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2383         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2384         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
2385         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
2386           Fix muxer so that oggz-validate is happy with all streams;
2387           except for no eos mark, and the BOS page ordering
2388         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2389         (check_buffer_granulepos):
2390         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
2391           update tests to check for OFFSET being set as requested
2392           fixed type of granulepos, it's not a ClockTime
2393
2394 2006-03-05  Julien MOUTTE  <julien@moutte.net>
2395
2396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2397         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2398         Check that the xvimage we are creating has a correct size
2399         before returning it. (#314897)
2400
2401 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2402
2403         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2404           Give id3 and ape tag typefinders a rank slightly higher
2405           than PRIMARY to ensure they're always run before any of
2406           the other typefinders (in particular wav and mp3) (#324186).
2407
2408 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2409
2410         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2411           Add support for '3IVD' fourcc (#333403).
2412
2413 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
2414
2415         * configure.ac:
2416           Bump requirements to GStreamer CVS for the new error enum.
2417
2418         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
2419           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
2420           space left on the device (fixes #333352).
2421
2422 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
2423
2424         * win32/vs6:
2425           add a project file for libgstvolume
2426           update the workspace
2427
2428 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2429
2430         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2431         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2432         (GST_START_TEST):
2433           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
2434           Set IN_CAPS on header buffers
2435
2436 2006-03-02  Wim Taymans  <wim@fluendo.com>
2437
2438         * docs/plugins/Makefile.am:
2439         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2440         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2441         Add audioresample to docs.
2442
2443         * gst/audioconvert/gstaudioconvert.c:
2444         Add revision date.
2445
2446         * gst/audioresample/gstaudioresample.c:
2447         (gst_audioresample_base_init), (gst_audioresample_class_init),
2448         (gst_audioresample_init), (gst_audioresample_dispose),
2449         (audioresample_get_unit_size), (audioresample_transform_caps),
2450         (resample_set_state_from_caps), (audioresample_transform_size),
2451         (audioresample_set_caps), (audioresample_event),
2452         (audioresample_do_output), (audioresample_transform),
2453         (audioresample_pushthrough), (gst_audioresample_set_property),
2454         (gst_audioresample_get_property), (plugin_init):
2455         * gst/audioresample/gstaudioresample.h:
2456         Added docs.
2457         Small code cleanups.
2458
2459 2006-03-02  Wim Taymans  <wim@fluendo.com>
2460
2461         * docs/plugins/Makefile.am:
2462         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2463         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2464         Added videoscale to docs.
2465
2466         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2467         (gst_video_rate_swap_prev), (gst_video_rate_event),
2468         (gst_video_rate_chain):
2469         Fix typo in docs.
2470
2471         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2472         (gst_video_scale_init), (gst_video_scale_prepare_size),
2473         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2474         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2475         * gst/videoscale/gstvideoscale.h:
2476         Added docs, examples.
2477         Some code cleanups.
2478         Post errors instead of g_warning.
2479
2480 2006-03-02  Wim Taymans  <wim@fluendo.com>
2481
2482         * docs/libs/gst-plugins-base-libs-docs.sgml:
2483         * docs/libs/gst-plugins-base-libs-sections.txt:
2484         * docs/libs/gst-plugins-base-libs.types:
2485         * docs/plugins/Makefile.am:
2486         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2487         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2488         Added some more docs to libs and plugins.
2489
2490         * gst-libs/gst/audio/gstringbuffer.c:
2491         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2492         * gst-libs/gst/audio/gstringbuffer.h:
2493         Document ringbuffer some more.
2494
2495         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2496         (gst_video_rate_setcaps), (gst_video_rate_reset),
2497         (gst_video_rate_init), (gst_video_rate_flush_prev),
2498         (gst_video_rate_swap_prev), (gst_video_rate_event),
2499         (gst_video_rate_chain), (gst_video_rate_change_state):
2500         * gst/videorate/gstvideorate.h:
2501         Fix videorate to use segments.
2502         Make it work with 0/1 framerates (closes #331903)
2503         Handle EOS correctly.
2504         Added docs.
2505
2506 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2507
2508         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2509         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2510         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2511           In state change function, first chain up to parent class,
2512           then handle downwards state change stuff. Remove some
2513           commented out cruft from 0.8 code.
2514
2515 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2516
2517         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2518         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2519         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2520         (gst_ogm_parse_chain):
2521           Don't remove/re-add source pad if the new caps are the same as
2522           the old caps anyway (#333042). When removing source pad, don't
2523           unref it afterwards - we didn't ref it when adding. Sprinkle some
2524           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2525           after using gst_pad_get_parent(). Return downstream flow return
2526           value in chain function.
2527
2528 2006-03-02  Wim Taymans  <wim@fluendo.com>
2529
2530         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2531         * docs/plugins/gst-plugins-base-plugins.args:
2532         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2533         * docs/plugins/gst-plugins-base-plugins.interfaces:
2534         * docs/plugins/gst-plugins-base-plugins.signals:
2535         Fix hierarchy, added some more elements to the docs.
2536
2537         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2538         (gst_ffmpegcsp_get_type):
2539         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2540         Fix docs for ffmpegcolorspace.
2541
2542 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
2543
2544         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2545         (apetag_type_find), (ape_type_find), (plugin_init):
2546           Some typefinding fine-tuning:
2547           - rank ID3/APE tags in order of preference via probabilities, so that
2548             ID3v2 > APEv2 > APEv1 > ID3v1.
2549           - three or four bytes don't really justify MAXIMUM probability,
2550             change those to 'very likely' (musepack and monkeysaudio).
2551
2552 2006-03-01  Wim Taymans  <wim@fluendo.com>
2553
2554         * docs/plugins/Makefile.am:
2555         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2556         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2557         * ext/alsa/gstalsamixer.c:
2558         * ext/alsa/gstalsamixer.h:
2559         * ext/alsa/gstalsamixerelement.c:
2560         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2561         * ext/alsa/gstalsamixerelement.h:
2562         * ext/alsa/gstalsasink.c:
2563         * ext/alsa/gstalsasink.h:
2564         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2565         (gst_alsasrc_init):
2566         * ext/alsa/gstalsasrc.h:
2567         Added alsa docs.
2568         Small code cleanups.
2569
2570 2006-03-01  Wim Taymans  <wim@fluendo.com>
2571
2572         * ext/theora/Makefile.am:
2573         Dist new header too,
2574
2575 2006-03-01  Wim Taymans  <wim@fluendo.com>
2576
2577         * docs/plugins/Makefile.am:
2578         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2579         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2580         * ext/gnomevfs/gstgnomevfssink.h:
2581         * ext/gnomevfs/gstgnomevfssrc.h:
2582         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2583         * ext/vorbis/vorbisdec.h:
2584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2585         * ext/vorbis/vorbisenc.h:
2586         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2587         (vorbis_parse_chain), (vorbis_parse_change_state):
2588         * ext/vorbis/vorbisparse.h:
2589         * gst/audioconvert/gstaudioconvert.h:
2590         * gst/tcp/gsttcpserversink.h:
2591         * gst/videotestsrc/gstvideotestsrc.c:
2592         * gst/videotestsrc/gstvideotestsrc.h:
2593         * gst/volume/gstvolume.c:
2594         * gst/volume/gstvolume.h:
2595         Fix some more docs.
2596         Added docs for vorbisdec and vorbisparse.
2597         Fix vorbisparse.
2598
2599 2006-03-01  Wim Taymans  <wim@fluendo.com>
2600
2601         * docs/plugins/Makefile.am:
2602         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2603         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2604         * ext/pango/gstclockoverlay.h:
2605         * ext/pango/gsttextoverlay.h:
2606         * ext/pango/gsttextrender.h:
2607         * ext/pango/gsttimeoverlay.h:
2608         * ext/theora/gsttheoradec.h:
2609         * ext/theora/gsttheoraenc.h:
2610         * ext/theora/theoradec.c:
2611         * ext/theora/theoraenc.c:
2612         * gst/audioconvert/gstaudioconvert.h:
2613         * gst/audiotestsrc/gstaudiotestsrc.h:
2614         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2615         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2616         * gst/tcp/gstmultifdsink.h:
2617         Updated/added documentation.
2618
2619         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2620         (gst_text_overlay_halign_get_type),
2621         (gst_text_overlay_wrap_mode_get_type),
2622         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2623         (gst_text_overlay_init), (gst_text_overlay_set_property),
2624         (gst_text_overlay_get_property):
2625         Fix up properties to be enums instead of string to make bindings,
2626         introspection and automatic GUI creation possible.
2627         Add getters for the properties.
2628
2629 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
2630
2631         * gst/audiotestsrc/gstaudiotestsrc.c:
2632           added defines of M_PI and M_PI_2
2633         * gst/ffmpegcolorspace/avcodec.h:
2634           removed #include "stdint.h" for win32 as _stdint.h is 
2635           autogenerated to win32/common
2636         * win32/common/libgstaudio.def:
2637         * win32/common/libgsttag.def:
2638           added some exports
2639         * win32/vs6:
2640           some project files bugs corrected
2641         * win32/vs7:
2642           project files are reset to the default vs7 configuration 
2643           (they link to msvcr71.dll using default optimizations)
2644           
2645 2006-02-28  Wim Taymans  <wim@fluendo.com>
2646
2647         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2648         Fix some docs.
2649
2650 2006-02-28  Edward Hervey  <edward@fluendo.com>
2651
2652         * ext/alsa/gstalsasrc.c:
2653         Set proper class on the ElementDetails:
2654         Source/Audio instead of Src/Audio/
2655
2656 2006-02-28  Edward Hervey  <edward@fluendo.com>
2657
2658         * gst/videoscale/vs_scanline.c:
2659         (vs_scanline_resample_nearest_RGBA):
2660         Revert optimization in videoscale. It should go in liboil and have
2661         an appropriate liboil function.
2662
2663 2006-02-28  Wim Taymans  <wim@fluendo.com>
2664
2665         * gst-libs/gst/audio/gstbaseaudiosink.c:
2666         (gst_base_audio_sink_provide_clock):
2667         Don't try to provide a clock in the NULL state.
2668
2669 2006-02-28  Wim Taymans  <wim@fluendo.com>
2670
2671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2672         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2673         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2674         (gst_ogg_demux_deactivate_current_chain),
2675         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2676         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2677         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2678         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2679         Use GstSegment infrastructure to remove duplicated code
2680         and handle more seek cases correctly.
2681
2682 2006-02-28  Wim Taymans  <wim@fluendo.com>
2683
2684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2685         (gst_ffmpegcsp_transform):
2686         Don't ignore return code from ffmpeg convert function.
2687
2688         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2689         Split out some long statements to ease debugging.
2690
2691 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
2692
2693         * ext/libvisual/visual.c: (gst_visual_init),
2694         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2695         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2696         being able to renegotiate the size. Instead, use the negotiation
2697         algorithm from the goom plugin to pick an initial output caps. 
2698
2699         Also, allow theoretical libvisual plugins that might support non-GL 
2700         output even if they also do GL.
2701
2702 2006-02-26  Julien MOUTTE  <julien@moutte.net>
2703
2704         * ext/libvisual/visual.c: (gst_visual_init),
2705         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2706         (plugin_init): Load only non GL plugins. Fix some memleaks and 
2707         possible negotiation issues.
2708
2709 2006-02-25  Julien MOUTTE  <julien@moutte.net>
2710
2711         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2712
2713 2006-02-24  Michael Smith  <msmith@fluendo.com>
2714
2715         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2716         (cmml_type_find), (plugin_init):
2717           Fix CMML type find function to not require a specific minor version
2718           of the CMML header.
2719
2720           Add an MPEG4 video elementary stream typefind function.
2721
2722 2006-02-04  Michael Smith  <msmith@fluendo.com>
2723
2724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2725         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2726         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2727         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2728         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2729         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2730           Annodex support in ogg demuxer. Doesn't do very much without the
2731           other annodex patches (to come).
2732
2733 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2734
2735         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2736
2737         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2738           Pick up palette for MS video v1 (#327028)
2739
2740 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2741
2742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2743         (gst_ffmpegcsp_caps_remove_format_info),
2744         (gst_ffmpegcsp_get_unit_size):
2745           The 'palette_data' field from incoming RGB caps shouldn't be
2746           proxied on outgoing YUV caps; also, restrict unit size
2747           adjustment in case of paletted data only to the unit that
2748           actually has a palette. Fixes #330711.
2749
2750 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2751
2752         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2753         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2754         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2755         (gst_ffmpegcsp_get_unit_size):
2756           Plug some memory leaks.
2757
2758 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2759
2760         * sys/ximage/Makefile.am:
2761         * sys/xvimage/Makefile.am:
2762           Add some _CFLAGS and _LIBS that seem to be missing
2763           and/or required for Cygwin (see #317048).
2764
2765 2006-02-22  Wim Taymans  <wim@fluendo.com>
2766
2767         * ext/alsa/gstalsasrc.c:
2768         Fix description as pointed out by caugier.
2769
2770 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
2771
2772         Reviewed by : Edward Hervey  <edward@fluendo.com>
2773
2774         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2775         (qt_type_find):
2776         Better 3gp typefinding (#331526).
2777
2778 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2779
2780         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2781           Don't send EOS event here, the base class will send one for us.
2782
2783         * gst/playback/gstplaybasebin.c: (prepare_output):
2784           Subpictures without video stream aren't allowed either.
2785         
2786         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2787           Fix debug statement copy'n'paste-o.
2788
2789 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2790
2791         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2792           Fix issues with mixer keeping state when muting/unmuting
2793           and when changing the volume whilst muted (see #331763
2794           and #331765).
2795
2796 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2797
2798         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2799         (parse_subrip), (gst_sub_parse_format_autodetect):
2800           Set right caps given that we send escaped text. Also,
2801           honour <i></i>, <b></b> and <u></u> markers that can be found
2802           in .srt files (fixes #310202).
2803
2804 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2805
2806         * gst-libs/gst/audio/mixerutils.c:
2807         (element_factory_rank_compare_func):
2808           Make order in which elements are tried more determinable.
2809
2810 2006-02-20  Julien MOUTTE  <julien@moutte.net>
2811
2812         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2813         (remove_element_chain), (cleanup_decodebin),
2814         (gst_decode_bin_change_state): Make decodebin reusable by
2815         fixing remove_element_chain first and then introduce a
2816         cleaner in state change to ->NULL. (Closes #331678)
2817
2818 2006-02-19  Wim Taymans  <wim@fluendo.com>
2819
2820         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2821         use 0666 mask when creating files so umask gets applied
2822         correctly. Fixes #331295.
2823
2824 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2825
2826         * gst/subparse/Makefile.am:
2827         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2828         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2829         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2830         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2831         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2832         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2833         * gst/subparse/gstssaparse.h:
2834         * gst/subparse/gstsubparse.c: (plugin_init):
2835           Add very basic parser for SSA subtitle streams (as often
2836           found in matroska files).
2837
2838 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2839
2840         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2841           That should be text/x-pango-markup, not text/x-pango-layout.
2842
2843 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2844
2845         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2846         Polishing.
2847
2848 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2849
2850         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2851         (gst_text_overlay_finalize), (gst_text_overlay_init),
2852         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2853         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2854         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2855         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2856         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2857         Fix state change deadlock.
2858
2859 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2860
2861         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2862         (gst_text_overlay_finalize), (gst_text_overlay_init),
2863         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2864         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2865         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2866         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2867         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2868         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2869         and subtitles files.
2870
2871 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2872
2873         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2874         should be considered as raw.
2875
2876 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2877
2878         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2879         (cb_probe):
2880         * gst/playback/gststreaminfo.h: Introduce language informations.
2881
2882 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
2883
2884         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2885         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2886         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2887         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2888         Set shared memory segments to be deleted as soon as we have attached,
2889         that way they get cleaned up automatically if we crash.
2890
2891 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2892
2893         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
2894         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2895         functions are called with lock held.
2896
2897 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2898
2899         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2900         (gst_text_overlay_finalize), (gst_text_overlay_init),
2901         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2902         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2903         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2904         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2905         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2906         (gst_text_overlay_change_state): Refactoring of textoverlay
2907         without collectpads. This now supports sparse subtitles coming
2908         from a demuxer instead of a sub file. Seeking is still broken 
2909         though. Need to discuss with wtay some more on how to handle
2910         seeking correctly.
2911         * ext/pango/gsttextoverlay.h:
2912         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2913         subtitles coming from the demuxer.
2914
2915 2006-02-17  Wim Taymans  <wim@fluendo.com>
2916
2917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2918         (gst_vorbisenc_convert_sink):
2919         Use some more scaling functions.
2920
2921 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2922
2923         * ext/cdparanoia/gstcdparanoiasrc.c:
2924         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2925         (gst_cd_paranoia_paranoia_callback),
2926         (gst_cd_paranoia_src_signal_is_being_watched),
2927         (gst_cd_paranoia_src_read_sector):
2928         * ext/cdparanoia/gstcdparanoiasrc.h:
2929           Add back 'transport-error' and 'uncorrected-error' signals and
2930           make them actually be fired when bad stuff happens (#319340).
2931
2932 2006-02-17  Wim Taymans  <wim@fluendo.com>
2933
2934         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2935         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2936         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2937         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2938         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2939         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2940         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2941         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2942         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2943         (gst_ring_buffer_clear):
2944         Small cleanups.
2945         Added some G_LIKELY.
2946
2947 2006-02-17  Wim Taymans  <wim@fluendo.com>
2948
2949         * gst-libs/gst/audio/TODO:
2950         Update TODO
2951
2952         * gst-libs/gst/audio/gstbaseaudiosink.c:
2953         (gst_base_audio_sink_get_offset):
2954         When trying to play samples ASAP and we don't have a
2955         previous sample, try to play at position 0 instead of
2956         an invalid position.
2957
2958 2006-02-17  Wim Taymans  <wim@fluendo.com>
2959
2960         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
2961         (gst_alsasink_reset):
2962         Also release lock when we get an error in _reset();
2963         fix an error message.
2964
2965 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2966
2967         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2968         (gst_alsasink_init), (get_channel_free_structure),
2969         (caps_add_channel_configuration), (gst_alsasink_getcaps),
2970         (gst_alsasink_close):
2971         * ext/alsa/gstalsasink.h:
2972           Add support for more than 2 channels (#326720).
2973
2974 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2975
2976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2977           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
2978           with 4 or 6 channels, assume a default channel layout to make things
2979           work (not sure there's anything else we can do in those cases).
2980
2981 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2982
2983         * gst-libs/gst/audio/multichannel.c:
2984           Minor docs fix.
2985
2986         * gst-libs/gst/riff/Makefile.am:
2987         * gst-libs/gst/riff/riff-ids.h:
2988         * gst-libs/gst/riff/riff-media.c:
2989         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
2990           Add support for WAVEFORMATEX, eg. PCM audio with more than two
2991           channels and a channel layout map.
2992           
2993 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
2994
2995         Reviewed by Edward Hervey  <edward@fluendo.com>
2996
2997         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
2998         C-level optimization of the RGBA nearest neighbour function.
2999         Eventually this might end up in liboil with vectorized versions.
3000
3001 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3002
3003         * gst-libs/gst/audio/multichannel.c:
3004         (gst_audio_get_channel_positions):
3005           When we have more than 2 channels, but no channel layout is
3006           specified in the caps, return some default channel layout
3007           to the caller and warn about about a possibly buggy element
3008           (could be buggy filtercaps as well of course) (#317038).
3009
3010 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3011
3012         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3013           Add gst-libs/gst/cdda to list of lib search paths.
3014
3015 2006-02-15  Andy Wingo  <wingo@pobox.com>
3016
3017         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
3018         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
3019         to the Lord Jesus that I do not have to touch the ogg muxer ever
3020         again.
3021
3022 2006-02-15  Edward Hervey  <edward@fluendo.com>
3023
3024         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
3025         quicktime movie files can also contain 'uuid' atoms.
3026
3027 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
3028
3029         * gst/audioconvert/plugin.c: (plugin_init):
3030           Register the GstAudioChannelPosition enum type with the type
3031           system in the plugin_init function, so that it is known before
3032           any element actually makes use of multi-channel stuff. This is
3033           required for example if one wants to be able to deserialise/use
3034           a caps string with channel positions before any pipeline has
3035           been setup and started, like with gst-launch.
3036
3037 2006-02-14  Wim Taymans  <wim@fluendo.com>
3038
3039         * gst-libs/gst/audio/gstringbuffer.c:
3040         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
3041         (gst_ring_buffer_samples_done), (wait_segment),
3042         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
3043         Add some compiler G_(UN_)LIKELY help.
3044         SIGNAL the ringbuffer waiters when going to PAUSED as well to
3045         make sure they can exit their functions. Should fix #330748
3046
3047 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3048
3049         * Makefile.am:
3050         * configure.ac:
3051         * win32/MANIFEST:
3052         * win32/common/_stdint.h:
3053           Windows does not have long long; copy the generated _stdint.h
3054         * win32/common/interfaces-enumtypes.c:
3055         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3056         (gst_mixer_track_flags_get_type),
3057         (gst_tuner_channel_flags_get_type):
3058         * win32/common/multichannel-enumtypes.c:
3059         (gst_audio_channel_position_get_type):
3060           update
3061
3062 2006-02-13  Wim Taymans  <wim@fluendo.com>
3063
3064         * gst-libs/gst/audio/gstbaseaudiosink.c:
3065         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
3066         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3067         Always sync on first sample we receive when starting.
3068
3069 2006-02-13  Wim Taymans  <wim@fluendo.com>
3070
3071         * gst/playback/gstplaybin.c: (gen_vis_element):
3072         Update vis bin docs.
3073         Move queue after tee so we don't queue video buffers but
3074         audio samples instead. Fixes problems where the video queue
3075         is filled and the audio queue empty.
3076
3077 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
3078
3079         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3080           No need to push an EOS event here, GstBaseSrc will do that for us
3081           when we return FLOW_UNEXPECTED.
3082           
3083 2006-02-12  Wim Taymans  <wim@fluendo.com>
3084
3085         * gst-libs/gst/audio/gstbaseaudiosink.c:
3086         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
3087         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
3088         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3089         Use scale functions when possible.
3090         Fix error messages.
3091         Free clockid when after waiting for EOS.
3092         Use G_(UN_)LIKLY when it makes sense.
3093         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
3094
3095 2006-02-12  Edward Hervey  <edward@fluendo.com>
3096
3097         * gst/playback/gstplaybasebin.c: (prepare_output): 
3098         Remove stray semi-colon (fixes #330888).
3099
3100 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
3101
3102         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
3103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
3104         Fix up the XShm call testing so that we catch errors, and don't
3105         cause new ones by attempting to detach from a segment we failed
3106         to attach to. Fixes #312439.
3107
3108 2006-02-10  Edward Hervey  <edward@fluendo.com>
3109
3110         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3111         Added flv file typefind (video/x-flv).
3112
3113 2006-02-10  Edward Hervey  <edward@fluendo.com>
3114
3115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3116         (gst_riff_create_video_template_caps):
3117         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
3118         Also added the caps to the default set of riff video caps.
3119
3120 2006-02-09  Andy Wingo  <wingo@pobox.com>
3121
3122         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
3123         time and the end time of the last packet in the page.
3124         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
3125         on the pages in our queue, set the duration as well. Reflow a
3126         debug statement.
3127         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
3128         Fixes bad muxing order.
3129
3130 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3131
3132         * gst-libs/gst/rtp/gstbasertppayload.c:
3133         (gst_basertppayload_setcaps), (gst_basertppayload_push):
3134           update seqnum before setting it on the packet; this makes sure
3135           that the timestamp and seqnum properties match after pushing
3136           a buffer
3137
3138 2006-02-09  Andy Wingo  <wingo@pobox.com>
3139
3140         * gst-libs/gst/audio/gstringbuffer.c
3141         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
3142         overflow after 13.5 hours of recording. Kapow!
3143
3144         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
3145         the buffer size -- we don't care about underrun/overrun reporting
3146         right now, just need to return a useful value.
3147
3148 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
3149
3150         * configure.ac:
3151           Back to CVS
3152
3153 === release 0.10.3 ===
3154
3155 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
3156
3157         * configure.ac:
3158           releasing 0.10.3, "Under Pressure"
3159
3160 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3161
3162         * configure.ac:
3163         Drat. Bump libtool version number for new API.
3164         Prelease 0.10.2.3 (of 0.10.3)
3165
3166 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3167
3168         * configure.ac:
3169         * win32/common/config.h:
3170         0.10.2.2 prerelease (of 0.10.3).
3171
3172 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3173
3174         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
3175           Revert Andy's newsegment change pending a more correct
3176           fix.
3177
3178 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3179
3180         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3181         (qt_type_find), (plugin_init):
3182           detect more files as 3gp
3183           group and reorder the iso file formats
3184
3185 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3186
3187         * ext/vorbis/vorbis.c: (plugin_init):
3188           Register musicbrainz tags, so apps don't have to.
3189
3190 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3191
3192         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
3193         (gst_tag_to_vorbis_tag):
3194           Make sure we called gst_tag_register_musicbrainz_tags()
3195           before possibly mapping a vorbiscomment string from/to a
3196           musicbrainz tag.
3197
3198 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3199
3200         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3201           In case we can't find the required number of consecutive
3202           mpeg audio frames to positively identify an MPEG audio
3203           stream, check if there's at least a valid mpeg audio
3204           frame right at offset 0 and if so suggest mpeg/audio
3205           caps with a very low probability (#153004).
3206
3207 2006-02-07  Andy Wingo  <wingo@pobox.com>
3208
3209         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
3210         a TIME segment if we get timestamped buffers. Requires recent
3211         fixes in core to work properly.
3212
3213 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3214
3215         * gst/playback/gstplaybasebin.c: (prepare_output):
3216           Don't print the URI as part of the error message, it
3217           makes error dialogs look rather ugly, especially if
3218           the URI is very long or has characters in it that
3219           need escaping.
3220
3221 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3222
3223         * gst/playback/gstplaybasebin.c: (prepare_output):
3224           Error out if we have only text or subtitles, but nothing
3225           else. Also error out if we have subtitles but no video
3226           stream.
3227
3228 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3229
3230         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
3231           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
3232           Post an error message on the bus when we encounter an
3233           error, which will hopefully be more meaningful than the
3234           'Internal Flow Error' message users get to see if we
3235           just return GST_FLOW_ERROR.
3236
3237 2006-02-07  Andy Wingo  <wingo@pobox.com>
3238
3239         * configure.ac (GST_MAJORMINOR): Update core version req to
3240         0.10.2.2, for the collectpads API addition (#330244).
3241
3242 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3243
3244         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3245           Return FALSE from plugin_init() when GnomeVFS can't
3246           be initialised for some reason (#328423).
3247
3248 2006-02-06  Julien MOUTTE  <julien@moutte.net>
3249
3250         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
3251         Stick to seeking theory until i find the bug.
3252         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
3253
3254 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3255
3256         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3257         (theora_enc_finalize), (theora_enc_sink_setcaps),
3258         (theora_set_header_on_caps), (theora_enc_chain),
3259         (theora_enc_change_state):
3260         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3261           Make theoraenc and the tests leak free. Like, really.
3262
3263 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3264
3265         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3266         (theora_enc_finalize), (theora_enc_sink_setcaps):
3267           Add a finalize method to ensure we clean up state even if
3268           someone omitted the state change back to NULL.
3269
3270         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
3271         (gst_vorbisenc_chain):
3272           Free some more leaked bits.
3273
3274         * tests/check/pipelines/theoraenc.c: (start_pipeline),
3275         (stop_pipeline):
3276           Wait for state changes to happen if they're ASYNC.
3277
3278           This ought to teach those fancy pants buildbots a lesson.
3279
3280 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3281
3282         * gst-libs/gst/tag/gstid3tag.c:
3283           Add mapping for ID3 International Standard Recording Code
3284           tag "TSRC"
3285
3286 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3287
3288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
3289           Don't leak tag names.
3290
3291 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3292
3293         * docs/libs/gst-plugins-base-libs-docs.sgml:
3294         * docs/libs/gst-plugins-base-libs-sections.txt:
3295         * gst-libs/gst/tag/gstid3tag.c:
3296         * gst-libs/gst/tag/gstvorbistag.c:
3297         * gst-libs/gst/tag/tags.c:
3298           Split libgsttag docs into multiple sections.
3299
3300 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3301
3302         * docs/libs/Makefile.am:
3303         * docs/libs/gst-plugins-base-libs-docs.sgml:
3304         * docs/libs/gst-plugins-base-libs-sections.txt:
3305         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
3306         * gst-libs/gst/tag/gstvorbistag.c:
3307         * gst-libs/gst/tag/tag.h:
3308         * gst-libs/gst/tag/tags.c:
3309           Add libgsttag to the docs.
3310
3311 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3312
3313         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
3314         (gst_text_overlay_init), (gst_text_overlay_src_event),
3315         (gst_text_overlay_collected): Fix clockoverlay.
3316
3317 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3318
3319         * docs/libs/compiling.sgml:
3320           Fix typo: it's pkg-config, not pkg-gconfig
3321
3322         * docs/libs/gst-plugins-base-libs-docs.sgml:
3323         * docs/libs/gst-plugins-base-libs-sections.txt:
3324         * docs/libs/tmpl/gstgconf.sgml:
3325           There is no libgstgconf in 0.10, remove it
3326           from the docs.
3327
3328 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3329
3330         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
3331         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3332         (gst_text_overlay_src_event), (gst_text_overlay_collected):
3333         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3334         (gst_sub_parse_class_init), (gst_sub_parse_init),
3335         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
3336         (parse_mpsub), (parser_state_init), (handle_buffer),
3337         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
3338         * gst/subparse/gstsubparse.h: Introduce seeking code.
3339
3340 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3343           Add comment about LANGUAGE tag inconsistency (we want
3344           ISO-639-1, but extract three-letter identifiers?)
3345
3346         * po/POTFILES.in:
3347           Add two translatable files.
3348
3349 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3350
3351         * gst-libs/gst/tag/Makefile.am:
3352         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3353         * gst-libs/gst/tag/tag.h:
3354         * gst-libs/gst/tag/tags.c:
3355         (gst_tag_register_musicbrainz_tags_internal),
3356         (gst_tag_register_musicbrainz_tags):
3357           Forward-port some tags stuff from the 0.8 branch. This is
3358           mostly the addition of musicbrainz tags and their mapping
3359           to vorbistags, and a vorbistag mapping of the language tag.
3360
3361 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3362
3363         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
3364         refactoring.
3365
3366 2006-02-04  David Schleef  <ds@schleef.org>
3367
3368         * ext/ogg/gstoggmux.c:
3369         * gst/typefind/gsttypefindfunctions.c:
3370           Add Dirac typefinding and add dirac format to oggmux.
3371
3372 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3373
3374         * gst/playback/gstdecodebin.c: (try_to_link_1):
3375           Don't put essential function call into
3376           g_return_*() macro, otherwise it'll all be
3377           replaced by NOOPs when compiling with
3378           G_DISABLE_CHECKS defined.
3379
3380 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
3381
3382         * ext/ogg/gstoggdemux.c:
3383         * ext/ogg/gstoggparse.c:
3384         * gst/tcp/gsttcpserversink.c:
3385         * sys/v4l/v4lsrc_calls.c:
3386         * sys/v4l/v4lsrc_calls.h:
3387         Just make it compile with --disable-gst-debug.
3388
3389 2006-02-03  Wim Taymans  <wim@fluendo.com>
3390
3391         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3392         (gst_alsasink_class_init), (gst_alsasink_init),
3393         (gst_alsasink_write), (gst_alsasink_reset):
3394         * ext/alsa/gstalsasink.h:
3395         Add lock to protect alsa calls.
3396         Implement reset to flush samples ASAP, does not work
3397         with dmix though.
3398
3399 2006-02-02  Wim Taymans  <wim@fluendo.com>
3400
3401         * gst-libs/gst/audio/gstbaseaudiosink.c:
3402         (gst_base_audio_sink_provide_clock):
3403         Ugh.. getting late I guess...
3404
3405 2006-02-02  Wim Taymans  <wim@fluendo.com>
3406
3407         * gst-libs/gst/audio/gstbaseaudiosink.c:
3408         (gst_base_audio_sink_provide_clock),
3409         (gst_base_audio_sink_set_property),
3410         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
3411         Don't try to provide a clock when we are not negotiated since
3412         we might not be able to make it run.
3413
3414 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3415
3416         * gst/playback/gstdecodebin.c: (try_to_link_1):
3417           Unlinking two source pads is ... hard.
3418
3419 2006-02-02  Wim Taymans  <wim@fluendo.com>
3420
3421         * gst-libs/gst/audio/TODO:
3422         Updated.
3423
3424         * gst-libs/gst/audio/gstbaseaudiosink.c:
3425         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
3426         On EOS, wait till the last sample is played before posting EOS.
3427
3428 2006-02-01  Philippe Kalaf <burger at speedy dot org>
3429
3430         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3431           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
3432           setting queue_delay to zero. Also avoid thread being started if
3433           queue_delay is zero.
3434
3435 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3436
3437         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
3438           Make test work again by connecting fakesinks to each decoded pad,
3439           which makes the pipeline wait until each fakesink has a buffer
3440           queued before going to PAUSED state. At that point we know the
3441           decodebin pads are negotiated.
3442
3443 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3444
3445         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
3446         (gst_cdda_base_src_handle_event):
3447         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3448           Pass unhandled queries to the parent class's query function.
3449
3450 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3451
3452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3453         (gst_ogg_pad_src_query):
3454         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3455         * ext/theora/theoradec.c: (theora_dec_src_query),
3456         (theora_dec_sink_query):
3457         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3458         (vorbis_dec_sink_query):
3459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3460         (gst_vorbisenc_sink_query):
3461         * gst/adder/gstadder.c: (gst_adder_query):
3462           Pass unhandled queries upstream instead of just
3463           dropping them (#326447). Also, fix supported
3464           query types list for some elements.
3465
3466 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3469         (paris_type_find), (ilbc_type_find), (plugin_init):
3470           Fix typefinding for audio/x-au, audio/x-paris and
3471           audio/iLBC-sh. We cannot use the START_WITH macros
3472           here, because there can only be one typefind factory
3473           with the same name (caps), so the second one would
3474           replace the first one and the first one would never
3475           be called when doing typefinding (see #161712).
3476           
3477
3478 2006-01-31  Wim Taymans  <wim@fluendo.com>
3479
3480         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3481         (vorbis_handle_header_packet), (vorbis_dec_push),
3482         (vorbis_handle_data_packet):
3483         Use scale_int when we can, add some more scaling.
3484         Check packettype before parsing it.
3485
3486 2006-01-31  Wim Taymans  <wim@fluendo.com>
3487
3488         * ext/theora/theoradec.c: (_theora_granule_time),
3489         (theora_dec_src_convert), (theora_dec_sink_convert):
3490         Call right _scale functions.
3491         Use parameter instead of some other random value.
3492
3493 2006-01-31  Wim Taymans  <wim@fluendo.com>
3494
3495         * ext/theora/theoradec.c: (_theora_granule_frame),
3496         (_theora_granule_time), (_inc_granulepos),
3497         (theora_dec_src_convert), (theora_dec_sink_convert),
3498         (theora_handle_type_packet), (theora_handle_data_packet),
3499         (theora_dec_chain):
3500         Use higher precision timestamps calculation.
3501         Convert some other conversions to _scale.
3502
3503 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
3504
3505         * gst/audiotestsrc/gstaudiotestsrc.c:
3506         (gst_audio_test_src_create_sine_table), (plugin_init):
3507         * gst/volume/gstvolume.c: (plugin_init):
3508           initialize gst_controller before using
3509
3510 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3511
3512         * tests/check/pipelines/theoraenc.c:
3513         * tests/check/pipelines/vorbisenc.c:
3514         Define constant using G_GINT64_CONSTANT to avoid errors when
3515         passing it around - otherwise it gets truncated to 32 bits.
3516
3517         Fixes failing tests.
3518
3519 2006-01-31  Andy Wingo  <wingo@pobox.com>
3520
3521         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3522         caps being set doesn't have a framerate value. Basically a stopgap
3523         measure.
3524
3525         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3526         technically correct enough to put into core though.
3527         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3528         DURATION. Fixes theoraenc ! oggmux.
3529
3530         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3531         fraction, not double.
3532
3533 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
3534
3535         * win32/vs7:
3536         add vs7 project files created by Sergey Scobich
3537
3538 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
3539
3540         * win32/vs8:
3541         add vs8 project files created by Sergey Scobich
3542         
3543 2006-01-30  Andy Wingo  <wingo@pobox.com>
3544
3545         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3546         timestamp + duration, not just timestamp -- ogg pages should be
3547         ordered by stop time. Necessary fix given the change in vorbis
3548         timestamps.
3549
3550         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
3551         (gst_theora_enc_init): Pull the granule shift out of the encoder.
3552         (granulepos_add): New function, handles the messiness of adjusting
3553         granulepos values.
3554         (theora_buffer_from_packet):
3555         (theora_enc_chain):
3556         (theora_enc_sink_event): Use granulepos_add, not +.
3557
3558         * tests/check/pipelines/theoraenc.c
3559         (check_buffer_granulepos_from_starttime): Just check the frame
3560         count, not the actual granulepos -- we can't dictate to the
3561         encoder when it should be placing keyframes.
3562
3563 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3564
3565         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3566           SERVICE_NOT_AVAILABLE happens for example when you're trying to
3567           play an http:// stream from a server that's not serving
3568
3569 2006-01-30  Andy Wingo  <wingo@pobox.com>
3570
3571         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
3572         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3573         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3574         available.
3575
3576         * ext/theora/gsttheoraenc.h:
3577         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3578         although theoraenc was timestamping correctly. Added handling of
3579         streams that start with nonzero timestamps.
3580
3581         * tests/check/Makefile.am:
3582         * tests/check/pipelines/theoraenc.c: New file, basically does same
3583         tests as vorbisenc.
3584
3585         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3586
3587 2006-01-30  Wim Taymans  <wim@fluendo.com>
3588
3589         * gst-libs/gst/audio/gstaudiosink.c:
3590         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3591         (gst_audioringbuffer_pause):
3592         Implement pause that does not wait for completion.
3593
3594         * gst-libs/gst/audio/gstbaseaudiosink.c:
3595         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3596         Don't drop buffers when going to PAUSED but perform preroll on
3597         remaining samples now that core base class supports this.
3598
3599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3600         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3601         (gst_ring_buffer_commit):
3602         Pause should not signal waiters.
3603         Implement return value of _commit correctly.
3604
3605 2006-01-30  Andy Wingo  <wingo@pobox.com>
3606
3607         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3608
3609         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3610         updated to timestamp from the first sample, not the last.
3611         (gst_vorbisenc_buffer_from_header_packet): New function, takes
3612         special care of granulepos and timestamp for header packets.
3613         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3614         when the first buffer has a nonzero timestamp.
3615
3616         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3617         (GstVorbisEnc.subgranule_offset): New members. Take care of the
3618         case when the first audio buffer we get has a nonzero timestamp.
3619         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3620         properly timestamp vorbis buffers with the time of the first
3621         sample, not the last.
3622         
3623         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3624         vorbis_granule_time_copy -- now it takes the granule/subgranule
3625         offset into account.
3626
3627         * tests/check/pipelines/vorbisenc.c: New test for correctness of
3628         timestamps, durations, and granulepos on buffers produced by
3629         vorbisenc.
3630
3631 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
3632
3633         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3634         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3635           Patch from Eric Jonas to support conversions to/from UYVY 
3636           (Fixes: #324626)
3637
3638 2006-01-30  Julien MOUTTE  <julien@moutte.net>
3639
3640         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3641         (setup_subtitle), (setup_source), (set_active_source):
3642         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3643         (gen_text_element), (gen_audio_element), (gen_vis_element),
3644         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3645
3646 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
3647
3648         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3649         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3650                 use gst_guint64_to_gdouble to be compliant with vs6
3651         * gst/playback/gstdecodebin.c: (try_to_link_1)
3652         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3653                 use G_GINT64_CONSTANT for int64 constants
3654         * win32/common/libgstinterfaces.def:
3655                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3656         * win32/vs6:
3657                 update and add new project files
3658                 
3659 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3660
3661         * Makefile.am:
3662         * win32/MANIFEST:
3663         * win32/common/interfaces-enumtypes.c:
3664         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3665         (gst_mixer_track_flags_get_type),
3666         (gst_tuner_channel_flags_get_type):
3667         * win32/common/interfaces-enumtypes.h:
3668         * win32/common/multichannel-enumtypes.c:
3669         (gst_audio_channel_position_get_type):
3670         * win32/common/multichannel-enumtypes.h:
3671           add a win32-update rule like in core, and copy over enumtypes files
3672
3673 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3674
3675         * win32/MANIFEST:
3676         * win32/common/config.h:
3677         * win32/common/config.h.in:
3678           add config files just like in core
3679
3680 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3683           Make gcc-4.1 happy (part of #327357).
3684
3685 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3686
3687         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3688         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3689         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3690         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3691         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3692         (gst_alsasrc_unprepare), (gst_alsasrc_read):
3693           Update all error messages.  All of them should either use
3694           the default translated message, or actually provide a
3695           translatable string.
3696           Make the string for channel count problems meaningful.
3697
3698 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3699
3700         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3701           check for and throw RESOURCE_BUSY
3702
3703 2006-01-27  David Schleef  <ds@schleef.org>
3704
3705         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3706           checked in this change -- it requires liboil features not
3707           in 0.3.6.  Revert parts.
3708
3709 2006-01-27  David Schleef  <ds@schleef.org>
3710
3711         * REQUIREMENTS:
3712         * configure.ac: update liboil requirement to 0.3.6
3713         * gst/videoscale/Makefile.am:
3714         * gst/videoscale/vs_scanline.c: liboilify
3715
3716 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3717
3718         * ext/libvisual/visual.c: (get_buffer):
3719           When pad_alloc returns a GstFlowReturn other
3720           than GST_FLOW_OK, make sure it is passed upstream.
3721
3722 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3723
3724         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3725         (gst_alsasink_class_init):
3726           Free the device name string.
3727
3728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3729         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3730         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3731           Don't remove a pad from the collectpads structure until it
3732           is released - it's a request pad, and may receive data again
3733           if the element gets moved back to PLAYING state.
3734
3735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3736           Ensure we turn on double buffering on the Xv port, and
3737           set the colour key to something dark and mysterious that
3738           isn't black.
3739
3740 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3741
3742         * ext/alsa/gstalsaplugin.c: (plugin_init):
3743         * ext/cdparanoia/gstcdparanoiasrc.c:
3744         (gst_cd_paranoia_src_base_init), (plugin_init):
3745         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3747           - a library should not call setlocale. see "Libraries" node in
3748             gettext manual
3749           - make sure all plugins that use translation do bindtextdomain
3750             to point to the localedir
3751         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3752         (setup_sinks), (plugin_init):
3753           all this, and check for NULL when creating sinks
3754
3755 2006-01-27  Julien MOUTTE  <julien@moutte.net>
3756
3757         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3758         (plugin_init): Make typefinding of subtitles work again.
3759
3760 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3761
3762         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3763         (mp3_type_frame_length_from_header), (mp3_type_find),
3764         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3765         (plugin_init):
3766           Backport a bunch of typefinding fixes from the 0.8 branch.
3767           Also, improve wavpack typefinding: if we can't peek the
3768           entire wavpack block, try to parse the bits we can get and
3769           see if we find what we're looking for in those.
3770
3771 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3772
3773         * sys/ximage/ximagesink.c:
3774         (gst_ximagesink_calculate_pixel_aspect_ratio):
3775         * sys/xvimage/xvimagesink.c:
3776         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3777         more cases of pixel aspect ratio.
3778
3779 2006-01-26  Edward Hervey  <edward@fluendo.com>
3780
3781         * gst/playback/gstdecodebin.c: (pad_probe):
3782         Also consider the flush-start and tag events as unblockers
3783         for the pad probes.
3784
3785 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3786
3787         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3788         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3789         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
3790         On the fly visualisation switch, works disabling, enabling as
3791         well but it won't be able to enable vis in a playbin that was
3792         created with no visualisation.
3793
3794 2006-01-25  Wim Taymans  <wim@fluendo.com>
3795
3796         * gst-libs/gst/audio/gstbaseaudiosink.c:
3797         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3798         Undo previous commit that returned WRONG_STATE sooner, it breaks 
3799         resume after pause.
3800
3801 2006-01-25  Wim Taymans  <wim@fluendo.com>
3802
3803         * gst-libs/gst/audio/gstbaseaudiosink.c:
3804         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3805         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3806         Improve debugging.
3807         Post error when caps cannot be parsed.
3808         Resync on discontinuity in the stream.
3809         Clip samples to segment boundaries.
3810         return WRONG_STATE sooner when we are flushing.
3811
3812         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3813         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3814         Make audiosrc operate in TIME.
3815         Set TIMESTAMP and DURATION on buffers.
3816
3817 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3818
3819         * tests/examples/seek/seek.c: (main):
3820           Output tag messages as well.
3821
3822 2006-01-23  Edward Hervey  <edward@fluendo.com>
3823
3824         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3825         (free_pad_probes), (remove_fakesink), (pad_probe),
3826         (close_pad_link), (gst_decode_bin_change_state):
3827         Replace GstPadBlockCallback with pad probes that detect
3828         first buffer AND eos before removing fakesink.
3829         Fixes hang with demuxers doing EOS while pre-rolling.
3830         Solves #328279
3831
3832 2006-01-23  Andy Wingo  <wingo@pobox.com>
3833
3834         * ext/alsa/gstalsasink.c:
3835         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3836         (gst_base_rtp_depayload_setcaps),
3837         (gst_base_rtp_depayload_add_to_queue),
3838         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3839         
3840         Patch by: Jens Granseuer <jensgr at gmx dot net>
3841
3842 2006-01-22  Julien MOUTTE  <julien@moutte.net>
3843
3844         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3845         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3846         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
3847         frames. We might get a frame destroyed after changing state to
3848         NULL, adding a safety check on xcontext.
3849
3850 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3851
3852         * gst-libs/gst/interfaces/xoverlay.c:
3853           Fix prepare-xwindow-id code example in the docs - we need to
3854           ignore all messages that aren't element messages as well.
3855           
3856 2006-01-21  Julien MOUTTE  <julien@moutte.net>
3857
3858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3859           I think one day i'll completely undestand how caps negotiation
3860           is supposed to work. This refactoring handles buffer_alloc
3861           called with caps we can't handle. We definitely don't want a
3862           set_caps with those caps, so we define and allocate a buffer
3863           we would like to receive.
3864
3865 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * gst/playback/gstplaybasebin.c: (setup_source):
3868           Free iterator when done.
3869
3870 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
3871
3872         * gst-libs/gst/audio/gstbaseaudiosink.c:
3873         (gst_base_audio_sink_render):
3874           Fix playback of non-synchronised streams by assuming a rate
3875           of 1.0 instead of a random one.
3876
3877           Makes this work again:
3878
3879           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3880           endianness=(int)4321, signed=(boolean)true, width=(int)16,
3881           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3882           audioresample ! alsasink
3883
3884 === release 0.10.2 ===
3885
3886 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
3887
3888         * configure.ac:
3889           releasing 0.10.2, "Then the devil is six"
3890
3891 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
3892
3893         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3894         * gst/playback/gststreamselector.c:
3895         (gst_stream_selector_set_property):
3896           Comment out broken code that connects to the state-changed signal.
3897           At this point, changing current stream selection is broken, but 
3898           stuff like gst-launch playbin current-audio=1 works and filters
3899           to the chosen stream.
3900
3901 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3902
3903         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3904           Fix #327216 (null dereference in vorbisdec)
3905
3906 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3907
3908         * ext/theora/theoradec.c: (theora_handle_comment_packet):
3909           Post taglist actually on bus instead of just freeing it
3910           (fixes #327114 and totem bug #327080).
3911
3912         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3913           Use gst_element_found_tags_for_pad(), so that the tags
3914           are sent downstream as an event as well.
3915
3916 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3917
3918         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3919         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3920         (gst_ximagesink_buffer_alloc):
3921         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3922         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3923         (gst_xvimagesink_buffer_alloc):
3924           move all regularly occurring messages to GST_LOG level
3925           add some more object logs
3926
3927 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3928
3929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3930           fix a silly segfault
3931
3932 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3933
3934         * docs/libs/gst-plugins-base-libs-docs.sgml:
3935         * docs/libs/gst-plugins-base-libs-sections.txt:
3936         * gst-libs/gst/audio/mixerutils.c:
3937         * gst-libs/gst/audio/mixerutils.h:
3938           Add docs for mixerutils stuff.
3939
3940 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3941
3942         * gst/playback/gstplaybasebin.c: (setup_source):
3943           Fix playback for sources that emit raw audio or
3944           raw video streams (e.g.: cd audio sources) (#325984).
3945
3946 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3947
3948         * gst-libs/gst/audio/mixerutils.c:
3949         (gst_audio_mixer_filter_do_filter):
3950           actually save the element we create
3951
3952 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3953
3954         * gst-libs/gst/cdda/gstcddabasesrc.c:
3955         (gst_cdda_base_src_handle_track_seek):
3956           No need to post a tag message on the bus when seeking
3957           within the same track, only post it when the current
3958           track changes.
3959
3960 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3961
3962         * gst/playback/gstplaybasebin.c: (group_destroy),
3963         (probe_triggered), (new_decoded_pad), (mute_group_type),
3964         (set_active_source):
3965         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3966         * gst/playback/gststreamselector.c:
3967         (gst_stream_selector_base_init),
3968         (gst_stream_selector_set_property),
3969         (gst_stream_selector_request_new_pad):
3970           Reenable stream selection. These mechanisms need a complete overhaul
3971           in the face of 0.8->0.10 changes though.
3972
3973 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3974
3975         * ext/ogg/gstoggdemux.c:
3976           Change the pad template to src_%d to match the pads that 
3977           are created from it. decodebin needs this information in order
3978           to decide that oggdemux is capable of producing multiple pads
3979           (and hence needs queues inserted).
3980
3981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3982         (gst_ogg_mux_collected):
3983           Make debug output more useful by using GST_PTR_FORMAT.
3984
3985 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3986
3987         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3988
3989         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3990           Set depth and width for alaw/mulaw (fixes #326601).
3991
3992 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3993
3994         * tests/icles/Makefile.am:
3995           don't build the tests if we don't have the libs
3996
3997 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3998
3999         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
4000         (gst_cd_paranoia_paranoia_callback):
4001           Don't try to free NULL pointers.
4002
4003 2006-01-10  Edward Hervey  <edward@fluendo.com>
4004
4005         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
4006         (gst_audio_rate_change_state), (plugin_init):
4007         Add debugging category.
4008         Fix type issues.
4009         Add case for incoming buffers without valid offset/offset_end.
4010
4011 2006-01-10  Michael Smith  <msmith@fluendo.com>
4012
4013         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
4014           Don't leak GCond in audio sources.
4015
4016 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
4017
4018         * gst/playback/gstplaybin.c: (gen_audio_element):
4019           Don't leak an autoaudiosink/alsasink when we generate
4020           a new audio element. (old code, I guess)
4021
4022 2006-01-10  Michael Smith  <msmith@fluendo.com>
4023
4024         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
4025           Support float audio in audiorate.
4026           Use width rather than depth for selecting sample width.
4027
4028 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4029
4030         * gst/videotestsrc/videotestsrc.h:
4031           Use GLib types here (that way we don't have to include the
4032           generated _stdint.h header, which makes life easier for win32
4033           folks that don't use autotools for the build) (#325990, patch
4034           by: Sergey Scobich).
4035
4036 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4037
4038         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4039         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4040         (gst_ring_buffer_pause), (wait_segment):
4041         * gst-libs/gst/audio/gstringbuffer.h:
4042           Name (private) union, makes Forte compiler happy (this time
4043           for real) (#324900).
4044
4045 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4046
4047         * gst-libs/gst/audio/Makefile.am:
4048           Link against libgstinterfaces, needed for mixer
4049           and property probe stuff.
4050
4051 2006-01-09  Edward Hervey  <edward@fluendo.com>
4052
4053         * gst-libs/gst/Makefile.am:
4054
4055 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4056
4057         * gst-libs/gst/audio/Makefile.am:
4058         * gst-libs/gst/audio/mixerutils.c:
4059         (gst_audio_mixer_filter_do_filter),
4060         (gst_audio_mixer_filter_check_element),
4061         (gst_audio_mixer_filter_probe_feature),
4062         (element_factory_rank_compare_func),
4063         (gst_audio_default_registry_mixer_filter):
4064         * gst-libs/gst/audio/mixerutils.h:
4065           Add gst_audio_default_registry_mixer_filter() utility
4066           function.
4067
4068 2006-01-03  Michael Smith  <msmith@fluendo.com>
4069
4070         * gst/audioresample/resample.h:
4071           As before, but for o_buf
4072
4073 2006-01-03  Michael Smith  <msmith@fluendo.com>
4074
4075         * gst/audioresample/resample.h:
4076           Declare struct _ResampleState.buffer as unsigned char *, not void *,
4077           since we do arithmetic on it.
4078
4079 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
4080
4081         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4082         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4083         (gst_ring_buffer_pause), (wait_segment):
4084         * gst-libs/gst/audio/gstringbuffer.h:
4085           Sun's Forte compiler doesn't seem to like anonymous structs,
4086           so use same setup as in GstBaseSrc (fixes #324900).
4087
4088 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
4089
4090         * configure.ac:
4091         * gst/volume/Makefile.am:
4092         * gst/volume/demo.c:
4093           move old example to tests/examples/volume/volune.c
4094         * tests/examples/Makefile.am:
4095         * tests/examples/seek/seek.c: (main):
4096           change window-close event from "delete-event" to "destroy"
4097         * tests/examples/volume/Makefile.am:
4098         * tests/examples/volume/volume.c: (value_changed_callback),
4099         (setup_gui), (message_received), (eos_message_received), (main):
4100           fix event handling and bus usage
4101
4102 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
4103
4104         * gst/audiotestsrc/gstaudiotestsrc.c:
4105         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
4106         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
4107         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
4108         (gst_audio_test_src_create_square),
4109         (gst_audio_test_src_create_saw),
4110         (gst_audio_test_src_create_triangle),
4111         (gst_audio_test_src_create_silence),
4112         (gst_audio_test_src_create_white_noise),
4113         (gst_audio_test_src_create_pink_noise),
4114         (gst_audio_test_src_init_sine_table),
4115         (gst_audio_test_src_create_sine_table),
4116         (gst_audio_test_src_change_wave),
4117         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
4118         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
4119         * gst/audiotestsrc/gstaudiotestsrc.h:
4120           update to basesrc changes, implement segmented seeking and eos
4121           handling, add a 'sine-tab' waveform for performance critical playback
4122
4123 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * po/POTFILES.in:
4126           ... and this time the other modified file that I missed last time.
4127
4128 2005-12-29  Michael Smith  <msmith@fluendo.com>
4129
4130         * gst/playback/gstdecodebin.c: (new_pad):
4131           Fix non-C89 variable declaration not at the start of a block. Should
4132           help some compilers.
4133
4134 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4135
4136         * tests/check/Makefile.am:
4137           And now fix 'make distcheck' (builddir != srcdir)
4138
4139 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4140
4141         * configure.ac:
4142         * ext/cdparanoia/Makefile.am:
4143         * ext/cdparanoia/gstcdparanoia.c:
4144         * ext/cdparanoia/gstcdparanoia.h:
4145         * ext/cdparanoia/gstcdparanoiasrc.c:
4146         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
4147         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
4148         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
4149         (gst_cd_paranoia_paranoia_callback),
4150         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
4151         (gst_cd_paranoia_src_set_property),
4152         (gst_cd_paranoia_src_get_property), (plugin_init):
4153         * ext/cdparanoia/gstcdparanoiasrc.h:
4154           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
4155           plugin again (there are still fixes required to playbin to make
4156           cdda:// uris work there).
4157
4158 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4159
4160         * tests/check/Makefile.am:
4161           Fix test case compilation.
4162
4163 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4164
4165         * gst-libs/gst/cdda/gstcddabasesrc.c:
4166         (gst_cdda_base_src_update_duration),
4167         (gst_cdda_base_src_calculate_cddb_id):
4168           An integer is not a string. Fix access to uninitialised variable.
4169
4170         * tests/check/Makefile.am:
4171           Add cddabasesrc unit test; also actually enable the vorbis test.
4172
4173         * tests/check/generic/states.c:
4174           Blacklist new cd audio elements as well.
4175
4176         * tests/check/libs/cddabasesrc.c:
4177           Unit test for GstCddaBaseSrc (discid calculation mostly).
4178
4179 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4180
4181         * docs/libs/Makefile.am:
4182         * docs/libs/gst-plugins-base-libs-docs.sgml:
4183         * docs/libs/gst-plugins-base-libs-sections.txt:
4184         * docs/libs/gst-plugins-base-libs.types:
4185           Add docs for libgstcdda/GstCddaBaseSrc.
4186
4187         * gst-libs/gst/interfaces/mixertrack.h:
4188           Do one struct member per line with a semicolon at the end, that way
4189           even gtk-doc might parse it without complaining.
4190
4191 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4192
4193         * configure.ac:
4194         * gst-libs/gst/Makefile.am:
4195         * gst-libs/gst/cdda/Makefile.am:
4196         * gst-libs/gst/cdda/base64.c:
4197         * gst-libs/gst/cdda/base64.h:
4198         * gst-libs/gst/cdda/gstcddabasesrc.c:
4199         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
4200         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
4201         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
4202         (gst_cdda_base_src_get_property),
4203         (gst_cdda_base_src_get_track_from_sector),
4204         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
4205         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
4206         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
4207         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
4208         (gst_cdda_base_src_uri_get_protocols),
4209         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
4210         (gst_cdda_base_src_uri_handler_init),
4211         (gst_cdda_base_src_setup_interfaces),
4212         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
4213         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
4214         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
4215         (gst_cdda_base_src_add_tags),
4216         (gst_cdda_base_src_add_index_associations),
4217         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
4218         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
4219         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
4220         (gst_cdda_base_src_create):
4221         * gst-libs/gst/cdda/gstcddabasesrc.h:
4222         * gst-libs/gst/cdda/sha1.c:
4223         * gst-libs/gst/cdda/sha1.h:
4224           Add new libgstcdda with GstCddaBaseSrc class.
4225
4226 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4227
4228         * ext/gnomevfs/gstgnomevfssink.h:
4229           Use GstBaseSinkClass as parent_class member for class struct, not
4230           GstBaseSink.
4231
4232 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4233
4234         Patch by: Michael Benes
4235
4236         * gst/videotestsrc/gstvideotestsrc.c:
4237         (gst_video_test_src_class_init), (gst_video_test_src_start):
4238           Add start method to reset running time and number of frames sent
4239           when starting up (fixes #324696)
4240
4241 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4242
4243         * docs/plugins/Makefile.am:
4244         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4245         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4246         * docs/plugins/gst-plugins-base-plugins.args:
4247         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4248         * docs/plugins/gst-plugins-base-plugins.signals:
4249           Add docs stuff for gnomevfssrc and gnomevfssink.
4250
4251         * ext/gnomevfs/gstgnomevfssrc.c:
4252           Fix example pipeline in gtk-doc blurb.
4253
4254 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4255
4256         * ext/gnomevfs/Makefile.am:
4257         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
4258         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
4259         (gst_gnome_vfs_handle_get_type), (plugin_init):
4260         * ext/gnomevfs/gstgnomevfs.h:
4261         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
4262         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
4263         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
4264         (gst_gnome_vfs_sink_set_property),
4265         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
4266         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
4267         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
4268         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
4269         (gst_gnome_vfs_sink_uri_get_type),
4270         (gst_gnome_vfs_sink_uri_get_protocols),
4271         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
4272         (gst_gnome_vfs_sink_uri_handler_init):
4273         * ext/gnomevfs/gstgnomevfssink.h:
4274           Port gnomevfssink; add gtk-doc blurb.
4275
4276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
4277         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
4278         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
4279         (gst_gnome_vfs_src_uri_get_type),
4280         (gst_gnome_vfs_src_uri_get_protocols),
4281         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
4282         (gst_gnome_vfs_src_uri_handler_init),
4283         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
4284         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
4285         (gst_gnome_vfs_src_send_additional_headers_callback),
4286         (gst_gnome_vfs_src_received_headers_callback),
4287         (gst_gnome_vfs_src_push_callbacks),
4288         (gst_gnome_vfs_src_pop_callbacks),
4289         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
4290         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
4291         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4292         * ext/gnomevfs/gstgnomevfssrc.h:
4293           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
4294           file; add gtk-doc blurb with example pipelines.
4295
4296 === release 0.10.1 ===
4297
4298 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
4299
4300         * configure.ac:
4301           releasing 0.10.1, "Dobro Dedek"
4302
4303 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
4304
4305         * gst/typefind/gsttypefindfunctions.c:
4306         iLBC30 and iLBC20 added to typefind.
4307
4308 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4309
4310         * gst-libs/gst/audio/gstbaseaudiosink.c:
4311         (gst_base_audio_sink_class_init):
4312         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4313         (gst_base_audio_src_class_init):
4314           update strings, values are in microseconds
4315           change the default sink buffer time to something that is smaller
4316           (to help software volume mixing have a slightly lower delay) but
4317           still be acceptable on Wim's laptop
4318
4319 2005-12-20  Edward Hervey  <edward@fluendo.com>
4320
4321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
4322         Made a quack, forgot to add DUCK to the riff video template.
4323
4324 2005-12-19  Edward Hervey  <edward@fluendo.com>
4325
4326         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
4327         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4328         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4329         (gst_ogm_parse_chain):
4330         Make sure pads are initialized correctly.
4331         * gst-libs/gst/riff/riff-ids.h:
4332         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4333         (gst_riff_create_video_template_caps):
4334         Add a whole bunch of FOURCC <=> MimeType.
4335         Extend the riff video pad template to support the newly added fourcc.
4336
4337 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
4338
4339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
4340         (gst_ogg_demux_activate_chain):
4341           Extra debug output when activating/deactivating chains.
4342
4343         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4344         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
4345         (unlinked):
4346           Remove a queue from our list when it becomes unlinked.
4347           Don't add queues to elements in class 'Demux' if they
4348           can only produce one pad 
4349
4350 2005-12-18  Julien MOUTTE  <julien@moutte.net>
4351
4352         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
4353         (gst_video_sink_get_type): Add a debug category.
4354
4355 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4356
4357         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4358         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
4359           Handle downstream newsegment by sending our own newsegment before the
4360           next buffer to be released. (#323900)
4361
4362 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4363
4364         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4365         (gst_base_rtp_depayload_set_gst_timestamp):
4366           add queue delay to new segment as well (as opposed to just the first
4367           buffer). (bug #322347)
4368
4369 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
4370
4371         * ext/libvisual/visual.c: (make_valid_name):
4372           change some char* into char[]
4373         * gst/audiotestsrc/gstaudiotestsrc.c:
4374         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
4375         (gst_audio_test_src_create):
4376         * gst/audiotestsrc/gstaudiotestsrc.h:
4377           prepare to handle EOS and SEGMENT_DONE
4378
4379 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4380
4381         * tests/check/generic/states.c: (GST_START_TEST):
4382           Blacklist cdparanoia element in state test.
4383
4384 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4385
4386           Patch by: Benjamin Pineau
4387
4388         * gst/tcp/gsttcp.c:
4389         * gst/tcp/gsttcpclientsink.c:
4390         * gst/tcp/gsttcpserversink.c:
4391         * gst/tcp/gsttcpserversrc.c:
4392           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
4393
4394 2005-12-15  Michael Smith  <msmith@fluendo.com>
4395
4396         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
4397         (gst_video_rate_chain):
4398           Fix timestamping for videorate when the first buffer it sees has a
4399           non-zero timestamp. Fix some misleading debug output.
4400
4401 2005-12-15  Michael Smith  <msmith@fluendo.com>
4402
4403         * gst/audioresample/gstaudioresample.c:
4404           Don't leak all input buffers to audioresample.
4405
4406 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
4409           Don't operate on empty text buffers. Strip newlines and
4410           tabs only from the end of the text, but leave them intact
4411           in the middle. Fix typo in gtk-doc description.
4412
4413 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * gst/playback/gstplaybasebin.c:
4416         * gst/playback/gstplaybin.c: (handoff):
4417           Make sure the video frame buffer we return to apps via the
4418           "frame" property always has caps set on it. Modify
4419           _gst_gvalue_set_object() macro to handle NULL objects
4420           gracefully too.
4421
4422 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
4423
4424         * gst/audiotestsrc/gstaudiotestsrc.c:
4425         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4426         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
4427         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
4428         (gst_audio_test_src_create):
4429         * gst/audiotestsrc/gstaudiotestsrc.h:
4430         Adjust to some recent api changes and add wtays new cool seeking
4431         capabillities
4432
4433 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
4434
4435         * ext/alsa/Makefile.am:
4436         * ext/alsa/gstalsadeviceprobe.c:
4437         * ext/alsa/gstalsadeviceprobe.h:
4438           Helper functions to add device probing via the GstPropertyProbe
4439           interface to a class.
4440
4441         * ext/alsa/gstalsamixer.h:
4442           Comment out GST_ALSA_MIXER, it returns a struct that's not
4443           used.
4444
4445         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4446           Add some debug info. 
4447
4448         * ext/alsa/gstalsamixerelement.c:
4449         (gst_alsa_mixer_element_interface_supported),
4450         (gst_implements_interface_init),
4451         (gst_alsa_mixer_element_init_interfaces),
4452         (gst_alsa_mixer_element_class_init),
4453         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4454         (gst_alsa_mixer_element_set_property),
4455         (gst_alsa_mixer_element_get_property),
4456         (gst_alsa_mixer_element_change_state):
4457         * ext/alsa/gstalsamixerelement.h:
4458           Add 'device' and 'device-name' properties. Add GstPropertyProbe
4459           for device handling (gnome-volume-control will need that).
4460
4461 2005-12-12  Christian Schaller  <uraeus@gnome.org>
4462
4463         * ext/Makefile.am: fix cdparanoia entry
4464         * gst-plugins-base.spec.in: add cdparanoia
4465
4466 2005-12-12  Michael Smith  <msmith@fluendo.com>
4467
4468         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4469           Use the correct function to free list of typefind factories.
4470
4471 2005-12-12  Wim Taymans  <wim@fluendo.com>
4472
4473         * gst/videotestsrc/gstvideotestsrc.c:
4474         (gst_video_test_src_class_init), (gst_video_test_src_init),
4475         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4476         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4477         (gst_video_test_src_create):
4478         * gst/videotestsrc/gstvideotestsrc.h:
4479         Implement seeking in videotestsrc.
4480         Small cleanups.
4481
4482 2005-12-12  Wim Taymans  <wim@fluendo.com>
4483
4484         * ext/cdparanoia/Makefile.am:
4485         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4486         (gst_paranoia_endian_get_type), (_do_init),
4487         (cdparanoia_class_init), (cdparanoia_init),
4488         (cdparanoia_set_property), (cdparanoia_get_property),
4489         (cdparanoia_do_seek), (cdparanoia_is_seekable),
4490         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4491         (cdparanoia_convert), (cdparanoia_get_query_types),
4492         (cdparanoia_query), (cdparanoia_set_index),
4493         (cdparanoia_uri_set_uri):
4494         * ext/cdparanoia/gstcdparanoia.h:
4495         Partially ported cdparanoia now that basesrc can support a
4496         plugin like this..
4497
4498 2005-12-12  Wim Taymans  <wim@fluendo.com>
4499
4500         * tests/examples/seek/scrubby.c: (main):
4501         Set higher priority for bus events so they don't get reordered with
4502         gtk gui events.
4503
4504         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4505         (flush_toggle_cb), (main):
4506         Added checkbox to disable flushing seeks. 
4507         Disable scrubbing when doing non flushing seeks.
4508
4509 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
4510
4511         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4512         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4513         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4514         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4515           Implement some sort of event handling that doesn't rely on
4516           g_return_if_fail; make sure we always push the last chunk of an 
4517           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4518           state change function; remove some old cruft. Seeking is still
4519           rather unlikely to work though.
4520
4521         * tools/.cvsignore:
4522           Ignore more.
4523
4524 2005-12-11  Julien MOUTTE  <julien@moutte.net>
4525
4526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
4527         Fixed a leak of the current image reference when cleaning up.
4528         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4529
4530 2005-12-09  Michael Smith  <msmith@fluendo.com>
4531
4532         * tools/Makefile.am:
4533         * tools/gst-launch-ext-m.m:
4534           Remove gst-launch-ext. It doesn't work, and is no longer
4535           particularly useful.
4536
4537 2005-12-08  Luca Ognibene  <luogni@tin.it>
4538
4539         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4540           don't pass random values to ogmparse convert function.
4541           Make seeking possible in the exile1.ogm file.
4542
4543 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4546         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4547           Work around refcount problem with g_value_set_object() that occur
4548           if the core has been compiled against GLib-2.6 (g_value_set_object()
4549           will only g_object_ref() the element, but the caller will
4550           gst_object_unref() it and bad things will happen due to the way
4551           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4552           totem for people on FC4 using Thomas's 0.10 RPMs.
4553           
4554 2005-12-07  Edward Hervey  <edward@fluendo.com>
4555
4556         Time to welcome ogm to 0.10 :)
4557         
4558         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4559         (gst_ogg_pad_typefind):
4560         Oggdemux can now properly typefind elements with dynamic pads.
4561         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4562         Properly set caps on src pad, and set caps on outgoing buffers.
4563
4564 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4565
4566         * ext/alsa/gstalsamixer.h:
4567         * ext/alsa/gstalsamixerelement.h:
4568         * ext/alsa/gstalsamixeroptions.h:
4569         * ext/alsa/gstalsamixertrack.h:
4570         * ext/alsa/gstalsasink.c:
4571         * ext/alsa/gstalsasink.h:
4572         * ext/alsa/gstalsasrc.c:
4573         * ext/alsa/gstalsasrc.h:
4574         * ext/cdparanoia/gstcdparanoia.h:
4575         * ext/gnomevfs/gstgnomevfsuri.h:
4576         * ext/ogg/gstoggdemux.c:
4577         * ext/ogg/gstoggmux.c:
4578         * ext/pango/gsttextoverlay.h:
4579         * ext/theora/theoradec.c:
4580         * ext/theora/theoraenc.c:
4581         * ext/vorbis/vorbisdec.h:
4582         * ext/vorbis/vorbisenc.c:
4583         * ext/vorbis/vorbisenc.h:
4584         * ext/vorbis/vorbisparse.h:
4585         * gst-libs/gst/audio/gstaudioclock.h:
4586         * gst-libs/gst/audio/gstaudiosink.c:
4587         * gst-libs/gst/audio/gstaudiosink.h:
4588         * gst-libs/gst/audio/gstaudiosrc.c:
4589         * gst-libs/gst/audio/gstaudiosrc.h:
4590         * gst-libs/gst/audio/gstbaseaudiosink.c:
4591         * gst-libs/gst/audio/gstbaseaudiosink.h:
4592         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4593         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4594         * gst-libs/gst/audio/gstringbuffer.h:
4595         * gst-libs/gst/audio/multichannel.h:
4596         * gst-libs/gst/floatcast/floatcast.h:
4597         * gst-libs/gst/interfaces/colorbalance.c:
4598         * gst-libs/gst/interfaces/colorbalance.h:
4599         * gst-libs/gst/interfaces/colorbalancechannel.h:
4600         * gst-libs/gst/interfaces/mixer.h:
4601         * gst-libs/gst/interfaces/mixeroptions.h:
4602         * gst-libs/gst/interfaces/mixertrack.h:
4603         * gst-libs/gst/interfaces/navigation.h:
4604         * gst-libs/gst/interfaces/propertyprobe.h:
4605         * gst-libs/gst/interfaces/tuner.h:
4606         * gst-libs/gst/interfaces/tunerchannel.h:
4607         * gst-libs/gst/interfaces/tunernorm.h:
4608         * gst-libs/gst/interfaces/xoverlay.h:
4609         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4610         * gst-libs/gst/riff/riff-ids.h:
4611         * gst-libs/gst/riff/riff-media.h:
4612         * gst-libs/gst/riff/riff-read.h:
4613         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4614         * gst-libs/gst/rtp/gstbasertppayload.c:
4615         * gst-libs/gst/rtp/gstbasertppayload.h:
4616         * gst-libs/gst/rtp/gstrtpbuffer.c:
4617         * gst-libs/gst/rtp/gstrtpbuffer.h:
4618         * gst-libs/gst/tag/gsttageditingprivate.h:
4619         * gst-libs/gst/tag/gstvorbistag.c:
4620         (gst_tag_list_from_vorbiscomment_buffer):
4621         * gst-libs/gst/tag/tag.h:
4622         * gst-libs/gst/video/video.h:
4623         * gst/adder/gstadder.c:
4624         * gst/adder/gstadder.h:
4625         * gst/audioconvert/audioconvert.c:
4626         * gst/audioconvert/audioconvert.h:
4627         * gst/audioconvert/gstaudioconvert.c:
4628         * gst/audioconvert/gstchannelmix.c:
4629         * gst/audioconvert/gstchannelmix.h:
4630         * gst/audiorate/gstaudiorate.c:
4631         * gst/audioresample/buffer.h:
4632         * gst/audioresample/functable.h:
4633         * gst/audioresample/gstaudioresample.c:
4634         * gst/audioresample/resample.h:
4635         * gst/ffmpegcolorspace/avcodec.h:
4636         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4637         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4638         * gst/ffmpegcolorspace/imgconvert.c:
4639         * gst/ffmpegcolorspace/imgconvert_template.h:
4640         * gst/playback/gstdecodebin.c:
4641         * gst/playback/gstplaybasebin.h:
4642         * gst/playback/gstplaybin.c:
4643         * gst/playback/gststreaminfo.h:
4644         * gst/tcp/gstfdset.c:
4645         * gst/tcp/gstfdset.h:
4646         * gst/tcp/gstmultifdsink.c:
4647         * gst/tcp/gstmultifdsink.h:
4648         * gst/tcp/gsttcp.h:
4649         * gst/tcp/gsttcpclientsrc.c:
4650         * gst/tcp/gsttcpclientsrc.h:
4651         * gst/tcp/gsttcpplugin.h:
4652         * gst/tcp/gsttcpserversink.c:
4653         * gst/tcp/gsttcpserversrc.c:
4654         * gst/typefind/gsttypefindfunctions.c:
4655         * gst/videorate/gstvideorate.c:
4656         * gst/videotestsrc/gstvideotestsrc.h:
4657         * gst/videotestsrc/videotestsrc.h:
4658         * sys/v4l/gstv4lcolorbalance.h:
4659         * sys/v4l/gstv4ltuner.h:
4660         * sys/v4l/gstv4lxoverlay.h:
4661         * sys/v4l/v4l_calls.h:
4662         * sys/v4l/videodev_mjpeg.h:
4663         * tests/check/elements/audioconvert.c:
4664         * tests/check/elements/audioresample.c:
4665         * tests/check/elements/audiotestsrc.c:
4666         * tests/check/elements/videotestsrc.c:
4667         * tests/check/elements/volume.c:
4668         * tests/examples/seek/scrubby.c:
4669         * tests/examples/seek/seek.c:
4670           expand tabs
4671
4672 === release 0.10.0 ===
4673
4674 2005-12-05   <thomas (at) apestaart (dot) org>
4675
4676         * configure.ac:
4677           releasing 0.10.0, "Mont-d'or"
4678
4679 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4680
4681         * tests/examples/seek/Makefile.am:
4682         Build fix for when gtk is not available.
4683
4684 2005-12-05  Andy Wingo  <wingo@pobox.com>
4685
4686         * ext/libvisual/visual.c: (get_buffer):
4687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4688         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4689         * ext/theora/theoradec.c: (theora_handle_data_packet):
4690         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4691         (theora_enc_chain):
4692         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4693         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4694         Update for alloc_buffer changes.
4695
4696 2005-12-05  Andy Wingo  <wingo@pobox.com>
4697
4698         patch by: Kai Vehmanen <kv2004 eca cx>
4699         
4700         * gst-libs/gst/rtp/gstbasertpdepayload.c
4701         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4702
4703 2005-12-04  Andy Wingo  <wingo@pobox.com>
4704
4705         patch by: Sebastien Cote <sebas642 yahoo ca>
4706         
4707         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4708         Fixes #319172.
4709
4710 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
4711
4712         * docs/plugins/Makefile.am:
4713         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4714         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4715         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4716         * ext/pango/gstclockoverlay.c:
4717         * ext/pango/gsttextoverlay.c: 
4718         * ext/pango/gsttextrender.c:
4719         * ext/pango/gsttimeoverlay.c:
4720           Add gtk-doc blurbs to pango elements.
4721
4722 2005-12-02  Wim Taymans  <wim@fluendo.com>
4723
4724         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4725         * gst/audioresample/buffer.h:
4726         * gst/audioresample/gstaudioresample.c:
4727         * gst/audioresample/gstaudioresample.h:
4728         * gst/audioresample/resample.c: (resample_input_flush),
4729         (resample_input_pushthrough), (resample_input_eos),
4730         (resample_get_output_size_for_input),
4731         (resample_get_input_size_for_output), (resample_get_output_size),
4732         (resample_get_output_data):
4733         * gst/audioresample/resample.h:
4734         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4735         Fix audioresample, seek torture, new segments, reverse negotiation
4736         etc.. work fine.
4737
4738 2005-12-02  Wim Taymans  <wim@fluendo.com>
4739
4740         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4741         Small cleanups.
4742
4743 2005-12-02  Wim Taymans  <wim@fluendo.com>
4744
4745         * gst/audioconvert/gstaudioconvert.c:
4746         (gst_audio_convert_transform):
4747         Post errors.
4748
4749 === release 0.9.7 ===
4750
4751 2005-12-01   <thomas (at) apestaart (dot) org>
4752
4753         * configure.ac:
4754           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4755
4756 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4757
4758         * Makefile.am:
4759         * po/hu.po:
4760         * win32/MANIFEST:
4761         * win32/gst.sln:
4762           add win32 MANIFEST file
4763           do something to the hungarian translation
4764
4765 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
4766
4767         * ext/Makefile.am:
4768           Add $(PANGO_DIR) to SUBDIRS
4769
4770         * ext/pango/gstclockoverlay.c:
4771         * ext/pango/gsttimeoverlay.c:
4772           Fix and improve element descriptions.
4773
4774 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4775
4776         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4777         * docs/plugins/inspect/plugin-libvisual.xml:
4778         * docs/plugins/inspect/plugin-pango.xml:
4779           add pango plugin to docs
4780
4781 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4782
4783         * configure.ac:
4784         * ext/Makefile.am:
4785           moved pango to base
4786
4787 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4788
4789         * configure.ac:
4790         * tests/Makefile.am:
4791         * tests/icles/.cvsignore:
4792         * tests/icles/Makefile.am:
4793         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4794         (close_display), (resize_window), (move_window), (create_window),
4795         (terminate_playback), (pause_playback), (start_playback), (main):
4796           add stress test for xoverlay from Julien
4797
4798 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4799
4800         * docs/libs/tmpl/gstcolorbalance.sgml:
4801         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4802         * gst-libs/gst/rtp/gstbasertppayload.c:
4803         * gst-libs/gst/rtp/gstrtpbuffer.c:
4804         * gst-libs/gst/rtp/gstrtpbuffer.h:
4805           Do burger's rename for rtp payloaders and depayloaders
4806
4807 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4808
4809         * win32/:
4810           add Visual Studio 6 build files
4811
4812 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4813
4814         * docs/libs/gst-plugins-base-libs-docs.sgml:
4815         * docs/libs/gst-plugins-base-libs-sections.txt:
4816         * docs/libs/tmpl/gstaudio.sgml:
4817         * docs/libs/tmpl/gstringbuffer.sgml:
4818         * gst-libs/gst/interfaces/xoverlay.c:
4819         * gst-libs/gst/video/gstvideofilter.c:
4820         * gst-libs/gst/video/gstvideosink.c:
4821           update documentation
4822
4823 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4824
4825         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4826         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4827         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4828         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4829         (gst_multi_fd_sink_get_stats),
4830         (gst_multi_fd_sink_remove_client_link),
4831         (gst_multi_fd_sink_handle_client_read),
4832         (gst_multi_fd_sink_client_queue_data),
4833         (gst_multi_fd_sink_client_queue_caps),
4834         (gst_multi_fd_sink_client_queue_buffer),
4835         (gst_multi_fd_sink_new_client),
4836         (gst_multi_fd_sink_handle_client_write),
4837         (gst_multi_fd_sink_recover_client),
4838         (gst_multi_fd_sink_queue_buffer),
4839         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4840         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4841         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4842         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4843         * gst/tcp/gstmultifdsink.h:
4844         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4845         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4846         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4847         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4848         (gst_tcp_client_sink_set_property),
4849         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4850         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4851         * gst/tcp/gsttcpclientsink.h:
4852         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4853         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4854         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4855         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4856         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4857         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4858         * gst/tcp/gsttcpclientsrc.h:
4859         * gst/tcp/gsttcpplugin.c: (plugin_init):
4860         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4861         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4862         (gst_tcp_server_sink_finalize),
4863         (gst_tcp_server_sink_handle_server_read),
4864         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4865         (gst_tcp_server_sink_set_property),
4866         (gst_tcp_server_sink_get_property),
4867         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4868         * gst/tcp/gsttcpserversink.h:
4869         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4870         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4871         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4872         (gst_tcp_server_src_set_property),
4873         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4874         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4875         * gst/tcp/gsttcpserversrc.h:
4876           more borgifying
4877
4878 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4879
4880         * docs/plugins/Makefile.am:
4881         * docs/plugins/gst-plugins-base-plugins.args:
4882         * docs/plugins/inspect/plugin-libvisual.xml:
4883         * gst/audioconvert/plugin.h:
4884         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4885         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4886         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4887         (gst_audio_rate_chain), (gst_audio_rate_set_property),
4888         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4889         (plugin_init):
4890         * gst/audiotestsrc/gstaudiotestsrc.c:
4891         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4892         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4893         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4894         (gst_audio_test_src_get_query_types),
4895         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4896         (gst_audio_test_src_create_square),
4897         (gst_audio_test_src_create_saw),
4898         (gst_audio_test_src_create_triangle),
4899         (gst_audio_test_src_create_silence),
4900         (gst_audio_test_src_create_white_noise),
4901         (gst_audio_test_src_init_pink_noise),
4902         (gst_audio_test_src_generate_pink_noise_value),
4903         (gst_audio_test_src_create_pink_noise),
4904         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4905         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4906         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4907         (plugin_init):
4908         * gst/audiotestsrc/gstaudiotestsrc.h:
4909         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4910         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4911         (gst_sub_parse_init), (gst_sub_parse_formats),
4912         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4913         (convert_encoding), (get_next_line),
4914         (gst_sub_parse_data_format_autodetect),
4915         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4916         (gst_sub_parse_loop), (gst_sub_parse_chain),
4917         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4918         (plugin_init):
4919         * gst/subparse/gstsubparse.h:
4920         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4921         (gst_video_rate_base_init), (gst_video_rate_class_init),
4922         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4923         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4924         (gst_video_rate_init), (gst_video_rate_event),
4925         (gst_video_rate_chain), (gst_video_rate_set_property),
4926         (gst_video_rate_get_property), (gst_video_rate_change_state),
4927         (plugin_init):
4928         * gst/videoscale/gstvideoscale.c:
4929         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4930         (gst_video_scale_src_template_factory),
4931         (gst_video_scale_sink_template_factory),
4932         (gst_video_scale_get_type), (gst_video_scale_base_init),
4933         (gst_video_scale_class_init), (gst_video_scale_init),
4934         (gst_video_scale_set_property), (gst_video_scale_get_property),
4935         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4936         (gst_video_scale_prepare_size), (parse_caps),
4937         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4938         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4939         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4940         (plugin_init):
4941         * gst/videoscale/gstvideoscale.h:
4942         * gst/videotestsrc/gstvideotestsrc.c:
4943         (gst_video_test_src_pattern_get_type),
4944         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4945         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4946         (gst_video_test_src_set_pattern),
4947         (gst_video_test_src_set_property),
4948         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4949         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4950         (gst_video_test_src_event), (gst_video_test_src_get_times),
4951         (gst_video_test_src_create), (plugin_init):
4952         * gst/videotestsrc/gstvideotestsrc.h:
4953         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
4954         (gst_video_test_src_smpte), (gst_video_test_src_snow),
4955         (gst_video_test_src_black):
4956         * gst/videotestsrc/videotestsrc.h:
4957           borgify further
4958           clean up docs a little
4959
4960 2005-11-30  Wim Taymans  <wim@fluendo.com>
4961
4962         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4963         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4964         (gst_basertppayload_event), (gst_basertppayload_push),
4965         (gst_basertppayload_change_state):
4966         * gst-libs/gst/rtp/gstbasertppayload.h:
4967         closed #320644.
4968
4969 2005-11-30  Julien MOUTTE  <julien@moutte.net>
4970
4971         * docs/libs/gst-plugins-base-libs-docs.sgml:
4972         * docs/libs/gst-plugins-base-libs-sections.txt:
4973         * gst-libs/gst/video/gstvideofilter.c:
4974         * gst-libs/gst/video/gstvideosink.c:
4975         * gst-libs/gst/video/gstvideosink.h: Adding docs.
4976
4977 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4978
4979         * LICENSE:
4980           move
4981         * po/af.po:
4982         * po/az.po:
4983         * po/cs.po:
4984         * po/en_GB.po:
4985         * po/hu.po:
4986         * po/it.po:
4987         * po/nb.po:
4988         * po/nl.po:
4989         * po/or.po:
4990         * po/sq.po:
4991         * po/sr.po:
4992         * po/sv.po:
4993         * po/uk.po:
4994         * po/vi.po:
4995         * Makefile.am:
4996           update
4997         * scripts/autoplugins.sh:
4998           remove
4999
5000 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5001
5002         * Makefile.am:
5003         * configure.ac:
5004         * examples/Makefile.am:
5005         * examples/capsfilter/Makefile.am:
5006         * examples/capsfilter/capsfilter1.c:
5007         * examples/gob/Makefile.am:
5008         * examples/gob/gst-identity2.gob:
5009         * examples/indexing/.cvsignore:
5010         * examples/indexing/Makefile.am:
5011         * examples/indexing/indexmpeg.c:
5012         * examples/seeking/.cvsignore:
5013         * examples/seeking/Makefile.am:
5014         * examples/seeking/cdparanoia.c:
5015         * examples/seeking/cdplayer.c:
5016         * examples/seeking/chained.c:
5017         * examples/seeking/scrubby.c:
5018         * examples/seeking/seek.c:
5019         * examples/stats/Makefile.am:
5020         * examples/stats/mp2ogg.c:
5021         * examples/switch/.cvsignore:
5022         * examples/switch/Makefile.am:
5023         * examples/switch/switcher.c:
5024         * tests/Makefile.am:
5025         * tests/check/generic/.cvsignore:
5026         * tests/check/pipelines/.cvsignore:
5027         * tests/examples/Makefile.am:
5028         * tests/examples/seek/Makefile.am:
5029           reorganize stuff under tests/
5030
5031 2005-11-30  Edward Hervey  <edward@fluendo.com>
5032
5033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5034         Go away you stupid GstStaticPadTemplate memleak.
5035
5036 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5037
5038         * gst-libs/gst/net/Makefile.am:
5039         * gst-libs/gst/net/README:
5040         * gst-libs/gst/net/gstnetbuffer.c:
5041         * gst-libs/gst/net/gstnetbuffer.h:
5042           this was moved to "netbuffer"
5043
5044 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5045
5046         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
5047         (gst_video_filter_class_init), (gst_video_filter_init):
5048         * gst-libs/gst/video/gstvideofilter.h:
5049           borgify name to bring in line with other classes
5050
5051 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5052
5053         * gst/audioscale/.cvsignore:
5054         * gst/audioscale/Makefile.am:
5055         * gst/audioscale/README:
5056         * gst/audioscale/audioscale.vcproj:
5057         * gst/audioscale/dtof.c:
5058         * gst/audioscale/dtos.c:
5059         * gst/audioscale/functable.c:
5060         * gst/audioscale/gstaudioscale.c:
5061         * gst/audioscale/gstaudioscale.h:
5062         * gst/audioscale/private.h:
5063         * gst/audioscale/resample.c:
5064         * gst/audioscale/resample.h:
5065         * gst/audioscale/test.c:
5066           remove
5067
5068 2005-11-30  Edward Hervey  <edward@fluendo.com>
5069
5070         * gst-libs/gst/netbuffer/Makefile.am:
5071         really, really tired
5072
5073 2005-11-30  Edward Hervey  <edward@fluendo.com>
5074
5075         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5076         Update for new GstTypeFindFactory _register()
5077
5078 2005-11-30  Edward Hervey  <edward@fluendo.com>
5079
5080         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
5081         Let's not override libgstnet from core for no reason...
5082         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
5083         Ok, maybe not so quick next time.
5084
5085 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5086
5087         * configure.ac:
5088         * gst-libs/gst/Makefile.am:
5089           moved gst-libs/gst/net to netbuffer through CVS surgery
5090           remove old directory
5091           updating build to accomodate
5092           (#322257)
5093
5094 2005-11-29  Andy Wingo  <wingo@pobox.com>
5095
5096         * pkgconfig/gstreamer-plugins-base.pc.in:
5097         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5098         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
5099         (#322257).
5100
5101 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5102
5103         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5104         3rd time's the charm. Correct ref-counting for discarded buffers.
5105
5106 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5107
5108         * gst/playback/gststreamselector.c:
5109         (gst_stream_selector_class_init),
5110         (gst_stream_selector_set_property),
5111         (gst_stream_selector_get_property),
5112         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5113         Fix ref-counting
5114
5115 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
5116
5117         * gst/subparse/gstsubparse.c: (feed_textbuf):
5118           Don't access already unref'ed buffer.
5119
5120 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5121
5122         * gst/playback/gststreamselector.c:
5123         (gst_stream_selector_class_init), (gst_stream_selector_init),
5124         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
5125         (gst_stream_selector_get_property),
5126         (gst_stream_selector_get_linked_pad),
5127         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5128         * gst/playback/gststreamselector.h:
5129         Add the active-pad property for playbin to use shortly. Ignore buffers
5130         from any other pad, returning GST_FLOW_NOT_LINKED
5131
5132 2005-11-29  Julien MOUTTE  <julien@moutte.net>
5133
5134         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
5135         patch from bug #322704 (Alessandro Decina).
5136
5137 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5138
5139         * gst-libs/gst/audio/Makefile.am:
5140           folded audiofilter into the audio library
5141
5142 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5143
5144         * gst/videoscale/gstvideoscale.h:
5145         * gst/videoscale/gstvideoscale.c:
5146           remove unimplemented scale methods
5147
5148 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
5149
5150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
5151           Don't leak caps.
5152
5153 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5154
5155         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5156         (gst_ximagesink_setcaps):
5157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5158         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
5159         happens (only visible on ximagesink but bug is in xv too) set_caps was
5160         destroying the internal x[v]image used to memcpy non locally alloced
5161         buffers so that it got renewed on next _chain. The issue is that 
5162         _expose will try to put that image as it reffed it in _put.
5163         Using gst_buffer_unref instead of destroy fixes it !
5164
5165 2005-11-28  Edward Hervey  <edward@fluendo.com>
5166
5167         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5168         (try_to_link_1), (queue_filled_cb):
5169         Better use of the queues. Start with a small size queue and only increase
5170         the size of the queues when the other queues are empty.
5171
5172 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5173
5174         * gst-libs/gst/video/Makefile.am:
5175           compile in copied-over videofilter into the video library
5176         * gst-libs/gst/video/videosink.h:
5177           rename the header to gstvideosink.h since it's a base GstObject class
5178         * sys/ximage/ximagesink.h:
5179         * sys/xvimage/xvimagesink.h:
5180           use the new header
5181
5182 2005-11-28  Wim Taymans  <wim@fluendo.com>
5183
5184         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
5185         * gst/playback/gstplaybasebin.h:
5186         Prepare to handle errors betters.
5187
5188         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5189         Set sinks to PAUSED first before adding and linking them so that
5190         we don't interrupt dataflow.
5191
5192 2005-11-28  Wim Taymans  <wim@fluendo.com>
5193
5194         * gst-libs/gst/audio/TODO:
5195         Updated TODO
5196
5197         * gst-libs/gst/audio/gstaudiosink.c:
5198         (gst_audioringbuffer_open_device),
5199         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5200         (gst_audioringbuffer_release):
5201         Small cleanups.
5202
5203         * gst-libs/gst/audio/gstbaseaudiosink.c:
5204         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
5205         (gst_base_audio_sink_change_state):
5206         Slave to the master clock when going to PLAYING and unslave when
5207         going to PAUSED.
5208
5209         * gst-libs/gst/audio/gstringbuffer.c:
5210         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5211         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5212         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5213         (gst_ring_buffer_clear_all), (wait_segment),
5214         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5215         (gst_ring_buffer_advance):
5216         * gst-libs/gst/audio/gstringbuffer.h:
5217         Add some docs and cleanups.
5218
5219 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5220
5221         * sys/xvimage/xvimagesink.c:
5222         (gst_xvimagesink_navigation_send_event): Fix navigation events
5223         coordinates translation with pixel aspect ratios.
5224
5225 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5226
5227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5228         Use calculated video geometry from _setcaps instead of buffer
5229         caps to respect pixel aspect ratio. (fixes #322388)
5230
5231 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5232
5233         * docs/libs/tmpl/gstcolorbalance.sgml:
5234         * docs/libs/tmpl/gstmixer.sgml:
5235         * docs/libs/tmpl/gstxoverlay.sgml:
5236         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
5237         interface.
5238
5239 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5240
5241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5242         Refuse to create an XvImage if we can't find the format.
5243
5244 2005-11-28  Edward Hervey  <edward@fluendo.com>
5245
5246         * gst-libs/gst/riff/riff-media.c:
5247         (gst_riff_create_audio_template_caps):
5248         Add ATRAC3 to the list of riff-possible audio caps.
5249         I know we still don't have a plugin for atrac3, but it's saner to output
5250         that than a cryptic mimetype.
5251
5252 2005-11-27  Edward Hervey  <edward@fluendo.com>
5253
5254         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
5255         Don't try to create a zero-sized subbuffer.
5256
5257 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5258
5259         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
5260         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5261         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
5262         (gst_ximagesink_expose): Fixed a tricky race.
5263         * sys/ximage/ximagesink.h:
5264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5265         (gst_xvimagesink_expose): Fixed a tricky race.
5266         * sys/xvimage/xvimagesink.h:
5267
5268 2005-11-27  Edward Hervey  <edward@fluendo.com>
5269
5270         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5271         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
5272         Remove unused properties, and add queues between demuxers and decoders
5273         so that a lot more files can preroll properly.
5274
5275 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5276
5277         * gst-libs/gst/net/Makefile.am:
5278         * gst-libs/gst/rtp/Makefile.am:
5279         * gst-libs/gst/tag/Makefile.am:
5280           remove silly include
5281         * gst/tags/Makefile.am:
5282         * gst/tags/gsttagediting.c:
5283         * gst/tags/gsttageditingprivate.h:
5284         * gst/tags/tagedit.vcproj:
5285           remove directory, is as good as empty
5286
5287 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5288
5289         * configure.ac:
5290           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
5291         * gst-libs/Makefile.am:
5292         * gst-libs/gst/audio/Makefile.am:
5293         * gst-libs/gst/interfaces/Makefile.am:
5294         * gst-libs/gst/net/Makefile.am:
5295         * gst-libs/gst/riff/Makefile.am:
5296         * gst-libs/gst/rtp/Makefile.am:
5297         * gst-libs/gst/tag/Makefile.am:
5298         * gst-libs/gst/video/Makefile.am:
5299           and use them
5300
5301 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5302
5303         * docs/libs/tmpl/gstcolorbalance.sgml:
5304         * docs/libs/tmpl/gstmixer.sgml:
5305         * docs/libs/tmpl/gstxoverlay.sgml:
5306         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
5307         * sys/ximage/ximagesink.h:
5308         * sys/xvimage/xvimagesink.h: More and more documentation.
5309
5310 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5311
5312         * docs/libs/gst-plugins-base-libs-docs.sgml:
5313         * docs/libs/gst-plugins-base-libs-sections.txt:
5314         * docs/libs/tmpl/gstcolorbalance.sgml:
5315         * docs/libs/tmpl/gstmixer.sgml:
5316         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
5317         to documentation.
5318
5319 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5320
5321         * docs/plugins/Makefile.am:
5322         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5323         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5324         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
5325
5326 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5327
5328         * docs/plugins/Makefile.am:
5329         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5330         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5331         * docs/plugins/inspect/plugin-adder.xml:
5332         * docs/plugins/inspect/plugin-alsa.xml:
5333         * docs/plugins/inspect/plugin-audioconvert.xml:
5334         * docs/plugins/inspect/plugin-audiorate.xml:
5335         * docs/plugins/inspect/plugin-audioresample.xml:
5336         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5337         * docs/plugins/inspect/plugin-decodebin.xml:
5338         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5339         * docs/plugins/inspect/plugin-gnomevfs.xml:
5340         * docs/plugins/inspect/plugin-ogg.xml:
5341         * docs/plugins/inspect/plugin-playbin.xml:
5342         * docs/plugins/inspect/plugin-subparse.xml:
5343         * docs/plugins/inspect/plugin-tcp.xml:
5344         * docs/plugins/inspect/plugin-theora.xml:
5345         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5346         * docs/plugins/inspect/plugin-video4linux.xml:
5347         * docs/plugins/inspect/plugin-videorate.xml:
5348         * docs/plugins/inspect/plugin-videoscale.xml:
5349         * docs/plugins/inspect/plugin-videotestsrc.xml:
5350         * docs/plugins/inspect/plugin-volume.xml:
5351         * docs/plugins/inspect/plugin-vorbis.xml:
5352         * docs/plugins/inspect/plugin-ximagesink.xml:
5353         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
5354         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
5355
5356 2005-11-26  Edward Hervey  <edward@fluendo.com>
5357
5358         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
5359         Properly return GstFlowReturn from gst_pad_push in chain functions.
5360
5361 2005-11-25  Michael Smith  <msmith@fluendo.com>
5362
5363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5364         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5365         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5366         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5367           Handle various conditions better when we don't understand a stream.
5368           Removes a heap of CRITICALs on ogg streams containing unknown data.
5369
5370 2005-11-24  Andy Wingo  <wingo@pobox.com>
5371
5372         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
5373         Be threadsafe.
5374
5375 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5376
5377         * configure.ac: back to HEAD
5378
5379 === release 0.9.6 ===
5380
5381 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
5382
5383         * configure.ac:
5384           releasing 0.9.6, "White Eight"
5385
5386 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5387
5388         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5389         * docs/plugins/inspect/plugin-sine.xml:
5390           remove sinesrc some more
5391
5392 2005-11-23  Wim Taymans  <wim@fluendo.com>
5393
5394         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5395         If we are reading too slowly, jump forward in the ringbuffer
5396         instead of blocking.
5397
5398 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5399
5400         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5401         (gst_visual_chain):
5402         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
5403         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
5404         (gst_videorate_chain):
5405         * gst/videotestsrc/gstvideotestsrc.c:
5406         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
5407         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
5408         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
5409         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
5410         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5411         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5412           Updates for API changes
5413
5414 2005-11-23  Wim Taymans  <wim@fluendo.com>
5415
5416         * gst-libs/gst/audio/gstbaseaudiosink.c:
5417         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5418         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5419         Fix for calibration API change.
5420
5421 2005-11-23  Michael Smith <msmith@fluendo.com>
5422
5423         * gst-libs/gst/audio/multichannel.c:
5424         (gst_audio_get_channel_positions),
5425         (gst_audio_set_channel_positions),
5426         (gst_audio_set_structure_channel_positions_list),
5427         (gst_audio_fixate_channel_positions):
5428           Use gst_value_array_*() functions on value arrays, not
5429           gst_value_list_*().
5430
5431 2005-11-23  Edward Hervey  <edward@fluendo.com>
5432
5433         * autogen.sh:
5434         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
5435         Fixes autogen
5436
5437 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5438
5439         * check/Makefile.am:
5440         * check/elements/videotestsrc.c: (setup_videotestsrc),
5441         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
5442         (main):
5443           add a test for videotestsrc
5444
5445 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5446
5447         * gst/sine/.cvsignore:
5448         * gst/sine/Makefile.am:
5449         * gst/sine/gstsinesrc.c:
5450         * gst/sine/gstsinesrc.h:
5451         * gst/sine/sinesrc.vcproj:
5452           and remove sinesrc from the repository.  Closes #321446
5453
5454 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5455
5456         * configure.ac:
5457         * gst-plugins-base.spec.in:
5458           remove sinesrc from the build
5459
5460 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5461
5462         * check/Makefile.am:
5463         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5464         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5465         (main):
5466           add a test for audiotestsrc, testing all waves.  Even seems
5467           leak-free at first glance, nice job Stefan
5468
5469 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5470
5471         * po/af.po:
5472         * po/az.po:
5473         * po/cs.po:
5474         * po/en_GB.po:
5475         * po/hu.po:
5476         * po/it.po:
5477         * po/nb.po:
5478         * po/nl.po:
5479         * po/or.po:
5480         * po/sq.po:
5481         * po/sr.po:
5482         * po/sv.po:
5483         * po/uk.po:
5484         * po/vi.po:
5485           Translation string updates
5486
5487         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5488         (gst_v4lsrc_set_caps):
5489         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5490         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5491         * sys/v4l/v4lsrc_calls.h:
5492           Improve v4lsrc, by making it work again.
5493
5494 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5495
5496         * ext/libvisual/visual.c: (gst_visual_chain):
5497           Fix the fps calculations.
5498
5499         * gst/ffmpegcolorspace/avcodec.h:
5500           Move structure element for clarity
5501
5502         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5503         * gst-libs/gst/interfaces/tunernorm.h:
5504         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5505         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5506         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5507         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5508         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5509         (gst_v4lmjpegsrc_getcaps):
5510         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5511         (gst_v4lsrc_set_caps):
5512         * sys/v4l/gstv4lsrc.h:
5513         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5514         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5515         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5516         * sys/v4l/v4lsrc_calls.h:
5517           Fractional framerates...
5518
5519 2005-11-22  Wim Taymans  <wim@fluendo.com>
5520
5521         * gst-libs/gst/audio/gstbaseaudiosink.c:
5522         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5523         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5524         And we provide a clock by default, of course...
5525
5526 2005-11-22  Wim Taymans  <wim@fluendo.com>
5527
5528         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5529         This clock can be slaved to a master clock now.
5530
5531         * gst-libs/gst/audio/gstbaseaudiosink.c:
5532         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5533         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5534         (gst_base_audio_sink_set_clock),
5535         (gst_base_audio_sink_set_property),
5536         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5537         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5538         * gst-libs/gst/audio/gstbaseaudiosink.h:
5539         Handle slaving the internal clock to the clock selected in the
5540         pipeline.
5541         Add property to make the basesink not provide a clock.
5542
5543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5544         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5545         (gst_base_rtp_depayload_wait):
5546         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5547         We can use the clock in GstElement, no need to store it ourselves.
5548
5549 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5550
5551         * docs/libs/tmpl/gstaudio.sgml:
5552           update
5553         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5554         (gst_paranoia_endian_get_type):
5555         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5556         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5557         * gst/audiotestsrc/gstaudiotestsrc.c:
5558         (gst_audiostestsrc_wave_get_type):
5559         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5560         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5561         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5562         (gst_sync_method_get_type), (gst_unit_type_get_type),
5563         (gst_client_status_get_type), (gst_multifdsink_class_init),
5564         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5565         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5566         (gst_multifdsink_get_property):
5567         * gst/tcp/gstmultifdsink.h:
5568         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5569         * gst/videotestsrc/gstvideotestsrc.c:
5570         (gst_videotestsrc_pattern_get_type):
5571           remove deprecated properties
5572           fix up enums to correctly have short lowercase dashed nicks
5573
5574 2005-11-22  Michael Smith <msmith@fluendo.com>
5575
5576         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5577         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5578           Add underscore.
5579
5580 2005-11-22  Michael Smith <msmith@fluendo.com>
5581
5582         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5583         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5584           Use utility method for scaling clocktime for fractional framerates.
5585
5586 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
5587
5588         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5589         (gst_visual_chain):
5590         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5591         * ext/theora/theoradec.c: (theora_handle_type_packet):
5592         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5593         (theora_enc_chain):
5594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5595         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5596         * gst-libs/gst/video/video.h:
5597         * gst/ffmpegcolorspace/avcodec.h:
5598         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5599         (gst_ffmpeg_caps_to_pixfmt):
5600         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5601         (gst_ffmpegcsp_set_caps):
5602         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5603         (gst_videorate_setcaps), (gst_videorate_blank_data),
5604         (gst_videorate_chain):
5605         * gst/videotestsrc/gstvideotestsrc.c:
5606         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5607         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5608         (gst_videotestsrc_event), (gst_videotestsrc_create):
5609         * gst/videotestsrc/gstvideotestsrc.h:
5610         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5611         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5612         (gst_ximagesink_get_times), (gst_ximagesink_init):
5613         * sys/ximage/ximagesink.h:
5614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5615         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5616         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5617         * sys/xvimage/xvimagesink.h:
5618           Convert elements to use fractions for their framerate.
5619           V4L elements to come later tonight.
5620
5621 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5622
5623         * gst-libs/gst/audio/audio.c:
5624         * gst-libs/gst/audio/audio.h:
5625           remove some deprecated functions
5626
5627 2005-11-22  Andy Wingo  <wingo@pobox.com>
5628
5629         * Update for gst_tag_setter API changes.
5630
5631 2005-11-22  Andy Wingo  <wingo@pobox.com>
5632
5633         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5634         (gst_ogg_demux_perform_seek):
5635         * ext/theora/theoradec.c (theora_dec_sink_event):
5636         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5637         update-funcnames.
5638
5639 2005-11-22  Wim Taymans  <wim@fluendo.com>
5640
5641         * examples/seeking/seek.c: (main):
5642         Give higher priority to bus signals than the gtk events
5643         to fix a race condition in the segment looping.
5644
5645 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5646
5647         * ext/theora/Makefile.am:
5648         * ext/vorbis/Makefile.am:
5649         * gst-libs/gst/tag/Makefile.am:
5650         * gst-plugins-base.spec.in:
5651           Rename libgsttagedit to libgsttag (#322117).
5652
5653 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5654
5655         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5657           Call gst_x_overlay_prepare_xwindow_id() to give applications
5658           a final chance to set their own xwindow id before the video
5659           sink creates its own window.
5660
5661 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5662
5663         * sys/xvimage/xvimagesink.c:
5664         (gst_xvimagesink_navigation_send_event): Handle navigation
5665         events correcly with borders if applicable.
5666
5667 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5668
5669         Patch by: Luca Ognibene
5670
5671         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5672         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5674         (gst_ffmpegcsp_caps_remove_format_info):
5675         * gst/ffmpegcolorspace/imgconvert.c:
5676         * gst/ffmpegcolorspace/imgconvert_template.h:
5677           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5678           #318353); use gst_structure_has_name().
5679
5680 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5681
5682         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5683         (gst_ximagesink_class_init): Add debug macros on functions.
5684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5685         (gst_xvimagesink_xwindow_draw_borders),
5686         (gst_xvimagesink_xvimage_put),
5687         (gst_xvimagesink_xwindow_update_geometry),
5688         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5689         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5690         (gst_xvimagesink_xcontext_clear),
5691         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5692         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5693         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5694         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5695         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5696         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5697         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5698         expose while being PAUSED, out of data flow navigation events, etc..
5699
5700 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5701
5702         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5703         * gst-libs/gst/audio/audio.h:
5704           fix prototype - wondering why the test worked regardless
5705
5706 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5707
5708         * check/Makefile.am:
5709         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5710         * gst-libs/gst/audio/audio.h:
5711           add a method that returns a proper GstClockTime
5712
5713 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5714
5715         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5716         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5717         * gst-libs/gst/interfaces/xoverlay.h:
5718           Remove everything having to do with the desired size; add 
5719           gst_x_overlay_prepare_xwindow_id() function; remove the
5720           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5721           post a message on the bus instead (#321816).
5722
5723         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5725         (gst_xvimagesink_xoverlay_init):
5726           Remove desired size stuff (#321816).
5727
5728 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5731         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5732         (mpeg_video_type_find), (mpeg_video_stream_type_find):
5733           Terminate vararg functions with NULL instead of 0 to 
5734           make gcc4 happy.
5735
5736 2005-11-21  Andy Wingo  <wingo@pobox.com>
5737
5738         patch by: Sebastien Cote <sebas642@yahoo.ca>
5739         
5740         * gst-libs/gst/rtp/gstrtpbuffer.h: 
5741         * gst-libs/gst/rtp/gstrtpbuffer.c
5742         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5743
5744 2005-11-21  Andy Wingo  <wingo@pobox.com>
5745
5746         * gst/playback/gstplaybin.c (gen_audio_element) 
5747         (gen_video_element): Use the new MISSING_PLUGIN core error
5748         category. Closes #320060.
5749
5750         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
5751         * gst/videorate/gstvideorate.c (gst_videorate_event):
5752         * ext/theora/theoradec.c (theora_dec_sink_event): 
5753         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5754         stream lock.
5755
5756         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5757         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5758         stream lock changes.
5759
5760 2005-11-21  Wim Taymans  <wim@fluendo.com>
5761
5762         * gst-libs/gst/audio/gstbaseaudiosink.c:
5763         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5764         (gst_base_audio_sink_provide_clock),
5765         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5766         (gst_base_audio_sink_change_state):
5767         * gst/audioresample/gstaudioresample.c:
5768         Segment update fix.
5769
5770 2005-11-21  Andy Wingo  <wingo@pobox.com>
5771
5772         * *.h:
5773         * *.c: Ran scripts/update-macros. Oh yes.
5774
5775 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5776
5777         * sys/ximage/Makefile.am:
5778         * sys/ximage/ximage.c:
5779           Rename ximage plugin to ximagesink (#321426) (Don't forget to
5780           remove your old libgstximage.* manually if necessary).
5781
5782 2005-11-21  Michael Smith <msmith@fluendo.com>
5783
5784         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5785           Minimal fix for bug #320200: set the min/max bitrate in the correct
5786           units. A better fix would be to upgrade to the RATEMANAGE2
5787           interface, rather than using the deprecated interface used here, but
5788           that would require an update in our libvorbis dependency (to 1.1),
5789           which is probably undesirable.
5790
5791 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
5792
5793         * ext/libvisual/visual.c: (get_buffer):
5794         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5795         (gst_base_audio_src_fixate):
5796         * gst/audioconvert/gstaudioconvert.c:
5797         (gst_audio_convert_fixate_caps):
5798         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5799         * gst/audiotestsrc/gstaudiotestsrc.c:
5800         (gst_audiotestsrc_src_fixate):
5801         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5802         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5803         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5804         * gst/videotestsrc/gstvideotestsrc.c:
5805         (gst_videotestsrc_src_fixate):
5806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5808           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5809           (#322027)
5810
5811
5812 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5813
5814         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5815         (gst_riff_create_iavs_caps):
5816         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5817         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5818         (gst_riff_parse_info):
5819         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5822           Fixes for GST_FOURCC_FORMAT API change.
5823
5824 2005-11-21  Andy Wingo  <wingo@pobox.com>
5825
5826         patch by: Alessandro Dessina <alessandro nnva org>
5827
5828         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5829         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5830         (gst_ogg_parse_chain):
5831         * ext/theora/theoraenc.c (theora_set_header_on_caps):
5832         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5833         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5834         gst_value_list calls on arrays. Fixes #321962.
5835
5836 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5839         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5840         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5841         * gst/adder/gstadder.c: (gst_adder_init),
5842         (gst_adder_request_new_pad), (gst_adder_collected),
5843         (gst_adder_change_state):
5844           Update for gst_collectpads_foo() to gst_collect_pads_foo()
5845           API change.
5846
5847 2005-11-21  Michael Smith <msmith@fluendo.com>
5848
5849         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5850         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5851           Properly handle pad_push return values.
5852
5853 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
5854
5855         * gst-libs/gst/tag/Makefile.am:
5856         * gst-libs/gst/tag/gstvorbistag.c:
5857         (gst_tag_list_to_vorbiscomment_buffer):
5858           Remove obsolete vorbistag element and debug category.
5859
5860         * gst/playback/gstplaybasebin.c: (check_queue):
5861           Don't divide by 0 when queue-threshold is 0.
5862
5863         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5864           Don't modify an existing pixel-aspect-ratio if we fail to read
5865           a new one.
5866
5867 2005-11-20  Wim Taymans  <wim@fluendo.com>
5868
5869         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5870         (gst_vorbisenc_push_packet):
5871         GST_PAD_IS_USABLE is gone, use the return value of
5872         the push or pad_alloc_buffer instead.
5873
5874 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5875
5876         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5877         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5878         (gst_ximagesink_ximage_destroy),
5879         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5880         (gst_ximagesink_xwindow_new),
5881         (gst_ximagesink_xwindow_update_geometry),
5882         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5883         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5884         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5885         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5886         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5887         (gst_ximagesink_navigation_send_event),
5888         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5889         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5890         (gst_ximagesink_finalize), (gst_ximagesink_init),
5891         (gst_ximagesink_class_init):
5892         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5893         This new version brings correct software scaling, non flickering
5894         window while resizing, pixel aspect ratio handling, usage of
5895         hardware buffer pools, out of data flow event thread for 
5896         navigation and handling of expose events even when being PAUSED,
5897         a new property to keep video aspect ratio when resizing, etc...
5898
5899 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5900
5901         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5902         (gst_videoscale_fixate_caps): Introduce back caps fixate with
5903         handling of PAR.
5904
5905 2005-11-18    <bilboed@dvdsrc.fluendo.com>
5906
5907         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
5908         Unsetting IS_SINK flag from the fakesink, so decodebin
5909         never behaves as a sink.
5910
5911 2005-11-17  Wim Taymans  <wim@fluendo.com>
5912
5913         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5914         (gst_base_audio_src_change_state):
5915         Fix the audiosrc base class again, we did not unflush.
5916
5917 2005-11-17  Julien MOUTTE  <julien@moutte.net>
5918
5919         * examples/seeking/seek.c: (make_dv_pipeline),
5920         (make_vorbis_theora_pipeline), (make_avi_pipeline),
5921         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5922         to ogg/vorbis/theora pipeline.
5923
5924 2005-11-17  Wim Taymans  <wim@fluendo.com>
5925
5926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5927         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5928         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5929         Fix EOS on multiple streams.
5930         More debugging.
5931
5932 2005-11-16  Wim Taymans  <wim@fluendo.com>
5933
5934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5935         (gst_ogg_demux_perform_seek):
5936         Segment done must include stream time.
5937
5938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5939         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5940         (gst_ogg_mux_change_state):
5941         Fix ogg muxer again.
5942
5943 2005-11-16  Wim Taymans  <wim@fluendo.com>
5944
5945         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5946         Fix compile again.
5947
5948 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5949
5950         * ext/libvisual/visual.c: (gst_visual_init):
5951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5952         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
5953         (gst_ogg_parse_chain):
5954         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5955         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
5956         * ext/theora/theoradec.c: (gst_theora_dec_init):
5957         * ext/theora/theoraenc.c: (gst_theora_enc_init):
5958         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5959         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
5960         * gst/adder/gstadder.c: (gst_adder_class_init),
5961         (gst_adder_dispose):
5962         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5963         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5964         * gst/videorate/gstvideorate.c: (gst_videorate_init):
5965           Fix a whole set of pad template leaks
5966
5967 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5968
5969         * check/generic/states.c: (GST_START_TEST):
5970           fix the test so that it only checks for elements that are part of
5971           this source module
5972
5973 2005-11-16  Michael Smith <msmith@fluendo.com>
5974
5975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
5976         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
5977         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5978         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5979         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
5980         (gst_ogg_mux_change_state):
5981           Fix leaking collectpads.
5982
5983 2005-11-16  Edward Hervey  <edward@fluendo.com>
5984
5985         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5986         (gst_videorate_event), (gst_videorate_chain):
5987         Handle segment seeks
5988
5989 2005-11-16  Wim Taymans  <wim@fluendo.com>
5990
5991         * gst-libs/gst/audio/gstbaseaudiosink.c:
5992         (gst_base_audio_sink_provide_clock),
5993         (gst_base_audio_sink_change_state):
5994         Set ringbuffer to non-flushing when going to PAUSED, set to
5995         flushing again when going to READY.
5996
5997         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5998         (gst_ring_buffer_stop):
5999         Start in flushing mode by default.
6000         Don't set flushing in the _stop method, let the app call
6001         this explicitly.
6002
6003 2005-11-16  Julien MOUTTE  <julien@moutte.net>
6004
6005         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
6006         * gst-libs/gst/video/videosink.h: Add helper function needed
6007         for video sinks.
6008
6009 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         * gst/videoscale/gstvideoscale.c:
6012         (gst_videoscale_handle_src_event):
6013           Don't leak reference to pad parent.
6014
6015 2005-11-16  Wim Taymans  <wim@fluendo.com>
6016
6017         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
6018         Set ringbuffer to flushing when stopping so that we don't
6019         block on wait_segment anymore and livelock.
6020
6021 2005-11-16  Wim Taymans  <wim@fluendo.com>
6022
6023         * examples/seeking/seek.c: (send_event), (do_seek),
6024         (loop_toggle_cb), (segment_done), (main):
6025         Added looping checkbox.
6026
6027 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6028
6029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6030         (gst_ogg_demux_init):
6031         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6032         (gst_vorbis_dec_init):
6033           revert unrefs, they don't pass make check
6034
6035 2005-11-15  Johan Dahlin  <johan@gnome.org>
6036
6037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6038         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
6039         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6040         (gst_vorbis_dec_init):
6041         Fix pad template leaks. 
6042
6043 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6046           Make state change function thread safe.
6047
6048 2005-11-15  Edward Hervey  <edward@fluendo.com>
6049
6050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
6051         (gst_ogg_demux_class_init):
6052         Implement GstElement::send_event, so we can send seek events
6053         in GST_STATE_READY
6054
6055 2005-11-14  Julien MOUTTE  <julien@moutte.net>
6056
6057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
6058         Discovered how to take away flickering while resizing the
6059         window. Please don't put that in ximagesink, refactoring in
6060         progress.
6061
6062 2005-11-14  Michael Smith <msmith@fluendo.com>
6063
6064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
6065         (gst_multifdsink_render):
6066           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
6067
6068 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6069
6070         * gst/playback/gstplaybin.c: (gen_audio_element):
6071           Use autoaudiosink, it tends to be more widely available than
6072           autoaudiiosink.
6073           
6074 2005-11-14  Andy Wingo  <wingo@pobox.com>
6075
6076         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
6077         as well if it is available. Fixes #316442.
6078
6079 2005-11-14  Michael Smith <msmith@fluendo.com>
6080
6081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
6082         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6083         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6084         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6085         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
6086         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
6087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
6088         (gst_vorbisenc_change_state):
6089           Fix a small memory leak in vorbisenc.
6090           Fix large memory leaks in oggmux, also fix lots of state change
6091           bugs in oggmux.
6092
6093 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6094
6095         * gst/videotestsrc/gstvideotestsrc.c:
6096         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
6097         (gst_videotestsrc_src_fixate):
6098           move fixation to a fixate function
6099           remove negotiate function, basesrc's is good enough
6100           fixes a bug for check when using the element alone
6101
6102 2005-11-13  Edward Hervey  <edward@fluendo.com>
6103
6104         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
6105         (key_toggle_cb), (main):
6106         Added checkboxes for adding/removing the accurate and key_unit seek
6107         flags.
6108
6109 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6110
6111         * configure.ac: back to HEAD
6112
6113 === release 0.9.5 ===
6114
6115 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
6116
6117         * configure.ac:
6118           releasing 0.9.5, "No No Kia"
6119
6120 2005-11-11  Edward Hervey  <edward@fluendo.com>
6121
6122         * examples/seeking/seek.c: (make_parselaunch_pipeline):
6123         Added parse-launch syntax seeking mode for the seeking example.
6124         This should help stress-test even more cases.
6125         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
6126
6127 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6128
6129         * sys/xvimage/xvimagesink.c:
6130         (gst_xvimagesink_navigation_send_event):
6131           Check whether peer pad exists before sending navigation events
6132           to it.
6133
6134 2005-11-11  Michael Smith <msmith@fluendo.com>
6135
6136         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
6137         (gst_vorbisenc_buffer_from_packet):
6138         * ext/vorbis/vorbisenc.h:
6139           Set duration on encoded buffers. This allows oggmux's
6140           max_page_delay parameter to actually work.
6141
6142 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6143
6144         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6145         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
6146         (gst_ffmpegcsp_avpicture_fill):
6147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6148         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
6149           Make palettes work again (see #132341). Use our own macros
6150           for rounding up.
6151
6152 2005-11-10  Andy Wingo  <wingo@pobox.com>
6153
6154         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
6155         string doober.
6156
6157 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6158
6159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6160         (gst_ffmpegcsp_transform_caps):
6161           Prefer passthrough in transform_caps
6162
6163 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6164
6165         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6166           check for ALSA errors properly, instead of relying on ALSA's
6167           error strings to serve to the user.
6168
6169 2005-11-10  Wim Taymans  <wim@fluendo.com>
6170
6171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
6172         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
6173         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
6174         Modernise the seek code.
6175
6176 2005-11-10  Michael Smith <msmith@fluendo.com>
6177         
6178         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
6179         (setup_substreams), (set_active_source):
6180           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
6181           trying to go to NULL if we failed to read a file.
6182
6183 2005-11-10  Wim Taymans  <wim@fluendo.com>
6184
6185         * gst/audiotestsrc/gstaudiotestsrc.c:
6186         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
6187         (gst_audiotestsrc_create):
6188         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6189         (gst_sinesrc_get_times), (gst_sinesrc_create):
6190         * gst/videotestsrc/gstvideotestsrc.c:
6191         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
6192         (gst_videotestsrc_create):
6193         The base class can now sync for us.
6194
6195 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6196
6197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
6198           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
6199           name=source autoprobe=false autoprobe-fps=false copy-mode=1
6200           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
6201           format=(fourcc)I420" ! xvimagesink
6202
6203 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6204
6205         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6206         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
6207         (gst_sinesrc_newsegment):
6208           Send newsegment event in TIME format, set duration if
6209           num-buffers is set, fix duration querying.
6210
6211 2005-11-10  Michael Smith <msmith@fluendo.com>
6212
6213         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6214         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6215         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6216         (gst_ogg_mux_collected):
6217          Fix EOS handling, partially. Now forwarding an EOS event once we have
6218          EOS on all pads works correctly. However, we still don't properly set
6219          EOS on the actual ogg stream pages.
6220
6221 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6222
6223         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
6224           Set elements to NULL state before disposing of them.
6225
6226 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
6227
6228         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6229
6230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6231         (gst_base_rtp_depayload_init),
6232         (gst_base_rtp_depayload_set_gst_timestamp):
6233         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6234           We need to send a newsegment event for each instance, not
6235           just for the first instance of this class (get rid of
6236           static variable in function). (#321011).
6237           
6238 2005-11-08  Michael Smith <msmith@fluendo.com>
6239
6240         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6241         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
6242         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
6243         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6244           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
6245           This makes us mux things correctly according to the ogg muxing
6246           rules. Still not handling EOS correctly right now, though.
6247
6248 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6249
6250         * gst/audioconvert/gstaudioconvert.c:
6251           Fix typo in docs. 
6252
6253 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6254
6255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6256         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
6257           Initialise segment_stop to GST_CLOCK_TIME_NONE when
6258           creating a new chain; should fix live streaming. Also
6259           add more debug output and fix a typo.
6260
6261 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
6262
6263         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6264
6265         * gst/volume/gstvolume.c: (volume_set_caps):
6266           Fix compilation on Solaris with Forte. (#320923)
6267
6268 2005-11-08  Wim Taymans  <wim@fluendo.com>
6269
6270         * gst-libs/gst/audio/gstbaseaudiosink.c:
6271         (gst_base_audio_sink_render):
6272         No need to do a typecheck.
6273
6274 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         * ext/alsa/gstalsa.h:
6277           We register a debug category, so let's use it.
6278
6279 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6280
6281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6282         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
6283         Fixed a small problem.
6284
6285 2005-11-04  Wim Taymans  <wim@fluendo.com>
6286
6287         * examples/seeking/Makefile.am:
6288         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
6289         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
6290         (make_playerbin_pipeline), (format_value), (update_scale),
6291         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
6292         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
6293         (print_usage), (main):
6294         Added app for playback speed testing.
6295
6296         * examples/seeking/seek.c: (dynamic_link),
6297         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
6298         (make_mpeg_pipeline), (do_seek), (set_update_scale),
6299         (message_received), (main):
6300         Updated seek example.
6301
6302 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6303
6304         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6305         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6306         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
6307         (gst_base_rtp_depayload_set_clock):
6308         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6309         Don't sleep on the bench (system clock) when you have a nice 
6310         comfortable bed (Gstreamer clock) to sleep on.
6311
6312 2005-11-03  Wim Taymans  <wim@fluendo.com>
6313
6314         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6315         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
6316         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
6317         Handle the case where a pad_block failed.
6318
6319 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
6320
6321         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
6322
6323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6324         (gst_base_rtp_depayload_add_to_queue),
6325         (gst_base_rtp_depayload_push),
6326         (gst_base_rtp_depayload_set_gst_timestamp),
6327         (gst_base_rtp_depayload_queue_release):
6328           Fixes some bugs in the depayloader's queuing/de-queueing code.
6329
6330 2005-10-31  Michael Smith <msmith@fluendo.com>
6331
6332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6333         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6334         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
6335           Patch from Alessandro Decina <alessandro@nnva.org>.
6336           Make oggdemux only find the final time in a chain, not per-pad,
6337           since the per-pad information can be very expensive to locate, and
6338           it isn't used anywhere. This makes reading a file containing
6339           OggSkeleton reasonably fast.
6340           Also, make chain finding work when there are logical bitstreams that
6341           can't be decoded. Fixes #319110.
6342
6343 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6344
6345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6346         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6347         (gst_base_rtp_depayload_chain),
6348         (gst_base_rtp_depayload_add_to_queue),
6349         (gst_base_rtp_depayload_push),
6350         (gst_base_rtp_depayload_set_gst_timestamp),
6351         (gst_base_rtp_depayload_queue_release),
6352         (gst_base_rtp_depayload_start_thread),
6353         (gst_base_rtp_depayload_set_property),
6354         (gst_base_rtp_depayload_get_property):
6355         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6356         Some random fixes, to fullfill the desires of thomas.
6357
6358 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6359
6360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6361         (gst_base_rtp_depayload_add_to_queue),
6362         (gst_base_rtp_depayload_push):
6363         Fixed the queueing algorithm.
6364
6365 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6366
6367         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6368         (gst_base_rtp_depayload_push):
6369         A small fix
6370
6371 2005-10-31  Wim Taymans  <wim@fluendo.com>
6372
6373         * gst-libs/gst/audio/gstringbuffer.h:
6374         Don't break ABI.
6375
6376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6377         (gst_ffmpeg_caps_to_pixfmt):
6378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6379         (gst_ffmpegcsp_set_caps):
6380         Some more comments.
6381         Handle missing required caps fields better.
6382
6383 2005-10-31  Wim Taymans  <wim@fluendo.com>
6384
6385         * gst-libs/gst/audio/gstbaseaudiosink.c:
6386         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
6387         (gst_base_audio_sink_render):
6388         * gst-libs/gst/audio/gstringbuffer.c:
6389         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6390         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6391         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
6392         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
6393         (gst_ring_buffer_read):
6394         * gst-libs/gst/audio/gstringbuffer.h:
6395         Add flushing mode to the ringbuffer so that it in all cases does
6396         not try to handle more audio. This makes sure it does not try to
6397         block anymore when flushing and fixes a livelock.
6398
6399 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
6400
6401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6402         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6403         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
6404           Explicitly check for -1 values before doing a conversion
6405           and always map them to -1. (#315545)
6406
6407 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6408
6409         * gst/playback/gstplaybin.c: (gen_video_element):
6410           first try autovideosink, then xvimagesink, then error out
6411         * po/POTFILES.in:
6412           add translatable file
6413         * po/af.po:
6414         * po/az.po:
6415         * po/cs.po:
6416         * po/en_GB.po:
6417         * po/hu.po:
6418         * po/it.po:
6419         * po/nb.po:
6420         * po/nl.po:
6421         * po/or.po:
6422         * po/sq.po:
6423         * po/sr.po:
6424         * po/sv.po:
6425         * po/uk.po:
6426         * po/vi.po:
6427           update translations
6428
6429 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
6430
6431         * gst-libs/gst/rtp/gstbasedepayload.c:
6432         * gst-libs/gst/rtp/gstbasedepayload.h:
6433           Minor cleanups
6434
6435 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         * gst/playback/.cvsignore:
6438         * gst/playback/decodetest.c:
6439         * gst/playback/test3.c:
6440           Port these two tests as well.
6441
6442 2005-10-27  Wim Taymans  <wim@fluendo.com>
6443
6444         * ext/theora/theoradec.c: (theora_dec_src_query),
6445         (theora_dec_sink_event):
6446         * ext/theora/theoraenc.c: (theora_enc_sink_event),
6447         (theora_enc_change_state):
6448         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6449         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6450         Take proper locks when handling events.
6451
6452 2005-10-27  Wim Taymans  <wim@fluendo.com>
6453
6454         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6455         (gst_adder_change_state):
6456         Fix timestamps and fix deadlock when stopping the collectpads.
6457
6458 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
6459
6460         * gst-libs/gst/rtp/gstrtpbuffer.h:
6461         Declaring the payload types as strings too so that they can be used
6462         in the padtemplate inialization.
6463
6464 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
6465
6466         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
6467
6468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6469         (gst_base_rtp_depayload_class_init):
6470         Fixes a small but nasty bug. The derived elements no longer segfaults
6471         on finalization.
6472
6473 2005-10-26  Michael Smith <msmith@fluendo.com>
6474
6475         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6476           When clearing an audioconvert context, set tmpbufsize to zero, so
6477           we'll allocate it again later if required.
6478           This fixes audioconvert re-negotiating formats, which previously
6479           segfaulted with a NULL destination buffer.
6480
6481 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
6482
6483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6484         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6485         (gst_base_rtp_depayload_set_gst_timestamp),
6486         (gst_base_rtp_depayload_queue_release):
6487         Fixed a smalll memleak.
6488
6489 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
6490         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6491         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6492         (gst_base_rtp_depayload_finalize),
6493         (gst_base_rtp_depayload_setcaps),
6494         (gst_base_rtp_depayload_add_to_queue),
6495         (gst_base_rtp_depayload_push),
6496         (gst_base_rtp_depayload_set_gst_timestamp),
6497         (gst_base_rtp_depayload_queue_release),
6498         (gst_base_rtp_depayload_thread),
6499         (gst_base_rtp_depayload_change_state):
6500         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6501         Changed the C++ comments to C comments
6502
6503 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6504
6505         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6506         * gst/tcp/gsttcpclientsrc.h:
6507         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6508         * gst/tcp/gsttcpserversrc.h:
6509           Remove unused 'curoffset' structure member.
6510
6511 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
6512
6513         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6514         (gst_base_rtp_depayload_base_init),
6515         (gst_base_rtp_depayload_finalize):
6516         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6517         * gst-libs/gst/rtp/gstbasertppayload.h:
6518           The pad-template on the sinkpad should be set by the derived classes.
6519           Also added some useful macros.
6520
6521 2005-10-24  Wim Taymans  <wim@fluendo.com>
6522
6523         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6524         Correctly flush decoder samples even if we could not
6525         copy them to an output buffer. Fixes #319618.
6526
6527 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6528
6529         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6531         the caps against our xcontext caps.
6532
6533 2005-10-24  Wim Taymans  <wim@fluendo.com>
6534
6535         * gst-libs/gst/audio/gstbaseaudiosink.c:
6536         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6537         Remove g_print
6538         Use sync property from baseclass to disable sync.
6539
6540 2005-10-24  Wim Taymans  <wim@fluendo.com>
6541
6542         * gst-libs/gst/audio/gstbaseaudiosink.c:
6543         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6544         Buffers with no timestamps get aligned with previous buffers or
6545         on underrun, played ASAP.
6546
6547 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6548
6549         * gst-libs/gst/video/video.h:
6550         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6551         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6553         here comes my change on caps for framerate and geometry range.
6554         We are now accepting 1 to MAXINT for width and height, and from
6555         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6556         to be blended correctly in videomixer.
6557
6558 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6559
6560         * configure.ac:
6561           back to HEAD
6562
6563 === release 0.9.4 ===
6564
6565 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6566
6567         * NEWS:
6568         * RELEASE:
6569         * configure.ac:
6570           releasing 0.9.4, "Velociraptor"
6571
6572 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6573
6574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6575         * po/POTFILES.in:
6576           STOPPED -> FAILED
6577
6578 2005-10-21  Wim Taymans  <wim@fluendo.com>
6579
6580         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6581         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6582         (pad_blocked), (close_pad_link), (new_pad):
6583         Don't try to remove elements twice.
6584
6585 2005-10-21  Wim Taymans  <wim@fluendo.com>
6586
6587         * ext/theora/theoradec.c: (theora_dec_src_query),
6588         (theora_dec_sink_event):
6589         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6590         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6591         (vorbis_handle_data_packet):
6592         * ext/vorbis/vorbisdec.h:
6593         Fix old naming.
6594
6595         * gst-libs/gst/audio/gstbaseaudiosink.c:
6596         (gst_base_audio_sink_render):
6597         Don't try to sync on buffers without a timestamp.
6598
6599 2005-10-21  Wim Taymans  <wim@fluendo.com>
6600
6601         * ext/theora/theoradec.c: (theora_dec_src_query),
6602         (theora_dec_sink_event):
6603         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6604         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6605         (vorbis_handle_data_packet):
6606         * ext/vorbis/vorbisdec.h:
6607         Fix old naming.
6608
6609 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6610
6611         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6612         (gst_vorbisenc_src_query):
6613           Implement position and duration queries.
6614
6615         * gst/playback/test3.c: (update_scale), (main):
6616           Fix for async state changes and print nicer output.
6617
6618 2005-10-20  Wim Taymans  <wim@fluendo.com>
6619
6620         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6621         (dump_element_stats), (main):
6622         * gst/playback/test6.c: (main):
6623         Fix tests again
6624
6625 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6628         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6629           Don't use functions for position queries when handling
6630           duration queries.
6631
6632 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6635         (vorbis_handle_data_packet), (vorbis_dec_chain),
6636         (vorbis_dec_change_state):
6637         * ext/vorbis/vorbisdec.h:
6638           Vorbis streams can be embedded in other container formats
6639           than ogg, container formats where the demuxer might set 
6640           timestamps on encoded vorbis buffers instead of those silly 
6641           granulepos thingies. In short: make vorbisdec handle 
6642           timestamps on incoming buffers as well.
6643
6644 2005-10-20  Wim Taymans  <wim@fluendo.com>
6645
6646         * gst/playback/gstplaybasebin.c: (group_destroy),
6647         (gst_play_base_bin_change_state):
6648         Fix leak.
6649         Handle case where playbasebin is now ASYNC because
6650         decodebin is.
6651
6652 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6653
6654         * gst/audioconvert/Makefile.am:
6655         * gst/audioconvert/bufferframesconvert.c:
6656         * gst/audioconvert/plugin.c: (plugin_init):
6657         * gst/audioconvert/plugin.h:
6658           And bye bye buffer-frames-convert
6659
6660 2005-10-19  Wim Taymans  <wim@fluendo.com>
6661
6662         * check/elements/audioconvert.c:
6663         * docs/libs/tmpl/gstaudio.sgml:
6664         * docs/libs/tmpl/gstcolorbalance.sgml:
6665         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6666         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6667         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6668         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6669         * gst-libs/gst/audio/audio.h:
6670         * gst/audioconvert/audioconvert.h:
6671         * gst/audioconvert/gstaudioconvert.c:
6672         (gst_audio_convert_parse_caps):
6673         * gst/volume/gstvolume.c:
6674         Bye bye buffer-frames.
6675
6676 2005-10-19  Wim Taymans  <wim@fluendo.com>
6677
6678         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6679         (query_positions_elems), (query_positions_pads), (update_scale),
6680         (do_seek), (set_update_scale), (message_received), (main):
6681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6682         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6683         (gst_ogg_demux_loop):
6684         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6685         * ext/theora/theoradec.c: (theora_dec_src_query),
6686         (theora_dec_sink_event):
6687         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6688         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6689         * gst/adder/gstadder.c: (gst_adder_query):
6690         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6691         * gst/playback/test3.c: (update_scale):
6692         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6693         (dump_element_stats), (main):
6694         * gst/playback/test6.c: (main):
6695         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6696         Query API update.
6697
6698 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6699
6700         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6701         (xml_check_first_element), (xml_type_find), (smil_type_find),
6702         (plugin_init):
6703           Add typefinding for SMIL and for generic XML. Based on patch by
6704           Akos Maroy (#308663).
6705
6706 2005-10-18  Wim Taymans  <wim@fluendo.com>
6707
6708         * gst/playback/Makefile.am:
6709         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6710         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6711         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6712         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6713         (gst_decode_bin_change_state):
6714         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6715         (gst_play_bin_send_event_to_sink):
6716         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6717         (dump_element_stats), (main):
6718         * gst/playback/test6.c: (main):
6719         Make playbin async, it'll commit state to paused when all streams
6720         are detected.
6721         Remove ugly hack.
6722         Added test6.c to show async behaviour.
6723
6724 2005-10-18  Wim Taymans  <wim@fluendo.com>
6725
6726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6727         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6728         Fix for segment-start/stop API change.
6729
6730 2005-10-18  Wim Taymans  <wim@fluendo.com>
6731
6732         * check/Makefile.am:
6733         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6734         (main):
6735         Add future test for clock selection.
6736
6737 2005-10-18  Wim Taymans  <wim@fluendo.com>
6738
6739         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6740         (gst_alsasink_close):
6741         Set handle to NULL.
6742
6743         * gst-libs/gst/audio/gstringbuffer.c:
6744         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6745         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6746         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6747         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6748         (gst_ring_buffer_read):
6749         More debug info.
6750
6751 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
6752
6753         * gst/audiotestsrc/Makefile.am:
6754         * gst/sine/Makefile.am:
6755         * gst/volume/Makefile.am:
6756           fix broken build of controllerized plugins
6757
6758 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6759
6760         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6761
6762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6763         (gst_riff_create_video_template_caps):
6764           Add support for Indeo-3 (IV32).
6765
6766 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6767
6768         * configure.ac:
6769           rewrite
6770
6771 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6772
6773         * gst-libs/gst/video/video.c: (gst_video_get_size):
6774         * gst/audiotestsrc/gstaudiotestsrc.c:
6775           doc updates
6776
6777 2005-10-17  Andy Wingo  <wingo@pobox.com>
6778
6779         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6780         with the collectpads change.
6781         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6782
6783         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6784
6785         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6786
6787         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6788         alloc_buffer flow return to callers.
6789         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6790         change. Fix some memleaks in theoraenc.
6791
6792         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6793         in strange circumstance.
6794
6795 2005-10-17  Julien MOUTTE  <julien@moutte.net>
6796
6797         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6798         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6799         from caps, let's use the caps...
6800
6801 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6802
6803         * configure.ac:
6804           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6805
6806 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6807
6808         * gst-libs/gst/interfaces/Makefile.am:
6809           fix silly typo
6810
6811 2005-10-16  Andy Wingo  <wingo@pobox.com>
6812
6813         * gst/playback/gstdecodebin.c
6814         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6815         function!
6816         (try_to_link_1): Increase kraziness level.
6817
6818 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6819
6820         * configure.ac:
6821           restructure like the core one
6822         * gst-libs/gst/audio/Makefile.am:
6823         * gst-libs/gst/interfaces/Makefile.am:
6824         * gst-libs/gst/net/Makefile.am:
6825         * gst-libs/gst/riff/Makefile.am:
6826         * gst-libs/gst/rtp/Makefile.am:
6827         * gst-libs/gst/tag/Makefile.am:
6828         * gst-libs/gst/video/Makefile.am:
6829           use correct linker flags, now the libs are properly versioned
6830         * check/elements/audioconvert.c: (verify_convert):
6831         * ext/alsa/gstalsaplugin.c:
6832         * ext/cdparanoia/gstcdparanoia.c:
6833         * ext/gnomevfs/gstgnomevfs.c:
6834         * ext/libvisual/visual.c:
6835         * ext/ogg/gstogg.c:
6836         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6837         * ext/theora/theora.c:
6838         * ext/vorbis/vorbis.c:
6839         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6840         * gst-libs/gst/tag/gsttagediting.c:
6841         * gst-libs/gst/video/video.c:
6842         * gst/adder/gstadder.c:
6843         * gst/audioconvert/plugin.c:
6844         * gst/audiorate/gstaudiorate.c:
6845         * gst/audioresample/gstaudioresample.c:
6846         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6847         * gst/audioscale/gstaudioscale.c:
6848         * gst/audioscale/resample.c:
6849         * gst/audiotestsrc/gstaudiotestsrc.c:
6850         * gst/ffmpegcolorspace/gstffmpeg.c:
6851         * gst/playback/gstdecodebin.c: (close_pad_link):
6852         * gst/playback/gstplaybin.c: (gen_video_element),
6853         (gen_audio_element):
6854         * gst/sine/gstsinesrc.c:
6855         * gst/subparse/gstsubparse.c:
6856         * gst/tags/gsttagediting.c:
6857         * gst/tcp/gsttcpplugin.c:
6858         * gst/typefind/gsttypefindfunctions.c:
6859         * gst/videorate/gstvideorate.c:
6860         * gst/videoscale/gstvideoscale.c:
6861         * gst/videotestsrc/gstvideotestsrc.c:
6862         * gst/volume/gstvolume.c:
6863         * sys/v4l/gstv4l.c:
6864         * sys/ximage/ximage.c:
6865         * sys/xvimage/xvimagesink.c:
6866           fix up defines
6867
6868 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6869
6870         * ext/vorbis/vorbisenc.c:
6871         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6872         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6873         (gst_tag_to_vorbis_comments):
6874           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6875
6876 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
6877
6878         * examples/stats/mp2ogg.c:
6879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6880           typo fixes
6881
6882 2005-10-13  Michael Smith <msmith@fluendo.com>
6883
6884         * ext/ogg/gstoggmux.c:
6885           Use magic glib macros to define constants as 64 bit, to ensure
6886           appropriate vararg passing.
6887
6888 2005-10-13  Michael Smith <msmith@fluendo.com>
6889
6890         * ext/ogg/gstoggmux.c:
6891         * gst/audioconvert/audioconvert.c: (float):
6892           Don't use LL suffix, as it's not portable, and neither of these
6893           uses required it anyway.
6894
6895 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
6896
6897         * examples/indexing/indexmpeg.c: (main):
6898         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6899         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6900         (cdparanoia_convert), (cdparanoia_query):
6901         * ext/cdparanoia/gstcdparanoia.h:
6902         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6903         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6904         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6906         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6907         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6908         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6909         (gst_multifdsink_render), (gst_multifdsink_start),
6910         (gst_multifdsink_stop):
6911         * gst/tcp/gstmultifdsink.h:
6912         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6913         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6914         (gst_tcpclientsink_stop):
6915         * gst/tcp/gsttcpclientsink.h:
6916         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6917         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6918         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6919         * gst/tcp/gsttcpclientsrc.h:
6920         * gst/tcp/gsttcpserversink.h:
6921         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6922         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6923         (gst_tcpserversrc_stop):
6924         * gst/tcp/gsttcpserversrc.h:
6925         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6926         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6927         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6928           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6929           moved bitshift from macro to enum definition
6930
6931 2005-10-12  Wim Taymans  <wim@fluendo.com>
6932
6933         * examples/seeking/Makefile.am:
6934         Oops.
6935
6936 2005-10-12  Wim Taymans  <wim@fluendo.com>
6937
6938         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6939         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6940         Don't assert on normal stuff.
6941
6942         * gst/playback/gstplaybin.c: (do_playbin_seek):
6943         API fix.
6944
6945 2005-10-12  Wim Taymans  <wim@fluendo.com>
6946
6947         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6948         * examples/seeking/Makefile.am:
6949         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6950         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6951         (do_seek), (set_update_scale), (message_received), (main):
6952         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6953         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6954         Update for _get_state() API change.
6955
6956 2005-10-11  Wim Taymans  <wim@fluendo.com>
6957
6958         * gst-libs/gst/audio/gstbaseaudiosink.c:
6959         (gst_base_audio_sink_render):
6960         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6961         (gst_base_audio_src_create):
6962         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6963         (gst_ring_buffer_read):
6964         Cleanups.
6965         Commit and read from ringbuffer in samples rather than bytes.
6966
6967 2005-10-11  Wim Taymans  <wim@fluendo.com>
6968
6969         * gst-libs/gst/audio/gstbaseaudiosink.c:
6970         (gst_base_audio_sink_render):
6971         Respect segment rate and accum when scheduling samples.
6972
6973 2005-10-11  Julien MOUTTE  <julien@moutte.net>
6974
6975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6976         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
6977         EOS correctly, that needs more work.
6978
6979 2005-10-11  Wim Taymans  <wim@fluendo.com>
6980
6981         * check/generic/states.c: (GST_START_TEST):
6982         remove old property.
6983
6984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6985         (gst_ogg_demux_perform_seek):
6986         * ext/theora/theoradec.c: (theora_dec_sink_event):
6987         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6988         (vorbis_handle_data_packet):
6989         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6990         (gst_base_rtp_depayload_set_gst_timestamp):
6991         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6992         Update for newsegment API change.
6993
6994 2005-10-11  Michael Smith <msmith@fluendo.com>
6995
6996         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6997         (do_playbin_seek), (gst_play_bin_send_event):
6998           Override send_event differently, so that we can takes bits of
6999           functionality from GstPipeline (special handling for seeks,
7000           including pausing/resuming, and resetting stream time) and still get
7001           the appropriate behaviour of only forwarding event to a single sink,
7002           rather than all of them.
7003           Unfortunately requires a lot of code duplication, but the
7004           alternatives are equally ugly in the end.
7005
7006 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7007
7008         * check/elements/audioconvert.c: (setup_audioconvert),
7009         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7010         (GST_START_TEST), (audioconvert_suite):
7011           clean up tests a little, fix some leaks.
7012
7013 2005-10-10  Wim Taymans  <wim@fluendo.com>
7014
7015         * ext/alsa/gstalsasink.c:
7016         Also allow unsigned int.
7017
7018         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7019         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7020         Small cleanup
7021
7022 2005-10-10  Wim Taymans  <wim@fluendo.com>
7023
7024         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7025         Small update, use API as stated in design docs.
7026
7027         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
7028         (update_scale), (do_seek), (seek_cb), (set_update_scale),
7029         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
7030         (message_received), (main):
7031         Updated seek example for GOption. Some usability improvements.
7032
7033 2005-10-10  Wim Taymans  <wim@fluendo.com>
7034
7035         * gst/audioconvert/audioconvert.h:
7036         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7037         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
7038         Alloc temp storage somewhere else where we can do it more
7039         portable.
7040
7041 2005-10-10  Wim Taymans  <wim@fluendo.com>
7042
7043         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
7044         (gst_tcpserversrc_start):
7045         Don't block in accept while doing the state change, move
7046         to poll and make cancellable.
7047
7048 2005-10-09  Philippe Khalaf <burger@speedy.org>
7049
7050         * gst-libs/gst/rtp/rtpbasedepayload.c:
7051         Set timestamp and add queue delay to timestamp
7052         * gst-libs/gst/rtp/rtpbuffer.h:
7053         Set correct payload type for h263
7054
7055 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
7056
7057         * gst/audiotestsrc/gstaudiotestsrc.c:
7058         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
7059         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
7060         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
7061         (gst_audiotestsrc_create_triangle),
7062         (gst_audiotestsrc_create_silence),
7063         (gst_audiotestsrc_create_white_noise),
7064         (gst_audiotestsrc_init_pink_noise),
7065         (gst_audiotestsrc_generate_pink_noise_value),
7066         (gst_audiotestsrc_create_pink_noise),
7067         (gst_audiotestsrc_change_wave):
7068         * gst/audiotestsrc/gstaudiotestsrc.h:
7069           fixed typo, added pink noise
7070
7071 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7072
7073         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
7074         (plugin_init):
7075           Add wavpack and spc typefind functions from 0.8 branch.
7076
7077 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7078
7079         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
7080         (ar_type_find), (msdos_type_find), (plugin_init):
7081           Add typefind functions for tar archives, ar archives,
7082           RAR archives, and msdos-executables (dlls, exe, etc.).
7083           Some of those would be wrongly identified as mpeg
7084           streams of some sort before (#315550).
7085
7086 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
7087
7088         * configure.ac:
7089         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7090         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7091         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7092         * gst/audiotestsrc/Makefile.am:
7093         * gst/audiotestsrc/gstaudiotestsrc.c:
7094         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
7095         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
7096         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
7097         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
7098         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
7099         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
7100         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
7101         (gst_audiotestsrc_create_silence),
7102         (gst_audiotestsrc_create_white_noise),
7103         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
7104         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
7105         (gst_audiotestsrc_start), (plugin_init):
7106         * gst/audiotestsrc/gstaudiotestsrc.h:
7107           add new plugin and element
7108         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
7109           use gobject_class
7110
7111 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
7114         (gst_adder_init), (gst_adder_request_new_pad),
7115         (gst_adder_change_state):
7116           Add query function to source pad, so adder reports the correct
7117           time/sample position when queried (#315457); fix state change
7118           function; use GST_DEBUG_FUNCPTR() for pad functions.
7119
7120 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7121
7122         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
7123           Fix leaks in typefind registration
7124           Clean up the gratuitous commenting and whitespacing a little
7125
7126 2005-10-08  Wim Taymans  <wim@fluendo.com>
7127
7128         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
7129         Only actually wait for the thread to be stopped if it's 
7130         running.
7131
7132 2005-10-08  Wim Taymans  <wim@fluendo.com>
7133
7134         * gst-libs/gst/audio/gstbaseaudiosink.c:
7135         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7136         If we receive EOS we can start playback of what we had.
7137
7138 2005-10-08  Wim Taymans  <wim@fluendo.com>
7139
7140         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7141         (gst_multifdsink_finalize), (multifdsink_hash_remove),
7142         (gst_multifdsink_stop):
7143         Fix crasher when going to NULL multiple times.
7144
7145 2005-10-06  Wim Taymans  <wim@fluendo.com>
7146
7147         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
7148         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7149         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7150         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
7151         patch from Edgard Lima <edgard.lima@indt.org.br>
7152         Fixed gstbaseaudiosrc adding ring buffer sync to it.
7153
7154 2005-10-06  Wim Taymans  <wim@fluendo.com>
7155
7156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
7157         Report the FLOW_RETURN as string in the error message.
7158
7159         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
7160         Don't assert when clearing an unnegotiated buffer.
7161
7162 2005-10-04  Michael Smith <msmith@fluendo.com>
7163
7164         * gst/playback/gstplaybasebin.c: (group_destroy),
7165         (gen_preroll_element), (remove_groups), (setup_source):
7166         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
7167         (setup_sinks), (gst_play_bin_send_event),
7168         (gst_play_bin_change_state):
7169           Set state to NULL before removing from bin. Fix refcounting.
7170
7171 2005-10-04  Michael Smith <msmith@fluendo.com>
7172
7173         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
7174           Correct refcounting in send_event() function. Previously was wrong
7175           if the first sink was unable to handle the event.
7176
7177 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7178
7179         * configure.ac:
7180           back to development
7181
7182 === release 0.9.3 ===
7183
7184 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7185
7186         * configure.ac:
7187           Releasing 0.9.3, "De Facto"
7188
7189 2005-10-03  Andy Wingo  <wingo@pobox.com>
7190
7191         * gst/playback/gstdecodebin.c (try_to_link_1)
7192         (remove_element_chain): set element to NULL before removing it.
7193
7194 2005-10-02  Johan Dahlin  <johan@gnome.org>
7195
7196         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
7197         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
7198         MT safe.
7199
7200 2005-10-02  Andy Wingo  <wingo@pobox.com>
7201
7202         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
7203         (gst_ring_buffer_prepare_read): 
7204         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
7205         Demote to LOG.
7206
7207 2005-09-29  Wim Taymans  <wim@fluendo.com>
7208
7209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
7210         * ext/theora/theoradec.c: (theora_handle_data_packet):
7211         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7212         Propagate error codes from alloc_buffer too.
7213
7214 2005-09-29  Wim Taymans  <wim@fluendo.com>
7215
7216         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7217         We use fixed caps.
7218
7219         * gst/playback/Makefile.am:
7220         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
7221         (dump_element_stats), (main):
7222         Added example stream introspection code.
7223
7224 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
7225
7226         * gst/adder/gstadder.c: (gst_adder_collected):
7227           fix adder for float elements
7228
7229 2005-09-28  Wim Taymans  <wim@fluendo.com>
7230
7231         * gst-libs/gst/audio/gstbaseaudiosink.c:
7232         (gst_base_audio_sink_class_init),
7233         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7235         (gst_base_audio_src_class_init),
7236         (gst_base_audio_src_provide_clock):
7237         get_clock -> provide_clock
7238
7239 2005-09-28  Andy Wingo  <wingo@pobox.com>
7240
7241         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
7242         and unlocking.
7243
7244         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
7245         unlocking.
7246
7247         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
7248         Actually add the pad template.
7249         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
7250
7251         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
7252         I'm at it...
7253
7254         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
7255         from fdsrc. Get caps in create() instead of start() so it can be
7256         interrupted. Interruption somewhat untested.
7257
7258         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
7259         Proper EOS handling.
7260
7261 2005-09-27  Andy Wingo  <wingo@pobox.com>
7262
7263         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
7264
7265         * gst/tcp/gsttcpserversrc.c: Cleaned up.
7266
7267         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
7268
7269         * gst/tcp/gsttcp.h: 
7270         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
7271         out of tcpclientsrc.c. Cancellable.
7272         (gst_tcp_socket_read): Made private, cancellable, with better
7273         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
7274         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
7275         whole buffer, and better diagnostics.
7276         (gst_tcp_gdp_read_caps): Same.
7277
7278         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
7279
7280 2005-09-26  Andy Wingo  <wingo@pobox.com>
7281
7282         * gst/sine/gstsinesrc.h:
7283         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
7284         change the 'sync' property to 'is-live' and implement it halfway,
7285         update for controller api change.
7286
7287         * gst/volume/gstvolume.c (volume_transform_ip): Update for
7288         controller api change.
7289
7290 2005-09-24  Wim Taymans  <wim@fluendo.com>
7291
7292         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
7293         * gst-libs/gst/audio/gstaudiosink.c:
7294         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7295         (gst_audioringbuffer_stop):
7296         * gst-libs/gst/audio/gstbaseaudiosink.c:
7297         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7298         (gst_base_audio_sink_change_state):
7299         * gst-libs/gst/audio/gstbaseaudiosink.h:
7300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
7301         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7302         (gst_ring_buffer_commit), (gst_ring_buffer_read):
7303         * gst-libs/gst/audio/gstringbuffer.h:
7304         Fix sync again. Moved sample alignment to basesink.
7305
7306 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7307
7308         * docs/plugins/Makefile.am:
7309         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7310         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7311         * gst/volume/gstvolume.c:
7312           add/fix docs
7313         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
7314         * gst-libs/gst/audio/audio.h:
7315           add conversion macros for frames <-> clocktime
7316
7317 2005-09-23  David Schleef  <ds@schleef.org>
7318
7319         * gst/audioresample/Makefile.am:
7320         * gst/audioresample/debug.h:
7321         * gst/audioresample/gstaudioresample.c:
7322         * gst/audioresample/resample.c: Convert to using gst debugging
7323
7324 2005-09-22  Wim Taymans  <wim@fluendo.com>
7325
7326         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7327         (gst_play_bin_send_event):
7328         Only seek on one sink, the first one that succeeds.
7329
7330 2005-09-22  Michael Smith <msmith@fluendo.com>
7331
7332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7333         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7334         Don't flush encoder state unless we have an initialised encoder.
7335         Clear out encoder state on PAUSED_TO_READY.
7336
7337 2005-09-22  Wim Taymans  <wim@fluendo.com>
7338
7339         * gst-libs/gst/rtp/gstbasertppayload.c:
7340         (gst_basertppayload_class_init), (gst_basertppayload_init),
7341         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7342         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7343         (gst_basertppayload_is_filled), (gst_basertppayload_push),
7344         (gst_basertppayload_set_property),
7345         (gst_basertppayload_get_property),
7346         (gst_basertppayload_change_state):
7347         * gst-libs/gst/rtp/gstbasertppayload.h:
7348         Added max-ptime to control amount of data in the rtp packets.
7349
7350 2005-09-21  Andy Wingo  <wingo@pobox.com>
7351
7352         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
7353         thingies.
7354
7355         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
7356         can be called multiple times, dogs.
7357
7358 2005-09-21  Wim Taymans  <wim@fluendo.com>
7359
7360         * gst-libs/gst/rtp/gstbasertppayload.c:
7361         (gst_basertppayload_class_init), (gst_basertppayload_init),
7362         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7363         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7364         (gst_basertppayload_push), (gst_basertppayload_get_property),
7365         (gst_basertppayload_change_state):
7366         Allow 0 ssrc too.
7367
7368 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
7369
7370         * docs/libs/compiling.sgml:
7371           fixing typos
7372
7373 2005-09-20  Wim Taymans  <wim@fluendo.com>
7374
7375         * gst-libs/gst/rtp/gstbasertppayload.c:
7376         (gst_basertppayload_class_init), (gst_basertppayload_init),
7377         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7378         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7379         (gst_basertppayload_push), (gst_basertppayload_set_property),
7380         (gst_basertppayload_get_property),
7381         (gst_basertppayload_change_state):
7382         * gst-libs/gst/rtp/gstbasertppayload.h:
7383         Added property to configure sequence number offsets.
7384
7385 2005-09-20  Wim Taymans  <wim@fluendo.com>
7386
7387         * gst-libs/gst/rtp/gstbasertppayload.c:
7388         (gst_basertppayload_class_init), (gst_basertppayload_init),
7389         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7390         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7391         (gst_basertppayload_push), (gst_basertppayload_set_property),
7392         (gst_basertppayload_get_property),
7393         (gst_basertppayload_change_state):
7394         * gst-libs/gst/rtp/gstbasertppayload.h:
7395         Make timestamp offset configurable.
7396
7397 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7398
7399         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7400           fix wrong pop/unref
7401
7402 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
7403
7404         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
7405
7406         * gst-libs/gst/interfaces/propertyprobe.c:
7407         (gst_property_probe_probe_property_name),
7408         (gst_property_probe_needs_probe_name),
7409         (gst_property_probe_get_values_name),
7410         (gst_property_probe_probe_and_get_values_name):
7411           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
7412           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
7413
7414 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7415
7416         * check/Makefile.am:
7417           have some tests be disabled for valgrinding
7418         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
7419         (GST_START_TEST):
7420         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
7421           Fix A Leak.  Chain To Parent Finalize.
7422
7423 2005-09-19  Wim Taymans  <wim@fluendo.com>
7424
7425         * examples/seeking/seek.c: (make_wav_pipeline), (main):
7426         Fixed wav pipeline.
7427
7428 2005-09-19  Wim Taymans  <wim@fluendo.com>
7429
7430         * gst-libs/gst/rtp/gstbasertppayload.c:
7431         (gst_basertppayload_class_init), (gst_basertppayload_init),
7432         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7433         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7434         (gst_basertppayload_push), (gst_basertppayload_get_property),
7435         (gst_basertppayload_change_state):
7436         Posting ERROR and WARNING messages is good.
7437
7438 2005-09-19  Wim Taymans  <wim@fluendo.com>
7439
7440         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7441         (gst_base_rtp_depayload_add_to_queue),
7442         (gst_base_rtp_depayload_push),
7443         (gst_base_rtp_depayload_set_gst_timestamp),
7444         (gst_base_rtp_depayload_queue_release):
7445         This one was not supposed to go in.
7446
7447 2005-09-19  Wim Taymans  <wim@fluendo.com>
7448
7449         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7450         Fix for bus API.
7451
7452         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7453         (gst_base_rtp_depayload_chain),
7454         (gst_base_rtp_depayload_add_to_queue),
7455         (gst_base_rtp_depayload_push),
7456         (gst_base_rtp_depayload_set_gst_timestamp),
7457         (gst_base_rtp_depayload_queue_release):
7458         Some cleanups.
7459
7460         * gst-libs/gst/rtp/gstbasertppayload.c:
7461         (gst_basertppayload_class_init), (gst_basertppayload_init),
7462         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7463         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7464         (gst_basertppayload_get_property),
7465         (gst_basertppayload_change_state):
7466         Added debugging category.
7467
7468 2005-09-18  David Schleef  <ds@schleef.org>
7469
7470         * gst/playback/gstdecodebin.c: free plugin list correctly
7471         * gst/playback/gstplaybin.c: emit warning if autovideosink
7472           and autoaudiosink can't be found (instead of segfaulting)
7473
7474 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7475
7476         * check/elements/audioconvert.c: (GST_START_TEST):
7477           try out 24 bit conversion
7478
7479 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7480
7481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7482         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7483         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7484         * ext/vorbis/vorbisenc.h:
7485           Fix EOS handling.  Still needs a fix in the ogg muxer to
7486           mark the last page as eos.
7487
7488 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7489
7490         * common/gtk-doc-plugins.mak:
7491         * docs/plugins/Makefile.am:
7492         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7493         * gst/ffmpegcolorspace/Makefile.am:
7494         * gst/ffmpegcolorspace/avcodec.h:
7495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7496         * gst/tcp/gstmultifdsink.c:
7497           fix up ffmpegcolorspace docs; extract header
7498
7499 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7500
7501         * common/gtk-doc-plugins.mak:
7502         * docs/plugins/Makefile.am:
7503         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7504         * ext/theora/Makefile.am:
7505         * ext/theora/gsttheoraenc.h:
7506         * ext/theora/theoraenc.c:
7507         * ext/vorbis/vorbisenc.c:
7508           pick up signals and args for vorbis; add some docs for vorbis
7509
7510 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7511
7512         * common/gstdoc-scangobj:
7513         * common/gtk-doc-plugins.mak:
7514         * docs/libs/Makefile.am:
7515         * docs/plugins/gst-plugins-base-plugins.args:
7516         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7517         * docs/plugins/gst-plugins-base-plugins.interfaces:
7518         * docs/plugins/gst-plugins-base-plugins.prerequisites:
7519         * docs/plugins/gst-plugins-base-plugins.signals:
7520           only scanobj stuff from our source module.  Not sure yet
7521           if that's correct, given the hierarchy stuff :)
7522
7523 2005-09-15  Wim Taymans  <wim@fluendo.com>
7524
7525         * gst/audioconvert/gstaudioconvert.c:
7526         And enable 24 bits mode as well..
7527
7528 2005-09-15  Wim Taymans  <wim@fluendo.com>
7529
7530         * gst-libs/gst/rtp/Makefile.am:
7531         * gst-libs/gst/rtp/gstbasertppayload.c:
7532         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7533         (gst_basertppayload_class_init), (gst_basertppayload_init),
7534         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7535         (gst_basertppayload_chain), (gst_basertppayload_set_options),
7536         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7537         (gst_basertppayload_set_property),
7538         (gst_basertppayload_get_property),
7539         (gst_basertppayload_change_state):
7540         * gst-libs/gst/rtp/gstbasertppayload.h:
7541         Added rtp payloader base class.
7542
7543 2005-09-15  Andy Wingo  <wingo@pobox.com>
7544
7545         * configure.ac (plugindir): Remove the EOL matcher from the
7546         regexp, as it causes me problems. Libtool? Make? Who knows?
7547
7548 2005-09-14  David Schleef  <ds@schleef.org>
7549
7550         * check/generic/states.c: 
7551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7552         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7553           Fixes for changes in registry API.
7554
7555         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
7556           to GST_PLUGIN_LDFLAGS.
7557         * ext/libvisual/visual.c: Make the library shut up.
7558         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7559         * gst-libs/gst/audio/gstaudiofilter.c: same
7560
7561 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7562
7563         * docs/plugins/Makefile.am:
7564         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7565         * docs/plugins/inspect/plugin-libvisual.xml:
7566         * docs/plugins/tmpl/element-tcpserversink.sgml:
7567         * ext/theora/theoraenc.c:
7568           add libvisual plugin and theoraenc element to docs
7569
7570 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7571
7572         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7573         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7574         * ext/theora/theoraenc.c:
7575           add theoraenc
7576
7577 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
7578
7579         * gst/audioconvert/Makefile.am:
7580           Audioconvert derives from GstBaseTransform and should
7581           link to the library with our base elements to avoid
7582           unresolved symbols. Makes things work with MinGW (#316160)
7583
7584         * gst/playback/test4.c: (main):
7585           Fix MinGW build problem and use g_usleep() instead of 
7586           sleep() (#316162)
7587
7588 2005-09-12  Wim Taymans  <wim@fluendo.com>
7589
7590         * gst/audioconvert/audioconvert.c: (float),
7591         (audio_convert_prepare_context), (audio_convert_convert):
7592         * gst/audioconvert/audioconvert.h:
7593         Cleanups, speedups, simplifications, added back support
7594         for 24 bits.
7595
7596 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7597
7598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7599         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7600         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7601         * docs/plugins/tmpl/element-tcpserversink.sgml:
7602         * gst/ffmpegcolorspace/gstffmpeg.c:
7603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7604         * gst/videotestsrc/gstvideotestsrc.c:
7605         * gst/volume/gstvolume.c:
7606           add more elements to the docs
7607
7608 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
7609
7610         * check/Makefile.am:
7611         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7612         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7613           Add extra tests for basetransform based components. 
7614           Comment out the test_element_negotiation test until we decide
7615           if it's testing correct behaviour.
7616         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7617         (gst_visual_chain), (gst_visual_change_state):
7618           Slightly more correct but still bogus timestamping.
7619           Fix state change function.
7620         * gst/audioconvert/gstaudioconvert.c:
7621         (gst_audio_convert_class_init):
7622         * gst/audioresample/gstaudioresample.c:
7623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7624         (gst_ffmpegcsp_class_init):
7625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7626         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7627         (gst_videoscale_prepare_image):
7628         * gst/volume/gstvolume.c: (gst_volume_class_init),
7629         (volume_transform_ip):
7630           Basetransform updates. Enable passthrough modes.
7631         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7632         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7633         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7634           Negotiation fix that allows the window to return to the original
7635           size and renegotiate passthrough upstream. Extra debug output.
7636
7637 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7638
7639         * gst/sine/gstsinesrc.c:
7640         * gst/volume/gstvolume.c:
7641           fix up header include
7642
7643 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
7644
7645         * gst-libs/gst/audio/gstbaseaudiosink.c:
7646         (gst_base_audio_sink_render):
7647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7648         * gst/volume/gstvolume.c: (gst_volume_class_init),
7649         (volume_transform):
7650           fixing lost sync, some more debugging
7651
7652 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
7653
7654         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7655         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7656         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7657         (gst_xvimagesink_check_xshm_calls):
7658           Fix compilation when XShm is not available.
7659
7660 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7661
7662         * ext/libvisual/visual.c: (gst_visual_dispose),
7663         (gst_visual_getcaps), (gst_visual_src_setcaps),
7664         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7665         (gst_visual_change_state):
7666           Finish fixing up libvisual plugin so that it runs. 
7667
7668 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7669
7670         * ext/vorbis/vorbisenc.c:
7671         * gst-libs/gst/tag/gstvorbistag.c:
7672           gsttaginterface.h -> gsttagsetter.h
7673
7674 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7675
7676         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7677           added another test that failes for me (test is not active by default)
7678
7679 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7680
7681         * configure.ac:
7682           v4l2 is no longer in gst-plugins-base
7683
7684 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7685
7686         * configure.ac:
7687           In the output at the end, don't show the first plugin on the same
7688           line as "Core plug-ins, always built:".
7689           Indent the output as for other plugin categories
7690         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7691           #define that can be used to not use peer buffer_alloc functions for
7692           test purposes.
7693         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7694         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7695         (gst_ximagesink_show_frame):
7696         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7697         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7698         (gst_xvimagesink_show_frame):
7699           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7700           fails gracefully instead of XError aborting or deadlocking.
7701
7702 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7703
7704         * ext/libvisual/Makefile.am:
7705           link against gst-base-libs
7706
7707 2005-09-06  David Schleef  <ds@schleef.org>
7708
7709         * configure.ac: Enable libvisual plugin.
7710         * ext/libvisual/Makefile.am:
7711         * ext/libvisual/visual.c: Fixes to make it compile.
7712
7713 === release 0.9.2 ===
7714
7715 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7716
7717         * NEWS:
7718         * RELEASE:
7719         * configure.ac:
7720         * docs/random/ChangeLog-0.8:
7721           releasing 0.9.2, "Spoon"
7722
7723 2005-09-05  Michael Smith <msmith@fluendo.com>
7724
7725         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7726           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7727           that in the vorbisenc element.
7728
7729 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7730
7731         * common/gtk-doc-plugins.mak:
7732         * docs/plugins/Makefile.am:
7733           fix distcheck
7734         * gst/audioresample/resample.c:
7735           fix wrong docstring
7736
7737 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7738
7739         * common/gst-xmlinspect.py:
7740         * common/gtk-doc-plugins.mak:
7741           only inspect plugins for this given package
7742           require gst-python 0.9
7743
7744 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7745
7746         * Makefile.am:
7747         * autogen.sh:
7748         * common/gst-xmlinspect.py:
7749         * configure.ac:
7750         * docs/Makefile.am:
7751         * docs/plugins/inspect/plugin-alsa.xml:
7752         * docs/plugins/inspect/plugin-audioresample.xml:
7753         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7754         * docs/plugins/inspect/plugin-ogg.xml:
7755         * docs/plugins/tmpl/element-gnomevfssink.sgml:
7756         * docs/plugins/tmpl/element-multifdsink.sgml:
7757         * docs/plugins/tmpl/element-tcpserversink.sgml:
7758         * docs/plugins/tmpl/element-vorbisenc.sgml:
7759         * gst-plugins-base.spec.in:
7760           various doc-related updates
7761
7762 2005-08-31  Wim Taymans  <wim@fluendo.com>
7763
7764         * gst-libs/gst/audio/gstbaseaudiosink.c:
7765         (gst_base_audio_sink_render):
7766         Resync if the buffer timestamps drift more than a 10th 
7767         of a second.
7768
7769 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
7770
7771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7772         (gst_v4lsrc_get_property):
7773           The 'timestamp-offset' property is registered as an int64, so
7774           let's use g_value_{set|get}_int64() in our setter and getter
7775           functions (makes it work and fixes warnings with gst-inspect).
7776
7777 2005-08-30  Wim Taymans  <wim@fluendo.com>
7778
7779         * check/elements/audioconvert.c: (setup_audioconvert):
7780         * check/elements/audioresample.c: (setup_audioresample):
7781         * check/elements/volume.c: (setup_volume):
7782         Fix checks.
7783
7784 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7785
7786         * common/gtk-doc-plugins.mak:
7787         * common/plugins.xsl:
7788         * docs/plugins/Makefile.am:
7789           make module a param
7790
7791 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7792
7793         * examples/seeking/seek.c: (make_mp3_pipeline),
7794         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7795         (play_cb), (pause_cb), (stop_cb):
7796           update the example
7797
7798 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7799
7800         * gst/volume/gstvolume.c: (gst_volume_class_init),
7801         (volume_transform):
7802           do not update controlled params, if buffer has no timestamp
7803
7804 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7805
7806         * configure.ac:
7807         * gst/sine/Makefile.am:
7808         * gst/volume/Makefile.am:
7809           controllerized elements also need to link against controller-libs ;)
7810
7811 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7812
7813         * docs/libs/tmpl/gstcolorbalance.sgml:
7814         * docs/libs/tmpl/gstgconf.sgml:
7815         * docs/libs/tmpl/gstmixer.sgml:
7816         * docs/libs/tmpl/gstringbuffer.sgml:
7817         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7818         (gst_sinesrc_create):
7819         * gst/volume/gstvolume.c: (gst_volume_class_init),
7820         (volume_transform):
7821           controllerized two audio plugins
7822
7823 2005-08-29  Andy Wingo  <wingo@pobox.com>
7824
7825         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
7826         (vorbis_handle_data_packet): Fix some int overflow errors.
7827
7828         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7829         -1.
7830         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7831         valid.
7832         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7833         if it's valid. Fixed streaming-mode playback.
7834
7835         * check/elements/volume.c (cleanup_volume): Fix for running
7836         CK_FORK=no.
7837
7838         * check/elements/audioconvert.c: Convert from native endian, not
7839         little endian.
7840
7841 2005-08-29  Michael Smith <msmith@fluendo.com>
7842
7843         * ext/ogg/Makefile.am:
7844         * ext/ogg/gstogg.c: (plugin_init):
7845         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7846         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7847         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7848         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7849         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7850         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7851         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7852         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7853         Add an ogg parser element.
7854
7855 2005-08-28  Andy Wingo  <wingo@pobox.com>
7856
7857         * Updates for two-arg init from GST_BOILERPLATE_FULL.
7858
7859 2005-08-26  Wim Taymans  <wim@fluendo.com>
7860
7861         * gst/audioconvert/audioconvert.c: (if), (float),
7862         (audio_convert_get_func_index), (check_default),
7863         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7864         (audio_convert_clean_context), (audio_convert_get_sizes),
7865         (audio_convert_convert):
7866         Cleanups.
7867
7868 2005-08-26  Wim Taymans  <wim@fluendo.com>
7869
7870         * gst/audioconvert/audioconvert.c: (if), (float),
7871         (audio_convert_get_func_index), (check_default),
7872         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7873         (audio_convert_clean_context), (audio_convert_get_sizes),
7874         (audio_convert_convert):
7875         More elegant and working temp buffer selection algo.
7876
7877 2005-08-26  Wim Taymans  <wim@fluendo.com>
7878
7879         * gst/audioconvert/audioconvert.c: (if), (float),
7880         (audio_convert_get_func_index), (check_default),
7881         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7882         (audio_convert_clean_context), (audio_convert_get_sizes),
7883         (get_temp_buffer), (audio_convert_convert):
7884         Use realloc else we lose our original data.
7885
7886 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7887
7888         * gst/audioresample/gstaudioresample.c:
7889           use base class' newsegment to properly timestamp
7890
7891 2005-08-26  Wim Taymans  <wim@fluendo.com>
7892
7893         * gst/audioconvert/audioconvert.c: (if), (float),
7894         (audio_convert_get_func_index), (check_default),
7895         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7896         (audio_convert_clean_context), (audio_convert_get_sizes),
7897         (get_temp_buffer), (audio_convert_convert):
7898         * gst/audioconvert/gstaudioconvert.c:
7899         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7900         (gst_audio_convert_transform_caps),
7901         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7902         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7903         Oops, allocate enough space to perform the channel mix.
7904
7905 2005-08-26  Wim Taymans  <wim@fluendo.com>
7906
7907         * gst/audioconvert/Makefile.am:
7908         * gst/audioconvert/audioconvert.c: (if), (float),
7909         (audio_convert_get_func_index), (check_default),
7910         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7911         (audio_convert_clean_context), (audio_convert_get_sizes),
7912         (get_temp_buffer), (audio_convert_convert):
7913         * gst/audioconvert/audioconvert.h:
7914         * gst/audioconvert/gstaudioconvert.c:
7915         (gst_audio_convert_class_init), (gst_audio_convert_init),
7916         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7917         (gst_audio_convert_get_unit_size),
7918         (gst_audio_convert_transform_caps),
7919         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7920         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7921         * gst/audioconvert/gstaudioconvert.h:
7922         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7923         (gst_channel_mix_fill_identical),
7924         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7925         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7926         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7927         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7928         (gst_channel_mix_mix):
7929         * gst/audioconvert/gstchannelmix.h:
7930         Cleanups, librarify a bit, optimize, better negotiation and more.
7931
7932 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7933
7934         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7935         Another from MikeS:
7936         During typefinding, don't support negative offsets
7937         (offsets from the end of the stream) in our typefind->peek() function
7938         - nothing embedded in ogg ever needs them. However, we need to recognise
7939         those requests and reject them, otherwise we return invalid pointers.
7940
7941 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7942
7943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7944         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7945         (vorbisdec_finalize), (vorbis_handle_type_packet):
7946           Big shout-out to MikeS for fixing this giant memory leak.
7947           Huzzah!
7948
7949 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7950
7951         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
7952         (audio_convert_get_unit_size):
7953           plug some leaks
7954
7955 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7956
7957         * check/Makefile.am:
7958         * check/elements/audioconvert.c: (setup_audioconvert),
7959         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7960         (GST_START_TEST), (audioconvert_suite), (main):
7961           add a test for audioconvert
7962         * gst/audioresample/gstaudioresample.c:
7963         * gst/audioresample/gstaudioresample.h:
7964           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
7965           note that for buffers of 1/3 sec this means DURATION(c) is 
7966           one nanosecond more than for a and b
7967
7968 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7969
7970         * check/Makefile.am:
7971         * check/elements/audioresample.c: (setup_audioresample),
7972         (cleanup_audioresample), (fail_unless_perfect_stream),
7973         (test_perfect_stream_instance), (GST_START_TEST),
7974           add a check for audioresample
7975         (audioresample_suite), (main):
7976         * check/elements/volume.c: (GST_START_TEST):
7977           remove unused method
7978         * gst/audioresample/gstaudioresample.c:
7979           set correct buffer parameters since we're changing them
7980         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7981           add some debug
7982
7983 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7984
7985         * gst/audioresample/debug.c:
7986         * gst/audioresample/gstaudioresample.c:
7987           add room for extra overlap samples when asked to transform size
7988           protect against possible mem corruption and check for discrepancies
7989           between written size and outbuffer's size so we can warn for
7990           potential problems
7991         * gst/audioresample/resample.c: (resample_init),
7992         (resample_get_output_size_for_input), (resample_get_output_size),
7993         (resample_set_n_channels), (resample_set_format):
7994           set debug level based on RESAMPLE_DEBUG env var
7995           make sure that get_output_size* returns a whole number of
7996           sample_size
7997           set sample_size each time either channel or format is set
7998         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
7999         * gst/audioresample/resample_functable.c:
8000         (resample_scale_functable):
8001         * gst/audioresample/resample_ref.c: (resample_scale_ref):
8002           remove r->sample_size, it's done in resample.c now
8003           add some debugging to the ref implementation
8004           make sure we only give back bytes that are wholes of the sample
8005           size
8006
8007 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
8008         * gst/playback/gstplaybasebin.c: (fill_buffer):
8009         Revert unpopular change for GST_MESSAGE_SRC to GObject.
8010
8011 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
8012
8013         * gst/volume/gstvolume.c:
8014           made set_caps function static
8015
8016 2005-08-24  Wim Taymans  <wim@fluendo.com>
8017
8018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8019         (gst_vorbisenc_change_state):
8020         Stop leaking taglists.
8021
8022 2005-08-24  Wim Taymans  <wim@fluendo.com>
8023
8024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8025         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
8026         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
8027         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
8028         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8029         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8030         Parse seeking events better.
8031         Unref static caps.
8032         Generate correct newsegment events, fixes seeking in live oggs.
8033
8034         * ext/theora/theoradec.c: (theora_dec_src_query),
8035         (theora_dec_src_event), (theora_dec_src_getcaps),
8036         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
8037         Use newsegment values to report correct play time.
8038
8039         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8040         (vorbis_dec_src_event), (vorbis_dec_sink_event):
8041         * ext/vorbis/vorbisdec.h:
8042         Parse and use newsegment values to report correct play time.
8043
8044         * gst-libs/gst/audio/gstbaseaudiosink.c:
8045         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8046         Clear ringbuffer on flush.
8047         Use newsegment values to calculate playback time.
8048
8049         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8051         Basesink does newsegment calculations for us now.
8052
8053 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8054
8055         * check/Makefile.am:
8056         * configure.ac:
8057           add core's plugins to the mix so that playbin works
8058         * check/generic/states.c: (GST_START_TEST):
8059           set a 0 timeout on pipelines, so they don't force the next
8060           state change
8061         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
8062         (gst_play_base_bin_change_state):
8063           remove the crappy error handling and do GST error handling
8064
8065 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8066
8067         * check/Makefile.am:
8068         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
8069           add same test as to core, it bitches out on playbin atm.
8070
8071 2005-08-24  Wim Taymans  <wim@fluendo.com>
8072
8073         * configure.ac:
8074         Remove audioscale.
8075
8076 2005-08-24  Wim Taymans  <wim@fluendo.com>
8077
8078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8079         (gst_videoscale_prepare_size), (parse_caps),
8080         (gst_videoscale_set_caps), (gst_videoscale_get_size),
8081         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
8082         (gst_videoscale_transform):
8083         * gst/videoscale/gstvideoscale.h:
8084         Refactor, make use of BaseTranform really well.
8085
8086 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8087
8088         * configure.ac:
8089           compile audioresample
8090         * gst/audioresample/Makefile.am:
8091         * gst/audioresample/buffer.c:
8092         * gst/audioresample/functable.c:
8093         * gst/audioresample/gstaudioresample.c:
8094         * gst/audioresample/gstaudioresample.h:
8095         * gst/audioresample/resample.c:
8096         (resample_get_output_size_for_input):
8097         * gst/audioresample/resample.h:
8098         * gst/audioresample/resample_chunk.c:
8099         * gst/audioresample/resample_functable.c:
8100         * gst/audioresample/resample_ref.c:
8101           port to use basetransform; doesn't work in all cases yet
8102
8103 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8104
8105         * gst/audioconvert/gstaudioconvert.c:
8106         (gst_audio_convert_class_init), (gst_audio_convert_init),
8107         (audio_convert_get_unit_size), (audio_convert_transform_caps),
8108         (audio_convert_fixate_caps), (audio_convert_set_caps),
8109         (audio_convert_transform),
8110         (gst_audio_convert_buffer_to_default_format),
8111         (gst_audio_convert_buffer_from_default_format),
8112         (gst_audio_convert_channels):
8113         * gst/audioconvert/gstchannelmix.c:
8114         * gst/audioconvert/gstchannelmix.h:
8115           port to basetransform
8116         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8117         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
8118         (gst_ffmpegcsp_get_unit_size):
8119         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8120         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
8121           fix for basetransform changes
8122
8123 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
8124
8125         * check/Makefile.am:
8126           Add CHECK_CFLAGS and LDFLAGS
8127
8128         * gst/playback/gstplaybasebin.c: (fill_buffer):
8129           GST_MESSAGE_SRC became a GObject
8130
8131 2005-08-24  Wim Taymans  <wim@fluendo.com>
8132
8133         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
8134         (gst_ring_buffer_clear_all):
8135         * gst-libs/gst/audio/gstringbuffer.h:
8136         Added function to clear the ringbuffer.
8137
8138 2005-08-24  Andy Wingo  <wingo@pobox.com>
8139
8140         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
8141         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
8142         of _open and _close.
8143
8144         * sys/v4l/gstv4lxoverlay.h:
8145         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
8146         an Xv connection here, instead of all the time. Make Xv only be
8147         loaded if you axe for it. Kindof a workaround for buggy behaviour
8148         of Xv when using remote xservers (XvQueryExtension would block).
8149         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
8150         replace the _open and _close public API. Only start the xv
8151         connection if necessary.
8152         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
8153
8154 2005-08-23  David Schleef  <ds@schleef.org>
8155
8156         * gst/audioresample/Makefile.am: Leet audioresampling code
8157         * gst/audioresample/buffer.c:
8158         * gst/audioresample/buffer.h:
8159         * gst/audioresample/debug.c:
8160         * gst/audioresample/debug.h:
8161         * gst/audioresample/functable.c:
8162         * gst/audioresample/functable.h:
8163         * gst/audioresample/gstaudioresample.c:
8164         * gst/audioresample/gstaudioresample.h:
8165         * gst/audioresample/resample.c:
8166         * gst/audioresample/resample.h:
8167         * gst/audioresample/resample_chunk.c:
8168         * gst/audioresample/resample_functable.c:
8169         * gst/audioresample/resample_ref.c:
8170
8171 2005-08-23  Wim Taymans  <wim@fluendo.com>
8172
8173         * examples/seeking/seek.c: (make_vorbis_pipeline),
8174         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
8175         Small seek updates.
8176
8177 2005-08-23  Andy Wingo  <wingo@pobox.com>
8178
8179         * gst-libs/gst/audio/gstbaseaudiosrc.c
8180         (gst_base_audio_src_fixate): Only fixate endianness if it is
8181         present in the caps.
8182
8183 2005-08-22  Andy Wingo  <wingo@pobox.com>
8184
8185         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
8186         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
8187         device-name property.
8188
8189         * gst-libs/gst/audio/gstaudiosrc.h:
8190         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
8191         close_device in the ring buffer, like gstaudiosink.
8192
8193         * ext/alsa/gstalsamixer.h:
8194         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
8195         macro to implement the interface without much code. Cleanups. 
8196
8197         * ext/alsa/gstalsasrc.h:
8198         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
8199         READY.
8200
8201         * ext/alsa/Makefile.am: Add new files.
8202         * ext/alsa/gstalsamixerelement.c: 
8203         * ext/alsa/gstalsamixerelement.c: Split element code out from
8204         mixer code so that alsasrc can be a mixer too.
8205
8206 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8207
8208         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8209         (GST_START_TEST):
8210         * check/elements/vorbisdec.c: (setup_vorbisdec),
8211         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
8212         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8213         (vorbis_handle_identification_packet),
8214         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
8215         (vorbis_handle_header_packet), (vorbis_dec_push),
8216         (vorbis_dec_chain):
8217           use the setup/teardown methods to save code.  save code is good.
8218
8219 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8220
8221         * check/Makefile.am:
8222           add ext dir for plugins
8223           add vorbisdec test conditionally
8224         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8225         (GST_START_TEST), (volume_suite):
8226           add a test with wrong caps
8227         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
8228         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
8229           add a vorbisdec test
8230         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
8231         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
8232           clean up debug output
8233         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8234           yay, fix a segfault/security issue in vorbisdec
8235           gst-launch fakesrc ! vorbisdec wasn't happy
8236         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
8237         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
8238         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
8239         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8240         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
8241         (gst_vorbisenc_set_metadata), (get_constraints_string),
8242         (update_start_message), (gst_vorbisenc_setup),
8243         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8244         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
8245         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
8246         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
8247         * ext/vorbis/vorbisenc.h:
8248           march in line
8249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8250         (gst_ffmpegcsp_transform):
8251           have the kow come home
8252         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8253           debug my func ptr
8254         * gst/volume/gstvolume.c: (volume_set_caps):
8255           add a debug
8256
8257 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8258
8259         * Makefile.am:
8260         * check/.cvsignore:
8261         * check/Makefile.am:
8262         * check/elements/.cvsignore:
8263         * check/elements/volume.c: (chain_func), (event_func),
8264         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
8265         (main):
8266         * configure.ac:
8267           add unit test structure for gst-plugins-base
8268           add a test for volume
8269         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
8270         (gst_volume_set_volume), (gst_volume_get_volume),
8271         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
8272         (volume_funcfind), (volume_process_float), (volume_process_int16),
8273         (volume_set_caps), (volume_transform), (volume_update_mute),
8274         (volume_update_volume), (volume_set_property),
8275         (volume_get_property):
8276           document a little; use basetransform vmethod _set_caps
8277
8278 2005-08-19  Andy Wingo  <wingo@pobox.com>
8279
8280         * ext/alsa/gstalsamixertrack.h:
8281         * ext/alsa/gstalsamixertrack.c:
8282         * ext/alsa/gstalsamixeroptions.h:
8283         * ext/alsa/gstalsamixeroptions.c:
8284         * ext/alsa/gstalsamixer.h:
8285         * ext/alsa/gstalsamixer.c: Port to 0.9.
8286
8287         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
8288         Remove gstalsa.c and alsaclock. No more cruft here.
8289         
8290 2005-08-18  Wim Taymans  <wim@fluendo.com>
8291
8292         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8293         (gst_base_rtp_depayload_chain),
8294         (gst_base_rtp_depayload_add_to_queue),
8295         (gst_base_rtp_depayload_push),
8296         (gst_base_rtp_depayload_queue_release):
8297         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8298         Fix for RTPBuffer changes.
8299
8300         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
8301         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
8302         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
8303         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
8304         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
8305         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
8306         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
8307         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
8308         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
8309         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
8310         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
8311         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
8312         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
8313         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
8314         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
8315         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
8316         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
8317         (gst_rtpbuffer_get_payload):
8318         * gst-libs/gst/rtp/gstrtpbuffer.h:
8319         Don't subclass GstBuffer but add methods and helper functions
8320         to construct and manipulate RTP packets in regular GstBuffers.
8321
8322 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
8323
8324         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8325           moved statement below switch
8326         * gst/volume/gstvolume.c: (gst_volume_class_init):
8327           added debug ptr
8328
8329 2005-08-16  Wim Taymans  <wim@fluendo.com>
8330
8331         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8332         (gst_base_audio_src_change_state):
8333         Open and close device in READY<->NULL state change.
8334
8335 2005-08-16  Andy Wingo  <wingo@pobox.com>
8336
8337         * examples/seeking/Makefile.am: Don't compile non-compiling
8338         compiled objects with the compiler.
8339
8340         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
8341         elements.
8342
8343 2005-08-12  Philippe Khalaf <burger@speedy.org>
8344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8345         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8346           Made a thread to release the queue.
8347           Removed timestamp conversion for now.
8348
8349 2005-08-10  Philippe Khalaf <burger@speedy.org>
8350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8351         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8352           Added rtp timestamp -> gst timestamp conversion.
8353           Fixed several problems with queue.
8354
8355 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8356
8357         * gst-libs/gst/audio/gstaudioclock.h:
8358         * gst-libs/gst/audio/gstaudiofilter.h:
8359         * gst-libs/gst/audio/gstaudiosink.h:
8360         * gst-libs/gst/audio/gstaudiosrc.h:
8361         * gst-libs/gst/audio/gstbaseaudiosink.h:
8362         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8363         * gst-libs/gst/audio/gstringbuffer.h:
8364         * gst-libs/gst/net/gstnetbuffer.h:
8365         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8366         * gst-libs/gst/rtp/gstrtpbuffer.h:
8367           Add padding (you will need to rebuild gst-plugins-base,
8368           gst-plugins and all applications afterwards!)
8369
8370 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8371
8372         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8373         (gst_riff_parse_chunk):
8374           Fix bug in debug message and add some more debug messages.
8375
8376 2005-08-08  Edward Hervey  <edward@fluendo.com>
8377
8378         * gst-libs/gst/riff/riff-media.c:
8379         backported updates since branch
8380
8381 2005-08-08  Andy Wingo  <wingo@pobox.com>
8382
8383         * gst-libs/gst/audio/gstbaseaudiosink.c
8384         (gst_base_audio_sink_change_state): Open the device in NULL->READY
8385         like good elements should. Close on READY->NULL too.
8386
8387         * gst-libs/gst/audio/gstaudiosink.c
8388         (gst_audioringbuffer_open_device,
8389         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
8390         (gst_audioringbuffer_release): Updates for new ring buffer API,
8391         hook into the new audio sink api.
8392
8393         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
8394         (GstAudioSinkClass.close): Just open and close the device -- no
8395         resource allocation or configuration.
8396         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
8397         vmethods, handle device setup and resource allocation.
8398
8399         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
8400         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
8401         base class API.
8402
8403         * gst-libs/gst/audio/gstringbuffer.h
8404         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
8405         New vmethods.
8406
8407         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
8408         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
8409         New API functions. The device should be opened before acquiring
8410         and closed after releasing.
8411
8412 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
8413
8414         * gst-libs/gst/interfaces/mixer.h:
8415           Reset padding to GST_PADDING.
8416
8417 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8418
8419         * gst/playback/gstplaybin.c: (remove_sinks):
8420           Remove visualization from parent explicitely; works around some
8421           apparent refcount issue that I haven't tracked down yet.
8422
8423 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8424
8425         * ext/alsa/gstalsasink.c: (set_hwparams):
8426           Assign debug category, add negotiation debug msgs.
8427
8428 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8429
8430         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
8431           Fix error code for file-not-found to NOT_FOUND.
8432
8433 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8434
8435         * common/gtk-doc-plugins.mak:
8436         * docs/plugins/Makefile.am:
8437         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8438         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8439           renamed to actual element names, so much nicer to look at
8440         * docs/plugins/tmpl/gstmultifdsink.sgml:
8441           remove
8442         * docs/plugins/tmpl/multifdsink.sgml:
8443         * docs/plugins/tmpl/tcpserversink.sgml:
8444           add
8445         * ext/alsa/gstalsa.c:
8446         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8447         * ext/ogg/gstoggmux.c:
8448         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8449         * gst/playback/gstdecodebin.c:
8450         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8451         * gst/tcp/gsttcpserversink.c:
8452           various fixes and documentation additions
8453
8454 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8455
8456         * common/Makefile.am:
8457         * common/gstdoc-scangobj:
8458         * common/gtk-doc-plugins.mak:
8459         * common/gtk-doc.mak:
8460           add a custom scangobj that uses the registry
8461           add a custom gtk-doc-plugins.mak that uses it
8462           some doc build fixes
8463         * configure.ac:
8464         * docs/Makefile.am:
8465         * docs/plugins/Makefile.am:
8466         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8467         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8468         * docs/plugins/gst-plugins-base-plugins.types:
8469         * docs/plugins/tmpl/gstmultifdsink.sgml:
8470           add docs for one element, multifdsink
8471         * gst/adder/gstadder.h:
8472         * gst/volume/gstvolume.h:
8473           don't privatize enum
8474         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8475         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8476         (gst_sync_method_get_type), (gst_client_status_get_type),
8477         (gst_multifdsink_class_init),
8478         (gst_multifdsink_client_queue_buffer),
8479         (gst_multifdsink_handle_client_write):
8480         * gst/tcp/gstmultifdsink.h:
8481         * gst/tcp/gsttcp.h:
8482         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8483         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8484         (gst_tcpclientsink_render):
8485         * gst/tcp/gsttcpclientsink.h:
8486         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8487         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8488         (gst_tcpclientsrc_start):
8489         * gst/tcp/gsttcpclientsrc.h:
8490         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8491         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8492         * gst/tcp/gsttcpserversrc.h:
8493         * gst/typefind/gsttypefindfunctions.c:
8494           remove superfluous Type stuff
8495
8496 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8497
8498         * gst/playback/gstplaybin.c: (gen_video_element):
8499           Enable videoscale.
8500
8501 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8502
8503         * gst-libs/gst/gconf/gconf.c:
8504         * gst-libs/gst/gconf/gconf.h:
8505           Fix some Andy Problem [tm].
8506
8507 2005-08-04  Andy Wingo  <wingo@pobox.com>
8508
8509         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8511         (gst_ffmpegcsp_get_size): Adapt to API changes.
8512
8513         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8514         Implement an in-place do-nothing transform.
8515
8516 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8517
8518         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8519         (gst_ximagesink_renegotiate_size):
8520           Do not set new window sizes yet if we prepare a new buffer size
8521           for upstream renegotiation (software scaling) at some point in the
8522           future, because this new size waqs not actually accepted yet. Once
8523           accepted, renegotiation later on will set the new sizes just fine.
8524           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8525           embedding testcase.
8526
8527 2005-08-03  Andy Wingo  <wingo@pobox.com>
8528
8529         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8530         (gst_ximagesink_buffer_alloc): 
8531         Protect the height, width, and desired_caps with the pool_lock.
8532         Fixes videotestsrc ! queue ! ximagesink.
8533
8534 2005-08-02  Edward Hervey  <edward@fluendo.com>
8535
8536         * gst/volume/gstvolume.c:
8537         include left from controller cleanup
8538
8539 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
8540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8541           Stop collectpads before calling the parent state
8542           change function on PAUSED->READY.
8543
8544 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
8545         * configure.ac:
8546           When testing for X libs, use the X CFlags 
8547         * gst/adder/gstadder.c: (gst_adder_change_state):
8548           Stop the collectpads before calling parent state change function
8549           on PAUSED->READY, otherwise we deadlock deactivating pads.
8550
8551 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
8552
8553         * configure.ac:
8554         * docs/libs/tmpl/gstcolorbalance.sgml:
8555         * docs/libs/tmpl/gstmixer.sgml:
8556         * examples/Makefile.am:
8557         * gst/sine/Makefile.am:
8558         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8559         (gst_sinesrc_set_property), (plugin_init):
8560         * gst/sine/gstsinesrc.h:
8561         * gst/volume/Makefile.am:
8562         * gst/volume/gstvolume.c: (gst_volume_set_volume),
8563         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8564         (volume_process_float), (volume_process_int16),
8565         (volume_set_property), (plugin_init):
8566         * gst/volume/gstvolume.h:
8567           deactivate and remove dparams (libgstcontrol)
8568
8569 2005-07-29  Wim Taymans  <wim@fluendo.com>
8570
8571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8572         Convert me to BaseTransform!! help..
8573
8574 2005-07-29  Andy Wingo  <wingo@pobox.com>
8575
8576         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8577         sinks.
8578
8579         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8580         support of both endiannesses.
8581
8582 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8583
8584         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8585           Fix confusing debug message (s/event/query/)
8586
8587 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8588
8589         * gst/videotestsrc/videotestsrc.h:
8590           Use "_stdint.h" instead of <stdint.h>
8591
8592 2005-07-27  Wim Taymans  <wim@fluendo.com>
8593
8594         * ext/vorbis/Makefile.am:
8595         Revert wrong commit.
8596
8597 2005-07-27  Wim Taymans  <wim@fluendo.com>
8598
8599         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8600         More compilation fixen.
8601
8602 2005-07-27  Wim Taymans  <wim@fluendo.com>
8603
8604         * gst-libs/gst/audio/gstbaseaudiosink.c:
8605         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8606         (gst_base_audio_sink_create_ringbuffer),
8607         (gst_base_audio_sink_change_state):
8608         Fix compilation.
8609
8610 2005-07-27  Wim Taymans  <wim@fluendo.com>
8611
8612         * examples/seeking/seek.c: (setup_dynamic_link),
8613         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8614         (query_positions_elems), (query_positions_pads), (do_seek):
8615         Update seek example.
8616
8617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8618         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8619         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8620         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8621         (gst_ogg_demux_handle_event),
8622         (gst_ogg_demux_deactivate_current_chain),
8623         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8624         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8625         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8626         (gst_ogg_demux_loop):
8627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8628         * ext/theora/theoradec.c: (theora_dec_src_event),
8629         (theora_dec_src_getcaps), (theora_dec_sink_event),
8630         (theora_dec_push), (theora_dec_chain):
8631         * ext/vorbis/Makefile.am:
8632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8633         (vorbis_dec_sink_event), (vorbis_dec_push),
8634         (vorbis_handle_data_packet):
8635         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8636         (gst_vorbisenc_chain):
8637         * gst/playback/gststreaminfo.c: (cb_probe):
8638         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8639         * gst/videorate/gstvideorate.c: (gst_videorate_event):
8640         * gst/videoscale/gstvideoscale.c:
8641         (gst_videoscale_handle_src_event):
8642         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8643         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8644         (gst_ximagesink_navigation_send_event):
8645         * sys/xvimage/xvimagesink.c:
8646         (gst_xvimagesink_navigation_send_event):
8647         Various event updates and cleanups
8648
8649 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8650
8651         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8652           Fix segfault for I420/YV12.
8653
8654 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8655
8656         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8657           Report bitrate.
8658
8659 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8660
8661         * gst/playback/gstplaybin.c: (gen_video_element),
8662         (gen_audio_element):
8663           Switch to auto*sink elements as default sinks; add volume element
8664           so that volume control in totem works.
8665
8666 2005-07-21  Wim Taymans  <wim@fluendo.com>
8667
8668         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8669         * gst/playback/gstplaybin.c: (setup_sinks),
8670         (gst_play_bin_change_state):
8671         Refcount fix and more comments.
8672
8673 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8674
8675         * sys/ximage/Makefile.am:
8676         * sys/ximage/ximage.c: (plugin_init):
8677         * sys/ximage/ximagesink.c:
8678         Prepare for adding ximagesrc, rename of plugin to ximage etc.
8679         
8680
8681 2005-07-21  Wim Taymans  <wim@fluendo.com>
8682
8683         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8684         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8685         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8686         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8687         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8688         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8689         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8690         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8691         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8692         Generate correct disconts for live chained oggs.
8693
8694         * gst-libs/gst/audio/gstbaseaudiosink.c:
8695         (gst_base_audio_sink_render),
8696         (gst_base_audio_sink_create_ringbuffer),
8697         (gst_base_audio_sink_change_state):
8698         Handle discont math correctly.
8699
8700         * gst/playback/gstplaybin.c: (add_sink):
8701         Some small debug cleanup.
8702
8703 2005-07-21  Wim Taymans  <wim@fluendo.com>
8704
8705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8706         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8707         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8708         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8709         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8710         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8711         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8712         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8713         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8714         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8715         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8716         (gst_ogg_demux_change_state), (gst_ogg_print):
8717         Reorganize code to send the right disconts when in streaming
8718         mode.
8719
8720 2005-07-20  Andy Wingo  <wingo@pobox.com>
8721
8722         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8723         fix (?), fixes a seggie mcfalterson (#310894).
8724
8725 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8726
8727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8728         (gst_ogg_mux_set_header_on_caps):
8729         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8730         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8731         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8732         * gst-libs/gst/audio/multichannel.c:
8733         (gst_audio_set_channel_positions),
8734         (gst_audio_set_structure_channel_positions_list):
8735         * gst/playback/gstdecodebin.c: (dynamic_create):
8736         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8737         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8738           Fixes for API changes in core.
8739
8740 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8741
8742         * gst/playback/gstplaybasebin.c: (fill_buffer):
8743           Use _new_custom() so we can set custom message types for buffering
8744           messages.
8745
8746 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8747
8748         * configure.ac:
8749         * gst-libs/gst/Makefile.am:
8750         * gst-libs/gst/gconf/.cvsignore:
8751         * gst-libs/gst/gconf/Makefile.am:
8752         * gst-libs/gst/gconf/test-gconf.c:
8753         * pkgconfig/Makefile.am:
8754         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8755         * pkgconfig/gstreamer-gconf.pc.in:
8756           Remove gconf stuff, use gconf elements instead from now on.
8757
8758 2005-07-20  Wim Taymans  <wim@fluendo.com>
8759
8760         * gst-libs/gst/audio/TODO:
8761         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8762         (gst_audio_clock_get_internal_time):
8763         * gst-libs/gst/audio/gstaudioclock.h:
8764         * gst-libs/gst/audio/gstbaseaudiosink.c:
8765         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8766         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8767         (gst_base_audio_sink_render),
8768         (gst_base_audio_sink_create_ringbuffer),
8769         (gst_base_audio_sink_change_state):
8770         Make sure the audio clock always returns an increasing value.
8771
8772 2005-07-19  Andy Wingo  <wingo@pobox.com>
8773
8774         * gst/videotestsrc/: Cleanups.
8775
8776 2005-07-19  Wim Taymans  <wim@fluendo.com>
8777
8778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8779         Better debugging.
8780
8781 2005-07-19  Wim Taymans  <wim@fluendo.com>
8782
8783         * examples/seeking/seek.c: (make_dv_pipeline),
8784         (make_vorbis_theora_pipeline), (query_rates),
8785         (query_positions_elems), (query_positions_pads), (do_seek):
8786         Make correct DV pipeline.
8787
8788 2005-07-18  Andy Wingo  <wingo@pobox.com>
8789
8790         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8791         default. Also because it's the only thing that really works. (This
8792         is used in the GConf elements).
8793         Use AS_LIBTOOL_TAGS.
8794
8795 2005-07-18  Wim Taymans  <wim@fluendo.com>
8796
8797         * gst/playback/gstdecodebin.c: (remove_element_chain):
8798         * gst/playback/gstplaybin.c: (add_sink):
8799         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8800         (gst_stream_info_set_mute):
8801         * gst/playback/gststreamselector.c:
8802         (gst_stream_selector_get_linked_pad),
8803         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8804         More leak and compile fixes.
8805
8806 2005-07-18  Wim Taymans  <wim@fluendo.com>
8807
8808         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8809         (query_rates), (query_positions_elems), (query_positions_pads),
8810         (do_seek), (seek_cb), (stop_seek):
8811         Updated seek example. 
8812
8813         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8814         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8815         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8816         * gst/playback/gstplaybin.c: (add_sink):
8817         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8818         (gst_stream_info_set_mute):
8819         Some refcount leak fixes.
8820
8821 2005-07-16  Wim Taymans  <wim@fluendo.com>
8822
8823         * gst-libs/gst/audio/gstbaseaudiosink.c:
8824         (gst_base_audio_sink_render):
8825         Align samples even if we have roundoff errors in the 
8826         timestamp conversion.
8827
8828 2005-07-16  Wim Taymans  <wim@fluendo.com>
8829
8830         * docs/libs/tmpl/gstringbuffer.sgml:
8831         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8832         (query_rates), (query_positions_elems), (query_positions_pads),
8833         (update_scale), (do_seek):
8834         Updated seek example.
8835
8836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8837         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8838         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8839         (gst_ogg_demux_loop):
8840         Push out correct discont values.
8841
8842         * ext/theora/theoradec.c: (theora_dec_src_convert),
8843         (theora_dec_sink_convert), (theora_dec_src_getcaps),
8844         (theora_dec_sink_event), (theora_handle_type_packet),
8845         (theora_handle_header_packet), (theora_dec_push),
8846         (theora_handle_data_packet), (theora_dec_chain),
8847         (theora_dec_change_state):
8848         Better timestamping.
8849
8850         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8851         (vorbis_dec_sink_event), (vorbis_dec_push),
8852         (vorbis_handle_data_packet), (vorbis_dec_chain):
8853         * ext/vorbis/vorbisdec.h:
8854         Better timestamping.
8855
8856         * gst-libs/gst/audio/gstbaseaudiosink.c:
8857         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8858         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8859         Handle syncing on timestamps instead of sample offsets. Make
8860         use of DISCONT values as described in design docs.
8861
8862         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8863         (gst_base_audio_src_get_time):
8864         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8865         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8866         (gst_ring_buffer_read):
8867         * gst-libs/gst/audio/gstringbuffer.h:
8868         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8869         (gst_ximagesink_show_frame):
8870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8871         Correcly convert buffer timestamp to stream time.
8872
8873 2005-07-16  Wim Taymans  <wim@fluendo.com>
8874
8875         * gst/audioconvert/gstaudioconvert.c:
8876         (gst_audio_convert_get_buffer):
8877         Timestamp buffers correctly.
8878
8879         * gst/playback/gstplaybin.c: (gen_video_element):
8880         Make internal fakesink silent.
8881
8882 2005-07-15  Wim Taymans  <wim@fluendo.com>
8883
8884         * gst/ffmpegcolorspace/Makefile.am:
8885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8886         (gst_ffmpegcsp_caps_remove_format_info),
8887         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8888         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8889         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8890         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8891         Ported ffmpegcolorspace to basetransform.
8892
8893         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8894         * gst/volume/gstvolume.c: (volume_transform):
8895         Ported to new API.
8896
8897 2005-07-14  Wim Taymans  <wim@fluendo.com>
8898
8899         * gst/videotestsrc/Makefile.am:
8900         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8901         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8902         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8903         (gst_videotestsrc_init), (gst_videotestsrc_event),
8904         (gst_videotestsrc_create), (gst_videotestsrc_start),
8905         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8906         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8907         (gst_videotestsrc_get_property):
8908         * gst/videotestsrc/gstvideotestsrc.h:
8909         Make videotestsrc a pushsrc.
8910
8911 2005-07-14  Wim Taymans  <wim@fluendo.com>
8912
8913         * gst/tcp/gstfdset.c: (gst_fdset_free):
8914         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8915         (gst_multifdsink_add), (gst_multifdsink_remove),
8916         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8917         (gst_multifdsink_remove_client_link),
8918         (gst_multifdsink_client_queue_data),
8919         (gst_multifdsink_client_queue_caps),
8920         (gst_multifdsink_client_queue_buffer),
8921         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8922         (gst_multifdsink_stop):
8923         * gst/tcp/gstmultifdsink.h:
8924         0.8 backporting.
8925
8926         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8927         Also draw image when not from a pool.
8928
8929 2005-07-14  Wim Taymans  <wim@fluendo.com>
8930
8931         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8932         (mute_stream), (silence_stream):
8933         Small debug additions.
8934
8935 2005-07-14  Wim Taymans  <wim@fluendo.com>
8936
8937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8938         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8939         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8940         Better error recovery, ignore unconnected pads and
8941         non-fatal errors.
8942
8943 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8944
8945         * docs/libs/tmpl/gstaudio.sgml:
8946         * docs/libs/tmpl/gstcolorbalance.sgml:
8947         * docs/libs/tmpl/gstgconf.sgml:
8948         * docs/libs/tmpl/gstmixer.sgml:
8949         * docs/libs/tmpl/gstringbuffer.sgml:
8950         * docs/libs/tmpl/gsttuner.sgml:
8951         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8952         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8953         (gst_tcpclientsrc_class_init):
8954         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8955         (gst_tcpserversrc_class_init):
8956         * sys/v4l/gstv4lelement.c:
8957           more autistic cleanliness in functions/names/defines
8958
8959 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8960
8961         * configure.ac:
8962           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
8963           added manually to each Makefile.am so we are sure it goes
8964           *last* and doesn't add -L flags before linking in libs of our
8965           own, like, say, internal .la libs, that then accidentally pick
8966           up the installed copy.
8967         * docs/libs/Makefile.am:
8968         * ext/alsa/Makefile.am:
8969         * ext/cdparanoia/Makefile.am:
8970         * ext/gnomevfs/Makefile.am:
8971         * ext/libvisual/Makefile.am:
8972         * ext/ogg/Makefile.am:
8973         * ext/theora/Makefile.am:
8974         * ext/vorbis/Makefile.am:
8975         * gst-libs/gst/video/Makefile.am:
8976         * gst/adder/Makefile.am:
8977         * gst/audioconvert/Makefile.am:
8978         * gst/audiorate/Makefile.am:
8979         * gst/audioscale/Makefile.am:
8980         * gst/ffmpegcolorspace/Makefile.am:
8981         * gst/playback/Makefile.am:
8982         * gst/sine/Makefile.am:
8983         * gst/subparse/Makefile.am:
8984         * gst/tags/Makefile.am:
8985         * gst/tcp/Makefile.am:
8986         * gst/typefind/Makefile.am:
8987         * gst/videorate/Makefile.am:
8988         * gst/videoscale/Makefile.am:
8989         * gst/videotestsrc/Makefile.am:
8990         * gst/volume/Makefile.am:
8991         * sys/v4l/Makefile.am:
8992         * sys/ximage/Makefile.am:
8993         * sys/xvimage/Makefile.am:
8994           adapt properly to this change. This should make sure that
8995           plugins and libs properly link to the as-yet-uninstalled
8996           copies of stuff like libgstinterfaces and libgstvideo
8997
8998 2005-07-13  Andy Wingo  <wingo@pobox.com>
8999
9000         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
9001         (gst_v4lsrc_fixate): Fixate on format as well.
9002
9003         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
9004         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
9005         buffer points to it.
9006         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
9007         rather just doing X calls ourselves. Also fixes a memleak.
9008
9009 2005-07-12  Andy Wingo  <wingo@pobox.com>
9010
9011         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
9012         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
9013         (gst_v4lsrc_create): Re-add the copy-mode property, default to
9014         TRUE to avoid deadlocks if an element holds on to our buffers.
9015
9016 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9017
9018         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9019         (gst_sinesrc_init), (gst_sinesrc_create),
9020         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9021         (gst_sinesrc_start):
9022         * gst/sine/gstsinesrc.h:
9023           removing num-buffers property before moving it
9024
9025 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9026
9027         * configure.ac:
9028           use overridable ERROR_CFLAGS
9029         * docs/libs/gst-plugins-base-libs.types:
9030         * docs/libs/tmpl/gstringbuffer.sgml:
9031         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9032         (gst_alsasink_class_init):
9033         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9034         (gst_alsasrc_class_init):
9035         * gst-libs/gst/audio/audio.h:
9036         * gst-libs/gst/audio/gstaudioclock.h:
9037         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9038         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
9039         (gst_audio_filter_link), (gst_audio_filter_init),
9040         (gst_audio_filter_chain), (gst_audio_filter_set_property),
9041         (gst_audio_filter_get_property),
9042         (gst_audio_filter_class_add_pad_templates):
9043         * gst-libs/gst/audio/gstaudiofilter.h:
9044         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9045         (gst_audio_filter_template_get_type),
9046         (gst_audio_filter_template_base_init),
9047         (gst_audio_filter_template_class_init),
9048         (gst_audio_filter_template_init),
9049         (gst_audio_filter_template_set_property),
9050         (gst_audio_filter_template_get_property), (plugin_init),
9051         (gst_audio_filter_template_setup),
9052         (gst_audio_filter_template_filter),
9053         (gst_audio_filter_template_filter_inplace):
9054         * gst-libs/gst/audio/gstaudiosink.c:
9055         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9056         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
9057         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9058         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9059         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
9060         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
9061         * gst-libs/gst/audio/gstaudiosink.h:
9062         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9063         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9064         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9065         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
9066         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
9067         (gst_audio_src_class_init), (gst_audio_src_init),
9068         (gst_audio_src_create_ringbuffer):
9069         * gst-libs/gst/audio/gstaudiosrc.h:
9070         * gst-libs/gst/audio/gstbaseaudiosink.c:
9071         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
9072         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
9073         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
9074         (gst_base_audio_sink_set_property),
9075         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
9076         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
9077         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
9078         (gst_base_audio_sink_create_ringbuffer),
9079         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
9080         * gst-libs/gst/audio/gstbaseaudiosink.h:
9081         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9082         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
9083         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
9084         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
9085         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
9086         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
9087         (gst_base_audio_src_event), (gst_base_audio_src_create),
9088         (gst_base_audio_src_create_ringbuffer),
9089         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
9090         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9091         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
9092         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
9093         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
9094         (gst_ring_buffer_debug_spec_caps),
9095         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
9096         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9097         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9098         (gst_ring_buffer_start), (gst_ring_buffer_pause),
9099         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
9100         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9101         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
9102         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9103         (gst_ring_buffer_clear):
9104         * gst-libs/gst/audio/gstringbuffer.h:
9105         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9106         (gst_video_sink_class_init), (gst_video_sink_get_type):
9107         * gst-libs/gst/video/videosink.h:
9108         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9109         (gst_multifdsink_class_init),
9110         (gst_multifdsink_handle_client_write),
9111         (gst_multifdsink_change_state):
9112         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9113         (gst_tcpclientsink_setcaps):
9114         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9115         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
9116         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
9117         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
9118         (gst_ximagesink_send_pending_navigation),
9119         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
9120         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
9121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9122         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9123         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
9124         (gst_xvimagesink_send_pending_navigation),
9125         (gst_xvimagesink_navigation_send_event),
9126         (gst_xvimagesink_set_xwindow_id),
9127         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
9128         (gst_xvimagesink_get_type):
9129         more macro splitting
9130
9131 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9132
9133         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9134           plug a memleak, allows me to import 1479 albums in one go
9135           in jamboree
9136         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9137         (vorbis_handle_type_packet), (vorbis_dec_chain),
9138         (vorbis_dec_change_state):
9139           fix some format strings
9140
9141 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9142
9143         * docs/libs/tmpl/gstcolorbalance.sgml:
9144         * docs/libs/tmpl/gstmixer.sgml:
9145         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9146         (gst_alsasink_set_property), (gst_alsasink_get_property):
9147         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9148         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
9149           add device property
9150
9151 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9152
9153         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9154         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9155         (audiocast_register_listener), (audiocast_thread_run),
9156         (gst_gnomevfssrc_send_additional_headers_callback),
9157         (gst_gnomevfssrc_received_headers_callback),
9158         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
9159         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
9160         (gst_gnomevfssrc_get_size):
9161           add/clean up debugging
9162         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
9163           cleanups
9164
9165 2005-07-07  Andy Wingo  <wingo@pobox.com>
9166
9167         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
9168         framerate. Need to get a handle on when exactly this function is
9169         called, tho.
9170
9171         * sys/v4l/v4lsrc_calls.h:
9172         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
9173         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
9174         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
9175
9176         * sys/v4l/v4l_calls.h: Cast to V4lElement.
9177         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
9178         v4lelements are sources.
9179
9180         * sys/v4l/gstv4lxoverlay.h:
9181         * sys/v4l/gstv4lxoverlay.c:
9182         * sys/v4l/gstv4ltuner.h:
9183         * sys/v4l/gstv4ltuner.c: Header loc fixen.
9184         
9185         * sys/v4l/gstv4lsrc.h:
9186         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
9187         PushSrc/BaseSrc. Removed most sync-related properties, videorate
9188         or something should handle that. Made a live source.
9189
9190         * sys/v4l/gstv4lelement.h:
9191         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
9192         signals. Some cleanups.
9193
9194         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
9195
9196         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
9197         stuff.
9198
9199         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
9200         stuff.
9201
9202         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
9203
9204 2005-07-07  Wim Taymans  <wim@fluendo.com>
9205
9206         * ext/theora/theoradec.c: (theora_get_query_types),
9207         (theora_dec_src_getcaps), (theora_dec_push):
9208         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
9209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
9210         Remove deprecated/unused query types.
9211
9212 2005-07-06  Wim Taymans  <wim@fluendo.com>
9213
9214         * ext/alsa/Makefile.am:
9215         * ext/alsa/gstalsaplugin.c: (plugin_init):
9216         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9217         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9218         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
9219         (gst_alsasrc_class_init), (gst_alsasrc_init),
9220         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
9221         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
9222         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
9223         (gst_alsasrc_reset):
9224         * ext/alsa/gstalsasrc.h:
9225         * gst-libs/gst/audio/Makefile.am:
9226         * gst-libs/gst/audio/gstaudiosink.c:
9227         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9228         (gst_audioringbuffer_start):
9229         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9230         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9231         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
9232         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9233         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9234         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9235         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
9236         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
9237         * gst-libs/gst/audio/gstaudiosrc.h:
9238         * gst-libs/gst/audio/gstbaseaudiosink.c:
9239         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9240         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
9241         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
9242         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9243         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
9244         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
9245         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
9246         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
9247         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
9248         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
9249         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
9250         (gst_baseaudiosrc_change_state):
9251         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9252         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9253         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
9254         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
9255         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9256         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
9257         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
9258         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
9259         * gst-libs/gst/audio/gstringbuffer.h:
9260         Added audiosource base classes.
9261         Ported alsasrc, still very basic.
9262
9263 2005-07-06  Wim Taymans  <wim@fluendo.com>
9264
9265         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
9266         (theora_dec_push), (theora_handle_data_packet):
9267         Prepare for better timestamp fix later.
9268
9269         * gst/audioconvert/gstaudioconvert.c:
9270         List most accurate caps first
9271
9272         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
9273         Use proper pad task function.
9274
9275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9276         (gst_xvimagesink_show_frame):
9277         Fix deadlock when alloc failed.
9278
9279 2005-07-05  Andy Wingo  <wingo@pobox.com>
9280
9281         * ext/gnomevfs/gstgnomevfssrc.c:
9282         * gst/sine/gstsinesrc.c:
9283         * gst/tcp/gsttcpserversrc.c:
9284         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
9285
9286         * sys/v4l/: Port from 0.8.
9287
9288         * Many files: Null if we got it....
9289
9290 2005-07-05  Andy Wingo  <wingo@pobox.com>
9291
9292         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
9293         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
9294         Signedness fixes.
9295
9296 2005-07-05  Wim Taymans  <wim@fluendo.com>
9297
9298         * configure.ac:
9299         * gst/tcp/Makefile.am:
9300         * gst/tcp/README:
9301         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9302         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
9303         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9304         (is_sync_frame), (gst_multifdsink_handle_client_write),
9305         (gst_multifdsink_render), (gst_multifdsink_start),
9306         (gst_multifdsink_stop), (gst_multifdsink_change_state):
9307         * gst/tcp/gstmultifdsink.h:
9308         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
9309         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
9310         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9311         * gst/tcp/gsttcp.h:
9312         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9313         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
9314         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9315         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
9316         * gst/tcp/gsttcpclientsink.h:
9317         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9318         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
9319         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
9320         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
9321         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
9322         * gst/tcp/gsttcpclientsrc.h:
9323         * gst/tcp/gsttcpplugin.c: (plugin_init):
9324         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
9325         * gst/tcp/gsttcpserversink.h:
9326         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9327         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
9328         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
9329         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9330         (gst_tcpserversrc_stop):
9331         * gst/tcp/gsttcpserversrc.h:
9332         * gst/tcp/gsttcpsink.c:
9333         * gst/tcp/gsttcpsink.h:
9334         * gst/tcp/gsttcpsrc.c:
9335         * gst/tcp/gsttcpsrc.h:
9336         Ported tcp plugins to 0.9. 
9337         
9338
9339 2005-07-05  Andy Wingo  <wingo@pobox.com>
9340
9341         * gst/playback/gstplaybasebin.c (fill_buffer):
9342         message_new_application fixen.
9343
9344         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
9345         Style fix.
9346
9347 2005-07-04  Wim Taymans  <wim@fluendo.com>
9348
9349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9350         Set caps on output buffer.
9351
9352 2005-07-04  Andy Wingo  <wingo@pobox.com>
9353
9354         * ext/gnomevfs/gstgnomevfssrc.c
9355         (gst_gnomevfssrc_received_headers_callback) 
9356         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
9357         hopefully.
9358
9359         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
9360         No refcount leakage.
9361
9362         * configure.ac: Enable -Werror.
9363         
9364         * ext/theora/theoradec.c (theora_dec_src_getcaps):
9365         * gst/audioconvert/bufferframesconvert.c
9366         (buffer_frames_convert_fixate):
9367         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
9368         (gst_audio_convert_fixate):
9369         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
9370         (gst_sinesrc_create): Fixate func changes.
9371         
9372         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9373         (gst_ximagesink_buffer_alloc): Unused var.
9374
9375 2005-07-01  Andy Wingo  <wingo@pobox.com>
9376
9377         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
9378         getcaps to do explicit caps. Needs to be done in all decoders,
9379         possibly via a base class.
9380
9381         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
9382
9383         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
9384         caps on the sink pad, just rely on the pad template. Also, setting
9385         ANY caps on a pad is not valid because the caps are not fixed.
9386
9387         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
9388         caps on the buffer, and get the width from the desired_caps if
9389         they're set.
9390         (gst_ximagesink_renegotiate_size): Implement via setting the
9391         desired_caps on the ximagesink.
9392         (gst_ximagesink_setcaps): Only reset the width of the player if it
9393         wasn't already set. Not sure if this is right.
9394         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
9395
9396         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
9397         that the user wants. NULL unless the window has been resized.
9398
9399         * gst/volume/gstvolume.c (volume_transform): Adapt to
9400         basetransform refcount changes.
9401         
9402 2005-07-01  Andy Wingo  <wingo@pobox.com>
9403
9404         * gst/videoscale/gstvideoscale.c:
9405         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
9406         from BaseTransform, implements a transform_caps. Removed dead code
9407         including some PAR stuff that was never reached -- should probably
9408         be added back somehow.
9409
9410 2005-07-01  Andy Wingo  <wingo@pobox.com>
9411
9412         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
9413         come later.
9414
9415 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9416
9417         * configure.ac:
9418         * docs/libs/Makefile.am:
9419         * docs/libs/gst-plugins-libs.types:
9420         * ext/alsa/Makefile.am:
9421         * ext/alsa/gstalsamixer.h:
9422         * ext/alsa/gstalsamixeroptions.h:
9423         * ext/alsa/gstalsamixertrack.h:
9424         * gst-libs/gst/Makefile.am:
9425         * gst-libs/gst/colorbalance/.cvsignore:
9426         * gst-libs/gst/colorbalance/Makefile.am:
9427         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9428         * gst-libs/gst/colorbalance/colorbalance.c:
9429         * gst-libs/gst/colorbalance/colorbalance.h:
9430         * gst-libs/gst/colorbalance/colorbalance.vcproj:
9431         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9432         * gst-libs/gst/colorbalance/colorbalancechannel.h:
9433         * gst-libs/gst/interfaces/Makefile.am:
9434         * gst-libs/gst/interfaces/colorbalance.c:
9435         (gst_color_balance_class_init):
9436         * gst-libs/gst/interfaces/colorbalance.h:
9437         * gst-libs/gst/interfaces/interfaces-marshal.list:
9438         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
9439         * gst-libs/gst/interfaces/mixer.h:
9440         * gst-libs/gst/interfaces/mixeroptions.h:
9441         * gst-libs/gst/interfaces/navigation.c:
9442         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
9443         * gst-libs/gst/interfaces/tuner.h:
9444         * gst/volume/Makefile.am:
9445         * gst/volume/gstvolume.c:
9446         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9447         * sys/ximage/Makefile.am:
9448         * sys/ximage/ximagesink.c:
9449         * sys/xvimage/Makefile.am:
9450         * sys/xvimage/xvimagesink.c:
9451           fold in all interfaces into an interfaces dir, preserving CVS
9452           history
9453
9454 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9455
9456         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9457           Fix build after riff changes.
9458
9459 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9460
9461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9462         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9463         (gst_riff_create_video_template_caps),
9464         (gst_riff_create_audio_template_caps),
9465         (gst_riff_create_iavs_template_caps):
9466         * gst-libs/gst/riff/riff-media.h:
9467         * gst-libs/gst/riff/riff-read.h:
9468         * gst-libs/gst/riff/riff.c: (gst_riff_init):
9469           Add gst_riff_init() to initialize the debug category, instead
9470           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9471
9472 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9473
9474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9475           Oops, I shouldn't apply hacks.
9476
9477 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9478
9479         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9480           Remove pad_loop function which doesn't work.
9481
9482 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9483
9484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9485           Send EOS when deactivating.
9486         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9487         (check_queue), (queue_threshold_reached), (queue_out_of_data),
9488         (gen_preroll_element), (probe_triggered), (mute_stream),
9489         (silence_stream), (new_decoded_pad), (setup_substreams),
9490         (set_active_source):
9491         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9492         (remove_sinks), (add_sink):
9493         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9494           Change for new probe API.
9495
9496 2005-06-29  Wim Taymans  <wim@fluendo.com>
9497
9498         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9499         * gst-libs/gst/audio/gstbaseaudiosink.c:
9500         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9501         (gst_baseaudiosink_change_state):
9502         * gst-libs/gst/audio/gstbaseaudiosink.h:
9503         * gst-libs/gst/audio/gstringbuffer.c:
9504         (gst_ringbuffer_set_callback):
9505         Fix compilation error.
9506         Ringbuffer starts out as not running.
9507         Free our clock in dispose.
9508         When releasing the ringbuffer we need to renegotiate so
9509         clear the pad caps.
9510
9511 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9512
9513         * autogen.sh:
9514         * configure.ac:
9515         * docs/Makefile.am:
9516         * docs/libs/Makefile.am:
9517         * docs/libs/gst-plugins-libs-docs.sgml:
9518         * docs/libs/gst-plugins-libs-sections.txt:
9519         * docs/libs/gst-plugins-libs.types:
9520         * docs/libs/tmpl/gstaudio.sgml:
9521         * docs/libs/tmpl/gstcolorbalance.sgml:
9522         * docs/libs/tmpl/gstringbuffer.sgml:
9523         * gst-libs/gst/audio/gstringbuffer.c:
9524         (gst_ringbuffer_set_callback):
9525           reinstate gtk-doc docs for plugin libs
9526
9527 2005-06-28  Wim Taymans  <wim@fluendo.com>
9528
9529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9530         (gst_ogg_demux_init):
9531         Removed pad loop function.
9532
9533 2005-06-28  Wim Taymans  <wim@fluendo.com>
9534
9535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9536         If we're building a chain we are not in an error case
9537         when we queue a buffer.
9538
9539 2005-06-28  Andy Wingo  <wingo@pobox.com>
9540
9541         * *.c: Don't cast to GstObject before reffing/unreffing.
9542
9543 2005-06-27  Andy Wingo  <wingo@pobox.com>
9544
9545         * gst/videotestsrc/gstvideotestsrc.c
9546         (gst_videotestsrc_activate_push): Activation API changes.
9547
9548         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
9549         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9550         they have refs on the decodebin.
9551
9552         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9553         parent class.
9554         (gst_ogg_pad_typefind): Don't leak a pad ref.
9555         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9556         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
9557         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9558
9559 2005-06-27  Edward Hervey  <edward@fluendo.com>
9560
9561         * ext/theora/theoradec.c: (theora_dec_change_state): 
9562         re-arranged call to parent's state change in order to avoid locks (or
9563         worse).
9564
9565 2005-06-26  Edward Hervey  <edward@fluendo.com>
9566
9567         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9568         2nd argument of 'unknow-type' signal is a GstCaps and not a
9569         GstMiniObject
9570
9571 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
9572         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9573           Set the worker thread's running flag to TRUE before starting the
9574           thread.
9575         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9576           Catch a failure to add typefind to the bin.
9577
9578 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9579
9580         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9581         (gst_sinesrc_init), (gst_sinesrc_create),
9582         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9583         (gst_sinesrc_start):
9584         * gst/sine/gstsinesrc.h:
9585           add num-buffers and timestamp-offset properties
9586         * gst/videotestsrc/gstvideotestsrc.c:
9587         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9588         (gst_videotestsrc_get_property):
9589           add timestamp-offset property
9590
9591 2005-06-23  Christian Schaller  <uraeus@gnome.org>
9592
9593         * configure.ac: add videorate
9594         * gst-plugins-base.spec.in: add videorate
9595
9596 2005-06-23  Wim Taymans  <wim@fluendo.com>
9597
9598         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9599         (gst_videorate_getcaps), (gst_videorate_setcaps),
9600         (gst_videorate_event), (gst_videorate_chain):
9601         Fixed videorate, fixating an already fixated caps is not
9602         an error.
9603
9604 2005-06-23  Wim Taymans  <wim@fluendo.com>
9605
9606         * ext/ogg/README:
9607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9608         Buffer on caps is not boxed anymore.
9609
9610 2005-06-22  Wim Taymans  <wim@fluendo.com>
9611
9612         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9614         Set buffers on caps as miniobjects and not as boxed.
9615
9616 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9617
9618         * configure.ac:
9619           back to HEAD
9620
9621 === release 0.9.1 ===
9622
9623 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9624
9625         * .cvsignore:
9626         * NEWS:
9627         * README:
9628         * RELEASE:
9629         * configure.ac:
9630         * po/af.po:
9631         * po/az.po:
9632         * po/cs.po:
9633         * po/en_GB.po:
9634         * po/hu.po:
9635         * po/it.po:
9636         * po/nb.po:
9637         * po/nl.po:
9638         * po/or.po:
9639         * po/sq.po:
9640         * po/sr.po:
9641         * po/sv.po:
9642         * po/uk.po:
9643         * po/vi.po:
9644           updates for release
9645
9646 2005-06-09  Andy Wingo  <wingo@pobox.com>
9647
9648         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9649         
9650 2005-06-09  Andy Wingo  <wingo@pobox.com>
9651
9652         * configure.ac:
9653         * gst-libs/gst/Makefile.am:
9654         * gst-libs/gst/net/Makefile.am:
9655         Add gstnet to build.
9656
9657 2005-06-09  Andy Wingo  <wingo@pobox.com>
9658
9659         * gst-libs/gst/gconf/gconf.c:
9660         * gst/playback/test.c:
9661         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9662         fixes.
9663
9664         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9665
9666         * ext/theora/theoraenc.c (theora_enc_chain): 
9667         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9668
9669         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9670         RealPad.
9671
9672 2005-06-02  Wim Taymans  <wim@fluendo.com>
9673
9674         * gst-libs/gst/net/Makefile.am:
9675         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9676         * pkgconfig/gstreamer-libs.pc.in:
9677         Added net stuff, version net lib.
9678
9679 2005-06-02  Wim Taymans  <wim@fluendo.com>
9680
9681         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9682         (query_rates), (query_positions_elems), (query_positions_pads),
9683         (do_seek):
9684         Updated seek example.
9685
9686 2005-06-02  Andy Wingo  <wingo@pobox.com>
9687
9688         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9689         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9690         list.
9691
9692         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9693         remove the typefind, the bin dispose will do it for us. When it's
9694         removed and unreffed, the signal handler will be disconnected,
9695         too.
9696         (unlinked): It's too difficult to disconnect from unlinked
9697         handlers, as they are on pads not elements. Just punt if the pads
9698         aren't grandkids of the bin.
9699
9700 2005-06-02  Wim Taymans  <wim@fluendo.com>
9701
9702         * ext/ogg/README:
9703         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9704         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9706         * ext/theora/theoradec.c: (theora_dec_src_query),
9707         (theora_handle_data_packet):
9708         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9709         (theora_enc_chain):
9710         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9711         (vorbis_handle_data_packet):
9712         * gst/audioconvert/bufferframesconvert.c:
9713         (buffer_frames_convert_chain):
9714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9715         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9716         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9717         (gst_ffmpegcsp_chain):
9718         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9719         (gst_videorate_getcaps), (gst_videorate_setcaps),
9720         (gst_videorate_event), (gst_videorate_chain):
9721         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9722         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9723         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9724         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9725         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9726         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9727         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9728         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9729         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9730         Cleanups and buffer alloc.
9731
9732 2005-05-31  Wim Taymans  <wim@fluendo.com>
9733
9734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9735         Don't try to call the delay method when the device is not
9736         opened.
9737
9738 2005-05-31  Wim Taymans  <wim@fluendo.com>
9739
9740         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9741         Get actual segment size and buffer size after opening
9742         the device.
9743
9744 2005-05-30  Wim Taymans  <wim@fluendo.com>
9745
9746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9747         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9748         Also FLUSH upstream, makes the loop function exit faster.
9749         
9750         * ext/theora/theoradec.c: (theora_dec_src_query):
9751         Some more debug info in the query.
9752         
9753         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9754         (gst_ximagesink_setcaps):
9755         Release lock on par error, better error reporting.
9756
9757 2005-05-26  Wim Taymans  <wim@fluendo.com>
9758
9759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9760         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9761         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9762         Clear chains in READY
9763         Queue packets until the chain is activated.
9764
9765 2005-05-25  Wim Taymans  <wim@fluendo.com>
9766
9767         * gst-libs/gst/audio/gstaudiosink.c:
9768         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9769         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9770         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9771         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9772         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9773         (gst_audiosink_create_ringbuffer):
9774         * gst-libs/gst/audio/gstbaseaudiosink.c:
9775         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9776         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9777         (gst_baseaudiosink_set_property), (build_linear_format),
9778         (debug_spec_caps), (debug_spec_buffer),
9779         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9780         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9781         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9782         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9783         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9784         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9785         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9786         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9787         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9788         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9789         (wait_segment), (gst_ringbuffer_commit),
9790         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9791         (gst_ringbuffer_clear):
9792         Various small cleanups.
9793
9794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9795         (gst_audio_convert_change_state):
9796         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9797         No need to take the locks anymore.
9798
9799 2005-05-25  Wim Taymans  <wim@fluendo.com>
9800
9801         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9802         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9803         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9804         (type_found):
9805         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9806         (group_destroy), (group_commit), (queue_overrun),
9807         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9808         (mute_stream), (new_decoded_pad), (setup_substreams),
9809         (setup_source), (mute_group_type), (set_active_source),
9810         (gst_play_base_bin_change_state):
9811         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9812         (gen_video_element), (gen_text_element), (gen_audio_element),
9813         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9814         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9815         (gst_stream_info_dispose), (gst_stream_info_set_mute):
9816         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9817         Some playbin cleanups mostly refcounting sloppyness.
9818
9819 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9820
9821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9822           Work with streaming input.
9823
9824 2005-05-25  Wim Taymans  <wim@fluendo.com>
9825
9826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9827         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9828         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9829         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9830         No need to take the STREAM lock anymore.
9831
9832 2005-05-25  Wim Taymans  <wim@fluendo.com>
9833
9834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9835         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9836         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9837         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9838         (gst_ogg_demux_sink_activate):
9839         * ext/theora/theoradec.c: (theora_dec_src_event),
9840         (theora_handle_comment_packet), (theora_dec_chain),
9841         (theora_dec_change_state):
9842         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9843         (vorbis_handle_data_packet), (vorbis_dec_chain),
9844         (vorbis_dec_change_state):
9845         Remove STREAM locks as they are taken in core now.
9846         Never set bogus granulepos on vorbis/theora.
9847         Fix leaks in theoradec tag parsing.
9848
9849 2005-05-25  Wim Taymans  <wim@fluendo.com>
9850
9851         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9852         Fix memleaks, GST_BUFFER_DATA() is not freed.
9853
9854 2005-05-25  Wim Taymans  <wim@fluendo.com>
9855
9856         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9857         Open non-blocking, set to blocking mode afterwards to avoid
9858         lockups when audio device is busy.
9859
9860 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9861
9862         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9863           This can't be good.
9864
9865 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9866
9867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9868         (gst_audio_convert_chain), (gst_audio_convert_link_src),
9869         (gst_audio_convert_setcaps):
9870           Implement instant setup switching.
9871
9872 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9873
9874         * gst/playback/gstplaybasebin.c: (probe_triggered):
9875           Fix missing unlock.
9876         * gst/playback/gstplaybin.c: (add_sink):
9877           First add, then link (otherwise pad link fails).
9878
9879 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9880
9881         * examples/Makefile.am:
9882         fix buildbot (make distcheck)
9883
9884 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9885
9886         * gst/playback/gstplaybin.c: (gen_vis_element):
9887           Remove some wrong code. Doesn't work yet.
9888
9889 2005-05-19  Wim Taymans  <wim@fluendo.com>
9890
9891         * gst-libs/gst/net/Makefile.am:
9892         * gst-libs/gst/net/README:
9893         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9894         (gst_netbuffer_class_init), (gst_netbuffer_init),
9895         (gst_netbuffer_finalize), (gst_netbuffer_copy),
9896         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9897         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9898         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9899         * gst-libs/gst/net/gstnetbuffer.h:
9900         Added buffer subclass to store extra to/from addresses for
9901         network sources/sinks.
9902
9903 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9904
9905         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9906           Don't lock an unassigned variable.
9907
9908 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9909
9910         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9911           Increase buffer for video, decrease buffer for other media types.
9912         * gst/playback/gstplaybin.c: (gen_video_element),
9913         (gen_audio_element):
9914           Change names for debugging purposes.
9915
9916 2005-05-18  Wim Taymans  <wim@fluendo.com>
9917
9918         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9919         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9920         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9921         (gst_ffmpegcsp_chain):
9922         Enable buffer alloc passthrough if the source and dest
9923         formats are the same.
9924
9925 2005-05-17  Wim Taymans  <wim@fluendo.com>
9926
9927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9928         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9929         (gst_ogg_demux_chain_unlocked):
9930         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9931         (gst_audio_convert_caps_remove_format_info),
9932         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9933         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9935         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9936         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9937         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9938         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9939         (gst_ffmpegcsp_get_property):
9940         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9941         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9942         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9943         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9944         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9945         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9946         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9947         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9948         Leak fixes in oggdemux.
9949         Some cleanups in audioconvert.
9950         Make passthrough work along with buffer_alloc etc.
9951         Make buffer_alloc and buffer recycling actually work in
9952         xvimagesink.
9953
9954 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9955
9956         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
9957           make the compiler happy
9958
9959 2005-05-17  Wim Taymans  <wim@fluendo.com>
9960
9961         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9962         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9963         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
9964         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
9965         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9966         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
9967         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
9968         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9969         (gst_xvimagesink_set_xwindow_id):
9970         * sys/xvimage/xvimagesink.h:
9971         Port xvimagesink to new MiniObject.
9972
9973 2005-05-17  Wim Taymans  <wim@fluendo.com>
9974
9975         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9976         (gst_audiofilter_chain):
9977         * gst-libs/gst/audio/gstaudiosink.c:
9978         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9979         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9980         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9981         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9982         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9983         (gst_audiosink_create_ringbuffer):
9984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9985         (gst_audio_convert_caps_remove_format_info),
9986         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9987         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9989         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9990         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9991         Fix passthrough in ffmpegcolorspace.
9992         Fix memset in audiosink on wrong memory.
9993
9994 2005-05-16  David Schleef  <ds@schleef.org>
9995
9996         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
9997         to GstMiniObject.
9998
9999 2005-05-16  David Schleef  <ds@schleef.org>
10000
10001         Port from GstData to GstMiniObject.
10002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10004         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
10005         (gst_ogg_mux_collected):
10006         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10007         * ext/theora/theoradec.c: (theora_handle_comment_packet),
10008         (theora_handle_data_packet):
10009         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10010         (theora_set_header_on_caps), (theora_enc_chain):
10011         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10012         (vorbis_handle_comment_packet):
10013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
10014         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
10015         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
10016         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
10017         * gst/audioconvert/gstaudioconvert.c:
10018         (gst_audio_convert_get_buffer):
10019         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10020         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
10021         (mute_stream), (silence_stream):
10022         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10023         * gst/volume/gstvolume.c: (volume_transform):
10024         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10025         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
10026         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
10027         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10028         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
10029         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
10030         (gst_ximagesink_buffer_alloc):
10031         * sys/ximage/ximagesink.h:
10032
10033 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10034
10035         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10036         (fill_buffer), (check_queue), (queue_threshold_reached),
10037         (queue_out_of_data):
10038         * gst/playback/gstplaybasebin.h:
10039           Post buffer-fullness on the bus.
10040
10041 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10042
10043         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10044         (try_to_link_1):
10045         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10046         (group_commit), (probe_triggered), (setup_source),
10047         (gst_play_base_bin_change_state):
10048         * gst/playback/gstplaybasebin.h:
10049         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10050         (gst_play_bin_init), (remove_sinks), (setup_sinks),
10051         (gst_play_bin_change_state):
10052           Move setup_output_pads into a virtual function, remove
10053           group-switch (no longer needed) and redirect (handled by bus
10054           now) signals.
10055
10056 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10057
10058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10059         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
10060         (get_active_group), (get_building_group), (group_destroy),
10061         (group_commit), (check_queue), (queue_overrun),
10062         (queue_threshold_reached), (queue_out_of_data),
10063         (gen_preroll_element), (remove_groups), (unknown_type),
10064         (add_element_stream), (no_more_pads), (probe_triggered),
10065         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
10066         (setup_substreams), (setup_source), (finish_source),
10067         (prepare_output), (muted_group_change_state),
10068         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10069         (gst_play_base_bin_change_state):
10070         * gst/playback/gstplaybasebin.h:
10071         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10072         (gst_play_bin_init), (gst_play_bin_set_property),
10073         (gen_video_element), (gen_text_element), (gen_audio_element),
10074         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
10075         (gst_play_bin_change_state):
10076         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10077         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
10078         (stream_info_change_state), (gst_stream_info_set_mute),
10079         (gst_stream_info_get_property):
10080         * gst/playback/gststreaminfo.h:
10081         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10082         (gst_stream_selector_get_linked_pad),
10083         (gst_stream_selector_getcaps),
10084         (gst_stream_selector_get_linked_pads),
10085         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10086         * gst/playback/gststreamselector.h:
10087           Rough port of playbin. Needs some more work, but is mostly done,
10088           and uses a few locks in important places, which should make stuff
10089           like chain-switches clean. Still uses GST_STATE() in a few places,
10090           which isn't all that good an idea, subtitles/elements disabled
10091           because no elements to test with and thus probably broken, query
10092           and event handling moved to GstBin, internal thread removed
10093           alltogether because the pipeline does that for us now. Can play
10094           Ogg/Vorbis files. Haven't tested anything else yet.
10095
10096 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10097
10098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10099           Do no-more-pads (needed for autoplugging).
10100
10101 2005-05-10  Andy Wingo  <wingo@pobox.com>
10102
10103         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
10104         message to the bus with the tags. Still not sent downstream tho.
10105
10106         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
10107         get_parent.
10108         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
10109         avoid refcounting hassles.
10110
10111 2005-05-09  Andy Wingo  <wingo@pobox.com>
10112
10113         * gst/volume/Makefile.am:
10114         * gst/volume/demo.c
10115         * gst/volume/gstvolume.h
10116         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
10117         basetransform. Probably need an audio filter base class.
10118
10119 2005-05-09  Wim Taymans  <wim@fluendo.com>
10120
10121         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
10122         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
10123         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
10124         (gst_vorbisenc_chain):
10125         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10126         (gst_audio_convert_caps_remove_format_info),
10127         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10128         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10129         Make caps writable before writing to it.
10130         Fix negotiation in audioconvert some more.
10131
10132 2005-05-09  Wim Taymans  <wim@fluendo.com>
10133
10134         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10135         (gst_videorate_getcaps), (gst_videorate_setcaps),
10136         (gst_videorate_event), (gst_videorate_chain):
10137         Better negotiation.
10138
10139 2005-05-09  Wim Taymans  <wim@fluendo.com>
10140
10141         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
10142         (gst_videorate_getcaps), (gst_videorate_setcaps),
10143         (gst_videorate_blank_data), (gst_videorate_init),
10144         (gst_videorate_event), (gst_videorate_chain),
10145         (gst_videorate_change_state):
10146         Port videorate, do a better job at negotiation while we're at
10147         it.
10148
10149 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
10150
10151         * configure.ac:
10152           Disable libvisual
10153
10154         * examples/Makefile.am:
10155         * gst-libs/gst/audio/Makefile.am:
10156         * gst-libs/gst/riff/Makefile.am:
10157         * gst-libs/gst/tag/Makefile.am:
10158         * gst-libs/gst/video/Makefile.am:
10159           Fixups for missing variables.
10160
10161 2005-05-09  Wim Taymans  <wim@fluendo.com>
10162
10163         * examples/seeking/seek.c: (make_theora_pipeline),
10164         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
10165         (query_rates), (query_positions_elems), (query_positions_pads),
10166         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
10167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10168         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
10169         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
10170         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10171         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
10172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10173         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10174         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10175         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10176         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10177         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10178         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10179         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
10180         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10181         (theora_dec_src_convert), (theora_dec_sink_convert),
10182         (theora_dec_src_query), (theora_dec_sink_query),
10183         (theora_dec_src_event), (theora_dec_sink_event),
10184         (theora_handle_comment_packet), (theora_handle_type_packet),
10185         (theora_handle_header_packet), (theora_handle_data_packet),
10186         (theora_dec_chain):
10187         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10188         (vorbis_dec_convert), (vorbis_dec_src_query),
10189         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10190         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10191         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10192         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10193         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10194         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
10195         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
10196         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10197         (gst_play_bin_query):
10198         * gst/playback/test3.c: (update_scale):
10199         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
10200         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
10201         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10202         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
10203         (gst_videotestsrc_src_query):
10204         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
10205         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
10206         (paint_hline_YUV9):
10207         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10208         Port to new query API.
10209         Updated seek.
10210         Cleanups in x[v]imagesink
10211
10212 2005-05-09  Andy Wingo  <wingo@pobox.com>
10213
10214         * ext/alsa/gstalsasink.h:
10215         * ext/gnomevfs/gstgnomevfssrc.c:
10216         (gst_gnomevfssrc_get_icy_metadata):
10217         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
10218         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
10219         * ext/theora/theoradec.c (theora_dec_src_query)
10220         (theora_dec_src_event, theora_dec_sink_event)
10221         (theora_handle_comment_packet, theora_handle_data_packet):
10222         * ext/theora/theoraenc.c (theora_enc_chain):
10223         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
10224         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
10225         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
10226         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
10227         (qt_type_find):
10228         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
10229         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
10230         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
10231         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
10232         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
10233         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
10234         (paint_setup_xBGR8888, paint_setup_RGBx8888)
10235         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
10236         (paint_setup_RGB565, paint_setup_xRGB1555):
10237         * gst/videotestsrc/videotestsrc.h:
10238         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
10239         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
10240         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
10241         GCC4 fixes.
10242         
10243         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
10244         gst_pad_query_position. Fixes oggdemux.
10245
10246 2005-05-08  David Schleef  <ds@schleef.org>
10247
10248         * configure.ac: Require liboil.
10249         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
10250         a few more.
10251         * gst/videotestsrc/videotestsrc.c:
10252         * gst/videotestsrc/videotestsrc.h:
10253
10254 2005-05-06  Wim Taymans  <wim@fluendo.com>
10255
10256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10257         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10258         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10259         Well, unreffing a buffer right before pushing it is asking
10260         for trouble..
10261
10262 2005-05-06  Christian Schaller  <uraeus@gnome.org>
10263
10264         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
10265
10266 2005-05-06  Wim Taymans  <wim@fluendo.com>
10267
10268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10269         (gst_audio_convert_caps_remove_format_info),
10270         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10271         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10273         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10274         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10275         * gst/sine/Makefile.am:
10276         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
10277         (gst_sinesrc_class_init), (gst_sinesrc_init),
10278         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
10279         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
10280         (gst_sinesrc_update_freq):
10281         * gst/sine/gstsinesrc.h:
10282         * gst/tcp/gstmultifdsink.c:
10283         * sys/xvimage/xvimagesink.c:
10284         Fixed negotiation wrt _peer_get_caps()
10285         Some cleanups.
10286
10287
10288 2005-05-06  Wim Taymans  <wim@fluendo.com>
10289
10290         * gst-libs/gst/audio/gstaudiosink.c:
10291         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10292         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10293         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10294         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10295         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10296         (gst_audiosink_create_ringbuffer):
10297         * gst-libs/gst/audio/gstbaseaudiosink.c:
10298         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10299         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10300         (gst_baseaudiosink_set_property), (build_linear_format),
10301         (debug_spec_caps), (debug_spec_buffer),
10302         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10303         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10304         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10305         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10306         * gst-libs/gst/audio/gstbaseaudiosink.h:
10307         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10308         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10309         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
10310         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10311         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
10312         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
10313         (wait_segment), (gst_ringbuffer_commit),
10314         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
10315         (gst_ringbuffer_clear):
10316         * gst-libs/gst/audio/gstringbuffer.h:
10317         Make the base audiosink return an error when there is no
10318         audiobuffer negotiated.
10319
10320 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10321
10322         * ext/Makefile.am:
10323         Disable cdparanoia until someone ports it!
10324
10325 2005-05-06  Wim Taymans  <wim@fluendo.com>
10326
10327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10328         (gst_ogg_demux_sink_activate):
10329         And revert after wingo's revert.. sigh..
10330
10331 2005-05-05  Andy Wingo  <wingo@pobox.com>
10332
10333         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
10334         GObject.
10335         * configure.ac: Return audiorate and subparse from the ghetto.
10336         Re-enable -Wall -Werror.
10337         * gst/subparse/gstsubparse.c:
10338         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
10339         or chain-based. Cleaned up a bit. Not tested.
10340         
10341 2005-05-05  Christian Schaller <christian@fluendo.com> 
10342
10343         * Makefile.am: remove stuff that is not building
10344         * configure.ac: remove stuff that is not building
10345         * examples/Makefile.am: remove stuff that is not building
10346         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
10347         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
10348         * sys/Makefile.am: remove stuff that is not building
10349         * testsuite/Makefile.am: remove stuff that is not building
10350
10351 2005-05-05  Andy Wingo  <wingo@pobox.com>
10352
10353         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10354         * gst-libs/gst/tag/gstvorbistag.c:
10355         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
10356         * gst/adder/gstadder.h:
10357         * gst/audioconvert/gstchannelmix.c:
10358         (gst_audio_convert_fill_one_other):
10359         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
10360         (gst_audiorate_init), (gst_audiorate_chain):
10361         * gst/playback/gstplaybasebin.c: (setup_source):
10362         * gst/playback/test3.c: (update_scale):
10363         Some GCC4 fixes
10364         
10365         * po/af.po:
10366         * po/az.po:
10367         * po/cs.po:
10368         * po/en_GB.po:
10369         * po/hu.po:
10370         * po/it.po:
10371         * po/nb.po:
10372         * po/nl.po:
10373         * po/or.po:
10374         * po/sq.po:
10375         * po/sr.po:
10376         * po/sv.po:
10377         * po/uk.po:
10378         * po/vi.po: Foo
10379
10380 2005-05-05  Wim Taymans  <wim@fluendo.com>
10381
10382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10383         (gst_audio_convert_caps_remove_format_info),
10384         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10385         (gst_audio_convert_change_state), (gst_audio_convert_channels):
10386         * gst/videotestsrc/gstvideotestsrc.c:
10387         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
10388         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
10389         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
10390         (gst_videotestsrc_init), (gst_videotestsrc_loop):
10391         Don't ignore _push() return values.
10392         Make sure no processing is done when shutting down.
10393         Videotestsrc pad activation fix.
10394
10395 2005-05-05  Wim Taymans  <wim@fluendo.com>
10396
10397         * gst/adder/Makefile.am:
10398         * gst/adder/gstadder.c: (gst_adder_setcaps),
10399         (gst_adder_class_init), (gst_adder_init),
10400         (gst_adder_request_new_pad), (gst_adder_collected),
10401         (gst_adder_change_state):
10402         * gst/adder/gstadder.h:
10403         Ported adder as an example of a mixer element using
10404         collect pads. Needs more negotiation work.
10405
10406 2005-05-05  Wim Taymans  <wim@fluendo.com>
10407
10408         * ext/theora/theoradec.c: (_inc_granulepos),
10409         (theora_dec_src_event), (theora_dec_sink_event),
10410         (theora_handle_comment_packet), (theora_handle_type_packet),
10411         (theora_handle_header_packet), (theora_handle_data_packet),
10412         (theora_dec_chain):
10413         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10414         (gst_theora_enc_init), (theora_enc_sink_setcaps),
10415         (theora_push_buffer), (theora_push_packet),
10416         (theora_enc_sink_event), (theora_enc_chain),
10417         (theora_enc_change_state), (theora_enc_set_property),
10418         (theora_enc_get_property):
10419         Added stream lock to decoder so that we can serialize
10420         the discont event.
10421         More theoraenc porting, recover from errors, do clean
10422         shutdown.
10423
10424 2005-05-05  Wim Taymans  <wim@fluendo.com>
10425
10426         * ext/ogg/Makefile.am:
10427         * ext/ogg/README:
10428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10429         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
10430         (gst_ogg_print):
10431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10432         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10433         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10434         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10435         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
10436         (gst_ogg_mux_change_state):
10437         Ported ogg muxer.
10438
10439 2005-05-05  Wim Taymans  <wim@fluendo.com>
10440
10441         * docs/design-audiosinks.txt:
10442         * gst-libs/gst/audio/TODO:
10443         * gst-libs/gst/audio/gstaudiosink.c:
10444         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10445         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10446         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10447         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10448         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10449         (gst_audiosink_create_ringbuffer):
10450         * gst-libs/gst/audio/gstbaseaudiosink.c:
10451         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10452         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10453         (gst_baseaudiosink_set_property), (build_linear_format),
10454         (debug_spec_caps), (debug_spec_buffer),
10455         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10456         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10457         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10458         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10459         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10460         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10461         (gst_ringbuffer_release), (gst_ringbuffer_play),
10462         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10463         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10464         (gst_ringbuffer_set_sample), (wait_segment),
10465         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10466         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10467         More work on the audiosink, mostly debugging and a race in
10468         shutdown.
10469
10470 2005-04-28  Wim Taymans  <wim@fluendo.com>
10471
10472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10473         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10474         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10475         (vorbis_dec_src_query), (vorbis_dec_src_event),
10476         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10477         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10478         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10479         Don't crap out when seeking back to position 0.
10480
10481 2005-04-28  Wim Taymans  <wim@fluendo.com>
10482
10483         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10484         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10485         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10486         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10487         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10488         Make audio sink configurable, use alsasink as default.
10489
10490 2005-04-28  Wim Taymans  <wim@fluendo.com>
10491
10492         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10493         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10494         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10495         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10496         (vorbis_dec_change_state):
10497         * ext/vorbis/vorbisdec.h:
10498         Refactor, use STREAM_LOCK.
10499
10500 2005-04-28  Wim Taymans  <wim@fluendo.com>
10501
10502         * ext/theora/theoradec.c: (_inc_granulepos),
10503         (theora_dec_sink_event), (theora_handle_comment_packet),
10504         (theora_handle_type_packet), (theora_handle_header_packet),
10505         (theora_handle_data_packet), (theora_dec_chain),
10506         (theora_dec_change_state):
10507         Refactor a bit, use STREAM_LOCK.
10508
10509 2005-04-28  Wim Taymans  <wim@fluendo.com>
10510
10511         * ext/alsa/Makefile.am:
10512         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10513         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10514         (gst_alsa_link), (gst_alsa_close_audio):
10515         * ext/alsa/gstalsaplugin.c: (plugin_init):
10516         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10517         (gst_alsasink_dispose), (gst_alsasink_base_init),
10518         (gst_alsasink_class_init), (gst_alsasink_init),
10519         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10520         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10521         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10522         (gst_alsasink_reset):
10523         * ext/alsa/gstalsasink.h:
10524         Implement alsasink with simple open/write/close API. 
10525         Make alsa dir build by disabling compilation of code.
10526
10527 2005-04-28  Wim Taymans  <wim@fluendo.com>
10528
10529         * gst-libs/gst/audio/Makefile.am:
10530         * gst-libs/gst/audio/audio.h:
10531         * gst-libs/gst/audio/audioclock.c:
10532         * gst-libs/gst/audio/audioclock.h:
10533         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10534         (gst_audio_clock_class_init), (gst_audio_clock_init),
10535         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10536         * gst-libs/gst/audio/gstaudioclock.h:
10537         * gst-libs/gst/audio/gstaudiosink.c:
10538         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10539         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10540         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10541         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10542         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10543         (gst_audiosink_create_ringbuffer):
10544         * gst-libs/gst/audio/gstbaseaudiosink.c:
10545         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10546         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10547         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10548         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10549         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10550         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10551         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10552         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10553         * gst-libs/gst/audio/gstbaseaudiosink.h:
10554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10555         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10556         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10557         (gst_ringbuffer_release), (gst_ringbuffer_play),
10558         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10559         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10560         (gst_ringbuffer_set_sample), (wait_segment),
10561         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10562         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10563         * gst-libs/gst/audio/gstringbuffer.h:
10564         Make ringbuffer faster and more simple by removing the locks
10565         in the playback thread.
10566         Add sample accurate playback based on buffer sample offsets.
10567         Make the baseaudiosink provide a clock.
10568         Parse caps in the base class.
10569         Correctly handle seeking, flushing and state changes.
10570
10571 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10572
10573         * configure.ac:
10574         * gst/audioconvert/Makefile.am:
10575         * gst/audioscale/Makefile.am:
10576           Fix part of the build.  Come on guys, autogen didn't even work :)
10577
10578 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10579
10580         * configure.ac:
10581         * gst-libs/gst/Makefile.am:
10582         * gst-libs/gst/media-info/.cvsignore:
10583         * gst-libs/gst/media-info/Makefile.am:
10584         * gst-libs/gst/media-info/README:
10585         * gst-libs/gst/media-info/media-info-priv.c:
10586         * gst-libs/gst/media-info/media-info-priv.h:
10587         * gst-libs/gst/media-info/media-info-test.c:
10588         * gst-libs/gst/media-info/media-info.c:
10589         * gst-libs/gst/media-info/media-info.h:
10590         * gst-libs/gst/media-info/media-info.vcproj:
10591         * pkgconfig/Makefile.am:
10592         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10593         * pkgconfig/gstreamer-media-info.pc.in:
10594           Remove media-info, which is also successed by playbin (see Totem
10595           implementation).
10596
10597 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10598
10599         * configure.ac:
10600         * examples/Makefile.am:
10601         * examples/gstplay/.cvsignore:
10602         * examples/gstplay/Makefile.am:
10603         * examples/gstplay/player.c:
10604         * gst-libs/gst/Makefile.am:
10605         * gst-libs/gst/play/.cvsignore:
10606         * gst-libs/gst/play/Makefile.am:
10607         * gst-libs/gst/play/play.c:
10608         * gst-libs/gst/play/play.h:
10609         * gst-libs/gst/play/play.vcproj:
10610         * pkgconfig/Makefile.am:
10611         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10612         * pkgconfig/gstreamer-play.pc.in:
10613           Remove libgstplay, playbin is now the official successor.
10614
10615 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10616
10617         * configure.ac:
10618         * gst-libs/gst/Makefile.am:
10619         * gst-libs/gst/xwindowlistener/Makefile.am:
10620         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10621         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10622           Remove deprecated xwindowlistener (I've moved xwindowlistening
10623           in the v4l/v4l2 plugins over to serverside).
10624
10625 2005-04-25  David Schleef  <ds@schleef.org>
10626
10627         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10628         to examples/dynparams.  Examples do not belong interspersed with
10629         source code.
10630         * examples/dynparams/demo-dparams.c:
10631         * gst/sine/Makefile.am:
10632         * gst/sine/demo-dparams.c:
10633
10634 2005-04-25  David Schleef  <ds@schleef.org>
10635
10636         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10637         * gst-libs/gst/audio/Makefile.am:
10638         * gst-libs/gst/riff/Makefile.am:
10639         * gst-libs/gst/tag/Makefile.am:
10640         * gst-libs/gst/video/Makefile.am:
10641         * gst-libs/gst/xwindowlistener/Makefile.am:
10642
10643         Convert to 0.9 API, seems to work:
10644         * sys/ximage/Makefile.am:
10645         * sys/ximage/ximagesink.c:
10646
10647 2005-04-24  David Schleef  <ds@schleef.org>
10648
10649         Link plugins against libraries:
10650         * ext/alsa/Makefile.am:
10651         * gst/tcp/Makefile.am:
10652
10653         Remove asm code that should be in liboil
10654         * gst/videoscale/Makefile.am:
10655         * gst/videoscale/videoscale_x86_asm.s:
10656
10657         gettext wants these checked in:
10658         * po/af.po:
10659         * po/az.po:
10660         * po/cs.po:
10661         * po/en_GB.po:
10662         * po/hu.po:
10663         * po/it.po:
10664         * po/nb.po:
10665         * po/nl.po:
10666         * po/or.po:
10667         * po/sq.po:
10668         * po/sr.po:
10669         * po/sv.po:
10670         * po/uk.po:
10671         * po/vi.po:
10672
10673 2005-04-24  David Schleef  <ds@schleef.org>
10674
10675         Convert gst_main() to g_main_loop_run()
10676         * gst/playback/decodetest.c: (main):
10677         * gst/playback/test2.c: (main):
10678         * gst/playback/test3.c: (main):
10679         * gst/playback/test4.c: (main):
10680
10681         Link plugins against libraries:
10682         * ext/libvisual/Makefile.am:
10683         * sys/xvimage/Makefile.am:
10684
10685 2005-04-24  David Schleef  <ds@schleef.org>
10686
10687         * configure.ac: Remove idct and resample libs
10688         * gst-libs/gst/Makefile.am: same
10689
10690         Remove usage of gst_library_load():
10691         * ext/alsa/gstalsaplugin.c: (plugin_init):
10692         * ext/libvisual/visual.c: (plugin_init):
10693         * ext/ogg/gstogg.c: (plugin_init):
10694         * ext/theora/theora.c: (plugin_init):
10695         * ext/vorbis/vorbis.c: (plugin_init):
10696         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10697         * gst/audioscale/gstaudioscale.c:
10698         * gst/adder/gstadder.c: (plugin_init):
10699         * gst/audioconvert/plugin.c: (plugin_init):
10700         * sys/ximage/ximagesink.c: (plugin_init):
10701         * sys/xvimage/xvimagesink.c: (plugin_init):
10702         * gst/tcp/gsttcpplugin.c: (plugin_init):
10703
10704         Link plugins against libraries:
10705         * ext/ogg/Makefile.am:
10706         * ext/theora/Makefile.am:
10707         * ext/vorbis/Makefile.am:
10708         * gst/audioconvert/Makefile.am:
10709
10710         Create proper libraries:
10711         * gst-libs/gst/riff/Makefile.am:
10712         * gst-libs/gst/audio/Makefile.am:
10713         * gst-libs/gst/video/Makefile.am:
10714
10715         Move resample library to audioscale plugin directory:
10716         * gst-libs/gst/resample/Makefile.am:
10717         * gst-libs/gst/resample/README:
10718         * gst-libs/gst/resample/dtof.c:
10719         * gst-libs/gst/resample/dtos.c:
10720         * gst-libs/gst/resample/functable.c:
10721         * gst-libs/gst/resample/private.h:
10722         * gst-libs/gst/resample/resample.c:
10723         * gst-libs/gst/resample/resample.h:
10724         * gst-libs/gst/resample/resample.vcproj:
10725         * gst-libs/gst/resample/test.c:
10726         * gst/audioscale/Makefile.am:
10727         * gst/audioscale/README:
10728         * gst/audioscale/dtof.c:
10729         * gst/audioscale/dtos.c:
10730         * gst/audioscale/functable.c:
10731         * gst/audioscale/private.h:
10732         * gst/audioscale/resample.c:
10733         * gst/audioscale/resample.h:
10734         * gst/audioscale/test.c:
10735
10736         Move tagedit library to gst-libs:
10737         * gst-libs/gst/tag/Makefile.am:
10738         * gst-libs/gst/tag/gstid3tag.c:
10739         * gst-libs/gst/tag/gsttagediting.c:
10740         * gst-libs/gst/tag/gsttageditingprivate.h:
10741         * gst-libs/gst/tag/gstvorbistag.c:
10742         * gst/tags/Makefile.am:
10743         * gst/tags/gstid3tag.c:
10744         * gst/tags/gstvorbistag.c:
10745
10746         Fix for core changes:
10747         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10748         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10749         (gst_sinesrc_getrange):
10750
10751 2005-04-23  David Schleef  <ds@schleef.org>
10752
10753         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
10754         in gst-plugins in a long time, and properly belongs in liboil.
10755         * gst-libs/gst/idct/Makefile.am:
10756         * gst-libs/gst/idct/README:
10757         * gst-libs/gst/idct/dct.h:
10758         * gst-libs/gst/idct/doieee:
10759         * gst-libs/gst/idct/fastintidct.c:
10760         * gst-libs/gst/idct/floatidct.c:
10761         * gst-libs/gst/idct/idct.c:
10762         * gst-libs/gst/idct/idct.h:
10763         * gst-libs/gst/idct/idtc.vcproj:
10764         * gst-libs/gst/idct/ieeetest.c:
10765         * gst-libs/gst/idct/intidct.c:
10766
10767 2005-04-20  Wim Taymans  <wim@fluendo.com>
10768
10769         * docs/design-audiosinks.txt:
10770         * gst-libs/gst/audio/Makefile.am:
10771         * gst-libs/gst/audio/TODO:
10772         * gst-libs/gst/audio/gstaudiosink.c:
10773         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10774         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10775         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10776         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10777         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10778         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10779         (gst_audiosink_class_init), (gst_audiosink_init),
10780         (gst_audiosink_create_ringbuffer):
10781         * gst-libs/gst/audio/gstaudiosink.h:
10782         * gst-libs/gst/audio/gstbaseaudiosink.c:
10783         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10784         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10785         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10786         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10787         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10788         (gst_baseaudiosink_create_ringbuffer),
10789         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10790         * gst-libs/gst/audio/gstbaseaudiosink.h:
10791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10792         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10793         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10794         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10795         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10796         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10797         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10798         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10799         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10800         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10801         * gst-libs/gst/audio/gstringbuffer.h:
10802         An attempt at a set of audio base classes together with some
10803         design docs.
10804
10805 2005-04-20  Wim Taymans  <wim@fluendo.com>
10806
10807         * gst/audioconvert/Makefile.am:
10808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10809         (gst_audio_convert_caps_remove_format_info),
10810         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10811         (gst_audio_convert_channels):
10812         Link against audio libs.
10813         Fix audio convert plugin.
10814
10815 2005-04-20  Wim Taymans  <wim@fluendo.com>
10816
10817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10818         (gst_ogg_demux_sink_activate):
10819         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10820         (theora_set_header_on_caps), (theora_enc_sink_event),
10821         (theora_enc_chain):
10822         Fix theora encoder.
10823
10824 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10825
10826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10827         * gst/playback/gstdecodebin.c: (find_compatibles):
10828           Work with staticpadtemplates in elementfactories.
10829
10830 2005-04-12  Wim Taymans  <wim@fluendo.com>
10831
10832         * gst/playback/README:
10833         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10834         (compare_ranks), (print_feature), (gst_decode_bin_init),
10835         (dynamic_create), (dynamic_free), (find_compatibles),
10836         (mimetype_is_raw), (close_pad_link), (got_redirect),
10837         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10838         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10839         (gst_decode_bin_change_state):
10840         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10841         (gst_play_base_bin_init), (group_destroy), (group_commit),
10842         (check_queue), (queue_overrun), (queue_threshold_reached),
10843         (queue_out_of_data), (gen_preroll_element), (unknown_type),
10844         (new_decoded_pad), (setup_subtitle), (gen_source_element),
10845         (got_redirect), (setup_source), (play_base_eos),
10846         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10847         (gst_play_base_bin_remove_element):
10848         * gst/playback/gstplaybasebin.h:
10849         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10850         (gst_play_bin_init), (gst_play_bin_dispose),
10851         (gst_play_bin_set_property), (gen_video_element),
10852         (gen_text_element), (gen_audio_element), (remove_sinks),
10853         (gst_play_bin_send_event):
10854         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10855         (stream_info_change_state), (gst_stream_info_set_mute):
10856         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10857         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10858         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10859         (gst_stream_selector_chain):
10860         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10861         (main):
10862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10863         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10864         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10865         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10866         Raw and crude port of decodebin. 
10867         Make playbin compile.
10868
10869 2005-04-06  Wim Taymans  <wim@fluendo.com>
10870
10871         * ext/gnomevfs/Makefile.am:
10872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10873         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10874         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10875         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10876         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10877         (gst_gnomevfssrc_stop):
10878         * ext/ogg/Makefile.am:
10879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10880         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10881         * ext/theora/Makefile.am:
10882         * ext/theora/theoradec.c: (_inc_granulepos),
10883         (theora_dec_sink_event), (theora_dec_chain):
10884         * ext/vorbis/Makefile.am:
10885         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10886         (vorbis_dec_sink_event), (vorbis_dec_chain):
10887         * gst-libs/gst/audio/Makefile.am:
10888         * sys/xvimage/Makefile.am:
10889         Make gnomevfssrc extend the source base class.
10890         Fix linking against libs in various plugins.
10891
10892 2005-04-06  Andy Wingo  <wingo@pobox.com>
10893
10894         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10895         GST_BASE_LIBS.
10896
10897         * configure.ac: Add check and AC_SUBST for libgstbase.
10898
10899 2005-03-31  Wim Taymans  <wim@fluendo.com>
10900
10901         * examples/seeking/Makefile.am:
10902         * examples/seeking/cdparanoia.c: (main):
10903         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10904         (play_cb), (pause_cb), (stop_cb), (main):
10905         * examples/seeking/playbin.c:
10906         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10907         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10908         (make_sid_pipeline), (make_vorbis_pipeline),
10909         (make_theora_pipeline), (make_vorbis_theora_pipeline),
10910         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10911         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10912         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10913         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10914         (stop_cb), (main):
10915         * examples/seeking/spider_seek.c:
10916         * examples/seeking/vorbisfile.c:
10917         * ext/gnomevfs/Makefile.am:
10918         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10919         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10920         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10921         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10922         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10923         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10924         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10925         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10926         * ext/ogg/README:
10927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10928         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10929         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10930         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10931         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10932         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10933         (gst_ogg_pad_event), (gst_ogg_pad_reset),
10934         (gst_ogg_demux_factory_filter), (compare_ranks),
10935         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10936         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10937         (gst_ogg_chain_new), (gst_ogg_chain_free),
10938         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10939         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10940         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10941         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10942         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10943         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10944         (gst_ogg_demux_get_prev_page),
10945         (gst_ogg_demux_deactivate_current_chain),
10946         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10947         (gst_ogg_demux_bisect_forward_serialno),
10948         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10949         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10950         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10951         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
10952         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
10953         (gst_ogg_demux_change_state), (gst_ogg_print):
10954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10955         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
10956         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10957         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
10958         (gst_ogg_mux_loop):
10959         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10960         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10961         (theora_dec_src_convert), (theora_dec_sink_convert),
10962         (theora_dec_src_query), (theora_dec_src_event),
10963         (theora_dec_sink_event), (theora_dec_chain),
10964         (theora_dec_change_state):
10965         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10966         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
10967         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
10968         (theora_enc_change_state):
10969         * ext/vorbis/Makefile.am:
10970         * ext/vorbis/oggvorbisenc.c:
10971         * ext/vorbis/oggvorbisenc.h:
10972         * ext/vorbis/vorbis.c: (plugin_init):
10973         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10974         (vorbis_dec_src_query), (vorbis_dec_src_event),
10975         (vorbis_dec_sink_event), (vorbis_dec_chain),
10976         (vorbis_dec_change_state):
10977         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
10978         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
10979         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10980         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
10981         (gst_vorbisenc_change_state):
10982         * ext/vorbis/vorbisenc.h:
10983         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
10984         * gst-libs/gst/audio/audioclock.c:
10985         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10986         (gst_audiofilter_init), (gst_audiofilter_chain):
10987         * gst-libs/gst/audio/testchannels.c: (main):
10988         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
10989         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
10990         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
10991         (gmip_find_track_streaminfo), (gmip_find_track_format):
10992         * gst-libs/gst/media-info/media-info.c:
10993         (gst_media_info_read_idler):
10994         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
10995         (gst_play_get_all_by_interface):
10996         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10997         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
10998         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10999         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
11000         (gst_riff_parse_info):
11001         * gst-libs/gst/riff/riff-read.h:
11002         * gst-libs/gst/riff/riff.c: (plugin_init):
11003         * gst-libs/gst/video/Makefile.am:
11004         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
11005         (gst_videosink_class_init), (gst_videosink_get_type):
11006         * gst-libs/gst/video/videosink.h:
11007         * gst/audioconvert/bufferframesconvert.c:
11008         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
11009         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
11010         * gst/audioconvert/channelmixtest.c: (main):
11011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11012         (gst_audio_convert_chain),
11013         (gst_audio_convert_caps_remove_format_info),
11014         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
11015         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
11016         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
11017         (gst_audio_convert_buffer_to_default_format),
11018         (gst_audio_convert_buffer_from_default_format),
11019         (gst_audio_convert_channels):
11020         * gst/audioconvert/gstchannelmix.h:
11021         * gst/ffmpegcolorspace/avcodec.h:
11022         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11023         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11024         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
11025         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
11026         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
11027         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11028         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11029         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11030         (mpeg_video_type_find), (mpeg_video_stream_type_find),
11031         (dv_type_find):
11032         * gst/videotestsrc/gstvideotestsrc.c:
11033         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
11034         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
11035         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
11036         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
11037         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
11038         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
11039         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
11040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11041         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
11042         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
11043         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
11044         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
11045         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11046         (gst_xvimagesink_navigation_send_event),
11047         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
11048         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
11049         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11050         * sys/xvimage/xvimagesink.h:
11051         Plugin port to 0.9, ogg/theora playback should work in the seek
11052         example now.
11053         Removed old examples.
11054         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
11055         explained in 0.9 TODO doc.
11056
11057
11058 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11059
11060         * autogen.sh:
11061         * configure.ac:
11062         * ext/Makefile.am:
11063         * gst/Makefile.am:
11064         * po/POTFILES.in:
11065         * po/af.po:
11066         * po/az.po:
11067         * po/cs.po:
11068         * po/en_GB.po:
11069         * po/hu.po:
11070         * po/it.po:
11071         * po/nb.po:
11072         * po/nl.po:
11073         * po/or.po:
11074         * po/sq.po:
11075         * po/sr.po:
11076         * po/sv.po:
11077         * po/uk.po:
11078         * po/vi.po:
11079         * sys/Makefile.am:
11080         * testsuite/Makefile.am:
11081           remove a whole bunch of plugins.  This module now contains a set
11082           of free reference plugins/elements as agreed.
11083
11084 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11085
11086         * configure.ac:
11087           hunting season on 0.9 is now OPEN
11088
11089 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11090
11091         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11092           Kick the hell out of gcc for not warning me about a symbol conflict.
11093
11094 2005-02-22  Luca Ognibene  <luogni@tin.it>
11095
11096         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11097
11098         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
11099           Don't leak caps string (fixes #168134)
11100
11101         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
11102         (gst_jpegenc_init), (gst_jpegenc_finalize),
11103         (gst_jpegenc_change_state):
11104           Don't leak line buffers and context struct (fixes #168133).
11105
11106 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
11107
11108         * configure.ac:
11109         * ext/dirac/gstdiracdec.cc:
11110         (gst_diracdec_chain):
11111           Since dirac 0.5.0 the framerate in dirac is expressed as a
11112           rational number. Fix build and up requirement to 0.5.0, and
11113           also pass parameters to gst_diracdec_link in the right order
11114           (fixes #167959).
11115
11116 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
11117
11118         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
11119         * ext/faad/gstfaad.h:
11120         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
11121         certain invalid muxed streams, where some packets will contain 
11122         junk after decoder data. Partially fixes #149158.
11123
11124 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
11125         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
11126           Make sure we only write to writable buffers
11127
11128 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
11129
11130         * gst-libs/gst/riff/riff-media.c:
11131         (gst_riff_create_audio_caps_with_data):
11132           Do actually fix invalid RIFF fmt header values for alaw
11133           and mulaw audio instead of just saying so.
11134
11135         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11136           Give gst_riff_create_audio_caps_with_data() a chance to
11137           fix up broken format header fields before extracting any
11138           parameters from the header. (fixes #167633)
11139
11140 2005-02-19  Martin Holters  <martin.holters@gmx.de>
11141
11142         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11143
11144         * gst/audioconvert/bufferframesconvert.c:
11145         (buffer_frames_convert_link):
11146           Don't leak othercaps. (fixes #167878)
11147
11148 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
11149
11150         * configure.ac:
11151         * ext/libvisual/visual.c: (gst_visual_srclink),
11152         (gst_visual_change_state):
11153           Support libvisual 0.2.0.
11154
11155 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
11156
11157         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
11158         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
11159           Use same rowstrides for I420 as used everywhere else.
11160
11161 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
11162
11163         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11164           Declare variables at beginning of block and make gcc-2.95 happy
11165           (fixes # 167482, patch by Gergely Nagy).
11166           
11167         * gst/tcp/gsttcpclientsrc.c:
11168         * gst/tcp/gsttcpclientsrc.h:
11169           Move some includes into the header, so that struct sockaddr_in is
11170           defined when it should be defined on FreeBSD as well (fixes
11171           #167483).
11172           
11173         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11174           Don't pass uninitialised values to setsockopt() here either.
11175
11176 2005-02-17  Luca Ognibene  <luogni at tin dot it>
11177
11178         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11179
11180         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
11181           Don't pass uninitialised values to setsockopt(). (fixes #167704)
11182
11183 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11184
11185         * gst/playback/gstplaybin.c: (add_sink):
11186           Invert bin_add/link order to workaround deadlock in opt.
11187
11188 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11189
11190         * gst/modplug/gstmodplug.cc:
11191           Add missing break causing position queries to fail.
11192
11193 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11194
11195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
11196           Granpos can apparently be -1, which screws up calculations...
11197
11198 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11199
11200         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11201         (gst_ximagesink_send_pending_navigation),
11202         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
11203         (gst_ximagesink_init):
11204         * sys/ximage/ximagesink.h:
11205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11206         (gst_xvimagesink_send_pending_navigation),
11207         (gst_xvimagesink_navigation_send_event),
11208         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
11209         * sys/xvimage/xvimagesink.h:
11210           Use a mutex protected list to marshal navigation
11211           events into the stream thread from whichever thread
11212           sends them.
11213
11214 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
11215
11216         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
11217           Display current position and track length; misc. clean-ups.
11218           
11219         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
11220         (speed_init), (speed_chain):
11221           Add query function, so that the stream length and current position
11222           get adjusted when queried (note that current position queries may
11223           still be wrong if the audio sink returns values based on buffer
11224           timestamps instead of passing on the query).
11225
11226 2005-02-13  Benjamin Otte  <otte@gnome.org>
11227
11228         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11229         (gst_audio_convert_channels):
11230           create channel conversion matrix when linking
11231         * gst/audioconvert/.cvsignore:
11232         * gst/audioconvert/Makefile.am:
11233         * gst/audioconvert/channelmixtest.c: (main):
11234           add (ugly) test that ensures stereo <=> mono conversion works
11235           correctly
11236
11237 2005-02-13  Benjamin Otte  <otte@gnome.org>
11238
11239         * gst/audioconvert/gstchannelmix.h:
11240           include missing header file
11241         * gst/audioconvert/gstchannelmix.c:
11242         (gst_audio_convert_fill_compatible):
11243           use same sign for both channels when converting to/from compatible
11244           channel. Previously used different signs made the signals cancel
11245           each other out and appear like silence. (fixes #167269)
11246
11247 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11248
11249         * gst/ffmpegcolorspace/avcodec.h:
11250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11251         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11252         (gst_ffmpegcsp_avpicture_fill):
11253         * gst/ffmpegcolorspace/imgconvert.c:
11254           Convert to and from YV12 (fixes #156379).
11255
11256 2005-02-12  Julien MOUTTE  <julien@moutte.net>
11257
11258         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11259         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11260         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11261         (gst_ximagesink_expose), (gst_ximagesink_set_property),
11262         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
11263         methods from chain and negotiation and vice versa (Fixes #166142).
11264         * sys/ximage/ximagesink.h: Add stream_lock.
11265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11266         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11267         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11268         (gst_xvimagesink_expose): Check for xcontext before trying to link.
11269
11270 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11271
11272         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
11273           Don't send "Hey! You gave me a NULL pointer you naughty person" as
11274           error message when we can't open the DVD device (when dvdnav_open()
11275           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
11276           the above). Send something more useful instead (fixes #167117).
11277
11278 2005-02-11  Julien MOUTTE  <julien@moutte.net>
11279
11280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
11281         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
11282         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11283         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11284         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11285         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
11286         methods from chain and negotiation and vice versa (Fixes #166142).
11287         Fix a possible bug of images in the buffer pool being discarded because
11288         we are looking at the wrong geometry.
11289         * sys/xvimage/xvimagesink.h: Add stream_lock.
11290
11291 2005-02-11  David Schleef  <ds@schleef.org>
11292
11293         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
11294         unsigned int. (fixes #167128)
11295
11296 2005-02-11  David Schleef  <ds@schleef.org>
11297
11298         * gst/librfb/Makefile.am: Testing stuff before committing is
11299           for wimps... and people with fast machines.  Fix stupid
11300           mistake.
11301
11302 2005-02-11  David Schleef  <ds@schleef.org>
11303
11304         * configure.ac: Pull in librfb from my CVS tree, because it is
11305           too small and annoying to be separate.  Move rfbsrc plugin
11306           to gst/.
11307         * ext/Makefile.am:
11308         * ext/librfb/Makefile.am:
11309         * ext/librfb/gstrfbsrc.c:
11310         * gst/librfb/Makefile.am:
11311         * gst/librfb/gstrfbsrc.c:
11312         * gst/librfb/rfb.c:
11313         * gst/librfb/rfb.h:
11314         * gst/librfb/rfbbuffer.c:
11315         * gst/librfb/rfbbuffer.h:
11316         * gst/librfb/rfbbytestream.c:
11317         * gst/librfb/rfbbytestream.h:
11318         * gst/librfb/rfbcontext.h:
11319         * gst/librfb/rfbdecoder.c:
11320         * gst/librfb/rfbdecoder.h:
11321         * gst/librfb/rfbutil.h:
11322
11323 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
11324
11325         * gst/speed/Makefile.am:
11326         * gst/speed/demo-mp3.c: (main):
11327         * gst/speed/filter.func:
11328         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
11329         (speed_class_init), (speed_init), (speed_chain_int16),
11330         (speed_chain_float32), (speed_chain), (speed_set_property),
11331         (speed_get_property), (speed_change_state):
11332         * gst/speed/gstspeed.h:
11333           Fix speed element and make it chain-based (fixes #156467),
11334           and make it handle more than one channel.
11335
11336 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
11337
11338         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
11339         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
11340         (gst_dtsdec_chain), (gst_dtsdec_change_state):
11341         * ext/dts/gstdtsdec.h:
11342           Don't clobber the stack constructing the channels array.
11343           Make the element chain-based. DTS tracks can now be played.
11344           
11345 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
11346
11347         * gst-libs/gst/audio/multichannel.h:
11348         * gst-libs/gst/gconf/gconf.h:
11349         * gst-libs/gst/idct/idct.h:
11350         * gst-libs/gst/media-info/media-info-priv.h:
11351         * gst-libs/gst/play/play.h:
11352         * gst-libs/gst/resample/private.h:
11353         * gst-libs/gst/resample/resample.h:
11354         * gst-libs/gst/riff/riff-ids.h:
11355         * gst-libs/gst/video/video.h:
11356         * gst-libs/gst/video/videosink.h:
11357           Add G_BEGIN_DECLS and G_END_DECLS around headers where
11358           missing, so that they work when included from C++ code.
11359
11360 2005-02-09  David Schleef  <ds@schleef.org>
11361
11362         * testsuite/gst-lint: Check for non-statically scoped
11363           parent_class variables.  This won't be a problem once
11364           plugins are loaded with RTLD_LOCAL.
11365
11366 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11367
11368         * ext/mplex/gstmplexibitstream.cc:
11369           gcc madness.
11370
11371 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11372
11373         * ext/ogg/gstogmparse.c:
11374         * gst/debug/gstnavigationtest.c:
11375           Die, thou faulty symbol pollutors (non-static parent_class).
11376
11377 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11378
11379         * ext/mplex/gstmplexibitstream.cc:
11380           Fix event handling (#165525).
11381
11382 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11383
11384         * ext/mikmod/gstmikmod.c:
11385         * gst/modplug/gstmodplug.cc:
11386           Add missing endianness to template (fixes #165509).
11387
11388 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11389
11390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
11391           Fix wrong order of reading of optional bytes (#165290).
11392
11393 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11394
11395         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11396           Implement FILLER event awareness.
11397
11398 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11399
11400         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
11401           Fix track calculations (#166208).
11402
11403 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11404
11405         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11406
11407         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
11408         * ext/libpng/gstpngenc.c:
11409           Fix byte-order, use proper fixed caps. Fixes #164197.
11410
11411 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11412
11413         * configure.ac:
11414           Add dvdlpcmdec 
11415
11416         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
11417         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
11418           Don't push buffers if the src pad isn't negotiated yet.
11419           
11420         * gst/audioconvert/gstaudioconvert.c:
11421         (gst_audio_convert_buffer_to_default_format),
11422         (gst_audio_convert_buffer_from_default_format):
11423           Add support for 24-bit width.
11424
11425         * gst/dvdlpcmdec/.cvsignore:
11426         * gst/dvdlpcmdec/Makefile.am:
11427         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
11428         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
11429         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
11430         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
11431         (plugin_init):
11432         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
11433           New decoder for rearranging DVD LPCM into our audio/x-raw-int
11434           format. Needs support for the channels maps if someone can find 
11435           a DVD LPCM track with > 2 channels.
11436
11437         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
11438         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
11439         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
11440         * gst/mpegstream/gstdvddemux.h:
11441         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11442         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
11443         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
11444         * gst/mpegstream/gstmpegdemux.h:
11445         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
11446         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11447         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11448         (gst_mpeg_parse_handle_src_query),
11449         (gst_mpeg_parse_handle_src_event):
11450           Use audio/x-dvd-lpcm for LPCM output.
11451           Add DTS output.
11452
11453 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11454
11455         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11456
11457         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11458         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11459           Add BGRA handling (#165736).
11460
11461 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
11462
11463         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11464
11465         * gst/law/alaw-decode.c: (alawdec_link):
11466         * gst/law/alaw-encode.c: (alawenc_link):
11467         * gst/law/mulaw-decode.c: (mulawdec_link):
11468         * gst/law/mulaw-encode.c: (mulawenc_link):
11469           Fix caps memleaks (#166600).
11470
11471 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
11472
11473         * ext/tarkin/mem.h:
11474         * ext/tarkin/wavelet.h:
11475         * ext/tarkin/yuv.h:
11476         * gst/ffmpegcolorspace/avcodec.h:
11477           Include "_stdint.h" instead of <stdint.h>. Fixes build on
11478           systems that don't have stdint.h, like Solaris9 (fixes #166631).
11479
11480 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11481
11482         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11484         (gst_xvimagesink_change_state):
11485           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11486           Xv video (and thereby regenerate Xv colourkey) in clear() so
11487           that PLAY -> READY -> PLAY works (fixes #162504).
11488
11489 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11490
11491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11492           Switch to list instead of range, since MJPEG-devices really just
11493           support decimations, not any size.
11494
11495 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11496         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11497         (gst_mpeg2dec_reset), (free_all_buffers),
11498         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11499         * ext/mpeg2dec/gstmpeg2dec.h:
11500           The libmpeg2 user-allocated buffer management is awkward, 
11501           to say the least. Hopefully this fixes things.
11502
11503 2005-02-04  Andy Wingo  <wingo@pobox.com>
11504
11505         * gst/audioconvert/bufferframesconvert.c
11506         (buffer_frames_convert_fixate): New function, fixates to 256
11507         frames per buffer by default. (Much better than 1.)
11508         (buffer_frames_convert_init): Set the fixate function for both src
11509         and sink pad.
11510         (buffer_frames_convert_link): After success setting nonfixed caps,
11511         get the negotiated caps so we can know how many buffer-frames it
11512         will be. No idea how this worked at all before.
11513
11514 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11515
11516         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11517         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11518         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11519         (handle_sequence), (handle_picture):
11520         * ext/mpeg2dec/gstmpeg2dec.h:
11521           Rearrange buffer tracking and refcounting and refactor
11522           a little for readability. 
11523
11524 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11525         * sys/v4l/gstv4l.c: (plugin_init):
11526         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11527         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11528         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11529         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11530         * sys/v4l/gstv4ljpegsrc.h:
11531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11532         * sys/v4l/v4l_calls.h:
11533         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11534         (gst_v4lsrc_get_fps):
11535         * sys/v4l/v4lsrc_calls.h:
11536           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11537           you jpeg inside rgb frames" driver.
11538           Don't error in the v4lsrc link function, just return 
11539           REFUSED.
11540
11541 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11542
11543         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11544         (gst_qcamsrc_open):
11545           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11546
11547 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11548
11549         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11550           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11551
11552 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11553
11554         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11555           Reset negotiated state on PAUSED->READY.
11556
11557 2005-02-02  David Schleef  <ds@schleef.org>
11558
11559         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11560         whereever possible.  (Fixes #165997)
11561         * examples/capsfilter/capsfilter1.c: (main):
11562         * examples/dynparams/filter.c: (create_ui):
11563         * examples/seeking/cdparanoia.c: (get_track_info), (main):
11564         * examples/seeking/chained.c: (main):
11565         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11566         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11567         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11568         (make_mpeg_pipeline), (make_mpegnt_pipeline):
11569         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11570         * examples/switch/switcher.c: (main):
11571         * ext/dv/demo-play.c: (main):
11572         * ext/faad/gstfaad.c: (gst_faad_change_state):
11573         * ext/mad/gstmad.c: (gst_mad_chain):
11574         * ext/smoothwave/demo-osssrc.c: (main):
11575         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11576         (gst_gconf_render_bin_from_description),
11577         (gst_gconf_get_default_audio_sink),
11578         (gst_gconf_get_default_video_sink),
11579         (gst_gconf_get_default_audio_src),
11580         (gst_gconf_get_default_video_src),
11581         (gst_gconf_get_default_visualization_element):
11582         * gst/level/demo.c: (main):
11583         * gst/level/plot.c: (main):
11584         * gst/playback/gstplaybin.c: (gen_video_element),
11585         (gen_audio_element):
11586         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11587         * gst/playondemand/demo-mp3.c: (setup_pipeline):
11588         * gst/sine/demo-dparams.c: (main):
11589         * gst/spectrum/demo-osssrc.c: (main):
11590         * gst/speed/demo-mp3.c: (main):
11591         * gst/volume/demo.c: (main):
11592         * testsuite/embed/embed.c: (main):
11593
11594 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11595
11596         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11597         (gst_tcpclientsink_finalize):
11598         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11599         (gst_tcpclientsrc_finalize):
11600         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11601         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11602         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11603         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11604           Don't leak the hostname when shutting down.
11605           In tcpserversrc, take a copy of the default hostname.
11606
11607 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11608
11609         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11610           Set caps to systemstream=TRUE.
11611
11612 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11613
11614         * testsuite/Makefile.am:
11615           Fix more OSX buildbots.
11616
11617 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11618
11619         * ext/mpeg2dec/gstmpeg2dec.c:
11620           Don't send things to NULL PAD_PEERs
11621
11622         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11623           Copy-on-write the incoming buffer.
11624
11625         * gst/mpegstream/gstdvddemux.h:
11626         * gst/mpegstream/gstmpegclock.h:
11627         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11628         (normal_seek), (gst_mpeg_demux_handle_src_event):
11629         * gst/mpegstream/gstmpegdemux.h:
11630         * gst/mpegstream/gstmpegpacketize.h:
11631         * gst/mpegstream/gstmpegparse.c:
11632         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11633         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11634         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11635         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11636         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11637         * gst/mpegstream/gstmpegparse.h:
11638         * gst/mpegstream/gstrfc2250enc.h:
11639           Various changes to the way time is computed that make seeking and
11640           total time estimation much better here.
11641           Use G_BEGIN/END_DECLS instead of __cplusplus
11642
11643         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11644           Use gst_buffer_stamp instead of only copying the TIMESTAMP
11645
11646 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11647
11648         * gst/subparse/gstsubparse.c:
11649           Fix OSX buildbot.
11650
11651 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11652
11653         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11654         (theora_enc_chain), (theora_enc_change_state):
11655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11656         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11657         (gst_vorbisenc_change_state):
11658         * ext/vorbis/vorbisenc.h:
11659           Set granulepos and timestamp correctly for streams not
11660           starting at 0, taking into account the initial delay.
11661
11662 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11663
11664         * gst/mpegstream/gstdvddemux.c:
11665           Add audio/x-dts to audio pad template caps
11666
11667 2005-01-30  David Schleef  <ds@schleef.org>
11668
11669         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11670         (create_context), (gst_polypsink_link): Fix silly endianness
11671         bug.  Add some debugging.  Remove float from caps; it doesn't
11672         work.  Attempt to get remote audio working.
11673
11674 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11675
11676         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11677           Add 3IV2 fourcc.
11678
11679 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11680
11681         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11682         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11683         (gst_avi_demux_stream_data):
11684         * gst/avi/gstavidemux.h:
11685           Invert DIB images. Fixes #132341.
11686
11687 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11688
11689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11690         (gst_ffmpegcsp_chain):
11691           D'oh, reference the palette data, not the palette structure.
11692           Fixes color distortion in #132341.
11693
11694 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11695
11696         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11697           PAR can be non-fixed when not provided as argument (#162626).
11698
11699 2005-01-29  David Moore  <dcm@acm.org>
11700
11701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11702
11703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11704         (gst_qtdemux_loop_header):
11705           Re-apply patch from #142272 that allows non-seekable sources,
11706           re-proposed by Daniel Drake <dsd@gentoo.org>.
11707
11708 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11709
11710         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11711           Use the src template for creating the src pad (#162330).
11712
11713 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11714
11715         * configure.ac:
11716         * ext/musepack/Makefile.am:
11717         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11718         (gst_musepackdec_init), (gst_musepackdec_dispose),
11719         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11720         (gst_musepack_stream_init), (gst_musepackdec_loop),
11721         (gst_musepackdec_change_state):
11722         * ext/musepack/gstmusepackdec.cpp:
11723         * ext/musepack/gstmusepackdec.h:
11724         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11725         (gst_musepack_reader_read), (gst_musepack_reader_seek),
11726         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11727         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11728         * ext/musepack/gstmusepackreader.cpp:
11729         * ext/musepack/gstmusepackreader.h:
11730           Update to 1.1 API (#165446).
11731
11732 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11733
11734         * ext/Makefile.am:
11735           Unbreak buildbot.
11736
11737 2005-01-28  Andy Wingo  <wingo@pobox.com>
11738
11739         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11740         to reflect a different dubious internet source. Add a reference
11741         and some commentary.
11742
11743 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11744
11745         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11746         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11747         * gst/playback/gststreamselector.h:
11748           Be more selective when we're redoing caps negotiation from
11749           within the chain function on a stream change.
11750
11751 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11752
11753         * configure.ac:
11754         * ext/Makefile.am:
11755         * ext/amrnb/Makefile.am:
11756         * ext/amrnb/amrnb.c: (plugin_init):
11757         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11758         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11759         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11760         (gst_amrnbdec_state_change):
11761         * ext/amrnb/amrnbdec.h:
11762         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11763         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11764         (gst_amrnbparse_init), (gst_amrnbparse_formats),
11765         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11766         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11767         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11768         * ext/amrnb/amrnbparse.h:
11769           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11770         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11771           Add AMR-NB/-WB raw formats.
11772         * ext/alsa/gstalsa.c: (gst_alsa_link):
11773           Keep valid time when changing format.
11774         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11775         (qtdemux_parse_trak):
11776           Add some more format-specific options (#140141, #143555, #155163).
11777
11778 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11779
11780         * gst/matroska/matroska-demux.c:
11781         (gst_matroska_demux_parse_blockgroup):
11782           Fix logic error in timing of subtitle stream synchronization.
11783         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11784           Add skip-chunk, which is found in kodak-camera streams.
11785
11786 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11787
11788         * po/LINGUAS:
11789         * po/vi.po:
11790           Adding Vietnamese translation (submitted by Clytie Siddall)
11791
11792 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11793
11794         * gst/playback/gstdecodebin.c: (try_to_link_1):
11795           Use realpad for signal.
11796
11797 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11798
11799         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11800           Fix category so decodebin picks it up.
11801
11802 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11803
11804         * ext/mad/Makefile.am:
11805         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11806         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11807         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11808         (found_type), (gst_id3demux_bin_change_state):
11809         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11810         (gst_id3_tag_init), (gst_id3_tag_handle_event),
11811         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11812         (gst_id3_tag_change_state), (plugin_init):
11813         * ext/mad/gstmad.h:
11814           Add id3demuxbin (which is a simple bin consisting of id3demux
11815           and typefind), take over rank from id3demux, remove typefind
11816           code from id3demux. Makes all broken mp3s that I know of work,
11817           and thereby fixes #152688.
11818
11819 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
11820
11821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11822
11823         * ext/mad/gstmad.c: (gst_mad_src_event):
11824         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11825           Allow seeks on audio pad, make mad forward those (#164826).
11826         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11827           Set duration (#165335).
11828
11829 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11830
11831         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11832         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11833         (gst_asf_demux_process_ext_content_desc),
11834         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11835         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11836         * gst/asfdemux/gstasfdemux.h:
11837           Improve metadata display, e.g. if the metadata comes before the
11838           streams are loaded (which is perfectly valid).
11839
11840 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11841
11842         * tools/gst-launch-ext-m.m:
11843           Fix AVI/ASF pipelines (#165340).
11844
11845 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
11846         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
11847         build failure on amd64
11848
11849 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
11850
11851         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11852         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11853           Check environment variables GST_ID3V2_TAG_ENCODING,
11854           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11855           list of character encodings to force interpretation of non-unicode
11856           strings stored in an ID3v2 tag to a particular encoding. If none
11857           is specified, try to use current locale's encoding, then fall back
11858           to ISO-8859-1 (which will always succeed). (Resolves #149274)
11859         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11860         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11861           Check environment variables GST_ID3V1_TAG_ENCODING,
11862           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11863           list of character encodings to use in case a string encountered
11864           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11865           specified, try to use the current locale's encoding, then fall
11866           back to ISO-8859-1 (which will always succeed).
11867
11868 2005-01-25  Benjamin Otte  <otte@gnome.org>
11869
11870         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11871           - on half framerate, compute the rate in advance so the comparisons
11872             don't compare wrong values
11873           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11874             behaviour
11875           - don't use mad_header_decode anymore, mad_frame_decode does that
11876             automatically
11877           - when getting rid of consumed bytes, reset the stream's skiplen
11878           (fixes #163867)
11879
11880 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11881
11882         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11883           Use 1/2 a second for default max_discont, as PES streams from DVB
11884           seem to have larger spacings in the SCR. 
11885           Fix a typo.
11886
11887 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11888
11889         * gst/playback/gstplaybasebin.c: (group_commit):
11890           Notify delayed stream-info availability.
11891
11892 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11893         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11894         (gst_a52dec_handle_event), (gst_a52dec_chain):
11895         Add some debug output. Check that a discont has a valid
11896         time associated.
11897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11898         (gst_alsa_sink_loop):
11899         Ignore TAG events. A little extra debug for broken timestamps.
11900         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11901         (dvdnavsrc_change_state):
11902         Ensure we send a discont to engage the link before we send any
11903         other events.
11904         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11905         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11906         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11907         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11908         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11909         dvd://title works in totem because typefinding sends a seek that ends
11910         up going back to chapter 1 regardless.
11911         * ext/mpeg2dec/gstmpeg2dec.c:
11912         * ext/mpeg2dec/gstmpeg2dec.h:
11913         Output correct timestamps and handle disconts.
11914         * ext/ogg/gstoggdemux.c: (get_relative):
11915         Small guard against a null dereference.
11916         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11917         (gst_textoverlay_set_property):
11918         Free memory when done. Don't call gst_event_filler_get_duration on
11919         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11920         g_warning.
11921         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11922         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11923         (gst_sw_srclink), (gst_smoothwave_chain):
11924         Draw solid lines, prettier colours.
11925         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11926         Add a default palette that'll work for some movies.
11927         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11928         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11929         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11930         * gst/mpegstream/gstdvddemux.h:
11931         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11932         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11933         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11934         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11935         * gst/mpegstream/gstmpegparse.h:
11936         Use PTM/NAV events when for timestamp adjustment when connected to 
11937         dvdnavsrc. Don't use many discont events where one suffices.
11938         * gst/playback/gstplaybasebin.c: (group_destroy),
11939         (gen_preroll_element), (gst_play_base_bin_add_element):
11940         * gst/playback/gstplaybasebin.h:
11941         Make sure we remove subtitles from the same bin we put them in.
11942         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11943         (gst_subparse_buffer_format_autodetect),
11944         (gst_subparse_change_state):
11945         Fix some memleaks and invalid accesses.
11946         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11947         (oggskel_type_find), (cmml_type_find), (plugin_init):
11948         Some typefind functions for Annodex v3.0 files
11949         * gst/wavparse/gstwavparse.h:
11950         GstRiffReadClass is the correct parent class.
11951
11952 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11953
11954         * gst-libs/gst/riff/riff-media.c:
11955         (gst_riff_create_video_caps_with_data):
11956           Add extradata to huffyuv (fixes #165013).
11957         * gst-libs/gst/riff/riff-read.c:
11958         (gst_riff_read_strf_vids_with_data):
11959           Fix extradata extraction if it is in the chunk size.
11960
11961 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
11962
11963         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11964
11965         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
11966         (gst_quarktv_change_state), (gst_quarktv_dispose):
11967           Memory free'ing location fix (#164708).
11968
11969 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11970
11971         * gst/playback/gstplaybasebin.c: (group_commit),
11972         (gen_preroll_element), (probe_triggered), (gen_source_element),
11973         (setup_source), (gst_play_base_bin_change_state),
11974         (gst_play_base_bin_add_element):
11975           Don't block for streams.
11976         * gst/playback/gststreaminfo.c: (stream_info_change_state),
11977         (gst_stream_info_set_mute):
11978           Use gst_pad_set_active_recursive.
11979
11980 2005-01-25  Andy Wingo  <wingo@pobox.com>
11981
11982         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
11983         for #ifndef HAVE_XVIDEO.
11984
11985 2005-01-24  Jeffrey C. Ollie
11986
11987         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
11988
11989         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
11990         * ext/gsm/gstgsmdec.h:
11991         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
11992         * ext/gsm/gstgsmenc.h:
11993         Fix rate to 8kHz as per spec, removes obscure errors when no rate
11994         was given by property. Add proper buffer timestamps and offsets.
11995
11996 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11997
11998         * gst-libs/gst/riff/riff-media.c:
11999         (gst_riff_create_audio_caps_with_data):
12000           Audio can be <8000Hz.
12001
12002 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12003
12004         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12005           Explicit state change to workaround refcount bugs.
12006
12007 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12008
12009         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
12010         (gst_avimux_riff_get_avi_header):
12011           Fix...
12012
12013 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12014
12015         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
12016         (gst_riff_read_element_data):
12017         * gst-libs/gst/riff/riff-read.h:
12018           Add _peek version (req'ed in CDXA).
12019         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
12020         (gst_cdxaparse_loop):
12021           Fix parsing in playbin.
12022         * gst/playback/gstdecodebin.c: (close_pad_link):
12023           Ignore current_ pads, they cause major annoyance.
12024
12025 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12026
12027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12028           Safety guard.
12029
12030 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12031
12032         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
12033           Fix padding...
12034
12035 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12036
12037         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
12038           Allow for 0-sized buffers. Fixes length query problems in
12039           starwars.mkv from the testsuite.
12040
12041 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
12042
12043         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
12044         (gst_video_box_i420), (gst_video_box_chain):
12045           Fix row strides for I420 (fixes #163159)
12046           
12047 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12048
12049         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12050           MPEG2 has a useful rate property, so we can actually use that.
12051           For MPEG-1, continue using the bytes/time properties.
12052
12053 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12054
12055         * gst-libs/gst/riff/riff-media.c:
12056         (gst_riff_create_video_caps_with_data),
12057         (gst_riff_create_video_template_caps):
12058           Add intel-h263.
12059
12060 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12061
12062         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12063           Fail if caps negotiation fails. Should fix #162184, and should
12064           definately be in there regardless of it fixing the actual bug.
12065         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
12066         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
12067         (gst_avimux_riff_get_avix_header),
12068         (gst_avimux_riff_get_video_header),
12069         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
12070         (gst_avimux_start_file), (gst_avimux_handle_event),
12071         (gst_avimux_change_state):
12072         * gst/avi/gstavimux.h:
12073           Refactor structure writing to use GST_WRITE_UINT macros, add
12074           metadata writing support.
12075
12076 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12077
12078         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12079           Elements may already be destroyed when this function is called.
12080
12081 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12082
12083         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12084         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
12085           More memory leak fixes (#149162).
12086
12087 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12088
12089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12090         (gst_qtdemux_add_stream):
12091           Fix two memleaks.
12092
12093 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12094
12095         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12096           Argh...
12097
12098 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12099
12100         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12101           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
12102           when fixating to six channels in Totem.
12103
12104 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12105
12106         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
12107           Fix compile warnings on Solaris 10 buildbot
12108
12109 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12110
12111         * ext/dvdread/dvdreadsrc.c: (_read):
12112           Don't read beyond the last cell in a chapter (fixes 
12113           invalid memory access)
12114
12115 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12116
12117         * ext/dvdread/stream_labels.c:
12118         (dvdreadsrc_get_audio_stream_labels):
12119           Use NULL for an empty GList instead of g_list_alloc(); fix 
12120           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
12121           of GString (easier to bulk free later)
12122
12123 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12124
12125         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12126
12127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12128         (gst_ffmpeg_pixfmt_to_caps):
12129           Fix BGRA32 caps (#164209).
12130
12131 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12132
12133         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12134
12135         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12136         (gst_ffmpeg_caps_to_pixfmt):
12137           alpha_mask can be RGBA/ABGR. Fixes #164265.
12138
12139 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
12140
12141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12142
12143         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
12144         (gst_mpeg2dec_alloc_buffer):
12145         * ext/mpeg2dec/gstmpeg2dec.h:
12146           Crop if decoding size is not the actual image size (#163676).
12147
12148 2005-01-17  Steve Baker  <steve@stevebaker.org>
12149
12150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12151
12152         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
12153         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
12154           Add libsndfile typefind functions (#163309).
12155
12156 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12157
12158         * tools/gst-launch-ext-m.m:
12159           Add .aac, fix .m1v/.m2v (#163891).
12160
12161 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12162
12163         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
12164           Sanity check, don't wait endlessly since the clock might not
12165           actually run at this point (which is a deadlock). Fixes #164069.
12166
12167 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12168
12169         * gst/playback/gstplaybasebin.c: (probe_triggered):
12170           Of course, only pause if group is done...
12171
12172 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12173
12174         * gst/playback/gstplaybasebin.c: (probe_triggered):
12175           Thread safety.
12176
12177 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
12178
12179         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
12180           Don't return state change success when the parent
12181           failed.
12182
12183 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12184
12185         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
12186           Free events (fix memleak in #162905).
12187
12188 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
12189
12190         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12191
12192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12193         (gst_ffmpeg_caps_to_pixfmt):
12194           Fix for depth = 15. Fixes #161675.
12195
12196 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12197
12198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12199           Set FPS correctly, even for webcams and the like.
12200         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
12201           Don error on setting while capturing.
12202
12203 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12204
12205         * ext/dv/gstdvdec.c:
12206         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12207         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12208           I'm a bad boy. using /1001. to force C to do float division
12209           and not integer division (as it did in my last commit)
12210           Thanks to David I. Lehn for pointing this mistake.
12211
12212 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12213
12214         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12215           Revert Johan??s 1.35->1.36 since it breaks compat.
12216
12217 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12218
12219         * ext/dv/gstdvdec.c:
12220         * ext/libfame/gstlibfame.c:
12221         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12222         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12223           replace framerate aproximations by their real value
12224           (24000/1001, 30000/1001, 60000/1001)
12225           Finish fixing bug #164049
12226
12227 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12228
12229         * ext/ogg/gstoggmux.c:
12230           eos/bos debugging
12231         * gst/tcp/gstmultifdsink.c:
12232         * gst/tcp/gstmultifdsink.h:
12233         * gst/tcp/gsttcp.c:
12234         * gst/tcp/gsttcp.h:
12235         * gst/tcp/gsttcpclientsink.c:
12236         * gst/tcp/gsttcpclientsrc.c:
12237         * gst/tcp/gsttcpserversink.c:
12238         * gst/tcp/gsttcpserversrc.c:
12239           improve reusability of elements after state changes and errors
12240           make multifdsink throw away streamheaders when receiving new ones
12241
12242 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12243
12244         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12245           Fix for if items are already in list...
12246
12247 2005-01-12  Benjamin Otte  <otte@gnome.org>
12248
12249         * gst/adder/gstadder.c: (gst_adder_loop):
12250           fix adder a bit so it doesn't screw up with events as much anymore
12251
12252 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
12253
12254         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
12255         (pixbufscale_scale), (gst_pixbufscale_chain):
12256         * ext/gdk_pixbuf/pixbufscale.h:
12257           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
12258           to ensure rowstrides are calculated the same way as 
12259           ffmpegcolorspace
12260           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
12261           that we pick up duration and offset also.
12262
12263 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12264
12265         * gst/avi/gstavimux.c: (gst_avimux_class_init),
12266         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
12267           Reusability fixes.
12268
12269 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12270
12271         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12272         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12273         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12274         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12275           Update flags when requested.
12276
12277 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12278
12279         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12280           Fix dmix.
12281
12282 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12283
12284         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12285         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
12286         (probe_triggered), (new_decoded_pad), (gen_source_element),
12287         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
12288         * gst/playback/gstplaybasebin.h:
12289         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12290         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
12291         (gst_play_bin_change_state):
12292           Implement group-switch signal for use in apps to clear metadata
12293           cache, clean up subtitle, add suburi property instead of # hack,
12294           some error-out fixes.
12295
12296 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12297
12298         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12299           Debug.
12300         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
12301           If we got a state change in the _get handler, don't return success.
12302
12303 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12304
12305         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
12306         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
12307           Make jpegdec quiet on MJPEG decoding
12308         * gst/asfdemux/README:
12309           Fix mimetypes for MJPEG and H263
12310
12311 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12312
12313         * ext/theora/theoradec.c: (theora_dec_chain):
12314           Fix broken code generation by gcc by swapping arguments.
12315         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12316           Fix \n in debug.
12317
12318 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12319
12320         * TODO:
12321           delete this file, it is by far outdated
12322         * ext/alsa/gstalsa.1: remove
12323         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
12324         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
12325         (gst_alsa_get_caps):
12326           Add HW probing for supported sample rates. Fixes #161704
12327
12328 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12329
12330         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12331           Don't crash, biatch! :).
12332
12333 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12334
12335         * ext/musepack/gstmusepackreader.cpp:
12336         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12337           Some work on tags - still doesn't work in playbin...
12338         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12339           Handle events...
12340
12341 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12342
12343         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
12344           Also shove tags on kid pads.
12345
12346 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12347
12348         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12349           Don't bail on unknown events.
12350         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12351           Don't crash on events before negotiation.
12352         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12353           Send tags on pads, too.
12354         * gst/playback/gststreamselector.c:
12355         (gst_stream_selector_request_new_pad):
12356           Forward events on first pad if no input was selected yet.
12357
12358 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12359
12360         * gst/playback/gstplaybasebin.c: (setup_substreams):
12361           Don't disable streamtype if the stream doesn't exist, since
12362           then playing a video after audio will disable both and nothing
12363           will happen. Fixes the testsuite.
12364
12365 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12366
12367         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
12368         (gst_v4l_xoverlay_set_xwindow_id):
12369         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
12370         (gst_v4l2_xoverlay_set_xwindow_id):
12371           Add debug categories, fix overlay disabling.
12372
12373 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12374
12375         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
12376         * ext/alsa/gstalsa.h:
12377           Add HW probing for period_count/size and buffer_size MIX/MAX
12378           Adjust default/user defined value if out of bounds
12379           Should fix bug #162024
12380
12381 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12382
12383         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
12384           Fix warning (#161191).
12385
12386 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12387
12388         * ext/dvdread/stream_labels.c:
12389         (dvdreadsrc_get_audio_stream_labels):
12390           Fix warning (init the good variable in switch default)
12391
12392 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
12393
12394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12395
12396         * gst/tta/gstttaparse.c: (gst_tta_src_event):
12397           Fix gcc-2.95 compile (#163485).
12398
12399 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12400
12401         * configure.ac:
12402         * ext/flac/gstflacenc.c: (gst_flacenc_init),
12403         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
12404         (gst_flacenc_tell_callback), (gst_flacenc_chain),
12405         (gst_flacenc_change_state):
12406         * ext/flac/gstflacenc.h:
12407           Update for API change in flac-1.1.1. Update requirement in
12408           configure.ac. Fixes #162974.
12409
12410 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12411
12412         * gst/playback/gstplaybasebin.c: (group_destroy):
12413           Remove hack to get rid of assert and get rid of unlinked
12414           signals properly.
12415
12416 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12417
12418         * gst/playback/gstplaybasebin.c: (setup_source):
12419           Set source to NULL so that resources are free'ed. Fixes issues
12420           with playback of CDDA and similar device-accessing things.
12421
12422 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12423
12424         * testsuite/embed/Makefile.am:
12425           test->noinst, fix make test in buildbot.
12426
12427 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12428
12429         * ext/dvdread/stream_labels.c: new file
12430         * ext/dvdread/stream_labels.h: new file
12431         * ext/dvdread/Makefile.am:
12432         * ext/dvdread/dvdreadsrc.c: (_seek_title):
12433           Extract audio stream label from DVD IFO files.
12434           It only dump them on the console for now, still have to
12435           make playbin aware of them.
12436
12437 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12438
12439         * gst/playback/gstplaybasebin.c: (setup_source):
12440           Fix hanging subs.
12441
12442 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12443
12444         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12445         (gen_preroll_element), (remove_groups), (setup_subtitle),
12446         (gen_source_element), (setup_source):
12447         * gst/playback/gstplaybasebin.h:
12448           Multiple .sub files is just a stupid idea... Fix some threading
12449           mistakes. Interestingly, external .sub files cause playbin to
12450           hang, I don't know why... Parsing fixes contributed by Fran??ois
12451           Kooman <fkooman@tuxed.net>.
12452
12453 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12454
12455         * testsuite/embed/Makefile.am:
12456           Fix buildbot.
12457
12458 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12459
12460         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12461
12462         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12463         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12464         (gst_pngenc_set_property):
12465         * ext/libpng/gstpngenc.h:
12466           Add compression level property (#163323).
12467
12468 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12469
12470         * configure.ac:
12471         * examples/capsfilter/capsfilter1.c: (main):
12472         * examples/seeking/spider_seek.c: (make_spider_pipeline):
12473         * ext/dvdread/Makefile.am:
12474         * ext/dvdread/demo-play:
12475         * ext/dvdread/demo-play.c:
12476         * gconf/gstreamer.schemas.in:
12477         * gst-libs/gst/gconf/gconf.c:
12478         * sys/v4l/TODO:
12479         * testsuite/Makefile.am:
12480         * testsuite/embed/Makefile.am:
12481         * testsuite/embed/embed.c: (cb_expose), (main):
12482           Remove all references to xvideosink, fix examples (#140845).
12483         * gst/playback/gstplaybasebin.c: (group_destroy):
12484           Apparently, disposal does not unlink - so do explicitely.
12485         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12486           Add debug.
12487
12488 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
12489
12490         * README: fix PKG_CONFIG_PATH instructions, what was there
12491         previously was breaking default search path, not nice. 
12492         Fixes #163358
12493
12494 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12495
12496         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12497         (gst_audioscale_chain):
12498           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12499           when resampling - how the ^@$^!@^! is this possible?!?
12500
12501 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12502
12503         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12504           Reset variables on READY.
12505         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12506         (gst_matroska_mux_loop):
12507           Require data before writing header.
12508
12509 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
12510
12511         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12512
12513         * ext/mad/gstmad.c: (gst_mad_chain):
12514           Don't call mad_stream_sync() directly after recovering sync.
12515           Fixes #151661.
12516
12517 2005-01-09  Martin Eikermann  <meiker@upb.de>
12518
12519         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12520
12521         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12522         (snapshot_handler), (gst_snapshot_sinkconnect),
12523         (gst_snapshot_chain):
12524           Allocate resources when required, fix recursive signal emission
12525           and fix caps. Fixes #161667.
12526
12527 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12528
12529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12530
12531         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12532         (gst_pngdec_chain):
12533           Handle only 8-bppc (bits-per-pixel-component) images, better
12534           error handling and correct strides. Fixes #163177.
12535         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12536         (gst_pngenc_chain):
12537           Better error handling. Fixes #163348.
12538
12539 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12540
12541         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12542         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12543         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12544         (dvdnavsrc_uri_handler_init):
12545           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12546         * gst/playback/gstplaybasebin.c: (gen_source_element):
12547           Add MMS to streaming URIs.
12548
12549 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12550
12551         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12552         * sys/xvimage/xvimagesink.c:
12553         (gst_xvimagesink_navigation_send_event):
12554           Check for pad availability before sending event.
12555
12556 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12557
12558         * gst-plugins.spec.in:
12559           Add subparse.
12560
12561 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12562
12563         * configure.ac:
12564           Since we use functions from CVS, up requirement.
12565
12566 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12567
12568         * gst/playback/Makefile.am:
12569         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12570         (group_destroy), (group_commit), (group_is_muted),
12571         (gen_preroll_element), (add_stream), (unknown_type),
12572         (probe_triggered), (preroll_unlinked), (mute_stream),
12573         (silence_stream), (new_decoded_pad), (setup_substreams),
12574         (setup_source), (get_active_source), (mute_group_type),
12575         (muted_group_change_state), (set_active_source),
12576         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12577         (play_base_eos), (gst_play_base_bin_change_state):
12578         * gst/playback/gstplaybasebin.h:
12579         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12580         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12581         (gst_stream_info_dispose), (stream_info_mute_pad),
12582         (stream_info_change_state), (gst_stream_info_set_mute):
12583         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12584         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12585         (gst_stream_selector_init), (gst_stream_selector_dispose),
12586         (gst_stream_selector_get_linked_pad),
12587         (gst_stream_selector_get_caps), (gst_stream_selector_link),
12588         (gst_stream_selector_get_linked_pads),
12589         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12590         * gst/playback/gststreamselector.h:
12591           Adding stream selection support plus required properties for
12592           applications to use this. Fully fixes #100931.
12593
12594 2005-01-08  Benjamin Otte  <otte@gnome.org>
12595
12596         * gst/games/gstpuzzle.c: (nav_event_handler):
12597           - handle nav events differently: forward every event no matter if it
12598             was handled or not.
12599           - translate events
12600           You can now cheat by using navigationtest ! puzzle and moving the
12601           mouse close to the edge of a tile. ;)
12602
12603 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12604
12605         * configure.ac:
12606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12607         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12608         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12609         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12610         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12611         (gst_ogm_parse_plugin_init):
12612         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12613         (gst_textoverlay_link), (gst_textoverlay_getcaps),
12614         (gst_textoverlay_event), (gst_textoverlay_video_chain),
12615         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12616         * ext/pango/gsttextoverlay.h:
12617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12618         (gst_matroska_demux_handle_seek_event),
12619         (gst_matroska_demux_sync_streams),
12620         (gst_matroska_demux_parse_blockgroup),
12621         (gst_matroska_demux_subtitle_caps),
12622         (gst_matroska_demux_plugin_init):
12623         * gst/matroska/matroska-ids.h:
12624         * gst/playback/gstdecodebin.c: (close_pad_link):
12625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12626         (gen_preroll_element), (remove_groups), (add_stream),
12627         (new_decoded_pad), (setup_subtitles), (gen_source_element),
12628         (setup_source):
12629         * gst/playback/gstplaybasebin.h:
12630         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12631         * gst/subparse/Makefile.am:
12632         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12633         (gst_subparse_base_init), (gst_subparse_class_init),
12634         (gst_subparse_init), (gst_subparse_formats),
12635         (gst_subparse_eventmask), (gst_subparse_event),
12636         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12637         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12638         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12639         (parse_mpsub_deinit), (parse_mpsub_init),
12640         (gst_subparse_buffer_format_autodetect),
12641         (gst_subparse_format_autodetect), (gst_subparse_loop),
12642         (gst_subparse_change_state), (gst_subparse_type_find),
12643         (plugin_init):
12644         * gst/subparse/gstsubparse.h:
12645         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12646         (plugin_init):
12647           Add subtitle support, .sub parser (supports SRT and MPsub),
12648           OGM text support, Matroska UTF-8 text support, deadlock fixes
12649           all over the place, subtitle awareness in decodebin/playbin
12650           and some fixes to textoverlay to handle subtitles in a stream
12651           correctly. Fixes #100931.
12652
12653 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12654
12655         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12656           Check for pad availability before doing a query on it.
12657
12658 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12659
12660         * ext/dv/gstdvdec.c:
12661           really fix bpp24/32 dvdec caps (classic rgba indeed)
12662         * gst/asfdemux/gstasfdemux.c:
12663         (gst_asf_demux_process_ext_content_desc):
12664           don't send text tags if they are empty (bis repetita)
12665
12666 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12667
12668         * ext/dv/gstdvdec.c:
12669          remove unneeded comment from dvdec
12670           (related to DV 4CC codes in AVI files)
12671           moved them in gstreamer/docs/random/mimetypes
12672         * gst/asfdemux/gstasfdemux.c:
12673         (gst_asf_demux_process_ext_content_desc):
12674          don't send text tags if they are empty
12675          fix mem leak on error path
12676         * gst/ffmpegcolorspace/avcodec.h:
12677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12678         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12679         (gst_ffmpegcsp_avpicture_fill):
12680         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12681         * gst/ffmpegcolorspace/imgconvert_template.h:
12682          adds BGR32 and BGRA32 to ffmpegcolorspace
12683           (still bad colors, fixing it on next commit)
12684           helps with dvdec outputing BGR32
12685
12686 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12687
12688         * ext/dv/gstdvdec.c:
12689          Fix audio caps i just broke (missing ',')
12690         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12691         (gst_matroska_mux_reset):
12692          Fix typo + add FIXME about old "x-gst-metadata" crap
12693
12694 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12695
12696         * ext/dv/demo-play.c: (main):
12697          xvideosink -> xvimagesink
12698         * ext/dv/gstdvdec.c:
12699          change rgb 32/32 caps to 24/32 (no alpha)
12700          change nb of channels to be a list (2 or 4, not 2)
12701          change sample rate to be a list (32, 44.1, 48 kHz) not a range
12702         * gst/asfdemux/gstasfdemux.c:
12703         (gst_asf_demux_process_ext_content_desc):
12704          Add 'date/year' to extracted metadata list
12705
12706 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12707
12708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12709           The return value of fixate_to does not imply that the requested
12710           value was set, so don't assume.
12711
12712 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
12713
12714         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12715
12716         * ext/libpng/gstpngdec.c:
12717         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12718         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12719         * ext/libpng/gstpngenc.h:
12720           Alpha support (encoder; #163161), mime fixage.
12721
12722 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
12723
12724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12725
12726         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12727         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12728         (gst_faac_set_property), (gst_faac_get_property):
12729         * ext/faac/gstfaac.h:
12730           Allow for ADTS output (#153434).
12731
12732 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12733
12734         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12735           Fix against template (#150576).
12736
12737 2005-01-06  Benjamin Otte  <otte@gnome.org>
12738
12739         * gst/games/gstpuzzle.c: (draw_puzzle):
12740           don't draw a puzzle if either width or height of tiles would be 0.
12741
12742 2005-01-06  Benjamin Otte  <otte@gnome.org>
12743
12744         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12745         (gst_puzzle_class_init), (gst_puzzle_finalize):
12746           no memleaks, please
12747         (gst_puzzle_create), (gst_puzzle_init),
12748         (gst_puzzle_set_property), (gst_puzzle_setup):
12749           change initialization code around so we don't reshuffle on resize
12750         (draw_puzzle):
12751           fix another stupid typo
12752
12753 2005-01-06  Benjamin Otte  <otte@gnome.org>
12754
12755         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12756           fix stupid typo that borked copying on YUY2
12757
12758 2005-01-06  Benjamin Otte  <otte@gnome.org>
12759
12760         * gst/games/gstpuzzle.c: (draw_puzzle):
12761           fix edges when image sizes aren't multiples of tile sizes
12762
12763 2005-01-06  Benjamin Otte  <otte@gnome.org>
12764
12765         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12766           make RGB endianness work correctly
12767         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12768           refactor and fix race with initial shuffling
12769         (nav_event_handler):
12770           allow using the mouse to puzzle
12771         (draw_puzzle):
12772           insist on tiles having width and height as multiples of 4 to get
12773           clean YUV image handling
12774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12775         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12776           s/DEBUG/LOG/ for common messages
12777         (gst_xvimagesink_navigation_send_event):
12778           fix mouse event translation to not include screen PAR
12779         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12780           fix mouse event translation to actually work
12781
12782 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12783
12784         * gst/asfdemux/gstasfdemux.c:
12785         (gst_asf_demux_process_ext_content_desc):
12786          Extract TrackNumber metadata + clean up code
12787         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12788          Hope this is the good fix (var used unitialised)
12789
12790 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12791
12792         * ext/faad/gstfaad.c: (gst_faad_chain):
12793           Only increment timestamp if it's valid. Fixes raw AAC streams.
12794
12795 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12796
12797         * configure.ac:
12798         * gst/games/Makefile.am:
12799         * gst/games/gstpuzzle.c:
12800           add a puzzle game with...
12801         * gst/games/gstvideoimage.c:
12802         * gst/games/gstvideoimage.h:
12803           ... full colorspace support (that includes YUV9 and RGB16)) stolen
12804           from videotestsrc and made into something that would be a nice
12805           library for a lot of other plugins.
12806
12807 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12808
12809         * configure.ac:
12810          don't compile faad plugin if a RC of 2.0 is found
12811          Fixes #155346 (and FC1 buildbot)
12812         * gst/asfdemux/gstasfdemux.c:
12813         (gst_asf_demux_process_ext_content_desc):
12814          try to make Solaris compiler happier
12815
12816 2005-01-06  Paul Jack  <pjack@sfaf.org>
12817
12818         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12819
12820         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12821           Fix segfault (#161667).
12822
12823 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12824
12825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12826           Fix framerate reporting.
12827
12828 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12829
12830         * gst-libs/gst/riff/riff-ids.h:
12831         * gst/wavenc/riff.h:
12832          Add AMR (VBR and CBR) ids to riff.h audio codec list
12833         * gst/asfdemux/gstasfdemux.c:
12834         (gst_asf_demux_process_ext_content_desc),
12835         (gst_asf_demux_process_object):
12836           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12837
12838 2005-01-05  Martin Eikermann  <meiker@upb.de>
12839
12840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12841
12842         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12843         (gst_dvd_demux_handle_discont):
12844         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12845         (gst_mpeg_demux_handle_discont):
12846           Recreate pads on new-media (#160730).
12847         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12848           Send discont even if manager changes timestamps (#161929).
12849
12850 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
12851
12852         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12853
12854         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12855           Fix invalid memory access (#159211).
12856
12857 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12858
12859         * examples/gstplay/player.c: (main):
12860           Don't iterate.
12861         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12862           Add visualizations.
12863         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12864         (gst_a52dec_handle_frame):
12865           Set duration.
12866         * ext/dvdnav/gst-dvd:
12867           Add audioconvert. Fixes #161325.
12868         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12869           Explicitely case to gint64. Possible valgrind error.
12870         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12871         (gst_play_tick_callback), (gst_play_change_state),
12872         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12873         (gst_play_set_location), (gst_play_get_location),
12874         (gst_play_seek_to_time), (gst_play_set_data_src),
12875         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12876         (gst_play_set_visualization), (gst_play_connect_visualization),
12877         (gst_play_get_framerate), (gst_play_get_all_by_interface),
12878         (gst_play_new):
12879           Use playbin. Fixes #139749 and #147744.
12880         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12881           Add genre tag.
12882         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12883         (audioscale_get_type), (gst_audioscale_base_init),
12884         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12885         (gst_audioscale_getcaps), (gst_audioscale_fixate),
12886         (gst_audioscale_link), (gst_audioscale_get_buffer),
12887         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12888         (gst_audioscale_init), (gst_audioscale_dispose),
12889         (gst_audioscale_chain), (gst_audioscale_set_property),
12890         (gst_audioscale_get_property), (plugin_init):
12891           Indent properly.
12892         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12893           Fix LPCM.
12894         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12895         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12896         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12897           Add more metadata (fixes #162656).
12898
12899 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12900
12901         * configure.ac:
12902           back to cvs
12903
12904 === release 0.8.7 ===
12905
12906 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12907
12908         * NEWS:
12909         * RELEASE:
12910         * configure.ac:
12911           releasing 0.8.7, "Hyperspace"
12912
12913 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12914
12915         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12916
12917         * gst/playback/gstplaybasebin.c:
12918          Fix for #162924 - free caps after use, not before
12919
12920 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12921
12922         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12923
12924         * gst/playback/gstplaybasebin.c:
12925         * gst/wavparse/gstwavparse.c:
12926           Fix for #154773 - fixes playback of small .wav files
12927
12928 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12929
12930         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12931
12932         * gst/audioscale/gstaudioscale.c:
12933           Fix for #162819 - make audioscale reusable
12934           Fixes playback of more than one file with playbin/totem
12935
12936 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12937
12938         * gst/ffmpegcolorspace/avcodec.h:
12939         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12940         * gst/ffmpegcolorspace/imgconvert.c:
12941           clean up the mess that made me cry and avoid needless duplication
12942
12943 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * gst/ffmpegcolorspace/imgconvert.c:
12946           give some indication of why we're segfaulting
12947
12948 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12949
12950         * configure.ac:
12951           Fix indentation, fix v4l2 plugin detection.
12952         * ext/Makefile.am:
12953           Fix libmms location (Maciej, use diff -u!).
12954         * ext/alsa/gstalsa.c: (gst_alsa_init):
12955           Initialize caps cache to NULL.
12956         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12957           Only change state on audiosink if it exists.
12958
12959 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
12960
12961         * gst/matroska/matroska-demux.c:
12962         * gst/matroska/matroska-ids.h:
12963         * gst/matroska/matroska-demux.h:
12964         Fix Vorbis streams failing to decode in some files, where cluster_time
12965         isn't 0, because then it doesn't send codec_priv before actual data.
12966         Remove time-based test and replace it with marker set on beginning of
12967         new stream
12968
12969 2004-12-28  David Schleef  <ds@schleef.org>
12970
12971         Merge patch from Ronald fixing problems with streaming
12972         text.
12973         * ext/cairo/gstcairo.c: (plugin_init):
12974         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12975         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12976         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12977         (gst_textoverlay_font_init), (gst_textoverlay_init),
12978         (gst_textoverlay_set_property):
12979         * ext/cairo/gsttextoverlay.h:
12980
12981 2004-12-27  David Schleef  <ds@schleef.org>
12982
12983         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12984         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12985         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12986         (gst_textoverlay_font_init), (gst_textoverlay_init),
12987         (gst_textoverlay_set_property): Improvements to actually
12988         render text as white on black outline on video, including
12989         font selection and horizontal/vertical alignment.  (Ronald's
12990         christmas present)
12991         * ext/cairo/gsttextoverlay.h:
12992
12993 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12994
12995         * ext/ogg/gstogg.c:
12996         * ext/ogg/gstogmparse.c:
12997           fix ogm[audio/video]parse plugin registration
12998           (riff won't load if bytestream is already loaded)
12999
13000 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13001
13002         * gst/audioconvert/gstchannelmix.c:
13003           fix for GLIB < 2.4
13004
13005 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13006
13007         * Makefile.am:
13008         * configure.ac:
13009           disable docs again until it actually passes make distcheck.
13010
13011 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13012
13013         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
13014         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13015         (plugin_init):
13016           Add 3GP (variables name Q3GP because they can't start with a
13017           number). Add samr audio fourcc (used in .3gp files), decoder
13018           is work in progress. Also do a GST_WARNING instead of ERROR
13019           in case of unknown nodes, to decrease output.
13020
13021 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13022
13023         * Makefile.am:
13024           really fix dist
13025
13026 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13027
13028         * configure.ac:
13029         * ext/speex/gstspeexdec.h:
13030         * ext/speex/gstspeexenc.h:
13031           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
13032           Fix detection code in configure.ac
13033
13034 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13035
13036         * gst/matroska/matroska-demux.c:
13037         (gst_matroska_demux_parse_blockgroup):
13038           Save position, so that queries give proper return values. Don't
13039           know how this could ever have worked before...
13040
13041 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13042
13043         * configure.ac:
13044           Put additional LAME check inside the conditional.  Fixes #152339
13045
13046 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13047
13048         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13049         (gst_avi_demux_stream_scan):
13050           Add some more debug. Fix logic error when setting movi offset
13051           while reading index.
13052
13053 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13054
13055         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13056         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
13057         (gst_avi_demux_process_next_entry):
13058           Add some debugging. Better detection of broken indexes and the
13059           accompanying index recovery. No infinite loops on state changes
13060           when we're still in our loopfunction.
13061
13062 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13063
13064         * configure.ac:
13065           Fix up.
13066
13067 2004-12-22  Archana Shah  <archana.shah@wipro.com>
13068
13069         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13070
13071         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
13072           Normalizing the value before setting
13073         (gst_sunaudiomixer_get_volume):
13074           Normalizing the value after getting. Fixes bug# 161980
13075
13076 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13077
13078         * Makefile.am: Make sure docs gets disted
13079         * docs/Makefile.am: Make sure all needed files get disted
13080         * gst-plugins.spec.in: latest updates
13081
13082 2004-12-22  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13085         Revert patch 1.38 as clock distribution over schedulers does
13086         not work correcly in the core yet.
13087
13088 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13089
13090         * sys/oss/README: remove this file, which predates my birth
13091           (and which content is by far outdated)
13092
13093 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
13094
13095         * Makefile.am:
13096         * configure.ac:
13097         * docs/Makefile.am:
13098         * docs/libs/Makefile.am:
13099         * docs/libs/gst-plugins-libs-docs.sgml:
13100         * docs/libs/gst-plugins-libs-sections.txt:
13101         * docs/libs/tmpl/gstgconf.sgml:
13102         * docs/upload.mak:
13103         * docs/version.entities.in:
13104           Added boilerplate gtk-doc files for plugin-libs documentation.
13105
13106 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13107
13108         * gst/auparse/gstauparse.c: fix int and float audio caps
13109
13110 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13111
13112         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13113         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13114           g_assert() can be a macro, don't use #ifdef inside it.
13115
13116 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
13117
13118         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13119
13120         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13121         (gst_videorate_init), (gst_videorate_chain),
13122         (gst_videorate_change_state):
13123           Event handling (fixes #159986).
13124
13125 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13126
13127         * gst-libs/gst/riff/riff-media.c:
13128         (gst_riff_create_video_caps_with_data):
13129           Add BLZ0 (Blizzard's version of DivX) fourcc.
13130
13131 2004-12-18  David Schleef  <ds@schleef.org>
13132
13133         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
13134         portability fix.
13135
13136 2004-12-18  David Schleef  <ds@schleef.org>
13137
13138         * gst/tta/ttadec.h: Disable some header code that isn't used
13139         and clearly isn't portable.
13140
13141 2004-12-18  David Schleef  <ds@schleef.org>
13142
13143         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
13144         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13145         (avcodec_get_pix_fmt), (avpicture_layout),
13146         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
13147         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
13148         Fix code to not use GCC extensions (and c99 extensions that
13149         Forte does not like.)
13150
13151 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13152
13153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13154
13155         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
13156         (gst_deinterlace_chain):
13157           Rowstride fixes. Fixes #161039.
13158         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
13159         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
13160         (gst_video_crop_getcaps), (gst_video_crop_link),
13161         (gst_video_crop_i420), (gst_video_crop_chain),
13162         (gst_video_crop_change_state):
13163           Rework of negotiation. Actually works now. Fixes #158650.
13164
13165 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13166
13167         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
13168           That was very stupid.
13169
13170 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13171
13172         * gst/matroska/matroska-demux.c:
13173         (gst_matroska_demux_parse_blockgroup):
13174           Fix possible crasher.
13175
13176 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13177
13178         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
13179         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
13180           Lace sizes can be zero.
13181
13182 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13183
13184         * ext/musepack/gstmusepackdec.cpp:
13185           Fetch error return values. Fixes #161624.
13186         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13187           Really EOS.
13188
13189 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13190
13191         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13192           Work for truncated (unfinished download etc.) files. Fixes #160514.
13193
13194 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13195
13196         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13197           Fix for integer overflow. Makes #156001 not crash. Probably masks
13198           the real bug.
13199
13200 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13201
13202         * gst/ac3parse/gstac3parse.c: (plugin_init):
13203           Parsers never have ranks. Fixes #159651.
13204
13205 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13206
13207         * gst/playback/gstdecodebin.c: (compare_ranks):
13208           make sure the facotries are ordered the same every time even if they
13209           have the same rank by using the name
13210         * gst/playback/gstdecodebin.c: (find_compatibles):
13211           make sure we don't add factories to the list twice
13212
13213 2004-12-16  David Schleef  <ds@schleef.org>
13214
13215         * configure.ac: look for musepack headers as musepack/*.h
13216         (fixes #159847)
13217         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
13218         * ext/musepack/gstmusepackreader.h: same
13219
13220 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13221
13222         * gst-libs/gst/riff/riff-read.c:
13223         (gst_riff_read_strf_auds_with_data):
13224           Read extradata correctly (fixes #155879).
13225
13226 2004-12-16  David Schleef  <ds@schleef.org>
13227
13228         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
13229         audio.  does _not_ attempt or allow conversion unless channels
13230         is 1 or 2.
13231
13232 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13233
13234         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
13235
13236 2004-12-16  David Schleef  <ds@schleef.org>
13237
13238         * gst/audioscale/gstaudioscale.c: the resample library only
13239         handles 1 or 2 channels.  Change caps to compensate.
13240
13241 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13242
13243         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
13244         (gst_matroska_demux_audio_caps):
13245           Some MPEG-AAC hacks, because else it doesn't work...
13246
13247 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13248
13249         * gst-libs/gst/riff/riff-media.c:
13250         (gst_riff_create_video_caps_with_data),
13251         (gst_riff_create_video_template_caps):
13252           Add h264.
13253
13254 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13255
13256         * gst-libs/gst/audio/Makefile.am:
13257           Try to fix buildbot.
13258
13259 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13260
13261         * gst/tcp/gstmultifdsink.c:
13262           Clean up and uniformize debugging.
13263
13264 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
13265
13266         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13267
13268         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13269         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
13270         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
13271         (gst_mpeg_demux_change_state):
13272           Reset on ready. Fixes 160276.
13273
13274 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13275
13276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13277
13278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13279         (gst_ffmpegcsp_pad_link):
13280           Fix memleak (#154815).
13281
13282 2004-12-16  James Bowes  <bowes@cs.dal.ca>
13283
13284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13285
13286         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
13287         (gst_musicbrainz_init), (gst_musicbrainz_chain),
13288         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
13289         * ext/musicbrainz/gsttrm.h:
13290           Add support for using a proxy server when getting a trm id from
13291           the MusicBrainz database (#149613).
13292
13293 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
13294
13295         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13296
13297         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
13298         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13299           Fix memleaks (#157233).
13300
13301 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13302
13303         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13304
13305         * gst-libs/gst/resample/resample.c: (gst_resample_close):
13306         * gst-libs/gst/resample/resample.h:
13307         * gst/audioscale/gstaudioscale.c:
13308           Fix memleak (#159215).
13309
13310 2004-12-16  Toni Willberg  <toniw@iki.fi>
13311
13312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13313
13314         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
13315         * sys/oss/oss_probe.c: (main):
13316           Check for mono/stereo support (similar to samplerate probing),
13317           fixes #159433. Also add missing copyright header to oss_probe.c.
13318
13319 2004-12-15  David Schleef  <ds@schleef.org>
13320
13321         * configure.ac: add audioresample and cairo plugins.  Remove
13322         HAVE_MMX stuff, because it's not used.
13323         * ext/Makefile.am: same
13324         * ext/audioresample/Makefile.am: You are not ready for an
13325         audio resampling element based on audioresample.
13326         * ext/audioresample/gstaudioresample.c:
13327         * ext/audioresample/gstaudioresample.h:
13328         * ext/cairo/Makefile.am: You are not ready for overlay elements
13329         based on cairo.  Don't look too closely, these elements kinda
13330         suck right now.
13331         * ext/cairo/gstcairo.c: new
13332         * ext/cairo/gsttextoverlay.c: new
13333         * ext/cairo/gsttextoverlay.h: new
13334         * ext/cairo/gsttimeoverlay.c: new
13335         * ext/cairo/gsttimeoverlay.h: new
13336         * gst-libs/gst/media-info/media-info-priv.h: fix compile
13337         problem with compilers that don't support variadic macros.
13338
13339 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13340
13341         Reviewed by:  David Schleef  <ds@schleef.org>
13342
13343         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
13344         Bala, registering sunaudiosrc (oops!), and cleaning up code a
13345         bit.  Also ran indent-gst.
13346         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
13347         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
13348         (gst_sunaudiosrc_setparams):
13349
13350 2004-12-14  David Schleef  <ds@schleef.org>
13351
13352         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
13353         output rate to 16000.  Should fix #160235.
13354
13355 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13356
13357         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13358         Add typefinding for mpeg2 pes streams
13359
13360 2004-12-13  David Schleef  <ds@schleef.org>
13361
13362         * configure.ac:  Applied patch from bug #143659, making default
13363         sources and sinks OS-dependent (for Solaris), and added code
13364         for OS/X.
13365         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
13366
13367 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13368
13369         * gst-libs/gst/riff/riff-media.c:
13370           forgot to add h2.64 to avidemux template caps
13371
13372 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13373
13374         * gst/wavenc/riff.h:
13375         * gst-libs/gst/riff/riff-media.c:
13376         * gst-libs/gst/riff/riff-ids.h:
13377         * gst/avi/gstavimux.c
13378         add 4CC code for VideoSoft h264 in AVI (VSSH)
13379           fixes bug #160655
13380         remove s323 from riff, it's quicktime specific :(
13381
13382 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13383
13384         * gst/asfdemux/README
13385         * gst/wavenc/riff.h
13386         * gst-libs/gst/riff/riff-ids.h
13387         * gst-libs/gst/riff/riff-media.c
13388         * gst/qtdemux/qtdemux.c:
13389           add new 4CC codes for h263 related codecs
13390           fixes partially bug #155163
13391
13392 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
13393
13394         * configure.ac: Update polyaudio requirement to 0.7
13395         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
13396
13397 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13398
13399         * gst/interleave/deinterleave.c:
13400         fix my name's spelling! :)
13401
13402 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13403
13404         * AUTHORS ChangeLog
13405         * gst/auparse/gstauparse.c
13406         * gst/interleave/deinterleave.c
13407         * gst/law/:
13408                 alaw-decode.c alaw-encode.c
13409                 mulaw-decode.c mulaw-encode.c
13410         * gst/oneton/gstoneton.c
13411         * sys/osxaudio/:
13412                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
13413         * sys/osxvideo/:
13414                 cocoawindow.h cocoawindow.m
13415                 osxvideosink.h osxvideosink.m
13416
13417         put the same mail address for Zaheer Abbas Merali everywhere
13418
13419 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13420
13421         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
13422           Align by packetsize, and assert that we a packet available before
13423           playing. The first makes webstreams work (they often include
13424           trailing padding data in a packet), the second allows pausing a
13425           ASF stream in totem without getting demux errors afterwards.
13426
13427 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13428
13429         * ext/ogg/gstoggdemux.c: (get_relative):
13430           Check for non-NULL before accessing member (end-of-chain).
13431
13432 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13433
13434         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13435         (cdparanoia_set_property), (cdparanoia_get_property):
13436         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
13437         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
13438         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13439         (dvdreadsrc_init), (dvdreadsrc_set_property),
13440         (dvdreadsrc_get_property):
13441         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
13442         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
13443           Synchronize property names where not yet the case. Devices are
13444           now device=X, other versions are deprecated (but still exist).
13445           Also use g_free() unconditionally.
13446         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13447         (setup_source), (gst_play_base_bin_get_property):
13448           Expose source.
13449
13450 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13451
13452         * configure.ac: move GCONF macro outside conditional for the am
13453           conditional. Fixes #160439
13454
13455 2004-12-08  David Schleef  <ds@schleef.org>
13456
13457         * tools/gst-visualise-m.m: Switch to elements that currently
13458         exist.
13459
13460 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13461
13462         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13463           We love wrong commas.
13464
13465 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13466
13467         * gst/matroska/matroska-demux.c:
13468         (gst_matroska_demux_handle_src_query):
13469           Don't set DEFAULT, unsupported - makes length display incorrectly
13470           in some cases.
13471
13472 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13473
13474         * gst/monoscope/README: remove blurb about files being GPL
13475         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13476         * gst/monoscope/monoscope.c: Change license to BSD with explanation
13477           monoscope is now effectively LGPL licensed
13478
13479 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13480
13481         * gst/monoscope/README: Update information to be more correct
13482         * gst/monoscope/convolve.c: Relicense to LGPL
13483         * gst/monoscope/convolve.h: Relicense to LGPL
13484
13485 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
13486
13487         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13488           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13489         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13490           set default_duration for mpeg1 audio
13491
13492 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13493
13494         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13495         * ext/alsa/gstalsa.h:
13496           refactor big chunks of the core caps negotiation code to make it
13497           a lot faster, because people claim it's really slow
13498           (actually, just cache the getcaps when the device is opened)
13499
13500 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13501
13502         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13503         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13504         (gst_a52dec_handle_frame), (gst_a52dec_chain),
13505         (gst_a52dec_change_state), (plugin_init):
13506         * ext/a52dec/gsta52dec.h:
13507           Do something useful with timestamps. Make chain-based (since
13508           there's really no reason to be loopbased).
13509         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13510           Update current_byte/frame correctly.
13511
13512 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13513
13514         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13515         (gst_ape_demux_stream_init):
13516           Forward tags, too.
13517
13518 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13519
13520         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13521           Let's make sure we're done typefinding when detecting tags.
13522
13523 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13524
13525         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13526         (gst_ebml_read_init), (gst_ebml_read_use_event),
13527         (gst_ebml_read_element_id), (gst_ebml_peek_id),
13528         (gst_ebml_read_seek), (gst_ebml_read_skip),
13529         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13530         (gst_ebml_read_master):
13531         * gst/matroska/ebml-read.h:
13532         * gst/matroska/matroska-demux.c:
13533         (gst_matroska_demux_parse_contents),
13534         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13535           Disgustingly evil hack for working around INTERRUPT events and
13536           their extremely annoying habit of being a pain in the ass. We
13537           simply peek a cluster before reading any of it.
13538
13539 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13540
13541         * ext/musepack/gstmusepackdec.cpp:
13542           There's also floating point libmusepacks.
13543
13544 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13545
13546         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13547         (gst_faad_chanpos_to_gst), (gst_faad_chain):
13548           Set DURATION even if source buffer didn't. Also use increasing
13549           timestamps.
13550         * gst-libs/gst/riff/riff-media.c:
13551         (gst_riff_create_audio_caps_with_data):
13552           Block_align can have larger values than 8192.
13553
13554 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13555
13556         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13557         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13558         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13559         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13560           Fix caps.
13561
13562 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13563
13564         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13565           Fix logic bug.
13566
13567 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13568
13569         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13570           Yay, another one.
13571
13572 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13573
13574         * ext/esd/esdsink.c: (gst_esdsink_chain):
13575           Make error actually say something useful (fixes #156798).
13576         * gst-libs/gst/riff/riff-media.c:
13577         (gst_riff_create_video_caps_with_data),
13578         (gst_riff_create_video_template_caps):
13579           Add Intel Video 5.0 fourcc (IV50).
13580
13581 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
13582
13583         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13584         detection on mono and stereo mp3 files.
13585
13586 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13587
13588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13589           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13590           the contained stream).
13591
13592 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13593
13594         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13595           Oops, remove debug.
13596
13597 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13598
13599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13600
13601         * gst/law/alaw-decode.c: (alawdec_getcaps):
13602         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13603           Prevent warnings when negotiating caps (fixes #159338).
13604
13605 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13606
13607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13608         (gst_ffmpegcsp_chain):
13609           Remove old leftover that shouldn't be there...
13610
13611 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13612
13613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13614
13615         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13616           Don't forward DISCONT events (fixes #159684).
13617
13618 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13619
13620         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13621           Unlink manually since sometimes bin disposal (and therefore
13622           pad unlinking) is delayed, which will cause a new media file
13623           to not be able to start playing instantly.
13624
13625 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13626
13627         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13628           On mute of an unlinked stream, check for pad availability so
13629           we don't crash on unlinked pad.
13630
13631 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13632
13633         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13634         (gst_avi_demux_massage_index):
13635           Fix quite humiliating bug in omitting 0-sized index chunks but
13636           forgetting to count them for timestamps.
13637
13638 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13639
13640         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13641           Actually leave the loop if we failed to sync. Don't crash.
13642
13643 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13644
13645         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13646         (gst_dvd_demux_process_private):
13647         * gst/mpegstream/gstdvddemux.h:
13648           Fix crash (#159759). Doesn't work, though. :-(.
13649
13650 2004-11-28  Benjamin Otte  <otte@gnome.org>
13651
13652         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13653           more overwriting protection due to modifying channels one by one
13654           instead of all at once
13655
13656 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13657
13658         * gst/audioconvert/gstchannelmix.c:
13659         (gst_audio_convert_fill_normalize):
13660           Normalize using absolute values.
13661
13662 2004-11-28  Julien MOUTTE  <julien@moutte.net>
13663
13664         * configure.ac:
13665         * ext/Makefile.am:
13666         * ext/directfb/Makefile.am:
13667         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13668         (gst_directfbvideosink_get_pixel_format),
13669         (gst_directfbvideosink_get_format_from_fourcc),
13670         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13671         (gst_directfbvideosink_sink_link),
13672         (gst_directfbvideosink_change_state),
13673         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13674         (gst_directfbvideosink_buffer_alloc),
13675         (gst_directfbvideosink_interface_supported),
13676         (gst_directfbvideosink_interface_init),
13677         (gst_directfbvideosink_navigation_send_event),
13678         (gst_directfbvideosink_navigation_init),
13679         (gst_directfbvideosink_set_property),
13680         (gst_directfbvideosink_get_property),
13681         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13682         (gst_directfbvideosink_base_init),
13683         (gst_directfbvideosink_class_init),
13684         (gst_directfbvideosink_get_type), (plugin_init):
13685         * ext/directfb/directfbvideosink.h: Adding a first version of
13686         directfbvideosink.
13687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13688         more.
13689
13690 2004-11-28  Benjamin Otte  <otte@gnome.org>
13691
13692         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13693           walk the samples backwards if out_channels > in_channels so we don't
13694           overwrite data
13695
13696 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13697
13698         * gst/audioconvert/Makefile.am:
13699         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13700         (gst_audio_convert_link), (gst_audio_convert_change_state),
13701         (gst_audio_convert_channels):
13702         * gst/audioconvert/gstchannelmix.c:
13703         (gst_audio_convert_unset_matrix),
13704         (gst_audio_convert_fill_identical),
13705         (gst_audio_convert_fill_compatible),
13706         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13707         (gst_audio_convert_fill_others),
13708         (gst_audio_convert_fill_normalize),
13709         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13710         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13711         * gst/audioconvert/gstchannelmix.h:
13712           Implement a channel mixer.
13713
13714 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
13715
13716         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13717         * ext/alsa/gstalsa.h:
13718         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13719         Make alsasink actually honor gst_element_set_clock and use that
13720         clock instead of its internal one.
13721
13722 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13723
13724         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13725         (gst_play_base_bin_change_state): nullify source and decoder when
13726         going from READY to NULL so that we don't try to do weird stuff with
13727         them when going from NULL to READY
13728         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13729         instead of g_object_unref
13730         (gen_video_element), (gen_audio_element): more refcounting fixes, now
13731         it should be correct
13732         (gst_play_bin_change_state): don't call remove_sinks if we are
13733         currently disposing the object
13734
13735 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13736
13737         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13738           Don't forget bass if it's there. Else left channel is silent...
13739
13740 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13741
13742         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13743         (gst_a52dec_change_state):
13744           Don't do sample adjusting anymore, we use float audio now.
13745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13746           Don't fixate to non-existing properties.
13747
13748 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13749
13750         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13751         (gst_a52dec_change_state):
13752           Advertise that we can do surround sound.
13753
13754 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13755
13756         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13757           Add buffer-frames=0.
13758         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13759         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13760         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13761         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13762         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13763         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13764         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13765         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13766         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13767         * ext/dvdread/dvdreadsrc.h:
13768           Add seeking, querying for bytes, sectors, title, angle and
13769           chapter. Handle multiple chapters. Relicense to LGPL because
13770           Billy agreed on that (thanks Billy!).
13771
13772 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13773
13774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13775         call parent dispose method
13776
13777 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
13778
13779         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13780         (gst_audio_clock_get_internal_time):
13781         Fix active <-> inactive transitions: ensure time value always
13782         grows and avoid abrupt value changes.
13783
13784 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
13785
13786         * configure.ac:
13787         * gst/tta/Makefile.am:
13788         * gst/tta/crc32.h:
13789         * gst/tta/filters.h:
13790         * gst/tta/gsttta.c:
13791         * gst/tta/gstttadec.c:
13792         * gst/tta/gstttadec.h:
13793         * gst/tta/gstttaparse.c:
13794         * gst/tta/gstttaparse.h:
13795         * gst/tta/ttadec.h:
13796           added TTA parser and decoder
13797
13798 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13799
13800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13801         (probe_triggered), (check_queue), (buffer_underrun),
13802         (buffer_running), (buffer_overrun), (gen_source_element),
13803         (setup_source):
13804         * gst/playback/gstplaybasebin.h:
13805           Implement buffering. Needs some more work.
13806
13807 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13808
13809         * ext/theora/theoradec.c: (theora_dec_chain):
13810           Fix ilog mask range overflow.
13811
13812 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13813
13814         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13815           Don't omit the last (which in case of dmix is the only :) )
13816           channel count. Don't set channels if <= 2.
13817
13818 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
13819
13820         * gst/playback/gstplaybin.c: (gen_video_element),
13821         (gen_audio_element): Removed 2 obsolete comments
13822
13823 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13824
13825         * ext/vorbis/oggvorbisenc.c
13826         * ext/vorbis/vorbisenc.c :
13827           change description fields of those plugins to differentiate them
13828           (pitivi show Encoders by description, they had the same one)
13829
13830 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
13831
13832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13833
13834         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13835         (gst_play_bin_set_property), (gen_video_element),
13836         (gen_audio_element):
13837           Refcounting fixes for provided audio-/videosinks.
13838
13839 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13840
13841         * gst/playback/gstplaybin.c: (gen_video_element),
13842         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13843           Don't reference all sinks, but only the video- and audiosinks.
13844           The vis. element should be disposed when we're done with it.
13845           We don't have any reason to keep it around. This fixes warnings
13846           when reusing playbin for playing multiple audio files with
13847           vis. enabled. Also release audio device on pause - idea stolen
13848           from Rhythmbox.
13849
13850 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13851
13852         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13853         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13854         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13855         * ext/alsa/gstalsaplugin.c: (plugin_init):
13856         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13857         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13858         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13859         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13860         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13861         (gst_faad_change_state), (plugin_init):
13862         * ext/faad/gstfaad.h:
13863         * ext/vorbis/vorbis.c: (plugin_init):
13864         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13865         * gst-libs/gst/audio/Makefile.am:
13866         * gst-libs/gst/audio/audio.c: (plugin_init):
13867         * gst-libs/gst/audio/multichannel.c:
13868         (gst_audio_check_channel_positions),
13869         (gst_audio_get_channel_positions),
13870         (gst_audio_set_channel_positions),
13871         (gst_audio_set_structure_channel_positions_list),
13872         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13873         (gst_audio_fixate_channel_positions):
13874         * gst-libs/gst/audio/multichannel.h:
13875         * gst-libs/gst/audio/testchannels.c: (main):
13876         * gst/audioconvert/gstaudioconvert.c:
13877         (gst_audio_convert_class_init), (gst_audio_convert_init),
13878         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13879         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13880         (gst_audio_convert_fixate), (gst_audio_convert_channels):
13881         * gst/audioconvert/plugin.c: (plugin_init):
13882           Surround sound support.
13883
13884 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13885
13886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13887           Fix position for discont if we're close as well. Nitpicking, but
13888           saves a few milliseconds of extra waiting or skipping.
13889
13890 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13891
13892         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13893           We sometimes need parsers for playback, so add those too.
13894
13895 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13896
13897         * configure.ac:
13898         * gst/apetag/Makefile.am:
13899         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13900         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13901         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13902         (gst_ape_demux_get_src_query_types),
13903         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13904         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13905         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13906         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13907         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13908         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13909         (gst_ape_demux_change_state):
13910         * gst/apetag/apedemux.h:
13911         * gst/apetag/apetag.c: (plugin_init):
13912         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13913         (plugin_init):
13914           APE v1/2 tag reader plus typefind function.
13915
13916 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13917
13918         * configure.ac:
13919         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13920         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13921           Remove hacks for older core. Require newer core version
13922           accordingly.
13923
13924 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13925
13926         * gst/cdxaparse/Makefile.am:
13927         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13928         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13929         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13930         * gst/cdxaparse/gstcdxaparse.h:
13931         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13932         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13933         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13934         (gst_cdxastrip_get_src_query_types),
13935         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13936         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13937         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13938         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13939         * gst/cdxaparse/gstcdxastrip.h:
13940           SVCD/VCD header stripping separated from CDXA image parsing.
13941         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13942         (plugin_init):
13943           Add VCD/SVCD header typefinding for VCD/SVCD.
13944         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13945         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13946         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13947         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13948         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13949         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13950         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13951         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
13952         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
13953         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
13954         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
13955         * sys/vcd/vcdsrc.h:
13956           Fix up, add seeking, querying, URI interface. Works in totem now.
13957
13958 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13959
13960         * configure.ac:
13961           back to CVS
13962
13963 === release 0.8.6 ===
13964
13965 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13966
13967         * NEWS:
13968         * RELEASE:
13969         * configure.ac:
13970         * po/af.po:
13971         * po/az.po:
13972         * po/cs.po:
13973         * po/en_GB.po:
13974         * po/hu.po:
13975         * po/it.po:
13976         * po/nb.po:
13977         * po/nl.po:
13978         * po/or.po:
13979         * po/sq.po:
13980         * po/sr.po:
13981         * po/sv.po:
13982         * po/uk.po:
13983           releasing 0.8.6, "IOU Love"
13984
13985 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13986
13987         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13988
13989         * gst/playback/gstplaybasebin.c:
13990           Fix unplayable files error handling.  Fixes #158365
13991
13992 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13993
13994         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13995
13996         * gst/typefind/gsttypefindfunctions.c:
13997           Fix broken mp3 typefinding.  Fixes #158375
13998
13999 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14000
14001         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14002
14003         * ext/ogg/gstoggdemux.c:
14004           Fix sync on broken files.  Fixes #158976
14005
14006 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14007
14008         patch by: Edward Hervey <bilboed@bilboed.com>
14009
14010         * ext/libpng/gstpngenc.c:
14011           Copy over buffer properties.  Fixes #158832
14012
14013 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14014
14015         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
14016
14017         * ext/dvdread/dvdreadsrc.c:
14018           Fixes invalid reads (#158462)
14019
14020 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14021
14022         * sys/v4l/gstv4lsrc.c:
14023         * sys/v4l/gstv4lsrc.h:
14024         * sys/v4l/v4lsrc_calls.c:
14025           Probe less and cache it.  Fixes #159187.
14026
14027 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14028
14029         * gst/videorate/gstvideorate.c:
14030           Handle all video formats. Fixes #159186.
14031
14032 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
14033         * gst/synaesthesia/gstsynaesthesia.c:
14034         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
14035         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
14036         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
14037         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
14038         (gst_synaesthesia_change_state), (plugin_init):
14039         Fix up synaesthesia to work under different samplerates/ buffer sizes.
14040         Force 320x200 output, as that's the only thing the underlying
14041         synaesthesia implementation supports. Still needs to be made
14042         re-entrant.
14043
14044 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14045
14046         * configure.ac:
14047           Fix mpeg2enc configure check (similar to mplex check below).
14048
14049 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
14050
14051         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14052
14053         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14054           Fix for gcc-2.95 (fixes #158221).
14055
14056 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14057
14058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14059           Re-add clock distribution hack (until new core is released).
14060           Fixes #158125.
14061
14062 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
14063         * configure.ac:
14064           fix mplex configure check segfaulting on some systems (bug #140994)
14065
14066 2004-11-13  Benjamin Otte  <otte@gnome.org>
14067
14068         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
14069           add debugging
14070         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14071           do a wait when we enter the loop func with no data available to
14072           write instead of getting into an 100% CPU loop by just returning and
14073           being called again by the scheduler
14074
14075 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
14076
14077         * configure.ac:
14078         * ext/libvisual/visual.c: (gst_visual_get_type),
14079         (libvisual_log_handler), (gst_visual_getcaps),
14080         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
14081         (plugin_init):
14082           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
14083         * ext/smoothwave/Makefile.am:
14084         * ext/smoothwave/demo-osssrc.c: (main):
14085         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
14086         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
14087         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
14088         (plugin_init):
14089         * ext/smoothwave/gstsmoothwave.h:
14090           Make gstsmoothwave a working element in the 20th century.
14091
14092         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
14093           Fix incorrect link function
14094
14095 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14096
14097         * gst/volume/gstvolume.c:
14098           Allow buffer-frames=0.
14099
14100 2004-11-12 Iain <iaingnome@gmail.com>
14101
14102         * configure.ac: Check for polypaudio
14103
14104         * ext/Makefile.am: Build the polyp dir
14105
14106         * ext/polyp: The polypsink sources.
14107
14108 2004-10-30 Iain <iaingnome@gmail.com>
14109
14110         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
14111         caps to reflect the new number of channels.
14112
14113 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14114
14115         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14116           Fix for negotiation order problem. This would show when the
14117           ALSA loopfuction was called before any other function. ALSA
14118           wouldn't do anything because we're not negotiated yet, leading
14119           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
14120
14121 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14122
14123         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14124
14125         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14126           No warnings (#157986).
14127
14128 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14129
14130         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14131           Prefer apev1/2 and id3v1 (at end of file) over musepack.
14132
14133 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14134
14135         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
14136           Signal no-more-pads (so it works in playbin).
14137
14138 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14139
14140         * ext/musepack/gstmusepackreader.cpp:
14141           Workaround for older core.
14142
14143 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14144
14145         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
14146           Actually test for odd width/height rather than testing whether
14147           a temporary variable that was 0 before we subtracted 1 is now
14148           not equal to zero (which it always is).
14149
14150 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14151
14152         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
14153         Fix compilation if HAVE_XVIDEO is not defined
14154
14155 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14156
14157         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14158         Fix compilation if HAVE_XVIDEO is not defined
14159
14160 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
14161
14162         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14163         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
14164         (gst_goom_change_state), (plugin_init):
14165         Use the bytestream adapter so goom doesn't depend on the input
14166         buffer size.
14167         Add a debug category
14168
14169 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14170
14171         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14172           Only set hardware parameters *after* negotiation. Before
14173           negotiation, it will set ANY and that seems to cause crashes
14174           (see e.g. #151288, #153227).
14175
14176 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14177
14178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14179           This seems to be antique leftover. It needs to pass error
14180           checking.
14181         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
14182         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
14183         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
14184         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
14185           Fix GstXOverlay implementation (#151059).
14186
14187 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14188
14189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14190           Don't assert (#157853).
14191
14192 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14193
14194         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14195           Fix bytes/samples confustion.
14196         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
14197           Fix for underrun (#144389).
14198
14199 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14200
14201         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14202           Disable halfway-seek for pending release (since it needs a new
14203           core release).
14204
14205 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14206
14207         * sys/v4l/gstv4lsrc.c:
14208         * sys/v4l/gstv4lsrc.h:
14209         * sys/v4l/v4lsrc_calls.c:
14210           add autoprobe-fps property so we can separate autoprobing parts
14211
14212 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14213
14214         * sys/v4l/gstv4lsrc.c:
14215         * sys/v4l/v4lsrc_calls.c:
14216         initialise fourcc to catch unset fourcc's, and debug
14217
14218 2004-11-09  Wim Taymans  <wim@fluendo.com>
14219
14220         * gst/playback/README:
14221         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14222         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14223         (gst_play_bin_dispose), (gst_play_bin_set_property),
14224         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
14225         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14226         (gst_play_bin_get_formats), (gst_play_bin_convert),
14227         (gst_play_bin_get_query_types), (gst_play_bin_query):
14228         Cleanups and some more documentation.
14229
14230 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
14231
14232         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14233         (gst_cacasink_init), (gst_cacasink_chain):
14234         * ext/libcaca/gstcacasink.h:
14235         Cacasink inherits from VideoSink, so let that store the clock.
14236
14237 2004-11-09  Wim Taymans  <wim@fluendo.com>
14238
14239         * gst/playback/README:
14240         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
14241         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
14242         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
14243         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
14244         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
14245         (setup_sinks):
14246         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
14247         (gst_stream_info_is_mute), (gst_stream_info_set_property):
14248         * gst/playback/gststreaminfo.h:
14249         Updated README.
14250         Only switch groups if all streams have muted (EOSed).
14251         Send Tags in sync with the stream playback instead of in
14252         the playback/preroll phase.
14253         Some cleanups, free the fakesrc elements.
14254
14255 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14256
14257         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
14258           buffer-frames property was missing
14259         * ext/arts/gst_arts.c:
14260           rate missing from sinkcaps
14261         * ext/audiofile/gstafparse.c:
14262         * ext/audiofile/gstafsink.c:
14263         * ext/audiofile/gstafsrc.c:
14264         * ext/swfdec/gstswfdec.c:
14265           int audio doesn't know buffer-frames
14266         * ext/cdparanoia/gstcdparanoia.c:
14267           int audio doesn't know chunksize either
14268         * ext/nas/nassink.c:
14269           it's endianness, not endianess
14270         * gst-libs/gst/audio/audio.h:
14271           make float standard pad template caps really describe float
14272         * gst/law/mulaw.c: (linear_factory):
14273           signed only, please
14274         * gst/mpegstream/gstdvddemux.c:
14275           widths of 20 are not valid
14276
14277 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14278
14279         Submitted by: Luca Ferretti <elle.uca@infinito.it>
14280
14281         * po/LINGUAS:
14282         * po/it.po:
14283           Add Italian
14284
14285 2004-11-08  Wim Taymans  <wim@fluendo.com>
14286
14287         * gst/playback/README:
14288         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14289         * gst/playback/gstplaybasebin.c: (probe_triggered),
14290         (gst_play_base_bin_change_state):
14291         Updated README, added more comments for fixmes etc..
14292
14293 2004-11-08  Wim Taymans  <wim@fluendo.com>
14294
14295         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14296         We can remove this hack now.
14297
14298 2004-11-08  Wim Taymans  <wim@fluendo.com>
14299
14300         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
14301         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14302         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14303         Only mix AYUV for maximum quality.
14304
14305 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14306
14307         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
14308         (gst_ogg_demux_push), (gst_ogg_pad_push):
14309           Let's act as if we're synchronized now! :).
14310         * ext/theora/theoradec.c: (theora_dec_chain):
14311           Add some debug.
14312
14313 2004-11-08  Wim Taymans  <wim@fluendo.com>
14314
14315         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14316         (gst_alpha_set_property), (gst_alpha_sink_link),
14317         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
14318         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
14319         (gst_alpha_init_params), (gst_alpha_chain):
14320         Implement alpha functions for AYUV too, this increases
14321         accuracy quite a bit.
14322
14323 2004-11-08  Wim Taymans  <wim@fluendo.com>
14324
14325         * gst/ffmpegcolorspace/avcodec.h:
14326         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14327         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14328         (gst_ffmpegcsp_avpicture_fill):
14329         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14330         (gst_ffmpegcsp_caps_remove_format_info):
14331         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14332         (shrink12), (img_get_alpha_info), (deinterlace_line),
14333         (deinterlace_line_inplace):
14334         * gst/ffmpegcolorspace/imgconvert_template.h:
14335         Added AYUV colorspace and handle RGBA a bit more respectful.
14336
14337 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14338
14339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14340           Actually always send a discont (cornercase when resending the
14341           same serial-tagged chain twice).
14342
14343 2004-11-08  Julien MOUTTE  <julien@moutte.net>
14344
14345         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
14346         (gst_ximagesink_finalize):
14347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14348         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
14349
14350 2004-11-08  Wim Taymans  <wim@fluendo.com>
14351
14352         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
14353         Don't segfault on NULL data.
14354
14355 2004-11-08  Wim Taymans  <wim@fluendo.com>
14356
14357         * gst/playback/gstdecodebin.c: (unlinked):
14358         * gst/playback/gstplay-marshal.list:
14359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14360         (gst_play_base_bin_init), (group_create), (get_active_group),
14361         (get_building_group), (group_destroy), (group_commit),
14362         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
14363         (add_element_stream), (no_more_pads), (probe_triggered),
14364         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
14365         (state_change), (setup_source), (gst_play_base_bin_get_property),
14366         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14367         (gst_play_base_bin_link_stream),
14368         (gst_play_base_bin_get_streaminfo):
14369         * gst/playback/gstplaybasebin.h:
14370         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14371         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
14372         Add support for chained ogg files. Prepare for playlist
14373         support. This patch introduces the concept of pad groups, which
14374         together compose one playable media file.
14375
14376 2004-11-07  David Schleef  <ds@schleef.org>
14377
14378         * testsuite/gst-lint: Check for pad templates that aren't statically
14379         scoped.
14380
14381 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14382
14383         * configure.ac:
14384         * ext/Makefile.am:
14385         * ext/musepack/Makefile.am:
14386         * ext/musepack/gstmusepackdec.cpp:
14387         * ext/musepack/gstmusepackdec.h:
14388         * ext/musepack/gstmusepackreader.cpp:
14389         * ext/musepack/gstmusepackreader.h:
14390           Add musepack decoder.
14391         * ext/faad/gstfaad.c: (gst_faad_base_init):
14392           Make pad templates static.
14393         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14394         (plugin_init):
14395           Add musepack typefinder, make mp3 typefinding work halfway stream,
14396           which doesn't actually work yet because id3demux doesn't implement
14397           _get_length().
14398
14399 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14400
14401         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14402         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
14403           Fix interrupt event handling (#144436).
14404
14405 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14406
14407         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
14408           Hide unused glory.
14409
14410 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14411
14412         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14413
14414         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14415           Fix weird caps (#157548).
14416
14417 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14418
14419         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14420
14421         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
14422           Add missing NULL terminator (#157543).
14423
14424 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14425
14426         * gst/tcp/gsttcp.h:
14427         * gst/tcp/gsttcpclientsink.c:
14428         * gst/tcp/gsttcpclientsrc.c:
14429         * gst/tcp/gsttcpserversink.c:
14430         * gst/tcp/gsttcpserversrc.c:
14431           ports can go up to 65535.  Move common defines to gsttcp.h
14432
14433 2004-11-05  Wim Taymans  <wim@fluendo.com>
14434
14435         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
14436         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
14437         Added two more colorspaces.
14438
14439 2004-11-05  Wim Taymans  <wim@fluendo.com>
14440
14441         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14442         (gst_ffmpegcsp_avpicture_fill):
14443         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14444         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
14445         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
14446         More stride fixes.
14447
14448 2004-11-05  Wim Taymans  <wim@fluendo.com>
14449
14450         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14451         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14452         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14453         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14454         (gst_videomixer_loop):
14455         More stride fixes.
14456
14457 2004-11-05  Benjamin Otte  <otte@gnome.org>
14458
14459         * ext/mad/gstmad.c: (gst_mad_chain):
14460           don't overflow data buffer. Flush not needed sync data when syncing
14461           failed.
14462
14463 2004-11-04  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14466         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14467         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14468         (gst_alpha_init_params), (gst_alpha_chain),
14469         (gst_alpha_change_state):
14470         Updated the chroma keying algorithm with something more
14471         sophisticated.
14472
14473 2004-11-03  Wim Taymans  <wim@fluendo.com>
14474
14475         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14476         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14477         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14478         Fix stride issues. Does not completely work for odd
14479         heights.
14480
14481 2004-11-03  Wim Taymans  <wim@fluendo.com>
14482
14483         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14484         (gst_alpha_chroma_key), (gst_alpha_chain):
14485         Fix stride issues. Does not completely work for odd
14486         heights.
14487
14488 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
14489
14490         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14491         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14492         leak fixes
14493
14494 2004-11-03  Wim Taymans  <wim@fluendo.com>
14495
14496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14497         (gst_ffmpegcsp_avpicture_fill):
14498         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14499         (avpicture_alloc):
14500         * gst/ffmpegcolorspace/imgconvert_template.h:
14501         Use correct _fill function to get correct strides.
14502
14503 2004-11-02  David Schleef  <ds@schleef.org>
14504
14505         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14506         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14507         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14508         Change all g_print()s to debugging.  Add a bunch of consistency
14509         checks.
14510
14511 2004-11-02  Wim Taymans  <wim@fluendo.com>
14512
14513         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14514         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14515         (unlinked), (no_more_pads), (close_link):
14516         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14517         (unknown_type), (add_element_stream), (new_decoded_pad),
14518         (removed_decoded_pad), (setup_source):
14519         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14520         (gst_stream_info_class_init), (gst_stream_info_init),
14521         (gst_stream_info_new), (gst_stream_info_dispose),
14522         (stream_info_mute_pad), (gst_stream_info_set_property),
14523         (gst_stream_info_get_property):
14524         * gst/playback/gststreaminfo.h:
14525         Fix playback of multiple files.
14526         a slightly different approach to handling dynamic pad removals.
14527         This one only looks at pads that we have linked.
14528
14529 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
14530
14531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14532         free" warning from libc.
14533
14534 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14535
14536         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14537         (get_unconnected_element), (remove_starting_from), (pad_removed),
14538         (close_link):
14539           Implement support for dynamic pad changing. We listen to "live"
14540           pad removals (i.e. while playing) and re-setup autoplugging
14541           after that. Playbasebin/playbin need some more work for this
14542           to finally work, but decodebin supports (and replugs) chained
14543           ogg now.
14544
14545 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
14546
14547         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14548         (gst_alsa_finalize):
14549         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14550         (gst_cdaudio_finalize):
14551         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14552         (cdparanoia_finalize):
14553         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14554         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14555         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14556         (dvdreadsrc_finalize):
14557         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14558         (gst_flacdec_finalize):
14559         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14560         (gst_flacenc_finalize):
14561         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14562         (gst_gnomevfssink_finalize):
14563         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14564         (gst_gnomevfssrc_finalize):
14565         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14566         (gst_fameenc_finalize):
14567         * ext/nas/nassink.c: (gst_nassink_class_init),
14568         (gst_nassink_finalize):
14569         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14570         (gst_sdlvideosink_class_init):
14571         * ext/sndfile/gstsf.c: (gst_sf_dispose):
14572         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14573         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14574         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14575         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14576         (gst_x_window_listener_dispose):
14577         * gst/audioscale/gstaudioscale.c:
14578         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14579         (play_on_demand_finalize):
14580         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14581         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14582         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14583         (cdplayer_finalize):
14584         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14585         (gst_glimagesink_class_init):
14586         * sys/oss/gstosselement.c: (gst_osselement_class_init),
14587         (gst_osselement_finalize):
14588         * sys/oss/gstosssink.c: (gst_osssink_dispose):
14589         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14590         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14591           Fixes a bunch of problems with finalize and dispose functions,
14592           either assumptions that dispose is only called once, or not calling
14593           the parent class dispose/finalize function
14594
14595 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
14596
14597         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14598           added two api precondition guards
14599           use g_strdup with getenv to fix crash when using ENVVAR
14600
14601 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
14602         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14603         (gst_esdsink_finalize):
14604         Use a finalize function, not dispose, and more importantly,
14605         call the parent class finalize function too
14606
14607 2004-11-01  Johan Dahlin  <johan@gnome.org>
14608
14609         * ext/ogg/gstoggdemux.c:
14610         * gst/tags/gstvorbistag.c:
14611         Plug leaks.
14612
14613 2004-10-31  Benjamin Otte  <otte@gnome.org>
14614
14615         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14616           lotsa memleaks today. But they're all small...
14617
14618 2004-10-31  Benjamin Otte  <otte@gnome.org>
14619
14620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14621           another memleak crushed
14622
14623 2004-10-31  Benjamin Otte  <otte@gnome.org>
14624
14625         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14626           fix memleak
14627
14628 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14629
14630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14631           Hack to prevent crash when going to READY inside signal handler
14632           while this function is active.
14633
14634 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14635
14636         * gst/ffmpegcolorspace/Makefile.am:
14637         * gst/ffmpegcolorspace/avcodec.h:
14638         * gst/ffmpegcolorspace/common.h:
14639         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14640         * gst/ffmpegcolorspace/dsputil.h:
14641         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14643         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14644         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14645         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14646         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14647         (gst_ffmpegcsp_avpicture_fill):
14648         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14650         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14651         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14652         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14653         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14654         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14655         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14656         * gst/ffmpegcolorspace/imgconvert.c:
14657         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14658         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14659         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14660         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14661         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14662         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14663         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14664         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14665         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14666         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14667         (grow21), (grow22), (grow41), (grow44), (conv411),
14668         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14669         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14670         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14671         (avpicture_free), (is_yuv_planar), (img_convert),
14672         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14673         (deinterlace_line_inplace), (deinterlace_bottom_field),
14674         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14675         * gst/ffmpegcolorspace/imgconvert_template.h:
14676         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14677         * gst/ffmpegcolorspace/mmx.h:
14678         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14679         (av_fast_realloc), (av_mallocz_static), (av_free_static),
14680         (av_freep), (avcodec_get_context_defaults),
14681         (avcodec_alloc_context), (avcodec_init):
14682           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14683           handling plus update from ffmpeg CVS. Large clean-up.
14684
14685 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14686
14687         * gst/playback/Makefile.am:
14688           We need the marshallers for decodebin, too.
14689
14690 2004-10-30  David Schleef  <ds@schleef.org>
14691
14692         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14693           quicktime typefinding work with 64-bit offsets.
14694
14695 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
14696
14697         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14698           Set EOS on the element when processing an EOS event.
14699         * ext/speex/gstspeexdec.h:
14700         * ext/speex/gstspeexenc.h:
14701           Only keep a const ptr to the mode
14702         * gst-libs/gst/riff/riff-media.c:
14703         (gst_riff_create_audio_caps_with_data),
14704         (gst_riff_create_audio_template_caps):
14705           Allow WMAV3, with up to 6 channels.
14706         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14707           Don't call gst_pad_set_event_function on a sink pad.
14708         * gst/mpegstream/gstdvddemux.c:
14709         (gst_dvd_demux_get_subpicture_stream),
14710         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14711           Copy the explicit caps that were set across to the cur_* pads,
14712           instead of trying to use a possibly non-existent negotiated caps.
14713           Reset the type of subpicture pads to UNKNOWN after calling
14714           init_stream, so that the caps get set.
14715
14716 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
14717
14718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14719
14720         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14721           Don't touch buffer if it is of size 0 (fixes #151064).
14722
14723 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14724
14725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14726           Synchronized discont handling.
14727
14728 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14729
14730         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14731         (gst_ogg_demux_push):
14732           Make seeking sort-of exact again (fixes #156387).
14733
14734 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14735
14736         * gst/playback/gstplaybasebin.c: (unknown_type),
14737         (add_element_stream), (new_decoded_pad),
14738         (gst_play_base_bin_change_state):
14739         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14740         (gst_stream_info_init), (gst_stream_info_new),
14741         (gst_stream_info_dispose), (gst_stream_info_get_property):
14742         * gst/playback/gststreaminfo.h:
14743           Make caps explicitely available. Makes testing for unsupported
14744           types possible. Improves error reporting.
14745
14746 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14747
14748         * gst/audioconvert/gstaudioconvert.c:
14749         (gst_audio_convert_buffer_to_default_format):
14750           Really don't touch read-only buffers (#156563).
14751
14752 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
14753
14754         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14755
14756         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14757           Fix memleak (#155223).
14758
14759 2004-10-29  Wim Taymans  <wim@fluendo.com>
14760
14761         * gst/tcp/.cvsignore:
14762         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14763         (gst_multifdsink_class_init), (gst_multifdsink_init),
14764         (gst_multifdsink_add), (gst_multifdsink_remove),
14765         (gst_multifdsink_remove_client_link), (is_sync_frame),
14766         (gst_multifdsink_new_client),
14767         (gst_multifdsink_handle_client_write),
14768         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14769         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14770         (gst_multifdsink_get_property):
14771         * gst/tcp/gstmultifdsink.h:
14772         Added burst on connect sync_method, deprecated sync_clients,
14773         streamlined the sync code some more.
14774
14775 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14776
14777         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14778         (gst_play_base_bin_change_state):
14779           Improve error reporting.
14780
14781 2004-10-28  Wim Taymans  <wim@fluendo.com>
14782
14783         * gst/tcp/Makefile.am:
14784         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14785         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14786         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14787         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14788         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14789         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14790         (gst_fdset_wait):
14791         Added more locks around fdset structures. Fixed/reworked
14792         the poll array resizing code.
14793         Added stress test for fdset.
14794
14795 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14796
14797         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14798         fix build
14799
14800 2004-10-28  Benjamin Otte  <otte@gnome.org>
14801
14802         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14803           fix link function to always query channels and query width for
14804           floats
14805         * configure.ac:
14806           add equalizer dir
14807         * gst/equalizer/Makefile.am:
14808         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14809         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14810         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14811         (arg_to_scale), (setup_filter),
14812         (gst_iir_equalizer_compute_frequencies),
14813         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14814         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14815         (plugin_init):
14816           add an equalizer
14817
14818 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14819
14820         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14821
14822         * po/LINGUAS:
14823         * po/nb.po:
14824           Added Norwegian Bokmaal translation
14825
14826 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14827
14828         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14829           Don't break on options (fixes #156488).
14830
14831 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14832
14833         * configure.ac:
14834         * ext/cdaudio/Makefile.am:
14835         * sys/Makefile.am:
14836           fix build on older automake
14837
14838 2004-10-26  Wim Taymans  <wim@fluendo.com>
14839
14840         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14841         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14842         Allow a little margin when negotiating the framerate.
14843
14844 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
14845
14846         * gst/level/gstlevel.c:
14847           synchonised naming of pads and pad-templates
14848
14849 2004-10-26  Wim Taymans  <wim@fluendo.com>
14850
14851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14852         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14853         (_find_streams_check), (gst_ogg_demux_push):
14854         Fix EOS again. Needs to be done in a better way. We should not
14855         remove the pad if there is no new chained stream.
14856
14857 2004-10-26 Iain <iaingnome@gmail.com>
14858
14859         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14860         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14861         of the caps.
14862         * gst/interleave/interleave.c (interleave_class_init): Hook up release
14863         pad.
14864         (interleave_release_pad): Remove the pad.
14865         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14866         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14867         the set device.
14868         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14869         attrs
14870         (gst_xvimagesink_xcontext_clear): Free the xcontext.
14871         (gst_xvimagesink_finalize): Free the par.
14872
14873 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14874
14875         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14876         (gst_avimux_stop_file):
14877           First calculate the rate, and only then use it. Hdr.rate is a
14878           multiple and not a derivative of hdr.scale. Scale is not the
14879           same as blockalign but is solely related to rate.
14880
14881 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14882
14883         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14884         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14885           Implement seeking.
14886
14887 2004-10-25  James Henstridge  <james@jamesh.id.au>
14888
14889         Reviewed by:  David Schleef  <ds@schleef.org>
14890
14891         * examples/gstplay/player.c: (got_stream_length), (main):
14892         * examples/seeking/cdplayer.c: (update_scale):
14893         * examples/seeking/seek.c: (format_value), (update_scale):
14894         * examples/seeking/spider_seek.c: (format_value), (update_scale),
14895         (stop_seek):
14896         Build fixes on AMD64.
14897
14898 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14899
14900         reviewed by: Ronald Bultje <rbultje at gnome dot org>
14901
14902         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14903         Fix for some v4l cards which hang in v4lsrc
14904
14905 2004-10-25  Wim Taymans  <wim@fluendo.com>
14906
14907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14908         (gst_ogg_demux_push), (gst_ogg_chains_clear):
14909         Make sure to remove the pad when a new chain is
14910         encountered. Set some vars to NULL so we don't try
14911         to reference freed memory.
14912
14913 2004-10-25  Wim Taymans  <wim@fluendo.com>
14914
14915         * examples/seeking/Makefile.am:
14916         * examples/seeking/cdplayer.c: (update_scale):
14917         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14918         * examples/seeking/playbin.c: (make_playerbin_pipeline),
14919         (format_value), (update_scale), (iterate), (start_seek),
14920         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14921         (print_usage), (main):
14922         Added some more examples, update others.
14923
14924 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14925
14926         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14927         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14928         * ext/theora/theoradec.c: (theora_dec_chain):
14929         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14930           Add codec-name metadata.
14931
14932 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
14933
14934         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14935
14936         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14937         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14938         * ext/alsa/gstalsamixertrack.h:
14939         * po/POTFILES.in:
14940           ALSA mixer track label internationalization (#154054).
14941
14942 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14943
14944         * ext/theora/theoradec.c: (theora_dec_chain):
14945           Export bitrate as metadata.
14946
14947 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14948
14949         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14950         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14951         * ext/alsa/gstalsamixertrack.h:
14952           Fix names, fix loop.
14953
14954 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14955
14956         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
14957         (speex_dec_convert):
14958           sinkconvert function so oggdemux can get the file length (totem).
14959
14960 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
14961
14962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14963
14964         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14965           Don't push incomplete packets.
14966         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
14967           Fix MPEG-4 audio typefinding.
14968
14969 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14970
14971         * sys/v4l/Makefile.am:
14972         * sys/v4l/gstv4l.c: (plugin_init):
14973         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
14974         (gst_v4lelement_init), (gst_v4lelement_dispose),
14975         (gst_v4lelement_change_state):
14976         * sys/v4l/gstv4lelement.h:
14977         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
14978         (gst_v4l_xoverlay_close), (idle_refresh),
14979         (gst_v4l_xoverlay_set_xwindow_id):
14980         * sys/v4l/gstv4lxoverlay.h:
14981         * sys/v4l/v4l-overlay_calls.c:
14982         * sys/v4l/v4l_calls.h:
14983         * sys/v4l2/Makefile.am:
14984         * sys/v4l2/gstv4l2.c: (plugin_init):
14985         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
14986         (gst_v4l2element_init), (gst_v4l2element_dispose),
14987         (gst_v4l2element_change_state):
14988         * sys/v4l2/gstv4l2element.h:
14989         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
14990         (gst_v4l2_xoverlay_close), (idle_refresh),
14991         (gst_v4l2_xoverlay_set_xwindow_id):
14992         * sys/v4l2/gstv4l2xoverlay.h:
14993         * sys/v4l2/v4l2-overlay_calls.c:
14994         * sys/v4l2/v4l2_calls.h:
14995           Remove client-side overlay handling, use the X-server v4l plugin
14996           for that. Nicer overlay, less code. Also make the plugin
14997           compileable without X (but then without overlay, obviously).
14998           Makes xwindowlistener obsolete, should we remove that?
14999
15000 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15001
15002         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
15003         (gst_osssrc_src_query):
15004         * sys/oss/gstosssrc.h:
15005           OK, so people want offset in DEFAULT. This time, actually fix all
15006           cases.
15007         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
15008           Add FPS properly.
15009
15010 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15011
15012         * gst/asfdemux/gstasfmux.c:
15013         * gst/avi/gstavimux.c:
15014           Framerate.
15015
15016 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15017
15018         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
15019           Fix properties (channel, norm, frequency).
15020
15021 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15022
15023         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
15024           Flag typo.
15025         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
15026           No warnings.
15027
15028 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15029
15030         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
15031           Fix hang.
15032
15033 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15034
15035         * sys/v4l2/gstv4l2element.h:
15036           Yet Another Hack (tm) for kernel header borkedness.
15037         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
15038         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
15039         (gst_v4l2src_link), (gst_v4l2src_getcaps),
15040         (gst_v4l2src_change_state):
15041         * sys/v4l2/gstv4l2src.h:
15042         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
15043         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
15044           Fix caps, keep track of state, work.
15045
15046 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15047
15048         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
15049           Quiet.
15050
15051 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15052
15053         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15054           Don't mix bytes and samples.
15055
15056 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15057
15058         * ext/ogg/gstoggmux.c:
15059           Basic pad template which accepts OGM tracks, speex, flac, vorbis
15060           and theora. Any is incorrect.
15061         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
15062           Fix caps.
15063         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15064         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15065         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
15066         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
15067         * sys/v4l/gstv4lmjpegsrc.h:
15068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15069         (gst_v4lsrc_change_state):
15070         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
15071         (gst_v4lmjpegsrc_capture_stop):
15072           Fix caps. Keep track of internal state. Work.
15073
15074 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15075
15076         * ext/Makefile.am:
15077           Fix the build fixes.
15078
15079 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15080
15081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15082         (gst_ogg_demux_src_event), (_find_chain_seek),
15083         (gst_ogg_pad_push):
15084           Check for pad availability before using it.
15085         * ext/ogg/gstoggdemux.c: (_find_chain_process):
15086           Fix parsing of chained ogg. Needs more work on the decoder side.
15087
15088 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15089
15090         * gst/spectrum/Makefile.am:
15091         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
15092         (idle_func):
15093           Fix demo and reenable it. Yes, I'm currently playing with audio
15094           analysis tools
15095
15096 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15097
15098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15099           We love it if files that start at zero work too...
15100
15101 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15102
15103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15104           Handle files with missing EOS headers.
15105
15106 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15107
15108         * gst/tcp/gsttcpserversink.c:
15109         (gst_tcpserversink_handle_server_read),
15110         (gst_tcpserversink_init_send):
15111         Zero some variables first (need for accept not to return EINVAL)
15112
15113 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15114
15115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15116         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15117         * ext/theora/theoradec.c: (theora_dec_sink_convert),
15118         (theora_dec_chain):
15119         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15120         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
15121           Seeking and querying finetune.
15122
15123 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15124
15125         * configure.ac:
15126         * ext/Makefile.am:
15127         * ext/raw1394/Makefile.am:
15128           fix the build
15129
15130 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15131
15132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15133           Wrong return.
15134         * gst/playback/Makefile.am:
15135         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15136         * gst/playback/gstplay-marshal.list:
15137         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15138           Fix marshallers.
15139
15140 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15141
15142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
15143           Silence.
15144
15145 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15146
15147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15148         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15149         (gst_ogg_pad_push):
15150           Yay for non-lineair granulepos in theora.
15151
15152 2004-10-18  Wim Taymans  <wim@fluendo.com>
15153
15154         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
15155         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
15156         * ext/dv/gstdvdec.h:
15157         Make sure we renegotiate aspect ratio when the camera switches.
15158
15159 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15160
15161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15162         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15163           Start at zero.
15164         * ext/theora/theoradec.c: (theora_dec_chain):
15165           Skip headers. Bad idea for chained ogg, but fixes seeking.
15166
15167 2004-10-18  Wim Taymans  <wim@fluendo.com>
15168
15169         * configure.ac:
15170         I swear, this is the last time I touch this.
15171
15172 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15173
15174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15175         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15176         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
15177           Faster seeking.
15178         * ext/theora/theoradec.c: (theora_dec_sink_convert):
15179           Time-to-default conversion.
15180         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15181           Don't error on unknown packets, just skip. We should probably
15182           read them if we want to support chained ogg.
15183
15184 2004-10-18  Wim Taymans  <wim@fluendo.com>
15185
15186         * configure.ac:
15187         Added cdaudio to wrong list.
15188
15189 2004-10-18  Wim Taymans  <wim@fluendo.com>
15190
15191         * configure.ac:
15192         Revive cdaudio.
15193
15194 2004-10-18  Wim Taymans  <wim@fluendo.com>
15195
15196         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
15197         (gst_dvdec_video_link), (gst_dvdec_push):
15198         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15199         (gst_smokeenc_resync), (gst_smokeenc_chain):
15200         Fix mimetype on smoke encoder.
15201         Add aspect ratio to dvdec. Not sure if these
15202         values are correct though....
15203
15204 2004-10-18  Wim Taymans  <wim@fluendo.com>
15205
15206         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15207         Fix vorbis property descriptions and ranges.
15208
15209 2004-10-18  Wim Taymans  <wim@fluendo.com>
15210
15211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15212         Really do nothing when no data is available.
15213         Go to the playing state when the stream is not seekable
15214         instead of failing.
15215
15216 2004-10-18  Wim Taymans  <wim@fluendo.com>
15217
15218         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
15219         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
15220         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
15221         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
15222         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
15223         Added uri handler for cd://
15224         Port to new API.
15225
15226 2004-10-18  Wim Taymans  <wim@fluendo.com>
15227
15228         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15229         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15230         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15231         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15232         (remove_prerolls), (unknown_type), (add_element_stream),
15233         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
15234         (gst_play_base_bin_remove_element),
15235         (gst_play_base_bin_link_stream):
15236         * gst/playback/gstplaybin.c: (gen_video_element),
15237         (gen_vis_element), (remove_sinks), (setup_sinks):
15238         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15239         (gst_stream_info_get_type), (gst_stream_info_class_init),
15240         (gst_stream_info_init), (gst_stream_info_new),
15241         (gst_stream_info_dispose), (stream_info_mute_pad),
15242         (gst_stream_info_set_property), (gst_stream_info_get_property):
15243         * gst/playback/gststreaminfo.h:
15244         Add sink padtemplate to decodebin.
15245         Added some more comments.
15246         Make queue size configurable in playbasebin.
15247         Added possibility to use elements as sinks (ex cdaudio).
15248
15249 2004-10-15  Wim Taymans  <wim@fluendo.com>
15250
15251         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15252         (gst_speexenc_chain):
15253         Fix speex timestamps so that it gets muxed properly.
15254
15255 2004-10-15  Wim Taymans  <wim@fluendo.com>
15256
15257         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
15258         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
15259         (gst_dv1394src_init), (gst_dv1394src_dispose),
15260         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
15261         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
15262         (gst_dv1394src_event), (gst_dv1394src_get_formats),
15263         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
15264         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
15265         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
15266         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
15267         * ext/raw1394/gstdv1394src.h:
15268         Added conversion/query functions.
15269         Update buffer timestamps,
15270         Added signals.
15271         Added uri dv:// so it might play from the firewire in playbin.
15272         Fix a possible leak.
15273         Added debugging.
15274
15275 2004-10-15  Wim Taymans  <wim@fluendo.com>
15276
15277         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15278         (gst_dv1394src_init), (gst_dv1394src_set_property),
15279         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
15280         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
15281         * ext/raw1394/gstdv1394src.h:
15282         Added AV/C VTR control support needed for some cameras.
15283         Added automatic port detection.
15284         Added properties for selecting the channel.
15285         The configure.ac script is not yet updated to reflect the
15286         new libavc1394 and librom1394 dependencies.
15287
15288 2004-10-15  Wim Taymans  <wim@fluendo.com>
15289
15290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15291         (qtdemux_parse), (gst_qtdemux_handle_esds):
15292         An esds box is not a container.
15293         Fix parsing of mp4v boxes.
15294         Do not try to renegotiate fps for each frame. Need to
15295         find a better method. This should fix mp4 playback.
15296
15297 2004-10-14  David Schleef  <ds@schleef.org>
15298
15299         * configure.ac: update for swfdec-0.3 and liboil-0.2
15300         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
15301         * ext/swfdec/gstswfdec.h: same
15302         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
15303         * gst/videotestsrc/videotestsrc.c: same
15304
15305 2004-10-14  Wim Taymans  <wim@fluendo.com>
15306
15307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15308         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15309         (is_sync_frame), (gst_multifdsink_new_client),
15310         (gst_multifdsink_handle_client_write),
15311         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15312         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15313         Turn warnings into info.
15314         Don't allow a state change in the streaming thread.
15315
15316 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15317
15318         * ext/vorbis/oggvorbisenc.c:
15319         * ext/vorbis/vorbisdec.c:
15320           fix template sample rate
15321
15322 2004-10-13  Wim Taymans  <wim@fluendo.com>
15323
15324         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15325         Decoding the header first fixes some problems in resyncing
15326         in more mp3s.
15327
15328 2004-10-12  Wim Taymans  <wim@fluendo.com>
15329
15330         * gst/playback/gstplaybin.c: (gen_video_element),
15331         (gen_vis_element), (remove_sinks), (setup_sinks):
15332         Added vis plugin support, need to configure the vis
15333         element to activate it.
15334
15335 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15336
15337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
15338         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15339           Some debug.
15340         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15341         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
15342         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
15343         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
15344         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15345         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
15346         * gst/avi/gstavidemux.h:
15347           Support for openDML-2.0 indx/ix## chunks. Support for broken index
15348           recovery (where, if part of the index is broken, we will still read
15349           the rest of the index and recover the broken part by stream
15350           scanning). More broken media support. EOS workarounds. General AVI
15351           braindamage headache recovery. Aspirin included.
15352
15353 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15354
15355         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
15356         (cdparanoia_event), (cdparanoia_query):
15357           Get rid of hideous lead-in.
15358
15359 2004-10-11  Wim Taymans  <wim@fluendo.com>
15360
15361         * gst/playback/gstplaybasebin.c: (setup_source):
15362         Wrong var used to get g_list_next.
15363
15364 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15365
15366         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15367         (cdparanoia_get), (cdparanoia_open):
15368           Report discid as metadata, add duration.
15369
15370 2004-10-11  Wim Taymans  <wim@fluendo.com>
15371
15372         * gst/playback/gstplaybasebin.c: (setup_source):
15373         Cleanup the previous pipeline a little earlier for the
15374         case that a source element provides raw data.
15375
15376 2004-10-11  Benjamin Otte  <otte@gnome.org>
15377
15378         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15379           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
15380           consuming the last 128 bytes, even though it was valid mp3 data.
15381
15382 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15383
15384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
15385         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15386         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15387         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
15388
15389 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15390
15391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
15392         Fix for webcams that support only specific width or height
15393
15394 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15395
15396         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15397
15398         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15399           Fix wrong discont event setup (fixes #154967).
15400
15401 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
15402
15403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15404
15405         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15406           Error out on invalid data (fixes #154807).
15407
15408 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15409
15410         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15411
15412         * ext/dvdread/dvdreadsrc.c: (_read):
15413           Make titles > 0 work again (fixes #154834).
15414
15415 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15416
15417         * gst-libs/gst/riff/riff-media.c:
15418         (gst_riff_create_video_template_caps):
15419           WMV3 missing in template caps.
15420
15421 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15422
15423         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15424           OK, so the original code was too strict. It makes random AVI files
15425           hang for seconds upon opening, which is unacceptable and is far
15426           beyond the original goal of getting multiple chunks for one-chunk
15427           sounc stream files. So now do just that.
15428
15429 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15430
15431         * gst/playback/gstplaybasebin.c: (setup_source),
15432         (gst_play_base_bin_change_state):
15433           Actually clean up streaminfo if output fails. This would trigger
15434           if, for example, there was no CD in the drive. No preroll, so
15435           a streaminfo structure is created, but the subsequent state change
15436           of the thread fails.
15437         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15438           Don't change state if parent failed.
15439
15440 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15441
15442         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15443         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
15444         (gen_video_element), (remove_sinks):
15445           Add small bits of code for screenshot handling.
15446
15447 2004-10-08  Wim Taymans  <wim@fluendo.com>
15448
15449         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15450         (gen_video_element), (gen_audio_element), (setup_sinks):
15451         Don't assume the user provided sinks are named "sink"...
15452
15453 2004-10-08  Wim Taymans  <wim@fluendo.com>
15454
15455         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15456         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15457         (gst_play_base_bin_link_stream):
15458         Do not try to autoplug sources that generate raw streams like
15459         cdparanoia.
15460         disconnect the preroll overrun signal when we don't need it anymore.
15461
15462 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
15463
15464         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15465         Added reworked patch from #154903 from milosz derezynski (deadchip).
15466
15467 2004-10-08  Wim Taymans  <wim@fluendo.com>
15468
15469         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15470         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15471         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15472         (cdparanoia_convert), (cdparanoia_uri_get_type),
15473         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15474         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15475         * ext/cdparanoia/gstcdparanoia.h:
15476         This adds the cdda://<tracknum> uri.
15477
15478 2004-10-08  Wim Taymans  <wim@fluendo.com>
15479
15480         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15481         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15482         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15483         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15484         (unknown_type), (gst_play_base_bin_remove_element),
15485         (gst_play_base_bin_link_stream):
15486         * gst/playback/gstplaybasebin.h:
15487         * gst/playback/gstplaybin.c: (gst_play_bin_init),
15488         (gst_play_bin_set_property), (gen_video_element),
15489         (gen_audio_element), (setup_sinks):
15490         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15491         (gst_stream_info_get_type), (gst_stream_info_class_init),
15492         (gst_stream_info_init), (gst_stream_info_new),
15493         (gst_stream_info_dispose), (stream_info_mute_pad),
15494         (gst_stream_info_set_property), (gst_stream_info_get_property):
15495         * gst/playback/gststreaminfo.h:
15496         Reuse the audio and video bins.
15497         Some internal cleanups in the stream selection code.
15498
15499 2004-10-08  Julien MOUTTE  <julien@moutte.net>
15500
15501         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15502         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15503         * sys/ximage/ximagesink.h:
15504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15505         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15506         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15507         not coming from those elements. Moreover these elements should not keep
15508         the xid they have been given when in NULL state.
15509
15510 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15511
15512         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15513         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15514         * sys/ximage/ximagesink.h:
15515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15516         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15517         * sys/xvimage/xvimagesink.h:
15518           Actually only create a new toplevel window if we're not gonna
15519           embed it right after.
15520
15521 2004-10-07  Wim Taymans  <wim@fluendo.com>
15522
15523         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15524         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15525         * gst/playback/gstplaybin.c: (setup_sinks):
15526         Implement muting/unmuting of streams, mute streams that are not
15527         used.
15528
15529 2004-10-07  Wim Taymans  <wim@fluendo.com>
15530
15531         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15532         (plugin_init):
15533         Added lame audio/x-ac3 typefind function.
15534
15535 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15536
15537         * configure.ac:
15538           bump nano to cvs
15539
15540 === release 0.8.5 ===
15541
15542 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15543
15544         * NEWS:
15545         * RELEASE:
15546         * configure.ac:
15547           releasing 0.8.5, "Take You On"
15548
15549 2004-10-06  Wim Taymans  <wim@fluendo.com>
15550
15551         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15552         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15553         (no_more_pads), (close_link), (type_found):
15554         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15555         * gst/playback/gstplaybin.c: (gen_video_element):
15556         Do not signal the no_more_pads after the first pad when
15557         we are plugging a non dynamic element with multiple
15558         output pads (like swfdec, dvdec, ...).
15559
15560 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15561
15562         * configure.ac:
15563           bump for prerelease
15564
15565 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15566
15567         * gst/wavparse/gstwavparse.c:
15568           add ATRAC3 to STATIC CAPS to fix a warning
15569
15570         * gst/matroska/ebml-read.c:
15571         * gst-libs/gst/riff/riff-read.c:
15572           fix typos
15573
15574 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15575
15576         * gst-libs/gst/riff/riff-media.c:
15577           generate caps for ATRAC3 audio streams
15578
15579         * gst/realmedia/rmdemux.c:
15580           generate caps for ATRAC3 audio streams
15581
15582 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15583
15584         * gst/wavparse/Makefile.am
15585         * gst/wavparse/riff.h
15586         * gst/wavparse/wavparse.vcproj
15587           riff.h removal (unused and duplication with riff-ids.h)
15588
15589 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15590
15591         * gst/wavparse/gstwavparse.h
15592           remove duplicated defines for audio codec codes
15593
15594         * gst-libs/gst/riff/riff-ids.h
15595         * gst/wavenc/riff.h:
15596           add "4CC" code for ATRAC3 audio streams
15597           add "4CC" code for ITU_G721_ADPCM (unused for now)
15598
15599 2004-10-06  Wim Taymans  <wim@fluendo.com>
15600
15601         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15602         Actually _do_ negotiation. Pass gdouble as arg instead
15603         of guint64 for the framerate.
15604
15605 2004-10-06  Wim Taymans  <wim@fluendo.com>
15606
15607         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15608         (find_compatibles), (close_pad_link), (try_to_link_1),
15609         (no_more_pads), (close_link), (type_found):
15610         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15611         * gst/playback/gstplaybin.c: (gen_video_element),
15612         (gen_audio_element):
15613         Set state on newly added element to READY so that negotiation
15614         can happen ASAP.
15615         Addes some more debug info.
15616         Do not try to plug pads with multiple caps structures or ANY
15617         because it is too dangerous since we do not do dynamic
15618         replugging.
15619
15620 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15621
15622         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15623
15624         * po/LINGUAS:
15625         * po/or.po:
15626           add Oriya translation
15627
15628 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15629
15630         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15631           Prevent overwrite of size member. Makes audio sound crappy.
15632
15633 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15634
15635         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15636         Add rmvb to the list of known RealMedia extensions
15637
15638 2004-10-05  Wim Taymans  <wim@fluendo.com>
15639
15640         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15641         (mngdec_openstream), (mngdec_closestream),
15642         (mngdec_handle_sink_event), (mngdec_readdata),
15643         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15644         (mngdec_getcanvasline), (mngdec_refresh),
15645         (gst_mngdec_change_state):
15646         Set the framerate correctly.
15647
15648 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15649
15650         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15651           There was something wrong with the index massaging.
15652
15653 2004-10-04  Wim Taymans  <wim@fluendo.com>
15654
15655         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15656         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15657         (gst_smokedec_chain):
15658         * ext/jpeg/gstsmokedec.h:
15659         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15660         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15661         * ext/jpeg/gstsmokeenc.h:
15662         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15663         (smokecodec_decode_new), (smokecodec_info_free),
15664         (smokecodec_set_quality), (smokecodec_get_quality),
15665         (smokecodec_set_threshold), (smokecodec_get_threshold),
15666         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15667         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15668         (smokecodec_encode), (smokecodec_parse_id),
15669         (smokecodec_parse_header), (smokecodec_decode):
15670         * ext/jpeg/smokecodec.h:
15671         * ext/jpeg/smokeformat.h:
15672         Updated smoke, new bitstream, allows embedding in ogg.
15673
15674 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15675
15676         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15677           Fix seeking in some files. All this code is no longer needed (and
15678           actually breaks stuff) because we now synchronize the full index
15679           right when reading the header.
15680
15681 2004-10-04  Wim Taymans  <wim@fluendo.com>
15682
15683         * configure.ac:
15684         configure update for libmng.
15685
15686 2004-10-04  Wim Taymans  <wim@fluendo.com>
15687
15688         * ext/libmng/Makefile.am:
15689         * ext/libmng/gstmng.c: (plugin_init):
15690         * ext/libmng/gstmng.h:
15691         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15692         (gst_mngdec_base_init), (gst_mngdec_class_init),
15693         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15694         (gst_mngdec_loop), (gst_mngdec_get_property),
15695         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15696         (mngdec_closestream), (mngdec_handle_sink_event),
15697         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15698         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15699         (gst_mngdec_change_state):
15700         * ext/libmng/gstmngdec.h:
15701         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15702         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15703         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15704         (gst_mngenc_chain), (gst_mngenc_get_property),
15705         (gst_mngenc_set_property):
15706         * ext/libmng/gstmngenc.h:
15707         Added basic MNG decoder. Needs more work. The encoder does
15708         not work yet.
15709
15710 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15711
15712         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15713         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15714         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15715           Don't hang on length=0 chunks. Some negotiation fixes. Signal
15716           no-more-pads.
15717
15718 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15719
15720         * configure.ac:
15721           you need at least 1.0.4 of speex
15722
15723 2004-10-04 Iain <iaingnome@gmail.com>
15724
15725         * ext/speex/gstspeexdec.h: Revert the includes changes.
15726
15727         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15728
15729 2004-09-30 Iain <iaingnome@gmail.com>
15730
15731         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15732         found during init or set as a property instead of hardcoding /dev/audio
15733
15734 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15735
15736         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15737         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15738         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15739         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15740         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15741         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15742         (gst_rmdemux_dump_data):
15743           Use debug category, fix EOS handling. filesrc ! rmdemux now
15744           works.
15745
15746 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15747
15748         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15749         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15750         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15751           Improve allocation, cutting and sorting of the index. How takes a
15752           few seconds instead of minutes.
15753
15754 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
15755
15756         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15757           fixed compilation
15758
15759 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15760
15761         * gst-libs/gst/riff/riff-media.c:
15762         (gst_riff_create_video_caps_with_data),
15763         (gst_riff_create_video_template_caps):
15764           Add wing commander format mimetype/fourccs.
15765         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15766           Don't crash if some value is 0.
15767
15768 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15769
15770         * gst-libs/gst/riff/riff-media.c:
15771         (gst_riff_create_video_caps_with_data),
15772         (gst_riff_create_video_template_caps):
15773           Add DIB fourcc (raw, palettized 8-bit RGB).
15774         * gst-libs/gst/riff/riff-read.c:
15775         (gst_riff_read_strf_vids_with_data):
15776           Oops, fix strf_data reading bug.
15777         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15778           Use a non-NULL tag.
15779         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15780           Time for hacks. Sorry Dave. At least one quicktime movie (a
15781           trailer) that I've encountered contains multiple video tracks.
15782           One of those is the actual video track, the other are one-frame
15783           tracks (images). Unfortunately, the number of frames according
15784           to the trak header is 1 for each, so that doesn't help. So
15785           instead, I look at the duration and discard tracks with a
15786           duration shorter than 20% of the length of the stream. Better
15787           than nothing.
15788
15789 2004-10-01  Christian Schaller <christian@fluendo.com>
15790
15791         * ext/ivorbis/vorbis.c:
15792           Patch from Phil Blundell (Bug 152341)
15793
15794 2004-10-01  Wim Taymans  <wim@fluendo.com>
15795
15796         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15797         (speex_dec_get_formats), (speex_dec_convert),
15798         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15799         (speex_dec_chain), (gst_speexdec_get_property),
15800         (gst_speexdec_set_property):
15801         Small cleanups.
15802
15803 2004-10-01  Wim Taymans  <wim@fluendo.com>
15804
15805         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15806         (gst_wavparse_stream_init), (gst_wavparse_fmt),
15807         (gst_wavparse_other), (gst_wavparse_loop),
15808         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15809         (gst_wavparse_srcpad_event):
15810         * gst/wavparse/gstwavparse.h:
15811         Added some more debugging info.
15812         Fix the case where the length of the file is 0.
15813         Make sure we seek to sample borders.
15814
15815 2004-10-01  Wim Taymans  <wim@fluendo.com>
15816
15817         * gst/playback/README:
15818         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15819         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15820         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15821         Add some debug info to decodebin, update README
15822
15823 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15824
15825         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15826           Don't use g_print(); use GST_DEBUG().
15827
15828 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15829
15830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15831         (gst_ogg_mux_queue_pads):
15832           Handle EOS properly.
15833
15834 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15835
15836         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15837
15838         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15839         (gst_faad_chain), (gst_faad_change_state):
15840         * ext/faad/gstfaad.h:
15841           Allow playback of raw (unframed) MPEG AAC files (#148993).
15842
15843 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15844
15845         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15846
15847         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15848           Throw error if we didn't recognize the stream. Fixes #152289.
15849
15850 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15851
15852         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15853           Fix negotiation.
15854
15855 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
15856
15857         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15858
15859         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15860           Fix memleak.
15861
15862 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15863
15864         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15865
15866         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15867           Solve #152805.
15868         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15869           Solve 152806.
15870
15871 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15872
15873         * gst-libs/gst/riff/riff-media.c:
15874         (gst_riff_create_video_caps_with_data),
15875         (gst_riff_create_audio_caps_with_data):
15876           Add codec_data handling (like asfdemux used to do).
15877         * gst/asfdemux/gstasf.c: (plugin_init):
15878         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15879         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15880           Use riff-media for caps creation instead of our own (mostly
15881           broken) copy of its functions.
15882
15883 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15884
15885         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15886           Don't actually error out if we get another return value than
15887           -EINVAL. Opposite to what I first thought, drivers have random
15888           return values for this, although -EINVAL is the expected return
15889           value. Since this is not fatal, we shouldn't use
15890           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15891
15892 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15893
15894         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15895         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15896         (dvdreadsrc_get_property), (_open), (_seek), (_read),
15897         (dvdreadsrc_get), (dvdreadsrc_open_file),
15898         (dvdreadsrc_change_state):
15899           Fix. Don't do one big huge loop around the whole DVD, that will
15900           cache all data and thus eat sizeof(dvd) (several GB) before we
15901           see something.
15902         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15903           Actually NULL'ify event after using it.
15904         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15905         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15906         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15907         (gst_ebml_read_seek), (gst_ebml_read_skip):
15908           Handle events.
15909         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15910         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15911         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15912           Fix timing (this will probably break if I seek using menus, but
15913           I didn't get there yet). VOBs and normal DVDs should now work.
15914           Add a mpeg2-only pad with high rank so this get autoplugged for
15915           MPEG-2 movies.
15916         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15917         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15918         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15919         (gst_mpeg_demux_get_audio_stream),
15920         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15921         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15922           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15923           MPEG-1 but use dvddemux for MPEG-2.
15924         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15925         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15926         (gst_mpeg_parse_parse_packhead):
15927           Timing. Only add pad template if it exists. Add sink template from
15928           class and not from ourselves. This means we will always use the
15929           correct sink template even if it is not the one defined in this
15930           file.
15931
15932 2004-09-29  Wim Taymans  <wim@fluendo.com>
15933
15934         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15935         (gst_mpeg_demux_parse_pes):
15936         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15937         Fix playback of mpeg again, timestamps where screwed up by
15938         patch 1.61.
15939
15940 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15941
15942         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15943           Only return true if we actually filled something in. Prevents
15944           player applications from showing a random length for flac files.
15945         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15946         (gst_riff_read_use_event), (gst_riff_read_handle_event),
15947         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15948         (gst_riff_read_strf_vids_with_data),
15949         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15950           OK, ok, so I implemented event handling. Apparently it's normal
15951           that we receive random events at random points without asking
15952           for it.
15953         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15954         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15955         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
15956         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15957         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
15958         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15959         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15960         * gst/avi/gstavidemux.h:
15961           Implement non-lineair chunk handling and subchunk processing.
15962           The first solves playback of AVI files where the audio and video
15963           data of individual buffers that we read are not synchronized.
15964           This should not happen according to the wonderful AVI specs, but
15965           of course it does happen in reality. It is also a prerequisite for
15966           the second. Subchunk processing allows us to cut chunks in small
15967           pieces and process each of these pieces separately. This is
15968           required because I've seen several AVI files with incredibly large
15969           audio chunks, even some files with only one audio chunk for the
15970           whole file. This allows for proper playback including seeking.
15971           This patch is supposed to fix all AVI A/V sync issues.
15972         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
15973         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
15974           Work.
15975         * gst/modplug/gstmodplug.cc:
15976           Proper return value setting for the query() function.
15977         * gst/playback/gstplaybasebin.c: (setup_source):
15978           Being in non-playing state (after, e.g., EOS) is not necessarily
15979           a bad thing. Allow for that. This fixes playback of short files.
15980           They don't actually playback fully now, because the clock already
15981           runs. This means that small files (<500kB) with a small length
15982           (<2sec) will still not or barely play. Other files, such as mod
15983           or flx, will work correctly, however.
15984
15985 2004-09-28  Wim Taymans  <wim@fluendo.com>
15986
15987         * ext/speex/gstspeex.c: (plugin_init):
15988         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
15989         (gst_speex_dec_class_init), (speex_dec_get_formats),
15990         (speex_get_event_masks), (speex_get_query_types),
15991         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
15992         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
15993         (gst_speexdec_get_property), (gst_speexdec_set_property),
15994         (speex_dec_change_state):
15995         * ext/speex/gstspeexdec.h:
15996         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
15997         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
15998         (gst_speexenc_base_init), (gst_speexenc_class_init),
15999         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
16000         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
16001         (gst_speexenc_src_query), (gst_speexenc_init),
16002         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
16003         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
16004         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
16005         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
16006         (gst_speexenc_chain), (gst_speexenc_get_property),
16007         (gst_speexenc_set_property), (gst_speexenc_change_state):
16008         * ext/speex/gstspeexenc.h:
16009         Rewrote speex encoder, make sure it can be embedded in ogg.
16010         Implemented speex decoder.
16011
16012 2004-09-28  Christian Schaller <christian@fluendo.com>
16013
16014         * configure.ac:
16015         Remove kioslave plugin. Markey is brewing a new working one
16016         * ext/Makefile.am: Remove kioslave plugin
16017         * ext/kio: remove
16018         * gst-plugins.spec.in: remove kio plugin from spec
16019
16020 2004-09-27  Wim Taymans  <wim@fluendo.com>
16021
16022         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16023         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
16024         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
16025         (gst_multifdsink_new_client),
16026         (gst_multifdsink_handle_client_write),
16027         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16028         (gst_multifdsink_handle_clients):
16029         * gst/tcp/gstmultifdsink.h:
16030         Make syncing to keyframes actually work for new clients and lagging
16031         clients.
16032
16033 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16034
16035         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
16036         (gst_navigationtest_handle_src_event), (draw_box_planar411),
16037         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
16038         * gst/debug/gstnavigationtest.h:
16039           make navigationtest display button-press and button-release events
16040
16041 2004-09-26 Iain <iaingnome@gmail.com>
16042
16043         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
16044         the channels have received a new media event.
16045         (interleave_buffered_loop): Compresses a new media event on all
16046         channels into one.
16047
16048 2004-09-26 Iain <iaingnome@gmail.com>
16049
16050         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
16051         call the sinkpad's default event handler and not the srcpads. He also
16052         says this is confusing :)
16053         (gst_wavenc_stop_file): Company says that seek events only go upstream
16054         we should send a discontinuous downstream instead.
16055
16056 2004-09-25  Christian Schaller <christian@fluendo.com>
16057
16058         * Update SPEC file to be usable in conjunction with Fedora Core,
16059           Fedora.us and freshrpms packages
16060         * Fix typo in multifilesrc test Makefile
16061
16062 2004-09-24  Wim Taymans  <wim@fluendo.com>
16063
16064         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
16065         Only signal the no_more_pads signal when we have
16066         added the stream to our list.
16067
16068 2004-09-24  Wim Taymans  <wim@fluendo.com>
16069
16070         * gst/playback/gstplaybasebin.c: (remove_prerolls),
16071         (new_decoded_pad):
16072         * gst/playback/gstplaybasebin.h:
16073         * gst/playback/gstplaybin.c: (setup_sinks):
16074         Don't try to preroll or decode more than one audio/video
16075         track.
16076
16077 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16078
16079         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16080           Throw error if we failed to find a suitable output. This should
16081           throw an error if we successfully set up a pipeline (e.g. because
16082           we recognized a media file) but found no decodable streams in it
16083           (e.g. because it contains only media stream types for which we
16084           have no decoders, or because it's not a media type).
16085
16086 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16087
16088         * ext/dirac/Makefile.am:
16089         * ext/dirac/gstdirac.cc:
16090         * ext/dirac/gstdiracdec.cc:
16091         * ext/dirac/gstdiracdec.h:
16092           Do something. Don't actually know if this works because I don't
16093           have a demuxer yet.
16094         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
16095           Add channels=1 to caps returned from _getcaps().
16096         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
16097         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
16098         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
16099         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16100         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
16101         (gst_ogm_parse_change_state):
16102           Separate between audio/video so ogmaudioparse actually uses the
16103           audio pad templates. Both audio and video work now, including
16104           autoplugging. Also use sometimes-srcpad hack.
16105         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
16106           Handle events better. Don't hang on infinite loops.
16107         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
16108         (gst_avi_demux_init), (gst_avi_demux_reset),
16109         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16110         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
16111         (gst_avi_demux_change_state):
16112         * gst/avi/gstavidemux.h:
16113           Improve A/V sync. Still not perfect.
16114         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
16115         (gst_ebml_read_skip):
16116           Handle events better.
16117         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16118         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
16119         (qtdemux_audio_caps):
16120           Add IMA4. Improve event handling. Save offset after a seek when
16121           the headers are at the end of the file so that we don't end up in
16122           an infinite loop.
16123         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16124           Add low-priority typefind support for files with no length.
16125
16126 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16127
16128         * testsuite/multifilesink/Makefile.am:
16129         fix typo
16130
16131 2004-09-22  Julien MOUTTE  <julien@moutte.net>
16132
16133         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
16135         mistakes from thaytan's patches.
16136
16137 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16138
16139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16140           For completeness, XSync in the destroy function as xvimage does.
16141
16142 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16143
16144         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16145            Correct caps negotiation
16146         * gst/volume/gstvolume.c: (volume_chain_float),
16147         (volume_chain_int16):
16148            Modify debug output to be little more informative
16149         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16151         (gst_xvimagesink_xvimage_destroy):
16152           Add XSync calls after detaching from the shared memory segment to
16153           avoid a crash.
16154
16155 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16156
16157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16158         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
16159         * ext/vorbis/vorbis.c: (plugin_init):
16160         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16161         (gst_vorbisenc_chain):
16162         * ext/vorbis/vorbisenc.h:
16163         remove explicit newmedia support from oggmux and vorbisenc
16164         add debug category to vorbisenc
16165         * gst/multifilesink/gstmultifilesink.c:
16166         (gst_multifilesink_class_init), (gst_multifilesink_init),
16167         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
16168         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
16169         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
16170         (plugin_init):
16171         * gst/multifilesink/gstmultifilesink.h:
16172         add support for streamheader in multifilesink
16173
16174 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16175
16176         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
16177         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
16178         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
16179           Prevent infinite loops. More correct error reporting.
16180         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16181           Error out if negotiation fails.
16182         * gst/playback/gstplaybasebin.c: (setup_source),
16183         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
16184         (gst_play_base_bin_found_tag):
16185           Error/tag forwarding. Pre-roll fixes for source errors on state
16186           changes (e.g. "file does not exist") to prevent hangs.
16187
16188 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16189
16190         * testsuite/multifilesink/Makefile.am:
16191         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
16192         (gst_newmedia_class_init), (gst_newmedia_init),
16193         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16194         (newfile_signal), (test_signal), (main):
16195         * testsuite/multifilesink/multifilesrc_test.c: (main):
16196         * testsuite/multifilesink/oggtheora_test.c:
16197         (gst_newmedia_base_init), (gst_newmedia_class_init),
16198         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16199         (test_format), (newfile_signal), (test_signal), (main):
16200         * testsuite/multifilesink/oggvorbis_test.c:
16201         (gst_newmedia_base_init), (gst_newmedia_class_init),
16202         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16203         (test_format), (newfile_signal), (test_signal), (main):
16204         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
16205         (gst_newmedia_class_init), (gst_newmedia_init),
16206         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16207         (newfile_signal), (test_signal), (main):
16208         New media tests
16209
16210 2004-09-20  Christian Schaller <christian@fluendo.com>
16211
16212         * Fix mikmod license to LGPL as they have relicensed
16213         * Move Dirac and Effectv into LGPL section of README_license
16214
16215 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16216
16217         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
16218         (gst_mad_change_state):
16219           Allow for mp3 rate/channels changes. However, only very
16220           conservatively. Reason that we *have* to enable this is smiply
16221           because the mad find_sync() function is not good enough, it will
16222           regularly sync on random data as valid frames and therefore make
16223           us provide random caps as *final* caps of the stream. The best fix
16224           I could think of is to simply require several of the same stream
16225           changes in a row before we change caps.
16226           The actual testcase that works now is #
16227         * ext/ogg/Makefile.am:
16228         * ext/ogg/gstogg.c: (plugin_init):
16229         * ext/ogg/gstogmparse.c:
16230           OGM support (video only for now; I need an audio sample file).
16231         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16232         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
16233         (gst_asf_demux_add_video_stream):
16234           WMV extradata.
16235         * gst/playback/gstplaybasebin.c: (unknown_type):
16236           Don't error out on single unknown-types after all. It's wrong.
16237           If we found type of video and audio but not of a subtitle stream,
16238           it will still error out (which is unwanted). Will find a better fix
16239           later on.
16240         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
16241         (ogmaudio_type_find), (plugin_init):
16242           OGM support.
16243
16244 2004-09-20  Johan Dahlin  <johan@gnome.org>
16245
16246         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
16247         after setting caps.
16248
16249 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16250
16251         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
16252         * gst/wavenc/gstwavenc.h:
16253         Added newmedia support to wavenc
16254
16255 2004-09-17  Wim Taymans  <wim@fluendo.com>
16256
16257         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
16258         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16259         (gst_fdset_fd_can_write), (gst_fdset_wait):
16260         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
16261         (gst_multifdsink_init), (gst_multifdsink_add),
16262         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
16263         (gst_multifdsink_remove_client_link),
16264         (gst_multifdsink_client_queue_buffer),
16265         (gst_multifdsink_handle_client_write),
16266         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
16267         (gst_multifdsink_close), (gst_multifdsink_change_state):
16268         * gst/tcp/gstmultifdsink.h:
16269         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16270         (gst_tcpserversink_removed):
16271         Small cleanups in fdset.c
16272         Use a hastable to map fd to the client structure for faster
16273         lookup in _remove and get_stats.
16274         Added virtual function to close the fds.
16275         Handle clients even when the select/poll call was unblocked because
16276         of a command.
16277         Implement syncing to keyframe in the recovery procedure.
16278
16279 2004-09-16 Iain <iaingnome@gmail.com>
16280
16281         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
16282         try caps.
16283
16284 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16285
16286         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
16287           Caps are only set if the type of the stream is unknown, but this
16288           is initialized in ->init_stream(), so set to UNKNOWN after calling
16289           ->init_stream() so that capsnego starts.
16290
16291 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16292
16293         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16294         (gst_avi_demux_stream_data):
16295           Just hardcode for raw audio then. AVI audio sucks.
16296
16297 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
16298
16299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16300         * gst/matroska/matroska-mux.c: (audiosink_templ),
16301         (gst_matroska_mux_audio_pad_link):
16302         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
16303         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
16304
16305 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16306
16307         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16308         (gst_avi_demux_stream_data):
16309           Try to fix a/v sync issues.
16310
16311 2004-09-15  David Schleef  <ds@schleef.org>
16312
16313         * configure.ac: remove NASM check, since we don't use it.  Update
16314         dirac check to 0.4
16315         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
16316         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16317         Initialized variables.
16318         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16319         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
16320         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
16321         SVQ3 format
16322
16323 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16324
16325         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16326         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
16327         * gst/avi/gstavidemux.h:
16328           Fix for compressed audio (mp3) timestamp generation. How did this
16329           ever work?
16330
16331 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16332
16333         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
16334           Volume is a double not a float.
16335
16336 2004-09-15  Wim Taymans  <wim@fluendo.com>
16337
16338         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
16339         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16340         Don't close the fd in multifdsink as we didn't open it in the
16341         first place. Some cleanups.
16342
16343 2004-09-15  Wim Taymans  <wim@fluendo.com>
16344
16345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16347         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16348         Fix the case where the muxer would mark pages as delta
16349         frames when they are not (vorbis only ogg).
16350
16351 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16352
16353         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
16354         (gst_play_base_bin_change_state):
16355           Handle the case where we failed to setup a clear pipeline. This
16356           will throw an error (or EOS, another nice case) and if you don't
16357           catch that, the app will wait for the signal forever (and thus
16358           hang).
16359
16360 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16361
16362         * ext/gnomevfs/gstgnomevfssink.c:
16363         (gst_gnomevfssink_uri_get_protocols):
16364         * ext/gnomevfs/gstgnomevfssrc.c:
16365         (gst_gnomevfssrc_uri_get_protocols):
16366         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16367         * ext/gnomevfs/gstgnomevfsuri.h:
16368           Use _uri_new() instead of _open(), so it doesn't take as long and
16369           Christophe's computer won't hang.
16370         * gst/playback/gstplaybasebin.c: (unknown_type):
16371           Throw error on unknown media type, so apps actually display it.
16372
16373 2004-09-14  Brian Cameron  <brian.cameron@sun.com
16374
16375         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
16376           this script to work on Solaris since bash shell handles echo
16377           differenly than bash.
16378
16379 2004-09-17  Wim Taymans  <wim@fluendo.com>
16380
16381         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
16382         (setup_source), (gst_play_base_bin_set_property),
16383         (gst_play_base_bin_add_element):
16384         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16385         Some more work on making sure seeking pauses the pipeline and
16386         that changing the uri actually does something.
16387
16388 2004-09-17  Wim Taymans  <wim@fluendo.com>
16389
16390         * gst/tcp/gstfdset.c: (gst_fdset_wait):
16391         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
16392         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
16393         (gst_tcpserversink_close):
16394         Be a bit more paranoid when freeing memory.
16395
16396 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16397
16398         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16399         (qtdemux_parse_trak):
16400           Don't crash by dividing by zero (see sample movie in #126922).
16401
16402 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16403
16404         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16405           Don't touch non-existing data (fixes crash on file in #140147).
16406
16407 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16408
16409         * gst/playback/gstplaybasebin.c:
16410         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
16411           Handle double disposals, and proper change of URIs.
16412
16413 2004-09-13  Martin Eikermann <meiker@upb.de>
16414
16415         * gst/mpegstream/gstmpegparse.c:
16416           fix synchronistation for streams recorded from digital PCR
16417           fixes bug #119376
16418
16419 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16420
16421         * ext/gnomevfs/Makefile.am:
16422         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16423         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
16424         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
16425         (gst_gnomevfssink_uri_get_type),
16426         (gst_gnomevfssink_uri_get_protocols),
16427         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
16428         (gst_gnomevfssink_uri_handler_init),
16429         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
16430         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
16431         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16432         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
16433         (gst_gnomevfssrc_uri_get_type),
16434         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
16435         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
16436         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16437         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
16438         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16439         * ext/gnomevfs/gstgnomevfsuri.h:
16440           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
16441           of fake URIs to see which this version of Gnome-VFS likes, and
16442           uses that for the Gst-URI interface. Makes playbin support http://
16443           streams. Also fix up some stupid behaviour in gnomevfssrc.
16444
16445 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16446
16447         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16448         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16449         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16450         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16451           Update mixer (to sync with other sessions) if we try to obtain
16452           a new value. This makes alsamixer work accross applications.
16453         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16454           Only call sync functions if we're running, else alsalib asserts.
16455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16456           Sometimes fails to compile. Possibly a gcc bug.
16457         * gst/playback/gstplaybin.c: (gen_video_element),
16458         (gen_audio_element):
16459           Add a reference to an application-provided object, because we lose
16460           this same reference if we add it to the bin. If we don't do this,
16461           we can only use this object once and thus crash if we go from
16462           ready to playing, back to ready and back to playing again.
16463           Also add an audioscale element because several cheap soundcards -
16464           like mine - don't support all samplerates.
16465         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16466         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16467           Fix wrong order or PAR calls. Makes automatically obtained PAR
16468           from the X server atually being used.
16469
16470 2004-09-12  David Schleef  <ds@schleef.org>
16471
16472         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16473         #151887, #152102, #152247.
16474         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16475         * examples/seeking/cdparanoia.c: same
16476         * examples/seeking/cdplayer.c: same
16477         * examples/seeking/seek.c: same
16478         * examples/seeking/spider_seek.c: same
16479         * examples/seeking/vorbisfile.c: same
16480         * examples/stats/mp2ogg.c: same
16481         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16482         (gst_esdsink_dispose): Dispose of element properly.
16483         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16484         fixes.
16485         * ext/nas/nassink.c: (gst_nassink_class_init),
16486         (gst_nassink_dispose): Dispose of element correctly.
16487         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16488         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16489         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16490         Fix 64-bit warning.
16491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16492         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16493         Fix 64-bit warning.
16494
16495 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16496
16497         * configure.ac : change speex detection as 1.1.6 now uses
16498           .pc/pkg-config and they changed their headers location.
16499
16500 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
16501
16502         * gst/matroska/matroska-mux.h:
16503         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16504         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16505         (gst_matroska_mux_write_data):
16506           Write multiple blocks/frames per cluster.
16507                 Write meta-seek information (seek heads).
16508
16509 2004-09-09  Scott Wheeler <wheeler@kde.org>
16510
16511         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16512         (gst_play_bin_set_property), (gst_play_bin_get_property),
16513         (gen_audio_element), (gen_audio_element):
16514           Add a volume element / property to the pipeline.
16515
16516 2004-09-07  Wim Taymans  <wim@fluendo.com>
16517
16518         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16519         Copy timestamps from the master pad to the output buffers.
16520
16521 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16522
16523         * ext/raw1394/gstdv1394src.c:
16524           throw errors when applicable
16525
16526 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
16527
16528         * gst/matroska/ebml-ids.h:
16529         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16530         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16532           automatically convert unix time <-> ebml time when reading/writing
16533           a date, use gst_ebml_write_uint to write CUETIME,
16534           not gst_ebml_write_date.
16535         * gst/matroska/matroska-ids.h:
16536         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16537         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16538         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16539         (gst_matroska_mux_write_data):
16540           Write track and segment UIDs, write muxing date, write
16541           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16542           Create cues for audio only files.
16543
16544 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16545
16546         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16547         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16548           Re-commit ALSA switches.
16549         * gst/adder/gstadder.c: (gst_adder_loop):
16550           64-bit fix (#151416).
16551         * gst/debug/progressreport.c: (gst_progressreport_report):
16552           64-bit fix (#151419).
16553         * gst/matroska/matroska-demux.c:
16554         (gst_matroska_demux_parse_contents):
16555           64-bit fix (#151420).
16556         * gst/playback/test3.c: (update_scale):
16557           64-bit fix (#151421).
16558
16559 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16560
16561         * configure.ac:
16562           bump nano to cvs
16563
16564 === release 0.8.4 ===
16565
16566 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16567
16568         * configure.ac: releasing 0.8.4, "Alias"
16569
16570 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16571
16572         * ext/theora/Makefile.am:
16573           fix makefile.  Fixes #151462.
16574
16575 2004-08-30  Wim Taymans  <wim@fluendo.com>
16576
16577         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16578         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16579         (gst_multifdsink_remove_client_link),
16580         (gst_multifdsink_client_queue_buffer),
16581         (gst_multifdsink_handle_client_write):
16582         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16583         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16584         Fix some memory leaks.
16585
16586 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16587
16588         Patch by: David Schleef
16589
16590         * configure.ac:
16591         * sys/Makefile.am:
16592           rename our detection macro for V4L2.  Fixes #151236.
16593
16594 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16595
16596         Patch by: David Schleef
16597
16598         * configure.ac:
16599           check to define LAMEPRESET.  Fixes #151232.
16600
16601 2004-08-27  David Schleef  <ds@schleef.org>
16602
16603         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16604         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16605         (gst_glimagesink_fixate):  Move local variable declarations to
16606         make gcc-2.95 happy.
16607
16608 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16609
16610         * configure.ac:
16611           bump nano for prerelease
16612
16613 2004-08-27  David Schleef  <ds@schleef.org>
16614
16615         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16616         * sys/sunaudio/gstsunaudiosrc.c:
16617         * sys/sunaudio/gstsunaudiosrc.h:
16618
16619 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16620
16621         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16622         handle EOS correctly
16623         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16624         * gst/matroska/matroska-mux.h:
16625         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16626         VFW compatibility mode
16627
16628 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16629
16630         patch by: Zaheer Abbas Merali
16631
16632         * ext/ogg/gstoggmux.c:
16633         * ext/vorbis/vorbisenc.c:
16634         * ext/vorbis/vorbisenc.h:
16635           handle NEWMEDIA
16636
16637 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16638
16639         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16640         fix byte order reversion on little endian machines.
16641         * gst/matroska/matroska-mux.c: (audiosink_templ),
16642         (gst_matroska_mux_audio_pad_link):
16643         add TTA codec to the list of supported codecs.
16644         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16645         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16646         (gst_matroska_mux_write_data):
16647         * gst/matroska/matroska-mux.h:
16648         write segment duration correctly, write muxing app string, fixes bugs
16649         #140897 and #140898.
16650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16651         wait for all pads to be negotiated before starting to mux.
16652
16653 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16654
16655         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16656         * ext/lame/gstlame.h:
16657         Added new media support to lame
16658
16659 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16660
16661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16662         send vorbis headers at the beginning of a stream, fixes bug #141554.
16663         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16664         bug #148950.
16665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16666         (gst_matroska_demux_plugin_init):
16667         * gst/matroska/matroska-ids.h:
16668         enable demuxing of TTA audio streams, fixes bug #148951.
16669         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16670         enable typefinding for TTA audio files, fixes bug #148711.
16671         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16672         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16673         fixes playback of packed bitstream and xvid with bframes, bug #135407.
16674
16675 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
16676
16677         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16678         (gst_riff_read_element_data), (gst_riff_read_seek),
16679         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16680         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16681         <teuf@gnome.org>
16682
16683 2004-08-23 Iain <iaingnome@gmail.com>
16684
16685         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16686         tags. They appear to be handled differently to normal.
16687         (tag_list_to_id3_tag_foreach): Ditto.
16688
16689 2004-08-22  Wim Taymans  <wim@fluendo.com>
16690
16691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16692         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16693         Make sure we never send -1 granulepos.
16694
16695 2004-08-20  Wim Taymans  <wim@fluendo.com>
16696
16697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16698         (gst_ogg_mux_loop):
16699         I will accept bitchslappings with non sharp objects.
16700
16701 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16702
16703         * configure.ac:
16704         Clean up the test for lame presets
16705
16706 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16707
16708         * configure.ac:
16709         * ext/lame/Makefile.am:
16710         * ext/lame/gstlame.c: (gst_lame_class_init),
16711         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16712         Only enable lame presets if version of lame has presets in API
16713
16714 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
16715         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16716         * gst/udp/gstudpsrc.h:
16717           Don't call gst_pad_push in a get function. Fixes #150449
16718
16719 2004-08-18  Wim Taymans  <wim@fluendo.com>
16720
16721         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16722         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16723         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16724         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16725         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16726         (gst_fdset_wait):
16727         * gst/tcp/gstfdset.h:
16728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16729         (gst_multifdsink_client_queue_buffer),
16730         (gst_multifdsink_handle_client_write):
16731         * gst/tcp/gstmultifdsink.h:
16732         Some extra checks in gstfdset.
16733         Only use send() when the fd is a socket. Don't try to
16734         read from write only fds.
16735
16736 2004-08-18  Wim Taymans  <wim@fluendo.com>
16737
16738         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16739         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16740         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16741         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16742         (gst_fdset_wait):
16743         Add more locking and bounds checking.
16744
16745 2004-08-18  Wim Taymans  <wim@fluendo.com>
16746
16747         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16748         Realloc test fdset in the lock and right before starting
16749         the poll call. Bump the limit to 4096.
16750
16751 2004-08-17  David Schleef  <ds@schleef.org>
16752
16753         * sys/sunaudio/Makefile.am:
16754         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16755         of rates and channels.  Make debugging less obnoxious.
16756
16757         Patch from Balamurali Viswanathan implementing a mixer for
16758         Sun audio.  (bug #144091):
16759         * sys/sunaudio/gstsunelement.c:
16760         * sys/sunaudio/gstsunelement.h:
16761         * sys/sunaudio/gstsunmixer.c:
16762         * sys/sunaudio/gstsunmixer.h:
16763
16764 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16765
16766         * gst/audioscale/gstaudioscale.c:
16767         * gst/audioscale/gstaudioscale.h:
16768         made audioscale resample from any sample rate to any sample rate
16769
16770 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16771
16772         * ext/libpng/gstpngdec.c:
16773           error out on unsupported types
16774
16775 2004-08-17  Iain <iaingnome@gmail.com>
16776
16777         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16778         mid_side and loose_mid_side properties if its a stereo stream.
16779
16780 2004-08-17  Wim Taymans  <wim@fluendo.com>
16781
16782         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16783         (theora_get_formats), (theora_dec_src_convert),
16784         (theora_dec_sink_convert), (theora_dec_src_query),
16785         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16786         Add a debug line.
16787
16788 2004-08-17  Wim Taymans  <wim@fluendo.com>
16789
16790         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16791         (gst_ogg_pad_push):
16792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16793         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16794         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16795         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16796         Mark delta units in the muxer.
16797         Try to decode the packet after an out-of-sync error from
16798         libogg.
16799
16800 2004-08-17  Wim Taymans  <wim@fluendo.com>
16801
16802         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16803         (gst_multifdsink_init), (gst_multifdsink_add),
16804         (gst_multifdsink_client_queue_buffer),
16805         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16806         * gst/tcp/gstmultifdsink.h:
16807         Added option to send a keyframe to clients as the first buffer.
16808         Make timeout property writable.
16809
16810 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16811
16812         patch by: Wim Taymans
16813
16814         * gst/tcp/gstfdset.c:
16815         * gst/tcp/gstmultifdsink.c:
16816           fix index comparison, should include 0
16817
16818 2004-08-16  Wim Taymans  <wim@fluendo.com>
16819
16820         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16821         (gst_fdset_add_fd), (gst_fdset_remove_fd),
16822         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16823         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16824         (gst_fdset_wait):
16825           copy when reallocing for poll so the select arguments don't get
16826           changed during the call
16827
16828 2004-08-16  Wim Taymans  <wim@fluendo.com>
16829
16830         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16831         (gst_theora_enc_class_init), (theora_enc_sink_link),
16832         (theora_buffer_from_packet), (theora_enc_chain):
16833         Fix bug where buffers were not marked as keyframes
16834         correctly.
16835
16836 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16837
16838         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16839         (gst_lame_preset_get_type), (gst_lame_class_init):
16840         describe the enum values for vbr mode and presets more verbosely
16841
16842 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16843
16844         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16845         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16846         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16847         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16848         * ext/lame/gstlame.h:
16849         add preset property to lame so it can use lame presets
16850
16851 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16852
16853         * ext/lame/gstlame.c: (gst_lame_get_property):
16854         whoops forgot break, thanks teuf
16855
16856 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16857
16858         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16859         (gst_lame_class_init), (gst_lame_src_getcaps),
16860         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16861         (gst_lame_get_property), (gst_lame_setup):
16862         * ext/lame/gstlame.h:
16863         fix lame's broken vbr stuff, allow it to resample if need be, and also
16864         make xing header optional
16865
16866 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16867
16868         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16869         added getcaps function so samplerate doesnt get fixated to silly values
16870
16871 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16872
16873         * ext/lame/gstlame.c: (gst_lame_src_link):
16874         revert previous fix
16875
16876 2004-08-12  Johan Dahlin  <johan@gnome.org>
16877
16878         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16879         checks. Doesn't matter what state we are in. Interfaces are a
16880         compile time thing, not runtime. It also broke the python bindings.
16881
16882 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16883
16884         * ext/lame/gstlame.c: (gst_lame_src_link):
16885         made source pad link function check if sinkpad is ok..fixes the problem
16886         where core fixates the output rate of lame stupidly
16887
16888 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16889
16890         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16891         * sys/v4l/v4l_calls.c:
16892         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16893           fix fixate function to handle nonsimple caps.
16894           remove bogus check in _link
16895           cleanups
16896
16897 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16898
16899         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16900         set default compression ratio parameter to 0.0 so bitrate parameter
16901         works :)
16902
16903 2004-08-11  David Schleef  <ds@schleef.org>
16904
16905         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16906
16907 2004-08-11  David Schleef  <ds@schleef.org>
16908
16909         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16910         before.
16911
16912 2004-08-11  David Schleef  <ds@schleef.org>
16913
16914         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16915
16916 2004-08-11  David Schleef  <ds@schleef.org>
16917
16918         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16919           license field
16920         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16921         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16922           LGPL.
16923         * gst/auparse/gstauparse.c: Fix plugin license field.
16924         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16925         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16926         * gst/rtp/gstrtp.c: Fix plugin license field.
16927
16928 2004-08-11  Wim Taymans  <wim@fluendo.com>
16929
16930         * gst/tcp/Makefile.am:
16931         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16932         (ensure_size), (gst_fdset_new), (gst_fdset_free),
16933         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16934         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16935         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16936         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16937         (gst_fdset_fd_can_write), (gst_fdset_wait):
16938         * gst/tcp/gstfdset.h:
16939         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16940         (gst_multifdsink_class_init), (gst_multifdsink_init),
16941         (gst_multifdsink_add), (gst_multifdsink_remove),
16942         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16943         (gst_multifdsink_remove_client_link),
16944         (gst_multifdsink_handle_client_read),
16945         (gst_multifdsink_client_queue_data),
16946         (gst_multifdsink_client_queue_caps),
16947         (gst_multifdsink_client_queue_buffer),
16948         (gst_multifdsink_handle_client_write),
16949         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16950         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16951         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16952         (gst_multifdsink_close):
16953         * gst/tcp/gstmultifdsink.h:
16954         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16955         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16956         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
16957         (gst_tcpserversink_close):
16958         * gst/tcp/gsttcpserversink.h:
16959         Abstracted away the select call, implemented poll (yes we ran into
16960         the 1024 limit in production).
16961
16962 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16963
16964         * gst/tcp/gsttcp.c:
16965         * gst/tcp/gsttcpplugin.c:
16966           improve debuggging, remove assert
16967
16968 2004-08-10  Wim Taymans  <wim@fluendo.com>
16969
16970         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16971         (gst_client_status_get_type), (gst_multifdsink_class_init),
16972         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16973         (gst_multifdsink_handle_client_read),
16974         (gst_multifdsink_handle_client_write),
16975         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16976         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16977         (gst_multifdsink_get_property):
16978         * gst/tcp/gstmultifdsink.h:
16979         * gst/tcp/gsttcp-marshal.list:
16980         Starting to prepare for specifying buffer time in other units
16981         than buffers. Expose remove reason in signal.
16982
16983 2004-08-10  Wim Taymans  <wim@fluendo.com>
16984
16985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16986         (gst_multifdsink_remove), (gst_multifdsink_clear),
16987         (gst_multifdsink_remove_client_link),
16988         (gst_multifdsink_handle_client_read),
16989         (gst_multifdsink_client_queue_data),
16990         (gst_multifdsink_client_queue_buffer),
16991         (gst_multifdsink_handle_client_write),
16992         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16993         (gst_multifdsink_chain), (gst_multifdsink_close):
16994         * gst/tcp/gstmultifdsink.h:
16995         Added more debugging info. Changed the way clients are
16996         removed from the lists. Fixed a bug where a bad file descriptor
16997         could cause many clients to be removed.
16998
16999 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17000
17001         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
17002           allow all pixel-aspect-ratios, not just 1:1
17003
17004 2004-08-09  David Schleef  <ds@schleef.org>
17005
17006         * sys/glsink/ARB_multitexture.h:  Remove old files.
17007         * sys/glsink/EXT_paletted_texture.h:
17008         * sys/glsink/NV_register_combiners.h:
17009         * sys/glsink/gstgl_nvimage.c:
17010         * sys/glsink/gstgl_pdrimage.c:
17011         * sys/glsink/gstgl_rgbimage.c:
17012         * sys/glsink/gstglsink.c:
17013         * sys/glsink/gstglsink.h:
17014         * sys/glsink/gstglxwindow.c:
17015         * sys/glsink/regcomb_yuvrgb.c:
17016
17017 2004-08-09  David Schleef  <ds@schleef.org>
17018
17019         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
17020         GL sink plugin.  (Bug #147302)
17021
17022         * configure.ac: Test for OpenGL
17023         * sys/Makefile.am: Use test for OpenGL
17024         * sys/glsink/Makefile.am:
17025         * sys/glsink/glimagesink.c: rewrite
17026         * sys/glsink/glimagesink.h: rewrite
17027
17028 2004-08-09  David Schleef  <ds@schleef.org>
17029
17030         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
17031         sane framerates.
17032         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
17033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
17034         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
17035
17036 2004-08-09  Wim Taymans  <wim@fluendo.com>
17037
17038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17039         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17040         (gst_multifdsink_client_remove),
17041         (gst_multifdsink_handle_client_read),
17042         (gst_multifdsink_handle_client_write),
17043         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17044         Do a bit more logging, make the client_read code more robust.
17045
17046 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17047
17048         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
17049         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
17050         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
17051         (gst_jpegdec_init), (gst_jpegdec_chain):
17052         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
17053         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
17054           cleanups, debugging fixes and memleak plugging
17055
17056 2004-08-09  Wim Taymans  <wim@fluendo.com>
17057
17058         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17059         (theora_get_formats), (theora_dec_src_convert),
17060         (theora_dec_sink_convert), (theora_dec_src_query),
17061         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
17062         (theora_dec_change_state):
17063         Don't crash on missing header packets.
17064
17065 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17066
17067         * po/LINGUAS:
17068         * po/sq.po:
17069           Added Albanian translation (Laurent Dhima)
17070         * po/cs.po:
17071           updated
17072
17073 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17074
17075         * ext/lame/gstlame.c:
17076           fix/add debugging
17077
17078 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17079
17080         * sys/ximage/ximagesink.c:
17081         * sys/xvimage/xvimagesink.c:
17082           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
17083
17084 2004-08-06  Wim Taymans  <wim@fluendo.com>
17085
17086         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17087         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17088         (gst_multifdsink_client_remove),
17089         (gst_multifdsink_handle_client_read),
17090         (gst_multifdsink_handle_client_write),
17091         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17092         Make sure we don't try to read more from a client that what
17093         ioctl says us or we deadlock.
17094
17095 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17096
17097         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
17098         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
17099         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17100           decouple running_time and n_frames so it can handle changing
17101           framerate while running
17102
17103 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17104
17105         * po/nl.po:
17106         * po/sv.po:
17107           updated translations
17108
17109 2004-08-04  Benjamin Otte  <otte@gnome.org>
17110
17111         * gst/videotestsrc/gstvideotestsrc.c:
17112         (gst_videotestsrc_get_capslist), (generate_capslist),
17113         (plugin_init):
17114           generate the list of supported caps at startup and reuse it instead
17115           of always generating it
17116
17117 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17118
17119         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
17120           whoops, last checkin broke normal build
17121
17122 2004-08-03  Benjamin Otte  <otte@gnome.org>
17123
17124         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
17125         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17126         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17127         (gst_alsa_mixer_get_option):
17128         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
17129         (dvdnavsrc_print_event):
17130         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
17131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
17132         (gst_ogg_mux_pad_unlink):
17133         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
17134         (gst_multipart_mux_pad_unlink):
17135         * gst/videofilter/gstvideobalance.c:
17136         (gst_videobalance_colorbalance_set_value):
17137         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
17138         (gst_videomixer_pad_unlink):
17139         * po/uk.po:
17140         * sys/oss/gstossmixer.c:
17141         * sys/v4l/gstv4lcolorbalance.c:
17142         * sys/v4l/gstv4ltuner.c:
17143         * sys/v4l/v4lsrc_calls.c:
17144         * sys/v4l2/gstv4l2colorbalance.c:
17145         * sys/v4l2/gstv4l2tuner.c:
17146           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
17147
17148 2004-08-03  Benjamin Otte  <otte@gnome.org>
17149
17150         * examples/dynparams/filter.c: (ui_control_create):
17151         * examples/gstplay/player.c: (print_tag):
17152         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
17153         * ext/gdk_pixbuf/gstgdkanimation.c:
17154         (gst_gdk_animation_iter_may_advance):
17155         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
17156         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
17157         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
17158         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
17159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
17160         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17161         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
17162         * gst/sine/demo-dparams.c: (main):
17163         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
17164         * testsuite/alsa/formats.c: (create_pipeline):
17165         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
17166           fixes for G_DISABLE_ASSERT and friends
17167         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17168         (mp3_type_frame_length_from_header), (mp3_type_find),
17169         (plugin_init):
17170           require mp3 typefinding to have at least MIN_HEADERS valid headers
17171           add typefinding for AAC adts files
17172
17173 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
17174
17175         * sys/ximage/ximagesink.c:
17176         (gst_ximagesink_calculate_pixel_aspect_ratio):
17177         * sys/xvimage/xvimagesink.c:
17178         (gst_xvimagesink_calculate_pixel_aspect_ratio):
17179         Make sure we calculate pixel-aspect-ratio using floating point maths
17180
17181 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17182
17183         * po/uk.po:
17184           updated translation
17185
17186 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17187
17188         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
17190           add debugging for display PAR calculation
17191
17192 2004-08-02  David Schleef  <ds@schleef.org>
17193
17194         * configure.ac: Fix mikmod CFLAGS.
17195
17196 2004-07-27  Benjamin Otte  <otte@gnome.org>
17197
17198         * gst/audioscale/gstaudioscale.c:
17199         - fix templates to only support S16, it's the only format that works
17200         - make caps nego code use try_set_caps_nonfixed and fixation instead
17201         of try_set_caps twice, which is not nice for autopluggers
17202         - change rank to secondary, so autopluggers can pick it up after
17203         audioconvert
17204
17205 2004-08-02  Iain <iain@prettypeople.org>
17206
17207         * gst/interleave/interleave.c (interleave_init),
17208         (interleave_request_new_pad),
17209         (interleave_pad_removed),
17210         (interleave_buffered_loop): Use the real pad count, not the artificial
17211         one.
17212
17213 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17214
17215         * configure.ac: bump nano back to development
17216
17217 === release 0.8.3 ===
17218
17219 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17220
17221         * configure.ac: releasing 0.8.3, "Water"
17222
17223 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17224
17225         * sys/xvimage/xvimagesink.c:
17226         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17227         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
17228         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
17229         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17230         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17231         * sys/xvimage/xvimagesink.h:
17232           apply similar PAR fixes as to ximagesink
17233
17234 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17235
17236         patch from: Benjamin Otte
17237
17238         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
17239           add link function to lame.  Fixes #148986.
17240
17241 2004-08-02  Johan Dahlin  <johan@gnome.org>
17242
17243         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
17244         fix debugging log
17245
17246 2004-07-30  David Schleef  <ds@schleef.org>
17247
17248         * gst/videomixer/Makefile.am: Fix things that should have been
17249         fixed in the last checkin.
17250
17251 2004-07-30  David Schleef  <ds@schleef.org>
17252
17253         * gst/multipart/Makefile.am: Fix things that should have been
17254         fixed in the last checkin.
17255
17256 2004-07-30  David Schleef  <ds@schleef.org>
17257
17258         * testsuite/multifilesink/Makefile.am: Fix unused variable.
17259
17260 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17261
17262         * configure.ac:
17263           bump nano for prerelease
17264         * po/af.po:
17265         * po/az.po:
17266         * po/cs.po:
17267         * po/en_GB.po:
17268         * po/hu.po:
17269         * po/nl.po:
17270         * po/sr.po:
17271         * po/sv.po:
17272         * po/uk.po:
17273           updates
17274
17275 2004-07-30  Wim Taymans  <wim@fluendo.com>
17276
17277         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17278         (gst_multifdsink_add), (gst_multifdsink_remove),
17279         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
17280         (gst_multifdsink_client_remove),
17281         (gst_multifdsink_handle_client_write),
17282         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17283         * gst/tcp/gstmultifdsink.h:
17284         Recover from a select with a bad file descriptor by removing
17285         the client.
17286
17287 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17288
17289         * configure.ac:
17290           fix requirement of core
17291         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
17292         (gst_play_pipeline_setup):
17293           don't use colorspace element.  do use hermescolorspace element.
17294           make macro to get a colorspace element.
17295           mark strings for translation.
17296         * po/POTFILES.in:
17297           add play.c
17298         * po/af.po:
17299         * po/az.po:
17300         * po/cs.po:
17301         * po/en_GB.po:
17302         * po/hu.po:
17303         * po/nl.po:
17304         * po/sr.po:
17305         * po/sv.po:
17306         * po/uk.po:
17307           update translations
17308
17309 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17310
17311         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17312         fix default for newmedia flag
17313
17314 2004-07-30  Wim Taymans  <wim@fluendo.com>
17315
17316         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17317         (gst_theora_dec_init), (theora_get_formats),
17318         (theora_dec_src_convert), (theora_dec_sink_convert),
17319         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17320         (theora_dec_chain), (theora_dec_set_property),
17321         (theora_dec_get_property):
17322         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
17323         (gst_theora_enc_class_init), (gst_theora_enc_init),
17324         (theora_enc_sink_link), (theora_enc_chain),
17325         (theora_enc_set_property), (theora_enc_get_property):
17326         Added cropping option to theora decoder.
17327         Added border option to theora encoder.
17328
17329 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17330
17331         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17332         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17333         (gst_pngenc_set_property):
17334         * ext/libpng/gstpngenc.h:
17335         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
17336
17337 2004-07-30  Wim Taymans  <wim@fluendo.com>
17338
17339         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17340         (theora_enc_sink_link), (theora_enc_chain),
17341         (theora_enc_set_property), (theora_enc_get_property):
17342         Fix encoding of non-multiple-of-16 video.
17343
17344 2004-07-29  David Schleef  <ds@schleef.org>
17345
17346         * configure.ac: make test for audiofile more strict
17347
17348 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17349
17350         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17351           give different names to typefind functions
17352
17353 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17354
17355         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17356         (gst_ximagesink_calculate_pixel_aspect_ratio),
17357         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17358         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
17359         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
17360         (gst_ximagesink_get_property), (gst_ximagesink_init):
17361         * sys/ximage/ximagesink.h:
17362           allocate PAR's dynamically.
17363           use autodetected PAR if no object-set PAR is given.
17364           add workaround for directfb's X not setting physical size.
17365           fix to xvimagesink will follow tomorrow.
17366
17367 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17368
17369         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
17370         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17371         (gst_shout2send_get_type), (gst_shout2send_set_clock),
17372         (gst_shout2send_class_init), (gst_shout2send_init),
17373         (set_shout_metadata), (gst_shout2send_set_metadata),
17374         (gst_shout2send_chain), (gst_shout2send_set_property),
17375         (gst_shout2send_get_property), (gst_shout2send_connect),
17376         (gst_shout2send_change_state):
17377         * ext/shout2/gstshout2.h:
17378         - fix for sending mp3 audio to icecast2 server, if pad link function not
17379         called before PAUSED state
17380         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
17381         - added tagging support for mp3 audio broadcasted
17382         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17383         debug info
17384
17385 2004-07-28  Wim Taymans  <wim@fluendo.com>
17386
17387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17388         (gst_ogg_demux_push):
17389         Return query failure when we don't know the length of
17390         an ogg stream insteda of returning TRUE with a bogus value.
17391
17392 2004-07-28  Wim Taymans  <wim@fluendo.com>
17393
17394         * ext/theora/theoradec.c: (theora_get_formats),
17395         (theora_dec_src_convert), (theora_dec_sink_convert),
17396         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17397         (theora_dec_chain):
17398         Don't screw up the 1 Chroma for 1 luma sample situation when we
17399         have an odd offset/width by adding a black border in those cases.
17400
17401 2004-07-28  Wim Taymans  <wim@fluendo.com>
17402
17403         * ext/theora/theoradec.c: (theora_get_formats),
17404         (theora_dec_src_convert), (theora_dec_sink_convert),
17405         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17406         (theora_dec_chain):
17407         * ext/theora/theoraenc.c: (theora_enc_sink_link):
17408         Added first attempt at cropping of the image as required by the
17409         theora spec. We need more properties in the caps (offset_x,
17410         offset_y,stride) to implement this correctly.
17411
17412 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
17413
17414         * ext/dvdnav/README:
17415           Update the README to use dvddemux
17416         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17417           Ensure getcaps returns a subset of the template caps
17418         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
17419         (gst_mpeg2subt_init):
17420           Ensure getcaps returns a subset of the template caps
17421         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17422         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
17423         (gst_dvd_demux_get_subpicture_stream),
17424         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
17425         * gst/mpegstream/gstdvddemux.h:
17426           Set the explicit caps on the current_video pad before pushing
17427           anything
17428         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17429         (gst_mpeg_demux_get_audio_stream):
17430           Free caps used to gst_pad_set_explicit_caps, which takes a const
17431           GstCaps *
17432
17433 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17434
17435         * configure.ac: update GStreamer requirement to 0.8.4 because of
17436           GstFraction.
17437
17438 2004-07-28  Wim Taymans  <wim@fluendo.com>
17439
17440         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
17441         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
17442         Add the pad to the element after setting up the caps. This
17443         makes it a lot easier to autoplug.
17444
17445 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17446
17447         * gst/median/gstmedian.c:
17448         * gst/mpeg2subt/gstmpeg2subt.c:
17449         * gst/mpegaudioparse/gstmpegaudioparse.c:
17450         * gst/mpegstream/gstdvddemux.c:
17451         * gst/mpegstream/gstmpegdemux.c:
17452         * gst/mpegstream/gstmpegpacketize.c:
17453         * gst/rtjpeg/gstrtjpeg.c:
17454         * gst/rtjpeg/gstrtjpegdec.c:
17455         * gst/rtjpeg/gstrtjpegenc.c:
17456         * gst/sine/gstsinesrc.c:
17457         * gst/smooth/gstsmooth.c:
17458         * gst/smpte/gstsmpte.c:
17459         * gst/smpte/gstsmpte.h:
17460         * gst/stereo/gststereo.c:
17461         * gst/videofilter/gstgamma.c:
17462         * gst/videofilter/gstvideobalance.c:
17463         * gst/videofilter/gstvideofilter.c:
17464         * gst/videofilter/gstvideoflip.c:
17465         * gst/videoscale/gstvideoscale.c:
17466         * gst/videoscale/videoscale.c:
17467         * gst/videotestsrc/gstvideotestsrc.c:
17468         * gst/videotestsrc/videotestsrc.c:
17469         * gst/wavenc/gstwavenc.c:
17470         * gst/wavparse/gstwavparse.c:
17471           fix local includes and 64 bits constants
17472
17473 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17474
17475         * win32/gst.sln:
17476         * gst-libs/gst/*/*.vcproj:
17477         * gst/*/*.vcproj:
17478           more working plugins
17479
17480 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17481
17482         * testsuite/alsa/Makefile.am:
17483         * testsuite/alsa/srcstate.c:
17484         add test for alsasrc changing state
17485
17486 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17487
17488         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17489         (gst_silence_get):
17490         * gst/silence/gstsilence.h:
17491         fix silence generation for 16bit raw audio
17492
17493 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17494
17495         * gst/matroska/matroska-demux.c:
17496         (gst_matroska_demux_parse_metadata),
17497         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17498         * gst/mpegaudio/common.c:
17499         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17500         (gst_videoscale_getcaps), (gst_videoscale_link),
17501         (gst_videoscale_src_fixate), (gst_videoscale_init),
17502         (gst_videoscale_finalize):
17503         * gst/videoscale/gstvideoscale.h:
17504         * gst/videotestsrc/gstvideotestsrc.c:
17505         (gst_videotestsrc_get_capslist):
17506         * gst/wavenc/gstwavenc.c:
17507         * sys/oss/gstossmixer.c: (fill_labels):
17508         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17509         (gst_ximagesink_handle_xevents),
17510         (gst_ximagesink_calculate_pixel_aspect_ratio),
17511         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17512         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17513         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17514         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17515         (gst_ximagesink_init), (gst_ximagesink_class_init):
17516         * sys/ximage/ximagesink.h:
17517         * sys/xvimage/xvimagesink.c:
17518         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17519         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17520         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17521         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17522         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17523         * sys/xvimage/xvimagesink.h:
17524           first batch of pixel aspect ratio commits.
17525
17526 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17527
17528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17529         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17530         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17531           handle stride, needs work if we want to move stride handling
17532           upstream, but works correctly for our purposes.
17533
17534 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17535
17536         * gst/videoscale/README:
17537           add testing examples
17538         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17539         (gst_videoscale_chain):
17540         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17541         (gst_videoscale_get_size):
17542           add get_size function that handles stride like videotestsrc.
17543           fixes conversion for YUV formats for as much as I can test them.
17544
17545 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17546
17547         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17548         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17550         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17551         (gst_xvimagesink_xvimage_put):
17552           further cleanups, logging, error handling and synchronizing
17553
17554 2004-07-27  Wim Taymans  <wim@fluendo.com>
17555
17556         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17557         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17558         (gst_videomixer_pad_set_property),
17559         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17560         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17561         (gst_videomixer_class_init), (gst_videomixer_init),
17562         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17563         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17564         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17565         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17566         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17567         (gst_videomixer_loop), (plugin_init):
17568         Be a nicer negotiation citizen and provide a getcaps function on
17569         the srcpad. This also fixes a crash when resizing.
17570
17571 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17572
17573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17574         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17575
17576 2004-07-27  Wim Taymans  <wim@fluendo.com>
17577
17578         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17579         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17580         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17581         (gst_pngenc_set_property):
17582         * ext/libpng/gstpngenc.h:
17583         Added snapshot property to pngenc.
17584         removed g_print from pngdec
17585
17586 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17587
17588         * gst/ac3parse/ac3parse.vcproj
17589         * gst/adder/adder.vcproj
17590         * gst/alpha/alpha.vcproj
17591         * gst/alpha/alphacolor.vcproj
17592         * gst/asfdemux/asf.vcproj
17593         * gst/audioconvert/audioconvert.vcproj
17594         * gst/audiorate/audiorate.vcproj
17595         * gst/audioscale/audioscale.vcproj
17596         * gst/auparse/auparse.vcproj
17597         * gst/avi/avi.vcproj
17598         * gst/cdxaparse/cdxaparse.vcproj
17599         * gst/chart/chart.vcproj
17600         * gst/colorspace/colorspace.vcproj
17601         * gst/cutter/cutter.vcproj
17602         * gst/debug/debug.vcproj
17603         * gst/debug/efence.vcproj
17604         * gst/debug/navigationtest.vcproj
17605         * gst/deinterlace/deinterlace.vcproj
17606         * gst/effectv/effectv.vcproj
17607         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17608         * gst/filter/filter.vcproj
17609         * gst/flx/flxdec.vcproj
17610         * gst/goom/goom.vcproj
17611         * gst/interleave/interleave.vcproj
17612         * gst/law/alaw.vcproj
17613         * gst/law/mulaw.vcproj
17614         * gst/matroska/matroska.vcproj
17615         * gst/median/median.vcproj
17616         * gst/mixmatrix/mixmatrix.vcproj
17617         * gst/mpeg1sys/mpeg1systemencode.vcproj
17618         * gst/mpeg1videoparse/mp1videoparse.vcproj
17619         * gst/mpeg2sub/mpeg2subt.vcproj
17620         * gst/mpegaudio/mpegaudio.vcproj
17621         * gst/mpegaudioparse/mpegaudioparse.vcproj
17622         * gst/mpegstream/mpegstream.vcproj
17623         * gst/multifilesink/multifilesink.vcproj
17624         * gst/multipart/multipart.vcproj
17625         * gst/oneton/oneton.vcproj
17626         * gst/overlay/overlay.vcproj
17627         * gst/passthrough/passthrough.vcproj
17628         * gst/qtdemux/qtdemux.vcproj
17629         * gst/realmedia/rmdemux.vcproj
17630         * gst/rtjpeg/rtjpeg.vcproj
17631         * gst/rtp/rtp.vcproj
17632         * gst/silence/silence.vcproj
17633         * gst/sine/sinesrc.vcproj
17634         * gst/smooth/smooth.vcproj
17635         * gst/smpte/smpte.vcproj
17636         * gst/spectrum/spectrum.vcproj
17637         * gst/speed/speed.vcproj
17638         * gst/stereo/stereo.vcproj
17639         * gst/switch/switch.vcproj
17640         * gst/tags/tagedit.vcproj
17641         * gst/tcp/tcp.vcproj
17642         * gst/typefind/typefindfunctions.vcproj
17643         * gst/udp/udp.vcproj
17644         * gst/videobox/videobox.vcproj
17645         * gst/videocrop/videocrop.vcproj
17646         * gst/videodrop/videodrop.vcproj
17647         * gst/videofilter/gamma.vcproj
17648         * gst/videofilter/videobalance.vcproj
17649         * gst/videofilter/videofilter.vcproj
17650         * gst/videofilter/videoflip.vcproj
17651         * gst/videoflip/videoflip.vcproj
17652         * gst/videomixer/videomixer.vcproj
17653         * gst/videorate/videorate.vcproj
17654         * gst/videoscale/videoscale.vcproj
17655         * gst/videotestsrc/videotestsrc.vcproj
17656         * gst/virtualdub/virtualdub.vcproj
17657         * gst/volenv/volenv.vcproj
17658         * gst/volume/volume.vcproj
17659         * gst/wavenc/wavenc.vcproj
17660         * gst/wavparse/wavparse.vcproj
17661         * gst/y4m/y4menc.vcproj
17662         * gst-libs/gst/audio/audio.vcproj
17663         * gst-libs/gst/audio/audiofilter.vcproj
17664         * gst-libs/gst/colorbalance/colorbalance.vcproj
17665         * gst-libs/gst/idct/idtc.vcproj
17666         * gst-libs/gst/media-info/media-info.vcproj
17667         * gst-libs/gst/mixer/mixer.vcproj
17668         * gst-libs/gst/navigation/navigation.vcproj
17669         * gst-libs/gst/play/play.vcproj
17670         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17671         * gst-libs/gst/resample/resample.vcproj
17672         * gst-libs/gst/riff/riff.vcproj
17673         * gst-libs/gst/tuner/tuner.vcproj
17674         * gst-libs/gst/video/video.vcproj
17675         * gst-libs/gst/xoverlay/xoverlay.vcproj
17676           avoid problems with math.h, fix release dependancy
17677           rename GStreamer-0.8.lib to libgstreamer.lib
17678
17679 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17680
17681         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17683         the atom is not available we have to unlock the mutex. Fixes #148023
17684
17685 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17686
17687         * gst-libs/gst/media-info/media-info.h:
17688           issue for a vararg macro with MSVC
17689
17690 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17691
17692         * gst/effectv/effectv.vcproj
17693         * gst-libs/gst/idct/idct.vcproj:
17694         * gst-libs/gst/media-info/media-info.vcproj:
17695         * gst-libs/gst/navigation/navigation.vcproj:
17696         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17697         * gst-libs/gst/video/video.vcproj:
17698         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17699           fixes for build problems
17700
17701 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17702
17703         * gst-libs/gst/audio/audio.def:
17704         * gst-libs/gst/audio/riff.def:
17705           add some definitions needed by plugins
17706
17707 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17708
17709         * gst/asfdemux/gstasfmux.c
17710           Fix some 64 bits constants to be glib friendly
17711
17712 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17713
17714         * gst/ac3parse/gstac3parse.c
17715         * gst/audioscale/gstaudioscale.c
17716         * gst/auparse/gstauparse.c
17717         * gst/colorspace/gstcolorspace.c
17718         * gst/colorspace/yuv2rgb.h
17719           local include fixes
17720
17721 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17722
17723         * win32/gst.sln
17724           add more plugins to the build
17725
17726 2004-07-26  Julien MOUTTE  <julien@moutte.net>
17727
17728         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17729         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17730
17731 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17732
17733         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17734         (gst_level_set_property), (gst_level_get_property),
17735         (gst_level_base_init), (gst_level_class_init):
17736           add debugging categories.  cleanups.
17737
17738 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17739
17740         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17741         (gst_videoscale_planar411), (gst_videoscale_planar400),
17742         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17743         (gst_videoscale_scale_nearest_str1),
17744         (gst_videoscale_scale_nearest_str2),
17745         (gst_videoscale_scale_nearest_str4),
17746         (gst_videoscale_scale_nearest_16bit),
17747         (gst_videoscale_scale_nearest_24bit):
17748           fixed stride issues
17749           tested with 320x240 -> 321, 322, 324 x240
17750           tested with YV12, I420, YUY2, UYVY
17751           fixed packed422rev (don't think it could have worked before)
17752           by testing with UYVY
17753
17754 2004-07-26  Benjamin Otte  <otte@gnome.org>
17755
17756         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17757         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17758         (plugin_init):
17759           add debugging category, add error checks like checking return values
17760           of setup calls, make sure it still works after
17761           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17762
17763 2004-07-26  Wim Taymans  <wim@fluendo.com>
17764
17765         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17766         (gst_mpeg_demux_get_audio_stream),
17767         (gst_mpeg_demux_process_private):
17768         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17769         Check for error codes from the negotiation functions. Make sure
17770         we really set the pad caps when a new pad is created.
17771
17772 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17773
17774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17775         (gst_ffmpeg_caps_to_pix_fmt):
17776         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17777         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17778         (gst_ffmpegcolorspace_pad_link):
17779           don't make function do two things at the same time without reason.
17780
17781 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17782
17783         * gst/ac3parse/ac3parse.vcproj
17784         * gst/adder/adder.vcproj
17785         * gst/alpha/alpha.vcproj
17786         * gst/alpha/alphacolor.vcproj
17787         * gst/asfdemux/asf.vcproj
17788         * gst/audioconvert/audioconvert.vcproj
17789         * gst/audiorate/audiorate.vcproj
17790         * gst/audioscale/audioscale.vcproj
17791         * gst/auparse/auparse.vcproj
17792         * gst/avi/avi.vcproj
17793         * gst/cdxaparse/cdxaparse.vcproj
17794         * gst/chart/chart.vcproj
17795         * gst/colorspace/colorspace.vcproj
17796         * gst/cutter/cutter.vcproj
17797         * gst/debug/debug.vcproj
17798         * gst/debug/efence.vcproj
17799         * gst/debug/navigationtest.vcproj
17800         * gst/deinterlace/deinterlace.vcproj
17801         * gst/effectv/effectv.vcproj
17802         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17803         * gst/filter/filter.vcproj
17804         * gst/flx/flxdec.vcproj
17805         * gst/goom/goom.vcproj
17806         * gst/interleave/interleave.vcproj
17807         * gst/law/alaw.vcproj
17808         * gst/law/mulaw.vcproj
17809         * gst/matroska/matroska.vcproj
17810         * gst/median/median.vcproj
17811         * gst/mixmatrix/mixmatrix.vcproj
17812         * gst/mpeg1sys/mpeg1systemencode.vcproj
17813         * gst/mpeg1videoparse/mp1videoparse.vcproj
17814         * gst/mpeg2sub/mpeg2subt.vcproj
17815         * gst/mpegaudio/mpegaudio.vcproj
17816         * gst/mpegaudioparse/mpegaudioparse.vcproj
17817         * gst/mpegstream/mpegstream.vcproj
17818         * gst/multifilesink/multifilesink.vcproj
17819         * gst/multipart/multipart.vcproj
17820         * gst/oneton/oneton.vcproj
17821         * gst/overlay/overlay.vcproj
17822         * gst/passthrough/passthrough.vcproj
17823         * gst/qtdemux/qtdemux.vcproj
17824         * gst/realmedia/rmdemux.vcproj
17825         * gst/rtjpeg/rtjpeg.vcproj
17826         * gst/rtp/rtp.vcproj
17827         * gst/silence/silence.vcproj
17828         * gst/sine/sinesrc.vcproj
17829         * gst/smooth/smooth.vcproj
17830         * gst/smpte/smpte.vcproj
17831         * gst/spectrum/spectrum.vcproj
17832         * gst/speed/speed.vcproj
17833         * gst/stereo/stereo.vcproj
17834         * gst/switch/switch.vcproj
17835         * gst/tags/tagedit.vcproj
17836         * gst/tcp/tcp.vcproj
17837         * gst/typefind/typefindfunctions.vcproj
17838         * gst/udp/udp.vcproj
17839         * gst/videobox/videobox.vcproj
17840         * gst/videocrop/videocrop.vcproj
17841         * gst/videodrop/videodrop.vcproj
17842         * gst/videofilter/gamma.vcproj
17843         * gst/videofilter/videobalance.vcproj
17844         * gst/videofilter/videofilter.vcproj
17845         * gst/videofilter/videoflip.vcproj
17846         * gst/videoflip/videoflip.vcproj
17847         * gst/videomixer/videomixer.vcproj
17848         * gst/videorate/videorate.vcproj
17849         * gst/videoscale/videoscale.vcproj
17850         * gst/videotestsrc/videotestsrc.vcproj
17851         * gst/virtualdub/virtualdub.vcproj
17852         * gst/volenv/volenv.vcproj
17853         * gst/volume/volume.vcproj
17854         * gst/wavenc/wavenc.vcproj
17855         * gst/wavparse/wavparse.vcproj
17856         * gst/y4m/y4menc.vcproj
17857           more plugins supported under windows
17858
17859 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17860
17861         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17862         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17863         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17865         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17866           Add debugging statements.  Use the sizes as returned by the
17867           *CreateImage calls.
17868
17869 2004-07-26  Johan Dahlin  <johan@gnome.org>
17870
17871         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17872         the pad is negotiated.
17873
17874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17875
17876 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17877
17878         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17879         * gst-libs/gst/idct/idct.vcproj:
17880         * gst-libs/gst/media-info/media-info.vcproj:
17881         * gst-libs/gst/mixer/mixer.vcproj:
17882         * gst-libs/gst/navigation/navigation.vcproj:
17883         * gst-libs/gst/play/play.vcproj:
17884         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17885         * gst-libs/gst/resample/resample.vcproj:
17886         * gst-libs/gst/tuner/tuner.vcproj:
17887         * gst-libs/gst/video/video.vcproj:
17888         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17889           more plugins supported under windows
17890
17891 2004-07-25 Iain <iain@prettypeople.org>
17892
17893         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17894         pad now rather than when the pad is created because state changes wipe
17895         explicit caps (fixes #148043).
17896
17897 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
17898
17899         reviewed by Benjamin Otte  <otte@gnome.org>
17900
17901         * ext/mad/gstmad.c:
17902           fix mad plugin crashing on Sun (fixes #148289)
17903
17904 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17905
17906         * gst/avi/avi.def:
17907         * gst/avi/avi.vcproj:
17908         * gst/matroska/matroska.def:
17909         * gst/matroska/matroska.vcproj:
17910           remove unused .def files
17911
17912 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17913
17914         * gst-libs/gst/audio/gstaudiofilter.c:
17915           Clean the local include
17916
17917 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17918
17919         * win32/gst.sln:
17920         * gst-libs/gst/audio/audio.def:
17921         * gst-libs/gst/audio/audio.vcproj:
17922         * gst-libs/gst/audio/audiofilter.vcproj:
17923         * gst-libs/gst/audio/riff.def:
17924         * gst-libs/gst/audio/riff.vcproj:
17925         * gst-libs/gst/gst-libs.def:
17926         * gst-libs/gst/gst-libs.vcproj:
17927         * gst/avi/avi.vcproj:
17928         * gst/avi/avi.vcproj:
17929           Copy the files where needed after building, cleaner projects
17930
17931 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17932
17933         * gst/matroska/ebml-write.c:
17934           Fix some 64 bits constants to be glib friendly
17935
17936 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
17937
17938         * win32/gst.sln:
17939         * gst-libs/gst/gst-libs.def:
17940         * gst-libs/gst/gst-libs.vcproj:
17941         * gst/matroska/matroska.def:
17942         * gst/matroska/matroska.vcproj:
17943           Add the preliminary canvas to build plugins on Win32
17944
17945 2004-07-23  Benjamin Otte  <otte@gnome.org>
17946
17947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17948           don't enfore negotiation from source side, it breaks
17949           sinesrc ! audioconvert ! osssink
17950
17951 2004-07-22  David Schleef  <ds@schleef.org>
17952
17953         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
17954         for ELF files, since they can easily be recognized as audio/mpeg.
17955         (bug #147441)
17956
17957 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17958
17959         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17960         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
17961         (gst_videoscale_scale_nearest_24bit),
17962         (gst_videoscale_scale_nearest_16bit):
17963           fix 16bit and 24bit for stride (24bit might need testing)
17964           don't pretend we do more than one algorithm
17965
17966 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17967
17968         * configure.ac:
17969         * gst/Makefile.am:
17970         * gst/multifilesink/Makefile.am:
17971         * gst/multifilesink/gstmultifilesink.c:
17972         (gst_multifilesink_get_formats),
17973         (gst_multifilesink_get_query_types), (_do_init),
17974         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
17975         (gst_multifilesink_init), (gst_multifilesink_dispose),
17976         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
17977         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
17978         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
17979         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
17980         (gst_multifilesink_chain), (gst_multifilesink_change_state),
17981         (gst_multifilesink_uri_get_type),
17982         (gst_multifilesink_uri_get_protocols),
17983         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
17984         (gst_multifilesink_uri_handler_init), (plugin_init):
17985         * gst/multifilesink/gstmultifilesink.h:
17986         * testsuite/Makefile.am:
17987         * testsuite/multifilesink/Makefile.am:
17988         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
17989         (gst_newmedia_class_init), (gst_newmedia_init),
17990         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17991         (newfile_signal), (test_signal), (main):
17992         multifilesink plugin for creating new files every time a new media
17993         discontinuity event occurs
17994
17995 2004-07-22  Wim Taymans  <wim@fluendo.com>
17996
17997         * gst/alpha/Makefile.am:
17998         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
17999         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
18000         (gst_alpha_color_init), (gst_alpha_color_set_property),
18001         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
18002         (transform), (gst_alpha_color_chain),
18003         (gst_alpha_color_change_state), (plugin_init):
18004         Stupid plugin to to RGBA to AYUV conversion because none of
18005         the colorspace plugins can handle that yet.
18006
18007 2004-07-22  Wim Taymans  <wim@fluendo.com>
18008
18009         * examples/seeking/seek.c: (update_scale), (main):
18010         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18011         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18012         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18013         (gst_decode_bin_init), (gst_decode_bin_dispose),
18014         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18015         (no_more_pads), (close_link), (type_found),
18016         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18017         (plugin_init):
18018         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18019         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18020         (gst_play_base_bin_dispose), (queue_overrun),
18021         (gen_preroll_element), (remove_prerolls), (unknown_type),
18022         (no_more_pads), (new_stream), (setup_source),
18023         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18024         (play_base_eos), (gst_play_base_bin_change_state),
18025         (gst_play_base_bin_add_element),
18026         (gst_play_base_bin_remove_element),
18027         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18028         (gst_play_base_bin_unlink_stream),
18029         (gst_play_base_bin_get_streaminfo):
18030         * gst/playback/gstplaybin.c: (gen_video_element),
18031         (gen_audio_element):
18032         * gst/playback/gststreaminfo.h:
18033         More playback updates, attempt to fix things after the state change
18034         breakage.
18035
18036 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18037
18038         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
18039         (gst_videoscale_scale_nearest_16bit):
18040           comment algorithm
18041
18042 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18043
18044         * gst/videotestsrc/gstvideotestsrc.c:
18045         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
18046         (gst_videotestsrc_init), (gst_videotestsrc_get),
18047         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18048         (gst_videotestsrc_get_property):
18049         * gst/videotestsrc/gstvideotestsrc.h:
18050         * gst/videotestsrc/videotestsrc.c:
18051         * gst/videotestsrc/videotestsrc.h:
18052           cleanup and commenting
18053
18054 2004-07-21  Wim Taymans  <wim@fluendo.com>
18055
18056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
18057         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
18058         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
18059         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
18060         (_find_chain_get_unknown_part), (_find_streams_check),
18061         (gst_ogg_demux_push), (gst_ogg_pad_push):
18062         * ext/theora/theoradec.c: (theora_get_formats),
18063         (theora_dec_src_convert), (theora_dec_sink_convert),
18064         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18065         (theora_dec_chain):
18066         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18067         (vorbis_dec_convert), (vorbis_dec_src_query),
18068         (vorbis_dec_src_event), (vorbis_dec_event):
18069         More seeking fixes, oggdemux now supports seeking to time and
18070         uses the downstream element to convert granulepos to time.
18071         Seeking in theora-only ogg files now works.
18072
18073 2004-07-21  Wim Taymans  <wim@fluendo.com>
18074
18075         * ext/theora/theoradec.c: (gst_theora_dec_init),
18076         (theora_get_formats), (theora_get_event_masks),
18077         (theora_get_query_types), (theora_dec_src_convert),
18078         (theora_dec_sink_convert), (theora_dec_src_query),
18079         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
18080         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18081         (vorbis_get_event_masks), (vorbis_get_query_types),
18082         (gst_vorbis_dec_init), (vorbis_dec_convert),
18083         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
18084         Added query/convert/formats functions to vorbis and theora decoders
18085         so that the outside world can use them too. Fixed seeking on an
18086         ogg/theora/vorbis file by disabling the seeking seeking on the
18087         theora srcpad.
18088
18089 2004-07-21  Julien MOUTTE  <julien@moutte.net>
18090
18091         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18092         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
18093         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
18094         images creation for both elements. We don't create the image on caps
18095         nego or renego, we just destroy the internal one if present if it does
18096         not match the needs. The chain function takes care of creating a new
18097         image when needed.
18098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18099         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
18100         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
18101         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
18102         the image format information. The buffer pool checks for the context
18103         image format and discard images with different formats.
18104         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
18105
18106 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18107
18108         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18109         (gst_ffmpegcolorspace_chain):
18110           no point in doing any chaining if the pad we want to push from
18111           isn't usable.
18112
18113 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18114
18115         * gst-libs/gst/riff/riff-media.c:
18116         (gst_riff_create_audio_caps_with_data):
18117           Fix double end-to-native symbol conversion (#148021).
18118
18119 2004-07-20  David Schleef  <ds@schleef.org>
18120
18121         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
18122         Don't use an Atom that doesn't exist.
18123
18124 2004-07-20  Wim Taymans  <wim@fluendo.com>
18125
18126         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18127         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18128         (gst_multifdsink_client_remove),
18129         (gst_multifdsink_handle_client_write),
18130         (gst_multifdsink_queue_buffer):
18131         * gst/tcp/gstmultifdsink.h:
18132         More multifdsink stats. Avoid deadlock by releasing locks
18133         before sending out a signal.
18134
18135 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18136
18137         * po/LINGUAS:
18138         * po/hu.po:
18139           added Hungarian translation (Laszlo Dvornik)
18140
18141 2004-07-20  Wim Taymans  <wim@fluendo.com>
18142
18143         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18144         (gst_multifdsink_add), (gst_multifdsink_client_remove),
18145         (gst_multifdsink_handle_client_write),
18146         (gst_multifdsink_queue_buffer):
18147         * gst/tcp/gsttcp-marshal.list:
18148         Fixed the stupid marshal definition.
18149
18150 2004-07-20  Wim Taymans  <wim@fluendo.com>
18151
18152         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18153         (gst_multifdsink_init), (gst_multifdsink_add),
18154         (gst_multifdsink_client_remove),
18155         (gst_multifdsink_handle_client_write),
18156         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
18157         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
18158         (gst_multifdsink_init_send):
18159         * gst/tcp/gstmultifdsink.h:
18160         Added more stats, added timeout for a client, fixed some typos
18161         and added some comments.
18162
18163 2004-07-20  Wim Taymans  <wim@fluendo.com>
18164
18165         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18166         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18167         (gst_multifdsink_client_remove),
18168         (gst_multifdsink_handle_client_write):
18169         * gst/tcp/gstmultifdsink.h:
18170         * gst/tcp/gsttcp-marshal.list:
18171         Added get_stats method that returns a GValueArray of
18172         stats values.
18173
18174 2004-07-19  Benjamin Otte  <otte@gnome.org>
18175
18176         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18177           make sure longname, description and author are valid UTF-8
18178
18179 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18180
18181         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
18182         (gst_ximagesink_set_property):
18183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
18184         (gst_xvimagesink_set_property):
18185           make sure SYNCHRONOUS is respected after getting the X context
18186
18187 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18188
18189         * gst/matroska/matroska-demux.c:
18190         (gst_matroska_demux_handle_src_event),
18191         (gst_matroska_demux_parse_blockgroup):
18192         * gst/matroska/matroska-ids.h:
18193           add BlockReference tag and ignore it to clear out log.
18194           ignore NAVIGATION events to clear out log.
18195
18196 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18197
18198         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18199         (gst_matroska_demux_add_stream):
18200         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
18201           add debug categories
18202
18203 2004-07-16  Wim Taymans  <wim@fluendo.com>
18204
18205         * ext/libpng/Makefile.am:
18206         * ext/libpng/gstpng.c: (plugin_init):
18207         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
18208         (gst_pngdec_get_type), (gst_pngdec_base_init),
18209         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
18210         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
18211         * ext/libpng/gstpngdec.h:
18212         Added png decoder.
18213
18214 2004-07-16  Julien MOUTTE  <julien@moutte.net>
18215
18216         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18217         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18218         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
18219         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18220         (gst_ximagesink_buffer_alloc):
18221         * sys/ximage/ximagesink.h:
18222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18223         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18224         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18225         (gst_xvimagesink_buffer_alloc):
18226         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
18227         again. Using internal data pointer of the x(v)image to store image's
18228         data to be coherent with the buffer alloc mechanism. Investigated the
18229         image destruction code to be sure that everything gets freed correctly.
18230
18231 2004-07-16  Wim Taymans  <wim@fluendo.com>
18232
18233         * gst-libs/gst/riff/riff-read.c:
18234         (gst_riff_read_strf_vids_with_data),
18235         (gst_riff_read_strf_auds_with_data):
18236         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18237         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18238         Make sure we don't create 0 sized subbuffers in riff-read.
18239         Signal the no more pads signal after reading the avi header.
18240
18241 2004-07-16  Wim Taymans  <wim@fluendo.com>
18242
18243         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18244         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18245         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18246         (gst_decode_bin_init), (gst_decode_bin_dispose),
18247         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18248         (no_more_pads), (close_link), (type_found),
18249         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18250         (gst_decode_bin_change_state), (plugin_init):
18251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18252         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18253         (gst_play_base_bin_dispose), (queue_overrun),
18254         (gen_preroll_element), (remove_prerolls), (unknown_type),
18255         (no_more_pads), (new_stream), (setup_source),
18256         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18257         (play_base_eos), (gst_play_base_bin_change_state),
18258         (gst_play_base_bin_add_element),
18259         (gst_play_base_bin_remove_element),
18260         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18261         (gst_play_base_bin_unlink_stream),
18262         (gst_play_base_bin_get_streaminfo):
18263         * gst/playback/gstplaybasebin.h:
18264         Better error recovery. Added configurable preroll queue size. Faster
18265         detection of no-more-pads.
18266
18267 2004-07-16  Wim Taymans  <wim@fluendo.com>
18268
18269         * gst-libs/gst/video/video.h:
18270         Added 32 bits RGBA. Not sure if we should use another mime-type
18271         for alpha rgb. Currently the presence of the alpha_mask property
18272         signals an alpha channel.
18273
18274 2004-07-16  Wim Taymans  <wim@fluendo.com>
18275
18276         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18278         FPS seems to be 0.0 to MAX everywhere else.
18279
18280 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18281
18282         * gst-libs/gst/riff/riff-media.c:
18283         (gst_riff_create_video_caps_with_data):
18284           mp42/mp43 (no caps) exist too.
18285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18286           Set pixel_width/height; we've got them in-caps.
18287         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18288         * gst/wavparse/gstwavparse.c: (plugin_init):
18289           Both are valid primary.
18290         * sys/oss/gstossmixer.c:
18291           Remove i18n hack and enable translations.
18292
18293 2004-07-15  Benjamin Otte  <otte@gnome.org>
18294
18295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18296         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18297           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
18298
18299 2004-07-15  Benjamin Otte  <otte@gnome.org>
18300
18301         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18302         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
18303         (gst_alsa_close_audio):
18304           disable some of the debugging code for now. Writing debugging to a
18305           buffer is broken in current alsalib releases.
18306
18307 2004-07-12  Benjamin Otte  <otte@gnome.org>
18308
18309         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
18310           use bufferpools
18311
18312 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18313
18314         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18315         (theora_dec_src_query), (theora_dec_event):
18316         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
18317           add debugging categories.  Remove \n's.
18318
18319 2004-07-13  Johan Dahlin  <johan@gnome.org>
18320
18321         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
18322         (gst_play_bin_get_property): Impl.
18323
18324 2004-07-13  Wim Taymans  <wim@fluendo.com>
18325
18326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
18327         When trying to find the stream length, seek back N pages
18328         instead of just one, where N is the number of streams in
18329         the current chain.
18330
18331 2004-07-13  Wim Taymans  <wim@fluendo.com>
18332
18333         * gst-libs/gst/riff/riff-media.c:
18334         (gst_riff_create_audio_caps_with_data),
18335         (gst_riff_create_audio_caps),
18336         (gst_riff_create_audio_template_caps):
18337         * gst-libs/gst/riff/riff-media.h:
18338         * gst-libs/gst/riff/riff-read.c:
18339         (gst_riff_read_strf_vids_with_data),
18340         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
18341         * gst-libs/gst/riff/riff-read.h:
18342         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18343         (gst_avi_demux_add_stream):
18344         Set codec_data on caps for avidemuxer.
18345
18346 2004-07-12  David Schleef  <ds@schleef.org>
18347
18348         * configure.ac: Fix test for Objective C
18349
18350 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
18351         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
18352         (gst_gdk_pixbuf_chain):
18353           Add svg and pcx to template caps, and ensure that getcaps returns a
18354           subset of the template caps.
18355           Copy each row manually for output, as gdkpixbuf may pad the
18356           rowstride to a 32-bit word boundary.
18357
18358 2004-07-12  Wim Taymans  <wim@fluendo.com>
18359
18360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
18361         (gst_riff_create_video_template_caps):
18362         Fix the template caps to include some more media types.
18363
18364 2004-07-12  Wim Taymans  <wim@fluendo.com>
18365
18366         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18367         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18368         (compare_ranks), (print_feature), (gst_decode_bin_init),
18369         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18370         (try_to_link_1), (new_pad), (close_link), (type_found),
18371         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18372         (gst_decode_bin_change_state), (plugin_init):
18373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18374         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18375         (gst_play_base_bin_dispose), (queue_overrun),
18376         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18377         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18378         (gst_play_base_bin_get_property), (play_base_eos),
18379         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18380         (gst_play_base_bin_remove_element),
18381         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18382         (gst_play_base_bin_unlink_stream),
18383         (gst_play_base_bin_get_streaminfo):
18384         * gst/playback/gstplaybasebin.h:
18385         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18386         (gst_play_bin_class_init), (gst_play_bin_init),
18387         (gst_play_bin_dispose), (gst_play_bin_set_property),
18388         (gst_play_bin_get_property), (gen_video_element),
18389         (gen_audio_element), (remove_sinks), (setup_sinks),
18390         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18391         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18392         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18393         (gst_play_bin_query), (plugin_init):
18394         * gst/playback/test4.c: (main):
18395         More fixes on reusing of the element.
18396
18397 2004-07-11  Benjamin Otte  <otte@gnome.org>
18398
18399         * ext/mad/gstmad.c: (normal_seek):
18400           allow seeking for other methods than just SET
18401
18402 2004-07-11  Andy Wingo  <wingo@pobox.com>
18403
18404         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
18405         float, "any" caps -> buffer_frames=[0,MAX].
18406
18407         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
18408         doesn't intersect our caps with the template any more. Do it
18409         ourselves.
18410         (interleave_buffered_loop): Use g_newa instead of malloc/free.
18411
18412 2004-07-09  Wim Taymans  <wim@fluendo.com>
18413
18414         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18415         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18416         (compare_ranks), (print_feature), (gst_decode_bin_init),
18417         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18418         (try_to_link_1), (new_pad), (close_link), (type_found),
18419         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18420         (gst_decode_bin_change_state), (plugin_init):
18421         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18422         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18423         (gst_play_base_bin_dispose), (queue_overrun),
18424         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18425         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18426         (gst_play_base_bin_get_property), (play_base_eos),
18427         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18428         (gst_play_base_bin_remove_element),
18429         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18430         (gst_play_base_bin_unlink_stream),
18431         (gst_play_base_bin_get_streaminfo):
18432         * gst/playback/gstplaybasebin.h:
18433         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18434         (gst_play_bin_class_init), (gst_play_bin_init),
18435         (gst_play_bin_dispose), (gst_play_bin_set_property),
18436         (gst_play_bin_get_property), (gen_video_element),
18437         (gen_audio_element), (remove_sinks), (setup_sinks),
18438         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18439         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18440         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18441         (gst_play_bin_query), (plugin_init):
18442         * gst/playback/test4.c: (main):
18443         Work on object reuse and seeking.
18444
18445 2004-07-09  Wim Taymans  <wim@fluendo.com>
18446
18447         * examples/seeking/seek.c: (iterate):
18448         Don't consume all CPU in the idle loop.
18449
18450 2004-07-09  Wim Taymans  <wim@fluendo.com>
18451
18452         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18453         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18454         Add pad to element *after* setting the pad functions so that
18455         the scheduler can use the correct ones.
18456
18457 2004-07-09  Wim Taymans  <wim@fluendo.com>
18458
18459         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18460         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18461         Sync to keyframe after seek
18462
18463 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18464
18465         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18466         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18467         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18468         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18469         * ext/libvisual/visual.c: (gst_visual_change_state):
18470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18471         * ext/theora/theoradec.c: (theora_dec_change_state):
18472         * ext/theora/theoraenc.c: (theora_enc_change_state):
18473         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18474         * gst-libs/gst/navigation/navigation.c:
18475         * gst/adder/gstadder.c: (gst_adder_change_state):
18476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18477         (gst_audio_convert_get_buffer):
18478         * gst/multipart/multipartdemux.c:
18479         (gst_multipart_demux_change_state):
18480         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18482         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18483         * gst/videoscale/gstvideoscale.c:
18484         (gst_videoscale_handle_src_event):
18485         * gst/volume/gstvolume.c: (volume_chain_int16):
18486           don't assert in state change, this should be done by the base
18487           GstElement class.
18488           various debugging fixes.
18489
18490 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18491
18492         * configure.ac:
18493         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18494         (gst_play_dispose), (gst_play_set_location),
18495         (gst_play_set_data_src), (gst_play_set_video_sink),
18496         (gst_play_set_audio_sink), (gst_play_set_visualization),
18497         (gst_play_connect_visualization), (gst_play_get_sink_element),
18498         (gst_play_get_all_by_interface):
18499         * gst-libs/gst/play/play.h:
18500           add new method to get elements implementing an interface.
18501           add various error logging
18502
18503 2004-07-08  Wim Taymans  <wim@fluendo.com>
18504
18505         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18506         (make_mpeg_pipeline), (make_mpegnt_pipeline),
18507         (make_playerbin_pipeline), (query_durations_elems),
18508         (query_durations_pads), (query_positions_elems),
18509         (query_positions_pads), (update_scale), (iterate), (stop_seek),
18510         (main):
18511         Added playbin seeking example.
18512
18513 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18514
18515         * gst-libs/gst/play/play.c: (gst_play_set_location),
18516         (gst_play_set_data_src), (gst_play_set_video_sink),
18517         (gst_play_set_audio_sink), (gst_play_set_visualization),
18518         (gst_play_connect_visualization), (gst_play_get_framerate):
18519           use a macro to look up elements from hash table
18520
18521 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18522
18523         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18524         (gst_play_get_length_callback), (gst_play_set_location),
18525         (gst_play_seek_to_time), (gst_play_set_data_src),
18526         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18527         (gst_play_set_visualization), (gst_play_connect_visualization),
18528         (gst_play_get_sink_element):
18529         - add debugging info
18530         - fix looking up sink elements by iterating over complete caps
18531         - put everything except for source and autoplugger in a complete bin
18532
18533 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18534
18535         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18536         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18537         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18538         (gst_alsa_sink_write), (gst_alsa_sink_loop):
18539         * ext/alsa/gstalsasink.h:
18540         - add debugging info
18541         - clean up schizophrenia of data/buffer/event
18542         - fix double event unref error
18543
18544 2004-07-08  Wim Taymans  <wim@fluendo.com>
18545
18546         * gst/playback/Makefile.am:
18547         Add headers to noinst
18548
18549 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18550
18551         * tools/gst-launch-ext-m.m:
18552         * tools/gst-launch-ext.1.in:
18553           convert to the third millenium
18554
18555 2004-07-07  David Schleef  <ds@schleef.org>
18556
18557         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18558
18559 2004-07-07  Wim Taymans  <wim@fluendo.com>
18560
18561         * gst/playback/Makefile.am:
18562         * gst/playback/README:
18563         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18564         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18565         (compare_ranks), (print_feature), (gst_decode_bin_init),
18566         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18567         (try_to_link_1), (new_pad), (close_link), (type_found),
18568         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18569         (plugin_init):
18570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18571         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18572         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18573         (gen_preroll_element), (no_more_pads), (new_stream),
18574         (setup_source), (gst_play_base_bin_set_property),
18575         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18576         (gst_play_base_bin_add_element),
18577         (gst_play_base_bin_remove_element),
18578         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18579         (gst_play_base_bin_unlink_stream),
18580         (gst_play_base_bin_get_streaminfo):
18581         * gst/playback/gstplaybasebin.h:
18582         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18583         (gst_play_bin_class_init), (gst_play_bin_init),
18584         (gst_play_bin_dispose), (gst_play_bin_set_property),
18585         (gst_play_bin_get_property), (gen_video_element),
18586         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18587         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18588         (gst_play_bin_get_formats), (gst_play_bin_convert),
18589         (gst_play_bin_get_query_types), (gst_play_bin_query),
18590         (plugin_init):
18591         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18592         (gst_stream_info_get_type), (gst_stream_info_class_init),
18593         (gst_stream_info_init), (gst_stream_info_new),
18594         (gst_stream_info_dispose), (gst_stream_info_set_property),
18595         (gst_stream_info_get_property):
18596         * gst/playback/gststreaminfo.h:
18597         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18598         (main):
18599         * gst/playback/test2.c: (main):
18600         * gst/playback/test3.c: (update_scale), (main):
18601         More playbin fixes. Added README. Do better element filtering.
18602         Added base class to preroll media. Added test apps.
18603
18604 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18605
18606         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18607         * ext/mpeg2dec/gstmpeg2dec.h:
18608           various debugging improvements.  Reset stream to next picture
18609           instead of sequence header, otherwise seeks cannot work.
18610
18611 2004-07-07  Wim Taymans  <wim@fluendo.com>
18612
18613         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18614         (gst_video_box_class_init), (gst_video_box_set_property),
18615         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18616         Use pad_alloc where possible.
18617
18618 2004-07-07  Wim Taymans  <wim@fluendo.com>
18619
18620         * sys/oss/gstosselement.c: (gst_osselement_reset),
18621         (gst_osselement_parse_caps):
18622         * sys/oss/gstosselement.h:
18623         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18624         Fix offset on osssrc.
18625
18626 2004-07-07  Wim Taymans  <wim@fluendo.com>
18627
18628         * ext/theora/theora.c: (plugin_init):
18629         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18630         (theora_dec_src_query), (theora_dec_chain):
18631         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18632         (theora_enc_sink_link), (theora_buffer_from_packet),
18633         (theora_push_packet), (theora_enc_chain):
18634         Fix theora granulepos calculation.
18635         Fix overflow in duration/position calculation.
18636         Bump rank to PRIMARY for theoradec.
18637         Use granulepos of last packet to calculate position.
18638         Set keyframe flag on buffers when needed.
18639
18640 2004-07-06  David Schleef  <ds@schleef.org>
18641
18642         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
18643         serious?  (Fixed, obviously.)
18644
18645 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18646
18647         * po/LINGUAS:
18648         * po/cs.po:
18649           added Czech translation (Miloslav Trmac)
18650
18651 2004-07-05  Wim Taymans  <wim@fluendo.com>
18652
18653         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18654         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18655         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18656         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18657         (close_link), (type_found), (gst_decode_bin_set_property),
18658         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18659         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18660         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18661         (gst_decode_bin_query), (plugin_init):
18662         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18663         (gst_play_bin_class_init), (gst_play_bin_init),
18664         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18665         (get_video_element), (new_pad), (setup_source),
18666         (gst_play_bin_set_property), (gst_play_bin_get_property),
18667         (gst_play_bin_change_state), (gst_play_bin_add_element),
18668         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18669         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18670         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18671         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18672         * gst/playback/test.c: (main):
18673         More fixes, cleaned up playbin, make it use decodebin. Added
18674         threaded property to playbin.
18675
18676 2004-07-05  Wim Taymans  <wim@fluendo.com>
18677
18678         * configure.ac:
18679         * gst/playback/Makefile.am:
18680         * gst/playback/decodetest.c: (main):
18681         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18682         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18683         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18684         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18685         (close_link), (type_found), (gst_decode_bin_set_property),
18686         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18687         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18688         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18689         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18690         (plugin_init):
18691         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18692         (gst_play_bin_class_init), (gst_play_bin_init),
18693         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18694         (collect_sink_pads), (find_compatibles), (close_pad_link),
18695         (try_to_link_1), (new_pad), (close_link), (type_found),
18696         (setup_source), (gst_play_bin_set_property),
18697         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18698         (compare_ranks), (gst_play_bin_collect_factories),
18699         (gst_play_bin_change_state), (gst_play_bin_add_element),
18700         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18701         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18702         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18703         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18704         * gst/playback/test.c: (main):
18705         Added some playback helper elements and some test apps, very alpha
18706         still.
18707
18708 2004-07-04  Benjamin Otte  <otte@gnome.org>
18709
18710         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18711           only restart audio when we indeed have an xrun to fix repeated
18712           xruns. Fix suggested by Giuliano Pochini.
18713
18714 2004-07-03  David Schleef  <ds@schleef.org>
18715
18716         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18717         call to gst_debug_log() if debugging is disabled (bug #145118)
18718
18719 2004-07-03  Benjamin Otte  <otte@gnome.org>
18720
18721         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18722           use our own functions for restarting the alsa device.
18723         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18724           I should apply patches myself - use MIN for the third argument, not
18725           the second, this fixes seeking
18726
18727 2004-07-02  David Schleef  <ds@schleef.org>
18728
18729         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18730         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
18731         do with the logic.
18732
18733 2004-07-02  David Schleef  <ds@schleef.org>
18734
18735         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
18736         output buffers.  Fix logic mistake.  (bug #144866)
18737
18738 2004-07-02  David Schleef  <ds@schleef.org>
18739
18740         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18741         on X.  (bug #144753)
18742
18743 2004-07-02  David Schleef  <ds@schleef.org>
18744
18745         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18746         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18747         (bug #144624)
18748         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18749         (gst_osselement_rate_probe_check): Add another workaround for
18750         buggy drivers (bug #145336)
18751
18752 2004-07-02  David Schleef  <ds@schleef.org>
18753
18754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18755         Most systems don't have MSG_NOSIGNAL.
18756
18757 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18758
18759         * Makefile.am:
18760         * gst-libs/gst/colorbalance/Makefile.am:
18761         * gst-libs/gst/mixer/Makefile.am:
18762         * gst-libs/gst/play/Makefile.am:
18763         * gst-libs/gst/tuner/Makefile.am:
18764           (hopefully) fix both install and dist and make error message useful.
18765           needs testing across automakes.
18766
18767 2004-07-02  Benjamin Otte  <otte@gnome.org>
18768
18769         * ext/ogg/gstogg.c: (plugin_init):
18770           we require bytestream now
18771         * ext/ogg/gstoggdemux.c:
18772           huge diff to implement chain setup in a fast and generic way. This
18773           improves tag reading and startup of huge files (read: Theora videos)
18774           quite a bit. It probably contains bugs, too, so please test.
18775           Seeking is not improved to the fast method.
18776
18777 2004-06-29  Wim Taymans  <wim@fluendo.com>
18778
18779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18780         * ext/ogg/gstoggmux.c:
18781         Fix memleak in oggdemux when running unconnected pads.
18782         doc update in mux, start working on keyframe mode.
18783
18784 2004-06-29  Benjamin Otte  <otte@gnome.org>
18785
18786         * sys/oss/gstosssink.c:
18787         * sys/oss/gstosssrc.c:
18788           advertise correct template caps - we indeed do non-native endianness
18789           and 8bit audio has no endianness
18790         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18792           avoid (wrong) duplications in getcaps function and return
18793           template caps
18794
18795 2004-06-29  Wim Taymans  <wim@fluendo.com>
18796
18797         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18798         (gst_multifdsink_class_init), (gst_multifdsink_add),
18799         (gst_multifdsink_remove), (gst_multifdsink_clear),
18800         (gst_multifdsink_client_remove),
18801         (gst_multifdsink_handle_client_read),
18802         (gst_multifdsink_client_queue_data),
18803         (gst_multifdsink_client_queue_caps),
18804         (gst_multifdsink_client_queue_buffer),
18805         (gst_multifdsink_handle_client_write),
18806         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18807         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18808         (gst_multifdsink_init_send), (gst_multifdsink_close):
18809         Fix wrong GList iteration that could crash the server when
18810         more then 2 clients disconnect at the same time. Read all the
18811         pending commands in one batch to recover from command storms under
18812         very heavy load.
18813
18814 2004-06-28  Wim Taymans  <wim@fluendo.com>
18815
18816         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18817         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18818         (gst_videomixer_pad_set_property),
18819         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18820         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18821         (gst_videomixer_class_init), (gst_videomixer_init),
18822         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18823         (pad_zorder_compare), (gst_videomixer_sort_pads),
18824         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18825         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18826         (gst_videomixer_update_queues), (gst_videomixer_loop),
18827         (plugin_init):
18828         Avoid divide by zero, choose masterpad as the pad with the highest
18829         framerate.
18830
18831 2004-06-27  Julien Moutte  <julien@moutte.net>
18832
18833         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18834         (gst_ximagesink_xwindow_new):
18835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18836         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18837         function directly. We might want to call it from somewhere else one day.
18838
18839 2004-06-27  Julien Moutte  <julien@moutte.net>
18840
18841         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18842         (gst_ximagesink_xwindow_new):
18843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18844         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18845         window decorations.
18846
18847 2004-06-27  Wim Taymans  <wim@fluendo.com>
18848
18849         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18850         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18851         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18852         (gst_dvdec_set_property), (gst_dvdec_get_property):
18853         * ext/dv/gstdvdec.h:
18854         Implement drop_factor property to lower the framerate with
18855         a factor.
18856
18857 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18858
18859         * gst-libs/gst/colorbalance/Makefile.am:
18860         * gst-libs/gst/mixer/Makefile.am:
18861         * gst-libs/gst/play/Makefile.am:
18862         * gst-libs/gst/tuner/Makefile.am:
18863           unbreak Company's fix that didn't install the -enum.h files
18864
18865 2004-06-27  Wim Taymans  <wim@fluendo.com>
18866
18867         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18868         (gst_dvdec_change_state):
18869         * ext/dv/gstdvdec.h:
18870         Fix timestamp, duration and offset of the buffers.
18871
18872 2004-06-27  Wim Taymans  <wim@fluendo.com>
18873
18874         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18875         (gst_multifdsink_class_init), (gst_multifdsink_add),
18876         (gst_multifdsink_remove), (gst_multifdsink_clear),
18877         (gst_multifdsink_client_remove),
18878         (gst_multifdsink_handle_client_read),
18879         (gst_multifdsink_client_queue_data),
18880         (gst_multifdsink_client_queue_caps),
18881         (gst_multifdsink_client_queue_buffer),
18882         (gst_multifdsink_handle_client_write),
18883         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18884         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18885         (gst_multifdsink_init_send), (gst_multifdsink_close):
18886         * gst/tcp/gstmultifdsink.h:
18887         * gst/tcp/gsttcpserversink.c:
18888         (gst_tcpserversink_handle_server_read),
18889         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18890         More multifdsink fixes, more recovery policy fixes.
18891         Removed stupid g_print
18892
18893 2004-06-26  Wim Taymans  <wim@fluendo.com>
18894
18895         * gst/tcp/Makefile.am:
18896         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18897         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18898         (gst_multifdsink_class_init), (gst_multifdsink_init),
18899         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18900         (gst_multifdsink_handle_client_read),
18901         (gst_multifdsink_client_queue_data),
18902         (gst_multifdsink_client_queue_caps),
18903         (gst_multifdsink_client_queue_buffer),
18904         (gst_multifdsink_handle_client_write),
18905         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18906         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18907         (gst_multifdsink_chain), (gst_multifdsink_set_property),
18908         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18909         (gst_multifdsink_close), (gst_multifdsink_change_state):
18910         * gst/tcp/gstmultifdsink.h:
18911         * gst/tcp/gsttcpplugin.c: (plugin_init):
18912         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18913         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18914         (gst_tcpserversink_handle_server_read),
18915         (gst_tcpserversink_handle_select),
18916         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18917         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18918         * gst/tcp/gsttcpserversink.h:
18919         Added multifdsink, made tcpserversink a subclass of fdsink, removed
18920         one of the locks, added recovery policy to multifdsink.
18921
18922 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18923
18924         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18925           fix decision for when getting frames with same timestamp
18926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18927         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18928         (gst_v4lsrc_get_property):
18929         * sys/v4l/gstv4lsrc.h:
18930           add latency offset property
18931
18932 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18933
18934         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18935         (plugin_init):
18936           fix debugging. add category.
18937
18938 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18939
18940         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18941           fix wrong offsets
18942
18943 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18944
18945         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18946         (gst_alsa_src_get_time), (gst_alsa_src_loop),
18947         (gst_alsa_src_change_state):
18948           return a time that is in sync with the element's processing
18949
18950 2004-06-25  Wim Taymans  <wim@fluendo.com>
18951
18952         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18953         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18954         (gst_tcpserversink_client_remove),
18955         (gst_tcpserversink_handle_client_read),
18956         (gst_tcpserversink_client_queue_data),
18957         (gst_tcpserversink_client_queue_caps),
18958         (gst_tcpserversink_client_queue_buffer),
18959         (gst_tcpserversink_handle_client_write),
18960         (gst_tcpserversink_queue_buffer),
18961         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
18962         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
18963         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
18964         (gst_tcpserversink_close):
18965         * gst/tcp/gsttcpserversink.h:
18966         Serversink rewrite. Really do non blocking writes to clients and
18967         maintain an internal queue to handle slower clients while not
18968         disturbing fast clients.
18969
18970 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18971
18972         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18973           better debug, don't override OFFSET and OFFSET_END
18974
18975 2004-06-25  Iain <iain@prettypeople.org>
18976
18977         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
18978         name=source for the wavparse pipeline.
18979
18980 2004-06-24  Johan Dahlin  <johan@gnome.org>
18981
18982         * ext/theora/theoraenc.c (theora_enc_chain): Call
18983         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
18984         streamheader caps are set correctly.
18985
18986 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18987
18988         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18989         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
18990           respect minimum bitrate; same could be done for max bitrate
18991
18992 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18993
18994         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18995         (gst_vorbisenc_setup):
18996           fix sample rate range
18997
18998 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18999
19000         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
19001         (gst_oggvorbisenc_setup):
19002         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
19003         (gst_vorbisenc_setup):
19004           resolve ambiguities in code and description
19005
19006 2004-06-24  Wim Taymans  <wim@fluendo.com>
19007
19008         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
19009         * ext/alsa/gstalsa.h:
19010         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19011         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
19012         Use alsa trigger_tstamp to get the timestamp of the first
19013         sample in the buffer for more precise sync. Some cleanups.
19014
19015 2004-06-24  Wim Taymans  <wim@fluendo.com>
19016
19017         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
19018         (gst_audiorate_init), (gst_audiorate_chain),
19019         (gst_audiorate_set_property), (gst_audiorate_get_property):
19020         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19021         (gst_videorate_chain):
19022         Added some logging, fixed an overflow bug in videorate.
19023
19024 2004-06-24  Benjamin Otte  <otte@gnome.org>
19025
19026         * ext/kio/Makefile.am:
19027           fix for builddir != srcdir and distcheck
19028
19029 2004-06-24  Benjamin Otte  <otte@gnome.org>
19030
19031         * gst-libs/gst/colorbalance/Makefile.am:
19032         * gst-libs/gst/mixer/Makefile.am:
19033         * gst-libs/gst/play/Makefile.am:
19034         * gst-libs/gst/tuner/Makefile.am:
19035         * gst/tcp/Makefile.am:
19036         * sys/dxr3/Makefile.am:
19037           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
19038           tarball.
19039           Also add all *.list files that were missing.
19040         * Makefile.am:
19041           add a distcheck hook to ensure the above doesn't happen again.
19042
19043 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
19044
19045         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
19046
19047 2004-06-23  Colin Walters  <walters@redhat.com>
19048
19049         * m4/Makefile.am: Distribute gst-fionread.m4.
19050
19051 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19052
19053         * configure.ac: back to dev
19054
19055 2004-06-23  Wim Taymans  <wim@fluendo.com>
19056
19057         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19058         (gst_alsa_xrun_recovery):
19059         * ext/alsa/gstalsa.h:
19060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19061         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
19062         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19063         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
19064         (gst_alsa_src_loop):
19065         Add clock to alsasrc. Take new capture timestamp when
19066         restarting after an overrun. Split up some functions between
19067         alsasrc and alsasink.
19068
19069 === release 0.8.2 ===
19070
19071 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19072
19073         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19074         (gst_alsa_change_state), (gst_alsa_update_avail),
19075         (gst_alsa_xrun_recovery):
19076         * ext/alsa/gstalsa.h:
19077         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19078           merge back changes from release
19079
19080 2004-06-23  Wim Taymans  <wim@fluendo.com>
19081
19082         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
19083         (gst_audiorate_init), (gst_audiorate_chain),
19084         (gst_audiorate_set_property), (gst_audiorate_get_property):
19085         Implement sample dropping and notify
19086
19087 2004-06-22  Wim Taymans  <wim@fluendo.com>
19088
19089         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19090         (theora_enc_sink_link), (theora_buffer_from_packet),
19091         (theora_push_packet), (theora_enc_chain):
19092         Some cleanups, make sure the timestamps are correct.
19093
19094 2004-06-22  Wim Taymans  <wim@fluendo.com>
19095
19096         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
19097         (gst_alsa_change_state), (gst_alsa_update_avail),
19098         (gst_alsa_xrun_recovery):
19099         * ext/alsa/gstalsa.h:
19100         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19101         Cleanups, take queued samples into account when reporting
19102         the time.
19103
19104 2004-06-22  Wim Taymans  <wim@fluendo.com>
19105
19106         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19107         (gst_videorate_init):
19108         Initialize the property as well.
19109
19110 2004-06-22  Wim Taymans  <wim@fluendo.com>
19111
19112         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19113         (gst_videorate_init), (gst_videorate_chain),
19114         (gst_videorate_set_property), (gst_videorate_get_property):
19115         Add property to make videorate silent.
19116         Add property to prefer new frames over old ones.
19117
19118 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19119
19120         * sys/osxvideo/Makefile.am:
19121         Workaround so that the osxvideo .so file gets linked with the
19122         Cocoa, OpenGL and QuickTime frameworks
19123
19124 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19125
19126         * sys/osxaudio/Makefile.am:
19127         Workaround so that the osxaudio .so file gets linked with the
19128         CoreAudio framework
19129
19130 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19131
19132         * configure.ac:
19133         Whoops, my fault...fixed build issues
19134
19135 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19136
19137         * configure.ac:
19138         Add objective-c support if running in Darwin/Mac OS X
19139         * sys/Makefile.am:
19140         * sys/osxvideo:
19141         * sys/osxvideo/Makefile.am:
19142         * sys/osxvideo/osxvideosink.h:
19143         * sys/osxvideo/osxvideosink.m:
19144         * sys/osxvideo/cocoawindow.h:
19145         * sys/osxvideo/cocoawindow.m:
19146         Add osxvideosink, a cocoa-based osx video sink
19147
19148
19149 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
19150         * ext/dvdnav/gst-dvd:
19151         Grab the gconf key from the right spot
19152         * gst/debug/gstnavseek.c: (gst_navseek_init),
19153         (gst_navseek_segseek), (gst_navseek_handle_src_event),
19154         (gst_navseek_chain):
19155         * gst/debug/gstnavseek.h:
19156           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
19157           and loop parameters of a segment seek.
19158         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19159         (gst_videotestsrc_get_event_masks),
19160         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
19161         * gst/videotestsrc/gstvideotestsrc.h:
19162           Add seeking support to videotestsrc
19163           Initialise the timestamp_offset variable.
19164
19165 2004-06-18  Wim Taymans  <wim@fluendo.com>
19166
19167         * ext/sidplay/gstsiddec.cc:
19168         Fix negotiation and set correct end offset.
19169
19170 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19171
19172         * configure.ac: branch and prerelease
19173
19174 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19175
19176         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
19177         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
19178         (gst_tcpclientsrc_init_receive):
19179         * gst/tcp/gsttcpclientsrc.h:
19180           read caps when connecting to server for GDP so we set them correctly
19181
19182 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19183
19184         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19185           notify drops and duplicates
19186         * gst/videoscale/videoscale.c: (videoscale_get_structure):
19187           no good reason to limit ourselves to 100x100
19188
19189 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19190
19191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19192         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19193         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19194         (gst_v4lsrc_get_property):
19195         * sys/v4l/gstv4lsrc.h:
19196         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19197         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19198         (gst_v4l_set_audio):
19199         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
19200         (gst_v4lsrc_try_capture):
19201         * sys/v4l/v4lsrc_calls.h:
19202           change try_palette to more general try_capture
19203           add autoprobe option so we can turn off autoprobing
19204           various fixes
19205
19206 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19207
19208         * configure.ac:
19209           add videorate
19210         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
19211         (gst_ximagesink_class_init):
19212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
19213         (gst_xvimagesink_class_init):
19214           run them as finalize, not dispose, since dispose can be invoked
19215           multiple times
19216
19217 2004-06-17  Wim Taymans  <wim@fluendo.com>
19218
19219         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19220         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
19221         * ext/alsa/gstalsa.h:
19222         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19223         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
19224         (gst_alsa_src_change_state):
19225         * ext/alsa/gstalsasrc.h:
19226         Make the xrun code timestamp and offset the buffers correctly.
19227         moved the clock to the base class, use alsa methods to get time.
19228         Do correct timestamping on outgoing buffers.
19229
19230 2004-06-17  Wim Taymans  <wim@fluendo.com>
19231
19232         * gst/audiorate/Makefile.am:
19233         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
19234         (gst_audiorate_base_init), (gst_audiorate_class_init),
19235         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
19236         (gst_audiorate_set_property), (gst_audiorate_get_property),
19237         (gst_audiorate_change_state), (plugin_init):
19238         Added an audiorate converter that fills in gaps.
19239
19240 2004-06-17  Johan Dahlin  <johan@gnome.org>
19241
19242         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
19243
19244 2004-06-16  Wim Taymans  <wim@fluendo.com>
19245
19246         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
19247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19248         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19249         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19250         (gst_v4lsrc_get_property):
19251         * sys/v4l/gstv4lsrc.h:
19252         Added a copy mode to v4lsrc where it will output a copied version
19253         of its internal hardware buffer.
19254         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
19255         can't | them.
19256
19257 2004-06-16  Wim Taymans  <wim@fluendo.com>
19258
19259         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19260         Timestamp fixes.
19261
19262 2004-06-16  Wim Taymans  <wim@fluendo.com>
19263
19264         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19265         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19266         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19267         (gst_v4lsrc_get_property):
19268         * sys/v4l/gstv4lsrc.h:
19269         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19270         Added a sync mode enum property to control v4lsrc timestamp method
19271         Removed the use-fixed-fps property and moved functionality in
19272         the enum.
19273         Don't error on an error value from v4l-conf, it might not always
19274         be a real error.
19275
19276 2004-06-16  Wim Taymans  <wim@fluendo.com>
19277
19278         * gst/videorate/Makefile.am:
19279         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
19280         (gst_videorate_base_init), (gst_videorate_class_init),
19281         (gst_videorate_getcaps), (gst_videorate_link),
19282         (gst_videorate_init), (gst_videorate_chain),
19283         (gst_videorate_set_property), (gst_videorate_get_property),
19284         (gst_videorate_change_state), (plugin_init):
19285         Added a video timestamp corrector.
19286
19287 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19288
19289         fixed a potential leak with previous commit
19290
19291         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19292
19293 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19294
19295         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19296         Added missing refcount, fixes bug #144425
19297         Cheers Tim for finding the bug
19298
19299 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19300
19301         * sys/v4l/gstv4l.c: (plugin_init):
19302         * sys/v4l/gstv4lcolorbalance.c:
19303         * sys/v4l/gstv4lcolorbalance.h:
19304         * sys/v4l/gstv4lelement.c:
19305         * sys/v4l/gstv4lelement.h:
19306         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19307         * sys/v4l/gstv4lmjpegsink.h:
19308         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19309         * sys/v4l/gstv4lmjpegsrc.h:
19310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19311         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19312         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19313         * sys/v4l/gstv4lsrc.h:
19314         * sys/v4l/gstv4ltuner.c:
19315         * sys/v4l/gstv4ltuner.h:
19316         * sys/v4l/gstv4lxoverlay.c:
19317         * sys/v4l/gstv4lxoverlay.h:
19318         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19319         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19320         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19321         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19322         (gst_v4l_set_audio):
19323         * sys/v4l/v4l_calls.h:
19324         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19325         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
19326         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
19327         (gst_v4lmjpegsink_playback_init),
19328         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
19329         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
19330         (gst_v4lmjpegsink_playback_stop),
19331         (gst_v4lmjpegsink_playback_deinit):
19332         * sys/v4l/v4lmjpegsink_calls.h:
19333         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19334         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
19335         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19336         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
19337         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
19338         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
19339         * sys/v4l/v4lmjpegsrc_calls.h:
19340         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19341         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
19342         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
19343         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
19344         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
19345         (gst_v4lsrc_try_palette):
19346         * sys/v4l/v4lsrc_calls.h:
19347           bunch of paranoia cleanups
19348
19349 2004-06-14  David Schleef  <ds@schleef.org>
19350
19351         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
19352         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
19353         Send discont events and change timestamps appropriately when
19354         we get a seek event.  (bug #144240)
19355         * ext/cdparanoia/gstcdparanoia.h:
19356
19357 2004-06-14  Benjamin Otte  <otte@gnome.org>
19358
19359         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
19360           snd_pcm_hw_params_set_rate  since the latter fails for no good
19361           reason on some setups.
19362
19363 2004-06-14  David Schleef  <ds@schleef.org>
19364
19365         * gst/volume/demo.c: (value_changed_callback): exp10() is not
19366         standard.  Thank you for playing.
19367
19368 2004-06-14  Wim Taymans  <wim@fluendo.com>
19369
19370         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
19371         Patch 1.3 broke the ordering of the colorspace info and
19372         made the plugin basically work by coincidence, reordered
19373         the info.
19374
19375 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19376
19377         * ext/lame/gstlame.c:
19378         * ext/mad/gstmad.c:
19379           sync caps.  Make sure mad can only output a list of rates, not
19380           a full range.  In the future, have three caps lists for each of the
19381           mpeg versions.  Change mpegversion to a double as well.
19382
19383 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19384
19385         * gst/volume/.cvsignore:
19386         * gst/volume/Makefile.am:
19387         * gst/volume/demo.c: (value_changed_callback), (idler),
19388         (setup_gui), (main):
19389           added small demo app
19390
19391 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
19392         * ext/esd/esdsink.c: (gst_esdsink_change_state):
19393         * ext/esd/esdsink.h:
19394         Close the esd connection on pause, because esd will just wait -
19395         blocking all other esd clients indefinitely.
19396
19397 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
19398
19399         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
19400           previous commit with GST_DEBUG
19401
19402 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19403
19404         * configure.ac:
19405           add a header check for a dvdread header in dvdnav.  Fixes #133002
19406
19407 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19408
19409         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
19410         * gst/tcp/gsttcpclientsink.h:
19411         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
19412         * gst/tcp/gsttcpclientsrc.h:
19413         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
19414         (gst_tcpserversink_handle_server_read),
19415         (gst_tcpserversink_init_send):
19416         * gst/tcp/gsttcpserversink.h:
19417         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19418         * gst/tcp/gsttcpserversrc.h:
19419         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
19420         version of IP)
19421
19422 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19423
19424         * configure.ac:
19425         Added ogg library so that OSX detects libtheora properly
19426
19427 2004-06-11  Wim Taymans  <wim@fluendo.com>
19428
19429         * ext/theora/theoradec.c: (theora_dec_chain),
19430         (theora_dec_change_state):
19431         Don't try to decode frames before we received a keyframe.
19432
19433 2004-06-11  Wim Taymans  <wim@fluendo.com>
19434
19435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19436         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19437         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19438         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19439         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19440         Added property to set the maximum delay of a page.
19441
19442 2004-06-10  Wim Taymans  <wim@fluendo.com>
19443
19444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19445         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19446         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19447         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19448         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19449         Added max-delay property to control the maximum amount
19450         of data to put in one page.
19451
19452 2004-06-10  Wim Taymans  <wim@fluendo.com>
19453
19454         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19455         (gst_theora_enc_init), (theora_enc_sink_link),
19456         (theora_buffer_from_packet), (theora_enc_set_property),
19457         (theora_enc_get_property):
19458         Set duration on encoded buffer, added some more properties
19459
19460 2004-06-10  Wim Taymans  <wim@fluendo.com>
19461
19462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19463         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19464         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19465         * ext/theora/theoraenc.c: (theora_enc_chain):
19466         Fix refcounting bugs
19467
19468 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19469
19470         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19471         (gst_asf_demux_loop), (gst_asf_demux_process_file),
19472         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19473         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19474         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19475         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19476         (gst_asf_demux_change_state):
19477         * gst/asfdemux/gstasfdemux.h:
19478           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19479           feels like. I think we should set a new requirement for demuxers
19480           from now on to implement sane loop functions, data loops, query
19481           and seek functions before first commit into CVS. And this commit
19482           fixes all of the above.
19483
19484 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
19485
19486         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19487           vorbis comments are properly encoded in UTF-8 before adding them
19488           to a GstTagList
19489
19490 2004-06-09  Benjamin Otte  <otte@gnome.org>
19491
19492         * ext/alsa/gstalsa.c: (add_channels):
19493           handle min <= max correctly
19494         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19495         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19496           add fixation functions so we fixate correctly. No preferring of alaw
19497           anymore because it's the first structure.
19498         * ext/alsa/gstalsa.h:
19499         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19500         (gst_alsa_hw_params_dump):
19501           add functions to ease debugging in alsalib
19502         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19503         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19504         (gst_alsa_start_audio):
19505           only specify hw params if we really setup a format (fixes #134007 -
19506           or at least works around it)
19507
19508 2004-06-09  Wim Taymans  <wim@fluendo.com>
19509
19510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19511         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19512         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19513         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19514         (gst_ogg_mux_loop):
19515         Use stream caps to setup the initial pages in the ogg stream.
19516         Correctly set the streamheader caps on the srcpad.
19517
19518 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19519
19520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19521         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19522         (gst_v4lsrc_getcaps):
19523         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19524         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19525           add querying of fps lists for webcams.  Negotiating to a framerate
19526           now works.
19527
19528 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19529
19530         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19531         (theora_push_buffer), (theora_push_packet),
19532         (theora_set_header_on_caps), (theora_enc_chain):
19533           mark buffers and put on streamheader, raw theora streaming
19534           now works too, whee
19535
19536 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19537
19538         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19539         (gst_tcp_gdp_read_caps):
19540           do a looping read for caps and GDP headers too
19541
19542 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19543
19544         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19545         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19546           return EOS instead of NULL in _get
19547
19548 2004-06-08  Wim Taymans  <wim@fluendo.com>
19549
19550         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19551         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19552         (gst_tcp_gdp_write_caps):
19553         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19554         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19555         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19556         Memory leak fixes
19557
19558 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19559
19560         * ext/vorbis/Makefile.am:
19561         * ext/vorbis/vorbis.c: (plugin_init):
19562         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19563         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19564         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19565         (vorbis_parse_change_state):
19566         * ext/vorbis/vorbisparse.h:
19567           adding a vorbisparse element that marks the buffers, streaming
19568           raw vorbis using GDP now works, whee
19569
19570 2004-06-08  Wim Taymans  <wim@fluendo.com>
19571
19572         * ext/jpeg/Makefile.am:
19573         * ext/jpeg/README:
19574         * ext/jpeg/gstjpeg.c: (plugin_init):
19575         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19576         (gst_smokedec_base_init), (gst_smokedec_class_init),
19577         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19578         * ext/jpeg/gstsmokedec.h:
19579         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19580         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19581         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19582         (gst_smokeenc_resync), (gst_smokeenc_chain),
19583         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19584         * ext/jpeg/gstsmokeenc.h:
19585         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19586         (smokecodec_flush_destination), (smokecodec_term_destination),
19587         (smokecodec_init_source), (smokecodec_fill_input_buffer),
19588         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19589         (smokecodec_term_source), (smokecodec_encode_new),
19590         (smokecodec_decode_new), (smokecodec_info_free),
19591         (smokecodec_set_quality), (smokecodec_get_quality),
19592         (smokecodec_set_threshold), (smokecodec_get_threshold),
19593         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19594         (find_best_size), (abs_diff), (put), (smokecodec_encode),
19595         (smokecodec_parse_header), (smokecodec_decode):
19596         * ext/jpeg/smokecodec.h:
19597         Added a new simple jpeg based codec
19598
19599 2004-06-08  Wim Taymans  <wim@fluendo.com>
19600
19601         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19602         (gst_multipart_mux_loop):
19603         Fix memory leak
19604
19605 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19606
19607         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19608         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19609         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19610         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19611         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19612         * gst/tcp/gsttcpserversink.h:
19613           take streamheader into account
19614
19615 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19616
19617         * gst/level/Makefile.am:
19618         * gst/level/gstlevel.c: (gst_level_class_init):
19619           clean up marshal generation
19620
19621 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19622
19623         * gst/tcp/Makefile.am:
19624         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19625         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19626         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19627         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19628         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19629         (gst_tcpclientsrc_get_property):
19630         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19631         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19632         (gst_tcpserversink_handle_client_read),
19633         (gst_tcpserversink_handle_client_write),
19634         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19635         * gst/tcp/gsttcpserversink.h:
19636           add signals client-added and client-removed
19637         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19638         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19639         (gst_tcpserversrc_get_property):
19640         uniformized, change default protocol to NONE
19641         * gst/tcp/gsttcp-marshal.list: added
19642 2004-06-07  Benjamin Otte  <otte@gnome.org>
19643
19644         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19645           handle discont events if they happen before caps nego
19646
19647 2004-06-07  Wim Taymans  <wim@fluendo.com>
19648
19649         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19650         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19651         (gst_multipart_demux_plugin_init):
19652         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19653         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19654         (gst_multipart_mux_change_state):
19655         Small updates, fix a memleak
19656
19657 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19658
19659         * configure.ac: OSS portability
19660         * ext/arts/gst_arts.c: idem
19661         * sys/oss/gstosselement.c: idem
19662         * sys/oss/gstossmixer.c: idem
19663         * sys/oss/gstosssink.c: idem
19664         * sys/oss/gstosssrc.c: idem
19665         * sys/oss/oss_probe.c: idem
19666           - check for soundcard.h in different places for some BSD
19667
19668 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
19669
19670         * AUTHORS:
19671         Add me to the authors file
19672         * configure.ac:
19673         Increase the libdv requirement to >= version 0.100
19674         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19675         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19676         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19677         * ext/dv/gstdvdec.h:
19678         Add support for the new_media flag when sending DISCONT events
19679         Make the querying work when video pad is not linked
19680
19681 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19682
19683         reviewed by Benjamin Otte  <otte@gnome.org>
19684
19685         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19686           create a NULL-initialized array of pads, so we don't think they
19687           exist already. (fixes #143130)
19688
19689 2004-06-07  Benjamin Otte  <otte@gnome.org>
19690
19691         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19692         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19693         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19694           don't use // coments
19695
19696 2004-06-07  Benjamin Otte  <otte@gnome.org>
19697
19698         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19699           cast to GstClockTime to get higher granularity
19700         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19701           use gst_element_set_time_delay to get the exact time
19702         * ext/mad/gstmad.c: (gst_mad_chain):
19703           use the negotiated rate instead of the current frame's rate which
19704           might be wrong because of bit errors. This avoids emitting totally
19705           bogus timestamps and screwing sync.
19706         (fixes #143454)
19707
19708 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19709
19710         reviewed by Benjamin Otte  <otte@gnome.org>
19711
19712         * gst/adder/gstadder.c: (gst_adder_loop):
19713           properly error out when no negotiation has happened yet. (fixes
19714           #143032)
19715
19716 2004-06-06  Benjamin Otte  <otte@gnome.org>
19717
19718         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19719           forward correctly transformed offset in discont events. Based on
19720           patch by Arwed v. Merkatz. (fixes #142851)
19721
19722 2004-06-06  David Schleef  <ds@schleef.org>
19723
19724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19725         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
19726         problems on several systems.
19727
19728 2004-06-06  Benjamin Otte  <otte@gnome.org>
19729
19730         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19731           use explicit caps on the srcpad
19732         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19733           properly error out if caps couldn't be set (fixes #142764)
19734
19735 2004-06-06  Benjamin Otte  <otte@gnome.org>
19736
19737         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19738         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19739         (gst_alsa_start_audio):
19740           - don't call set_periods_integer anymore, it breaks the
19741           configuration randomly
19742           - call snd_pcm_hw_params_set_access directly instead of using masks
19743           - don't fail if the sw_params can't be set, just use the default
19744           params and hope it works. Alsalib has weird issues when you touch
19745           sw_params and does no proper error reporting about what failed.
19746         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19747         (gst_alsa_close_audio):
19748           make our alsa debugging go via gst debugging and not conditionally
19749           defined
19750         * ext/alsa/gstalsa.h:
19751           add ALSA_DEBUG_FLUSH macro
19752         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19753         (plugin_init):
19754           wrap alsa errors to be printed via the gst debugging system and not
19755           spammed to stderr
19756
19757 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19758
19759         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19760         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19761         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19762         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19763         (qtdemux_parse_trak):
19764         * gst/qtdemux/qtdemux.h:
19765           Bitch. Also known as seeking, querying & co.
19766         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19767         (gst_osssink_change_state):
19768         * sys/oss/gstosssink.h:
19769           Resyncing is for weenies, this hack is no longer needed and was
19770           broken anyway (since it - unintendedly - always leaves resync to
19771           TRUE).
19772
19773 2004-06-05  Andrew Turner <zxombie@hotpop.com>
19774
19775         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19776         * gst/tcp/gsttcpclientsrc.h: idem
19777           - define MSG_NOSIGNAL if not done
19778           - include unistd.h for off_t
19779           (fixes #143749)
19780
19781 2004-06-05  Benjamin Otte  <otte@gnome.org>
19782
19783         * configure.ac:
19784         * ext/kio/Makefile.am:
19785           check for qt's moc preprocessor explicitly and use it
19786
19787 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19788
19789         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19790           don't get a signal for EPIPE on socket writes
19791           (somebody check if this works on other platforms)
19792
19793 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19794
19795         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19796         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19797           check error condition on available samples correctly
19798
19799 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19800
19801         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19802           avoid a segfault
19803         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19804         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19805         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19806         (gst_tcpserversrc_gdp_read_header):
19807          use ssize_t over size_t since the former is signed and thus the
19808          check for error codes can work
19809
19810 2004-06-02  Wim Taymans  <wim@fluendo.com>
19811
19812         reviewed by: Johan
19813
19814         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19815         (gst_multipart_mux_loop):
19816         Oops
19817
19818 2004-06-02  Wim Taymans  <wim@fluendo.com>
19819
19820         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19821         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19822         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19823         (gst_multipart_mux_change_state):
19824         Added configurable boundary specifier, added the value as a
19825         caps field as well.
19826
19827 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19828
19829         * gst/tcp/gsttcp.c:
19830         * gst/tcp/gsttcpclientsrc.c:
19831         * gst/tcp/gsttcpclientsrc.h:
19832         * gst/tcp/gsttcpserversrc.c:
19833           - portability fix, to compile on OSX
19834             (fixes #143146)
19835
19836         * sys/osxaudio/gstosxaudioelement.c:
19837         * sys/osxaudio/gstosxaudiosink.c:
19838         * sys/osxaudio/gstosxaudiosrc.c:
19839           - compilation warnings on OSX
19840             (fixes #143153)
19841
19842 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19843
19844         * ext/vorbis/vorbisdec.c : sign warning fixes
19845
19846         * gst-libs/gst/mixer/mixertrack.c :
19847           do no use defines which are glib 2.4 specific
19848
19849 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
19850
19851         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19852           buffer since libflac doesn't expect it (reports a sync error when
19853           it encounters that)
19854
19855
19856 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
19857
19858         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19859         * gst-libs/gst/mixer/mixertrack.c:
19860         (gst_mixer_track_get_property), (get_mixer_track_init),
19861         (get_mixer_track_get_property): Added property accessors
19862         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19863         * gst-libs/gst/mixer/mixeroptions.c:
19864         (gst_mixer_options_get_values): Added
19865         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19866         * gst-libs/gst/mixer/mixer.c: Fixed comment
19867
19868
19869 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19870
19871         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19872           improve error messages on open
19873
19874
19875 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19876
19877         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19878           check if v4l-conf is in path
19879
19880 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19881
19882         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19883           change assert to a more readable error message
19884
19885 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19886
19887         * gst-libs/gst/tuner/tunerchannel.h:
19888           - add a freq_multiplicator field to make the conversion
19889             between internal frequency unit and Hz
19890         * sys/v4l/gstv4lelement.c:
19891         * sys/v4l2/gstv4l2element.c:
19892           - change default video device to /dev/video0
19893         * sys/v4l/v4l_calls.c:
19894         * sys/v4l2/v4l2_calls.c:
19895           - we only expose frequency to the user in Hz instead of
19896             bastard v4lX unit (either 62.5kHz or 62.5Hz)
19897
19898 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
19899         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19900           Initialise b_o_s and e_o_s variables
19901         * gst-libs/gst/riff/riff-media.c:
19902         (gst_riff_create_video_caps_with_data):
19903           Add some unusual fourcc's from mplayer avi's
19904         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19905           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19906           autoplugging.
19907
19908 2004-05-28  Wim Taymans  <wim@fluendo.com>
19909
19910         * configure.ac:
19911         * gst/alpha/Makefile.am:
19912         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19913         (gst_alpha_get_type), (gst_alpha_base_init),
19914         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19915         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19916         (gst_alpha_chroma_key), (gst_alpha_chain),
19917         (gst_alpha_change_state), (plugin_init):
19918         A plugin to add an alpha channel to I420 video. Can optionally do
19919         chroma keying.
19920         * gst/multipart/Makefile.am:
19921         * gst/multipart/multipart.c: (plugin_init):
19922         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19923         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19924         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19925         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19926         (gst_multipart_demux_change_state),
19927         (gst_multipart_demux_plugin_init):
19928         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19929         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19930         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19931         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19932         (gst_multipart_mux_pad_unlink),
19933         (gst_multipart_mux_request_new_pad),
19934         (gst_multipart_mux_handle_src_event),
19935         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19936         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19937         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19938         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19939         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19940         send multipart jpeg images to a browser.
19941         * gst/videobox/Makefile.am:
19942         * gst/videobox/README:
19943         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19944         (gst_video_box_get_type), (gst_video_box_base_init),
19945         (gst_video_box_class_init), (gst_video_box_init),
19946         (gst_video_box_set_property), (gst_video_box_get_property),
19947         (gst_video_box_sink_link), (gst_video_box_i420),
19948         (gst_video_box_ayuv), (gst_video_box_chain),
19949         (gst_video_box_change_state), (plugin_init):
19950         Crops or adds borders around an image. can do alpha channel
19951         borders as well.
19952         * gst/videomixer/Makefile.am:
19953         * gst/videomixer/README:
19954         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19955         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
19956         (gst_videomixer_pad_get_sink_event_masks),
19957         (gst_videomixer_pad_get_property),
19958         (gst_videomixer_pad_set_property),
19959         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
19960         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
19961         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19962         (gst_videomixer_base_init), (gst_videomixer_class_init),
19963         (gst_videomixer_init), (gst_videomixer_request_new_pad),
19964         (gst_videomixer_handle_src_event),
19965         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
19966         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19967         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19968         (gst_videomixer_loop), (gst_videomixer_get_property),
19969         (gst_videomixer_set_property), (gst_videomixer_change_state),
19970         (plugin_init):
19971         Generic video mixer plugin, can handle multiple inputs all with
19972         different framerates and video sizes. Is fully alpha channel
19973         aware.
19974
19975 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19976
19977         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19978           Select first track as master track. Not sure how else to handle
19979           that...
19980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
19981           Discard discont events. Should fix #142962.
19982
19983 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19984
19985         * ext/alsa/Makefile.am:
19986         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
19987         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
19988         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
19989         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
19990         (gst_alsa_mixer_get_option):
19991         * ext/alsa/gstalsamixer.h:
19992         * ext/alsa/gstalsamixeroptions.c:
19993         (gst_alsa_mixer_options_get_type),
19994         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
19995         (gst_alsa_mixer_options_new):
19996         * ext/alsa/gstalsamixeroptions.h:
19997         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19998         * ext/alsa/gstalsamixertrack.h:
19999           Add enumerations (as GstMixerOptions). Make correct distinction
20000           between input/output tracks. Add capture/playback private flag.
20001           Use flag to decide on whether to set capture or playback volumes
20002           or switches. Use playback and record switches.
20003         * gst-libs/gst/mixer/Makefile.am:
20004         * gst-libs/gst/mixer/mixer-marshal.list:
20005         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
20006         (gst_mixer_set_option), (gst_mixer_get_option),
20007         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
20008         (gst_mixer_volume_changed), (gst_mixer_option_changed):
20009         * gst-libs/gst/mixer/mixer.h:
20010         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
20011         (gst_mixer_options_class_init), (gst_mixer_options_init),
20012         (gst_mixer_options_dispose):
20013         * gst-libs/gst/mixer/mixeroptions.h:
20014           Add GstMixerOptions.
20015         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20016           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
20017           broken device detection on computers with multiple OSS sound
20018           cards.
20019
20020 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20021
20022         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20023           fixate nicely even when the peer is not negotiating
20024
20025 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20026
20027         * gst/audioconvert/gstaudioconvert.c:
20028         (gst_audio_convert_parse_caps):
20029           make sure we don't allow depth > width
20030         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20031           fixate endianness to G_BYTE_ORDER as default
20032         * gst/audioscale/gstaudioscale.c:
20033           we don't handle another endianness as host-endianness
20034
20035 2004-05-25  David Schleef  <ds@schleef.org>
20036
20037         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
20038
20039 2004-05-24  Benjamin Otte  <otte@gnome.org>
20040
20041         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
20042         (gst_oggvorbisenc_setup):
20043           properly fail when we can't setup the vorbis encoder due to
20044           unsupported settings
20045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
20046         (gst_vorbisenc_setup):
20047           same
20048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20049           fix case where warnings occured when one pad was unlinked while the
20050           other's link function was called
20051
20052 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20053
20054         * gst/tcp/Makefile.am:
20055           use GST_ENABLE_NEW
20056
20057 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20058
20059         * gst-libs/gst/resample/private.h:
20060           don't use optimizations that are #if 0'ed
20061
20062 2004-05-24  Wim Taymans  <wim@fluendo.com>
20063
20064         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20065         Fix potential division by zero error and hopefully get
20066         the position query right to get correct timestamps on avi
20067         audio.
20068
20069 2004-05-24  Wim Taymans  <wim@fluendo.com>
20070
20071         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
20072         (gst_videoscale_scale_nearest_str2),
20073         (gst_videoscale_scale_nearest_str4),
20074         (gst_videoscale_scale_nearest_32bit),
20075         (gst_videoscale_scale_nearest_24bit),
20076         (gst_videoscale_scale_nearest_16bit):
20077         Fix the scaling algorithm and avoid a buffer overflow.
20078         removed the while loop in the scaling function as it
20079         was used for point sampling only.
20080
20081 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20082
20083         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20084         (gst_id3_tag_class_init), (gst_id3_tag_init),
20085         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
20086         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
20087         (gst_id3_tag_send_tag_event):
20088           lots of fixes to make id3mux work and id3demux work correctly
20089
20090 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20091
20092         * ext/Makefile.am:
20093           add rules to build shout2send (was removed by accident
20094           when this module was no more marked experimental/broken)
20095
20096 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20097
20098         * ext/shout2/gstshout2.c:
20099         * ext/shout2/gstshout2.h:
20100           adding a "connection problem" signal to shout2send
20101           (fixes #142954)
20102
20103 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20104
20105         * ext/kio/kioreceiver.cpp:
20106         * ext/kio/kioreceiver.h:
20107           fix sign comparison issues
20108
20109 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20110
20111         * gst/cdxaparse/gstcdxaparse.c:
20112         * gst/cdxaparse/gstcdxaparse.h:
20113           some renaming
20114           add some checks/sanity
20115           prepare for seek addition
20116
20117         * sys/sunaudio/gstsunaudio.c:
20118           remove exported dupe init function
20119
20120 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
20121
20122         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
20123         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
20124           Fix format conversion and position querying.
20125         * gst/debug/progressreport.c: (gst_progressreport_report):
20126           Don't output a bogus total value that we didn't query.
20127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20128           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
20129           only a blank window after xine has been used.
20130
20131 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20132
20133         * m4/as-arts.m4:
20134           sync with upstream version to fix test on FC2
20135           readd with -ko to preserve Id header
20136
20137 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20138
20139         * configure.ac:
20140           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
20141         * gst/tcp/gsttcpclientsrc.c: idem
20142         * gst/tcp/gsttcpserversink.c: idem
20143         * gst/tcp/gsttcpserversrc.c: idem
20144         * m4/gst-fionread.m4: idem
20145
20146         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
20147
20148         * configure.ac: enable speex plugin for speex 1.1.5+
20149         * ext/speex/gstspeexenc.c: fix cast warning
20150
20151         * ext/esd/README: fix typo
20152
20153 2004-05-20  David Schleef  <ds@schleef.org>
20154
20155         * configure.ac: Minor cosmetic change to convince the buildbot to
20156         reautogen.
20157         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
20158         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
20159         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
20160         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
20161         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
20162         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
20163         More hacking.  Plays audio now.
20164
20165 2004-05-20  David Schleef  <ds@schleef.org>
20166
20167         * configure.ac:
20168         * sys/Makefile.am:
20169
20170 2004-05-20  David Schleef  <ds@schleef.org>
20171
20172         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
20173         * sys/osxaudio/gstosxaudio.c:
20174         * sys/osxaudio/gstosxaudioelement.c:
20175         * sys/osxaudio/gstosxaudioelement.h:
20176         * sys/osxaudio/gstosxaudiosink.c:
20177         * sys/osxaudio/gstosxaudiosink.h:
20178         * sys/osxaudio/gstosxaudiosrc.c:
20179         * sys/osxaudio/gstosxaudiosrc.h:
20180
20181 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20182
20183         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
20184         (gst_vorbisenc_chain):
20185           put the codec headers on the caps as streamheader as well as
20186           pushing them out
20187
20188 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20189
20190         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20191         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20192         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
20193         split up push_packet into two functions
20194
20195 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20196
20197         * gst/tcp/.cvsignore:
20198           ignore enums
20199         * gst/tcp/Makefile.am:
20200         * gst/tcp/README:
20201         * gst/tcp/gsttcp.c:
20202         * gst/tcp/gsttcp.h:
20203         * gst/tcp/gsttcpclientsink.c:
20204         * gst/tcp/gsttcpclientsink.h:
20205         * gst/tcp/gsttcpclientsrc.c:
20206         * gst/tcp/gsttcpclientsrc.h:
20207         * gst/tcp/gsttcpplugin.c:
20208         * gst/tcp/gsttcpserversink.c:
20209         * gst/tcp/gsttcpserversink.h:
20210         * gst/tcp/gsttcpserversrc.c:
20211         * gst/tcp/gsttcpserversrc.h:
20212           add new tcp elements
20213
20214 2004-05-19  Wim Taymans  <wim@fluendo.com>
20215
20216         * gst/law/mulaw-conversion.c: (mulaw_encode):
20217         Fix overflow bug in ulaw encoding.
20218
20219 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20220
20221         * ext/mad/gstmad.c: (gst_mad_handle_event):
20222           don't unref the event twice
20223
20224 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20225
20226         * configure.ac:
20227           remove -Wno-sign-compare
20228
20229 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20230
20231         * configure.ac:
20232           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
20233           if you want to work against glib 2.2 and 2.4
20234
20235 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20236
20237         * gst/tcp/Makefile.am:
20238         * gst/tcp/gsttcp.c:
20239         * gst/tcp/gsttcp.h:
20240         * gst/tcp/gsttcpsink.h:
20241         * gst/tcp/gsttcpsrc.h:
20242           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
20243
20244 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20245
20246         * gst/debug/tests.c: (md5_get_value):
20247           fix segfault on gst-inspect
20248
20249 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20250
20251         * gst/debug/testplugin.c:
20252         * gst/debug/tests.c:
20253         * gst/debug/tests.h:
20254           add new extensible and configurable testing element. Current tests
20255           include buffer count, stream length, timestamp/duration matching and
20256           md5.
20257         * gst/debug/Makefile.am:
20258         * gst/debug/gstdebug.c: (plugin_init):
20259           add infrastructure for new element
20260
20261 2004-05-19  Johan Dahlin  <johan@gnome.org>
20262
20263         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
20264         ending of the array. Fixes gst-inspect segfault on ppc.
20265
20266 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20267
20268         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
20269
20270         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
20271
20272 2004-05-18  David Schleef  <ds@schleef.org>
20273
20274         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
20275         warnings (bugs, actually) noticed by gcc but not forte.
20276
20277 2004-05-18  David Schleef  <ds@schleef.org>
20278
20279         * sys/sunaudio/Makefile.am:
20280         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
20281
20282 2004-05-18  David Schleef  <ds@schleef.org>
20283
20284         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20285         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
20286         to allow qtdemux to use non-seekable streams. (bug #142272)
20287
20288 2004-05-18  David Schleef  <ds@schleef.org>
20289
20290         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
20291         (gst_resample_sinc_ft_float): Remove use of static temporary
20292         buffer.  This code was obviously not supposed to last long, but
20293         it's stuck in our ABI, so it required a little hack to make it
20294         ABI-compatible.  Fixes #142585.
20295         * gst-libs/gst/resample/resample.h: same.
20296
20297 2004-05-18  David Schleef  <ds@schleef.org>
20298
20299         * configure.ac: Add sunaudio
20300         * examples/Makefile.am: make gstplay depend on gconf
20301         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
20302         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
20303         (convert_table_lookup), (img_convert): remove c99-isms
20304         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
20305           unsigned, to fix a warning on Solaris
20306         * gst/mpeg1sys/systems.c: bcopy->memcpy
20307         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
20308         * sys/Makefile.am: Add sunaudio
20309
20310 2004-05-18  Wim Taymans  <wim@fluendo.com>
20311
20312         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
20313         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20314         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
20315         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
20316         (gst_ogg_mux_loop):
20317         Fix an ugly memleak where the muxer didn't flush enough ogg
20318         pages. This also resulted in badly muxed ogg files.
20319
20320 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20321
20322         * gst/asfdemux/asfheaders.c :
20323         * gst/asfdemux/asfheaders.h :
20324         * gst/asfdemux/gstasfdemux.c :
20325           - fix ASF_OBJ_PADDING guid
20326           - add 3 new object guids (language list, metadata,
20327             extended stream properties)
20328           - add a function to parse extended header objects
20329
20330 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20331
20332         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20333           remove leftover debugging g_print
20334
20335 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20336
20337         * ext/mad/gstmad.c: (gst_mad_handle_event):
20338           Fix for when the first format in a discont event is not a
20339           byte-based one. Should fix #137710.
20340
20341 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20342
20343         * m4/a52.m4 : fix compilation with -Wall -Werror
20344         * m4/libfame.m4 : idem
20345         * m4/libmikmod.m4 : idem
20346
20347 2004-05-17  Benjamin Otte  <otte@gnome.org>
20348
20349         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20350           signal the new tags before giving up the reference
20351
20352 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20353
20354         * ext/shout2/gstshout2.c:
20355           use application/ogg instead of application/x-ogg (patch by Patrick
20356           Guimond, fixes #142432)
20357         * sys/oss/gstosselement.c: (gst_osselement_reset),
20358         (gst_osselement_sync_parms):
20359           don't set fragment size unless specified (fixes #142493)
20360
20361 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20362
20363         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
20364           fixes #142664
20365
20366 2004-05-17  Benjamin Otte  <otte@gnome.org>
20367
20368         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20369           compute offsets correctly for internal buffers so timestamps are set
20370           correctly when we can't seek. Also handle cases where there are no
20371           offsets. (based on a patch by David Moore, fixes #142507)
20372
20373 2004-05-17  Benjamin Otte  <otte@gnome.org>
20374
20375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20376           use correct variable when determining amount of data to skip so we
20377           don't skip into the void and segfault
20378
20379 2004-05-16  Benjamin Otte  <otte@gnome.org>
20380
20381         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20382           Hi, I'm a memleak
20383
20384 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20385
20386         * gst/asfdemux/gstasfdemux.c:
20387           - fix a mem leak and always propagate tags
20388           - add WMV3 to known video codecs (but no decoder yet)
20389           - replace "surplus data" at end of audio header for what
20390             it is : codec specific data
20391           - fix a typo
20392
20393 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
20394
20395         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20396
20397         * gst-libs/gst/audio/audioclock.c:
20398           Fix wrong return type (#142205).
20399
20400 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20401
20402         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
20403           Ignore CRCs by default (fixes #142566).
20404
20405 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20406
20407         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
20408         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
20409         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
20410         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
20411         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20412         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
20413           Fix for cases where we fail to attach to a mixer.
20414
20415 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20416
20417         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20418           Don't touch events after not owning them anymore.
20419         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
20420         (gst_wavparse_fmt), (gst_wavparse_other),
20421         (gst_wavparse_handle_seek), (gst_wavparse_loop),
20422         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20423         (gst_wavparse_srcpad_event):
20424         * gst/wavparse/gstwavparse.h:
20425           Add seeking, fix querying.
20426
20427 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20428
20429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20430           - process comments even if they don't end with \0\0
20431             g_convert would ignore them if present and works well without them
20432
20433 2004-05-16  Benjamin Otte  <otte@gnome.org>
20434
20435         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
20436           simplify caps
20437
20438 2004-05-16  Benjamin Otte  <otte@gnome.org>
20439
20440         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20441           don't write to memory we might not write to - g_convert does that
20442           for us anyway (fixes #142613)
20443         (gst_asf_demux_audio_caps):
20444           comment out gst_util_dump_mem
20445
20446 2004-05-16  Benjamin Otte  <otte@gnome.org>
20447
20448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20449           compute correct expected timestamps after seek (broken since
20450           last commit)
20451         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20452           rename element and debugging category to gdkpixbufscale
20453
20454 2004-05-16  Benjamin Otte  <otte@gnome.org>
20455
20456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20457           add error checking to snd_pcm_delay and remove duplicate call to
20458           snd_pcm_delay that caused issues (see inline code comments)
20459         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20460           make more readable and fix return value when snd_pcm_delay fails
20461         (fixes #142586)
20462
20463 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
20464         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20465         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20466         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20467         (gst_pixbufscale_link), (gst_pixbufscale_init),
20468         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20469         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20470         (gst_pixbufscale_get_property), (pixbufscale_init):
20471         * ext/gdk_pixbuf/pixbufscale.h:
20472         Add these files I forgot earlier
20473
20474 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
20475         * ext/gdk_pixbuf/Makefile.am:
20476         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20477         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20478         Add new pixbufscale element to scale RGB video
20479         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20480         and HYPER interpolation correctly.
20481         * ext/theora/theoraenc.c: (theora_enc_chain),
20482         Discard buffer and return if explicit caps could not be set
20483         (theora_enc_get_property):
20484         Make _get return kbps for the bitrate consistent with
20485         the _set function.
20486
20487
20488 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20489
20490         * ext/libvisual/visual.c: (gst_visual_chain):
20491           add missing visual_audio_analyze
20492
20493 2004-05-14  David Schleef  <ds@schleef.org>
20494
20495         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20496         is killed while we're playing.
20497         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20498         gst_element_no_more_pads().
20499
20500 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20501
20502         * gst-libs/gst/riff/riff-read.c :
20503           - fix INFO tag extraction in RIFF/AVI files
20504             because gst_event_unref (event) also freed taglist
20505           - avoid a mem leak
20506
20507 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20508
20509         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20510         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20511
20512         * gst/auparse/gstauparse.c :
20513           - add code (commented for now) to support audio/x-adpcm on src pad
20514             (we have no decoder for those layout yet)
20515
20516         * gst/cdxaparse/gstcdxaparse.c :
20517         * gst/cdxaparse/gstcdxaparse.h :
20518           - partial rewrite using RiffRead (ripped iain's wavparse code)
20519
20520         * gst/rtp/gstrtpL16enc.c : typo
20521         * gst/rtp/gstrtpgsmenc.c : typo
20522
20523 2004-05-13  Benjamin Otte  <otte@gnome.org>
20524
20525         * configure.ac:
20526           check for exact version of libvisual, it's not supposed to be
20527           API/ABI stable yet
20528
20529 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20530
20531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20532           signal no-more-pads
20533
20534 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20535
20536         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20537         Report which format was used for GST_FORMAT_DEFAULT
20538         * gst/debug/Makefile.am:
20539         * gst/debug/gstdebug.c: (plugin_init):
20540         * gst/debug/progressreport.c: (gst_progressreport_base_init),
20541         (gst_progressreport_class_init), (gst_progressreport_init),
20542         (gst_progressreport_report), (gst_progressreport_set_property),
20543         (gst_progressreport_get_property), (gst_progressreport_chain),
20544         (gst_progressreport_plugin_init):
20545         Add progressreport element for testing.
20546
20547 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20548
20549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20550         * sys/v4l/gstv4lsrc.h:
20551         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20552         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20553         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20554         (gst_v4lsrc_grab_frame):
20555           add more debugging
20556           send a discont at start
20557
20558 2004-05-12  Colin Walters  <walters@redhat.com>
20559
20560         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20561         inflooping if we can't find a chunk.  Or in other words, don't blow
20562         chunks if we don't have a chunk to blow.
20563
20564 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20565         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20566         Remove old debug output
20567         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20568         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20569         (gst_dvdec_set_property), (gst_dvdec_get_property):
20570         Change the quality setting to an enum, so it works from gst-launch
20571         Don't renegotiate a non-linked pad. Allows audio only decoding.
20572         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20573         (gst_deinterlace_link), (gst_deinterlace_init):
20574         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20575         (gst_videodrop_link):
20576         Some caps negotiation fixes
20577
20578 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20579
20580         * ext/tarkin/gsttarkin.c :
20581           - Change RANK from NONE to PRIMARY
20582         * ext/gdk_pixbuf/gstgdkpixbuf.c :
20583           - Change RANK from NONE to MARGINAL
20584         * ext/divx/gstdivxenc.c :
20585           - Change RANK from PRIMARY to NONE (encoder/spider issue)
20586
20587 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20588
20589         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20590         (gst_vorbisenc_push_packet):
20591           copy a function that was added between 1.0 and 1.0.1 until we
20592           depend on worthwhile features of post-1.0
20593
20594 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20595
20596         * configure.ac:
20597           enable shout2 by default
20598         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20599         (gst_shout2send_base_init), (gst_shout2send_init),
20600         (gst_shout2send_connect), (gst_shout2send_change_state):
20601         * ext/shout2/gstshout2.h:
20602           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20603           #142262)
20604         * ext/theora/theora.c: (plugin_init):
20605           don't set rank on encoders
20606
20607 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
20608
20609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20610           Use codec_data property instead of flag1 and flag2 for wma
20611
20612 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20613
20614         * gst/cdxaparse/gstcdxaparse.c :
20615           - Add mpegversion to CAPS to make it link
20616           - Rank is as GST_RANK_SECONDARY instead of NONE
20617         * gst/auparse/gstauparse.c :
20618           - Document all audio encoding we can encounter from Solaris 9
20619             headers and libsndfile information.
20620           - Increase max. rate from 48000 to 192000 (to match other elements)
20621           - Don't try to play junk data between header and samples
20622
20623 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20624
20625         * ext/libvisual/visual.c: (gst_visual_getcaps):
20626           use the right caps depending on endianness (I hope)
20627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20628           use GST_RANK_NONE for all non-decoding elements or spider gets
20629           mighty confused
20630
20631 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20632
20633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20634           Fix some odd cases and fix BE metadata parsing of unicode16 text.
20635
20636 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20637
20638         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20639         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20640         (gst_switch_loop), (gst_switch_get_type):
20641           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20642           HEADERS. Had to be said.
20643
20644 2004-05-10  David Schleef  <ds@schleef.org>
20645
20646         * configure.ac: Add prototype Dirac support.
20647         * ext/Makefile.am:
20648         * ext/dirac/Makefile.am:
20649         * ext/dirac/gstdirac.cc:
20650         * ext/dirac/gstdiracdec.cc:
20651
20652 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20653
20654         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20655         (gst_auparse_init), (gst_auparse_chain),
20656         (gst_auparse_change_state):
20657           Hack around spider. Remove me some day please.
20658
20659 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20660
20661         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20662           Fix for some uninitialized variables in previous patch, also
20663           makes it work. Fixes #142286 while we're at it.
20664
20665 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20666
20667         * gst/auparse/gstauparse.c:
20668                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20669                 only unsupported formats are ADPCM/CCITT G.72x
20670                 reviewed by Ronald
20671         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20672
20673 2004-05-10  Wim Taymans  <wim@fluendo.com>
20674
20675         * ext/vorbis/Makefile.am:
20676         * ext/vorbis/README:
20677         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20678         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20679         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20680         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20681         (gst_oggvorbisenc_convert_sink),
20682         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20683         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20684         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20685         (get_constraints_string), (update_start_message),
20686         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20687         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20688         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20689         * ext/vorbis/oggvorbisenc.h:
20690         * ext/vorbis/vorbis.c: (plugin_init):
20691         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20692         (raw_caps_factory), (gst_vorbisenc_class_init),
20693         (gst_vorbisenc_init), (gst_vorbisenc_setup),
20694         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20695         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20696         * ext/vorbis/vorbisenc.h:
20697         Added a raw vorbis encoder to be used with the oggmuxer.
20698         We still need the old encoder for some gnome applications,
20699         read the README to find out how that works.
20700         The raw encoder is called "rawvorbisenc" until 0.9.
20701
20702 2004-05-10  Wim Taymans  <wim@fluendo.com>
20703
20704         * ext/ogg/gstogg.c: (plugin_init):
20705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20706         (gst_ogg_print):
20707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20708         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20709         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20710         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20711         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20712         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20713         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20714         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20715         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20716         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20717         Added an ogg muxer.
20718         Small typo fixes in the demuxer.
20719
20720 2004-05-10  Wim Taymans  <wim@fluendo.com>
20721
20722         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20723         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20724         (theora_enc_change_state), (theora_enc_set_property),
20725         (theora_enc_get_property):
20726         Mark the last packet with an EOS flag which is not really needed
20727         in gstreamer.
20728         Do some better video framerate initialisation.
20729         Update the buffer timestamp.
20730
20731 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
20732
20733         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20734         Return the result of the parent state change call
20735
20736 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20737
20738         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20739         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20740         * gst/law/alaw-encode.c : (idem)
20741         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20742         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20743         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20744
20745 2004-05-09  Benjamin Otte  <otte@gnome.org>
20746
20747         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20748           don't use a fixed buffer size when writing variable length data to
20749           it. Fixes memory corruption and makes alsasrc work
20750
20751 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * ext/gnomevfs/gstgnomevfssink.c:
20754         (_gst_boolean_allow_overwrite_accumulator),
20755         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20756           Run glib's default signal handler (??) in RUN_CLEANUP rather than
20757           RUN_LAST, and don't use that to set the accumulator value because
20758           then it's always FALSE.
20759
20760 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20761
20762         * gst-libs/gst/riff/riff-media.c:
20763         (gst_riff_create_video_caps_with_data),
20764         (gst_riff_create_audio_caps),
20765         (gst_riff_create_audio_template_caps):
20766         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20767           Fix for unaligned RIFF files (i.e. where all the chunks together
20768           in a LIST chunk are not of the same size as the size given in
20769           the LIST chunk header). Fixes several odd WAVE files. Also fix
20770           ADPCM (block_align property) in audio, so that wavparse based
20771           on this works now as it used to stand-alone.
20772
20773 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
20774
20775         reviewed by Benjamin Otte  <otte@gnome.org>
20776
20777         * ext/a52dec/gsta52dec.c:
20778         * ext/divx/gstdivxdec.c:
20779         * ext/divx/gstdivxenc.c:
20780         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20781         * ext/faac/gstfaac.c: (gst_faac_base_init):
20782         * ext/faad/gstfaad.c: (gst_faad_base_init):
20783         * ext/ivorbis/vorbisfile.c:
20784         * ext/lame/gstlame.c:
20785         * ext/libfame/gstlibfame.c:
20786         * ext/mpeg2enc/gstmpeg2enc.cc:
20787         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20788         * ext/sidplay/gstsiddec.cc:
20789         * ext/speex/gstspeexdec.c:
20790         * ext/speex/gstspeexenc.c:
20791         * ext/xvid/gstxviddec.c:
20792         * ext/xvid/gstxvidenc.c:
20793           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20794           (fixes #142193)
20795
20796 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20797
20798         * ext/alsa/gstalsa.c: (device_list),
20799         (gst_alsa_class_probe_devices):
20800         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20801           Fix alsa oddness in mixer after the combination of using mixer
20802           in source/sink elements and using hw:x,y instead of just hw:x.
20803
20804 2004-05-09  Benjamin Otte  <otte@gnome.org>
20805
20806         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20807         (gst_wavparse_create_sourcepad):
20808           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20809           sourcepads
20810
20811 2004-05-09  Benjamin Otte  <otte@gnome.org>
20812
20813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20814           allow discont events before caps nego
20815
20816 2004-05-08  Benjamin Otte  <otte@gnome.org>
20817
20818         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20819           don't leak events
20820
20821 2004-05-08  Benjamin Otte  <otte@gnome.org>
20822
20823         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20824         (gst_level_change_state), (gst_level_init):
20825         * gst/level/gstlevel.h:
20826           figure out if we're initialized directly instead of keeping a
20827           variable that's wrong in 90% of cases
20828           don't initialize pads and then leak them and use a new unitialized
20829           pad. (fixes #142084)
20830           these were bugs so n00bish I didn't find them for an hour :/
20831
20832 2004-05-08 Iain <iain@prettypeople.org>
20833
20834         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20835         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20836         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20837         return the length that was read.
20838         (gst_riff_read_strf_auds): Allow fmt tags as well.
20839
20840 2004-05-07  David Schleef  <ds@schleef.org>
20841
20842         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20843         signed char assumption in faad.h.
20844
20845 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20846
20847         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20848           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20849
20850 2004-05-07  Colin Walters  <walters@redhat.com>
20851
20852         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20853         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20854         function.
20855         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20856         Add dispose function.
20857
20858 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
20859         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20860           Fix caps nego and pad templates. RGB mode caps should
20861           work now.
20862         * ext/dvdnav/gst-dvd:
20863           Move mpeg2dec inside the thread because otherwise the
20864           queue rejects cap changes mid-stream
20865         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20866         (gst_mpeg2dec_flush_decoder):
20867           For mpeg2dec > 0.4.0, call the flush function instead of
20868           manually extracting all in-flight frames.
20869         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20870         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20871           Change mime type video/dv go video/x-dv to match the
20872           rest of gst-plugins
20873
20874 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20875
20876         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20877         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20878         (gst_alsa_sink_class_init):
20879         * ext/alsa/gstalsasink.h:
20880         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20881         (gst_alsa_src_class_init):
20882         * ext/alsa/gstalsasrc.h:
20883           Make alsasink/src a subclass of alsamixer so that mixer stuff
20884           shows up in gst-rec. Needs some finetuning.
20885
20886 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20887
20888         * ext/lame/gstlame.c: (gst_lame_chain):
20889           simplify
20890         * ext/mad/gstmad.c: (gst_mad_handle_event):
20891           fix event leak
20892         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20893           be able to detect mp3 files < 4096 bytes
20894
20895 2004-05-06  Wim Taymans  <wim@fluendo.com>
20896
20897         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20898         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20899         (theora_enc_set_property), (theora_enc_get_property):
20900         Also encode the first frame, cleanup some code.
20901
20902 2004-05-06  Wim Taymans  <wim@fluendo.com>
20903
20904         * ext/mpeg2enc/gstmpeg2enc.cc:
20905         Forward events first before deciding that negotiation was
20906         not performed.
20907
20908 2004-05-06  Wim Taymans  <wim@fluendo.com>
20909
20910         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20911         First process the events before deciding that negotiation
20912         was not performed.
20913
20914 2004-05-06  Wim Taymans  <wim@fluendo.com>
20915
20916         * ext/theora/Makefile.am:
20917         * ext/theora/theora.c: (plugin_init):
20918         * ext/theora/theoradec.c: (theora_dec_change_state):
20919         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20920         (gst_theora_enc_class_init), (gst_theora_enc_init),
20921         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20922         (theora_enc_chain), (theora_enc_change_state),
20923         (theora_enc_set_property), (theora_enc_get_property):
20924         Added a theora encoder, grouped the encoder and decoder into the
20925         same plugin.
20926
20927 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20928
20929         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20930         (gst_jpegenc_chain):
20931         fix DURATION on outgoing buffers
20932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20933         debug using time formats
20934         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20936         (gst_xvimagesink_sink_link):
20937         windows with width/height 0 generate X errors, so don't allow them
20938
20939 2004-05-05  Wim Taymans  <wim@fluendo.com>
20940
20941         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20942         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20943         (gst_mpeg2dec_negotiate_format):
20944         * ext/mpeg2dec/gstmpeg2dec.h:
20945           removed the static pad template so that we can add the
20946           more accurate framerate value to the caps.
20947
20948
20949 2004-05-04  Benjamin Otte  <otte@gnome.org>
20950
20951         * configure.ac:
20952           check for kdemacros.h, too (should fix #141821)
20953         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20954           don't crash if no header was sent, but nicely error out (fixes part
20955           of #141554)
20956
20957 2004-05-04  Wim Taymans  <wim@fluendo.com>
20958
20959         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
20960         parent dispose function to avoid segfault on destroy.
20961
20962 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20963
20964         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20965         (plugin_init):
20966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20967         (gst_xvimagesink_sink_link):
20968         clean up debugging caps
20969         also recreate xvimage when format has changed
20970
20971 2004-05-04  Benjamin Otte  <otte@gnome.org>
20972
20973         * ext/libvisual/Makefile.am:
20974         * ext/libvisual/visual.c: (gst_visual_class_init),
20975         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
20976         (gst_visual_srclink), (gst_visual_chain),
20977         (gst_visual_change_state), (plugin_init):
20978           use a GstAdapter to correctly adapt buffer sizes - allows using a
20979           framerate
20980
20981 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20982
20983         * sys/v4l/gstv4lelement.h:
20984         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
20986         (gst_v4lsrc_buffer_free):
20987         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
20988         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20989         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
20990         (gst_v4lsrc_requeue_frame):
20991         move some debugging categories around
20992         query for fps index and set accordingly if found
20993
20994 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20995
20996         * ext/lame/gstlame.c:
20997         correct defaults that lame_init puts out of range
20998
20999 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21000
21001         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
21002         (gst_divxenc_class_init):
21003         fix range since -1 is the default
21004         * gst/mpeg1sys/gstmpeg1systemencode.c:
21005         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
21006         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
21007         (gst_rtjpegdec_chain):
21008         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
21009         (gst_rtjpegenc_chain):
21010         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
21011         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
21012         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
21013         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
21014         * sys/v4l/gstv4lsrc.c:
21015         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21016         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
21017         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
21018         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
21019         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
21020           remove gst_info calls
21021
21022 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21023
21024         * Makefile.am:
21025         * po/af.po:
21026         * po/az.po:
21027         * po/en_GB.po:
21028         * po/nl.po:
21029         * po/sr.po:
21030         * po/sv.po:
21031           Updated translations
21032
21033 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21034
21035         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21036           refactor/comment code
21037
21038 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21039
21040         * gst/asfdemux/Makefile.am:
21041         * gst/asfdemux/asfheaders.c:
21042         * gst/asfdemux/asfheaders.h:
21043         * gst/asfdemux/gstasf.c: (plugin_init):
21044         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
21045         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
21046         (gst_asf_demux_setup_pad):
21047         * gst/asfdemux/gstasfdemux.h:
21048         * gst/asfdemux/gstasfmux.c:
21049         * gst/asfdemux/gstasfmux.h:
21050           Add tagging support to demuxer, split out registration in its own
21051           file instead of in demux (hacky), and prevent having some tables
21052           in our memory multiple times (in asfheaders.h).
21053
21054 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21055
21056         * gst/matroska/matroska-demux.c:
21057         (gst_matroska_demux_parse_metadata):
21058         * gst/matroska/matroska-ids.h:
21059           Basic tag reading support.
21060
21061 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21062
21063         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21064           Really detect ac-3 audio.
21065         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
21066           really detect matroska files (off-by-1).
21067
21068 2004-04-30  David Schleef  <ds@schleef.org>
21069
21070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21071         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
21072         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
21073         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
21074         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
21075         hackage -- parse a lot more atoms, extract a few tags.  One might even
21076         mistake this for tag support.  Maybe it is.
21077         * gst/qtdemux/qtdemux.h:
21078
21079 2004-04-30  Colin Walters  <walters@verbum.org>
21080
21081         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
21082
21083 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21084
21085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21086         (gst_ffmpegcolorspace_getcaps):
21087           remove broken nego fix
21088
21089 2004-04-30  Benjamin Otte  <otte@gnome.org>
21090
21091         * configure.ac:
21092         * ext/Makefile.am:
21093         * ext/libvisual/Makefile.am:
21094         * ext/libvisual/visual.c:
21095           add initial support for libvisual (http://libvisual.sourceforge.net)
21096           libvisual is still quite alpha, so expect crashes in there :)
21097
21098 2004-04-29  David Schleef  <ds@schleef.org>
21099
21100         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
21101         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
21102         up qtdemux to make it spit out codec_data.  Do _not_ look at this
21103         code; you will no longer respect me.
21104
21105 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21106
21107         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
21108         * ext/alsa/gstalsa.h :
21109         change alsa pcm device discovery to find more than 1 device
21110         per card. code review by Ronald.
21111
21112 2004-04-29  David Schleef  <ds@schleef.org>
21113
21114         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
21115         Add a check for a driver bug on FreeBSD.  (bug #140565)
21116
21117 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21118
21119         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
21120         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21121         (gst_jpegenc_getcaps):
21122           move format setting to inner loop
21123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21124         (gst_ffmpegcolorspace_getcaps):
21125           use GST_PAD_CAPS if available so that we use already negotiated
21126           caps
21127         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21128         (qtdemux_parse_moov), (qtdemux_parse):
21129           extra debugging
21130         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
21131         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
21132           move hardcoded path to DEFINE
21133
21134 2004-04-28  David Schleef  <ds@schleef.org>
21135
21136         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
21137         (bug #140064)
21138
21139 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21140
21141         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21142           Don't probe for playback device if we're a source element. Fixes
21143           #139658.
21144
21145 2004-04-29  Benjamin Otte  <otte@gnome.org>
21146
21147         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21148         (gst_id3_tag_chain):
21149           rewrite buffer offset
21150
21151 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21152
21153         * configure.ac:
21154         * ext/Makefile.am:
21155         * ext/dts/Makefile.am:
21156         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
21157         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
21158         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
21159         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
21160         (gst_dtsdec_loop), (gst_dtsdec_change_state),
21161         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
21162         (plugin_init):
21163         * ext/dts/gstdtsdec.h:
21164           New DTS decoder.
21165         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
21166         (gst_faad_srcconnect):
21167           Add ESDS atom handling (.m4a).
21168
21169 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21170
21171         * ext/divx/gstdivxdec.c: (plugin_init):
21172           Remove comment that makes no sense.
21173         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
21174           Fix for obvious typo that resulted in warnings during gst-register.
21175         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
21176         (gst_xviddec_sink_link):
21177           Fix caps negotiation a bit better.
21178         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21179           We call this 'codec_data', not 'esds'.
21180
21181 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21182
21183         * gst/monoscope/gstmonoscope.c:
21184           make sure we only provide 256x128
21185         * gst/monoscope/monoscope.c: (monoscope_init):
21186           assert size of 256x128
21187
21188 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21189
21190         * Makefile.am:
21191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
21192         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
21193           fixate to max width and height of device
21194
21195 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21196
21197         * Makefile.am:
21198         * sys/v4l/gstv4l.c:
21199         * sys/v4l/gstv4lsrc.c:
21200         * sys/v4l/v4l_calls.c:
21201         * sys/v4l/v4lsrc_calls.c:
21202           fix for qc-usb driver which fakes having more than one buffer
21203           by handing the same buffer twice, which confused GStreamer's/v4lsrc
21204           buffer_free override
21205           add debugging
21206
21207 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21208
21209         * Makefile.am:
21210         * gst/videotestsrc/gstvideotestsrc.c:
21211         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
21212         (gst_videotestsrc_init), (gst_videotestsrc_get),
21213         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
21214         * gst/videotestsrc/gstvideotestsrc.h:
21215           add num-buffers property
21216
21217         2004-04-26  Benjamin Otte  <otte@gnome.org>
21218
21219         * ext/mad/gstid3tag.c: (plugin_init):
21220           set id3mux rank to NONE so it doesn't confuse spider
21221           require audio/mpeg,mpegversion=1 in id3mux
21222
21223 2004-04-26  Benjamin Otte  <otte@gnome.org>
21224
21225         * configure.ac:
21226           detect faad correctly as non-working if it's indeed non-working
21227
21228 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21229
21230         * Makefile.am:
21231         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21232         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
21233         fix _getcaps so it only negotiates to its supported format
21234
21235 2004-04-25  Benjamin Otte  <otte@gnome.org>
21236
21237         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21238           fix memleak
21239
21240 2004-04-23  Benjamin Otte  <otte@gnome.org>
21241
21242         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21243           audio/x-raw-int with height rules! not. Now it's depth.
21244
21245 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21246
21247         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
21248         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21249         (gst_wavparse_loop):
21250           Missing variable initialization. Add handling of DVI ADPCM. Fix
21251           mis-parsing of LIST chunks. This works around a bug where we mis-
21252           parse non-aligning LIST chunks (so LIST chunks where the contents
21253           don't align with the actual LIST size). The correct fix is to use
21254           rifflib, I'm not going to fix wavparse - too much work. All this
21255           fixes #104878.
21256
21257 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21258
21259         reviewed by Benjamin Otte  <otte@gnome.org>
21260
21261         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
21262           fix shoutcast not working (fixes #140844)
21263
21264 2004-04-22  Benjamin Otte  <otte@gnome.org>
21265
21266         * ext/hermes/gsthermescolorspace.c:
21267         (gst_hermes_colorspace_caps_remove_format_info):
21268         * gst/colorspace/gstcolorspace.c:
21269         (gst_colorspace_caps_remove_format_info):
21270         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21271         (gst_ffmpegcolorspace_caps_remove_format_info):
21272           s/gst_caps_simplify/gst_caps_do_simplify/
21273
21274 2004-04-22  Benjamin Otte  <otte@gnome.org>
21275
21276         * gst-libs/gst/riff/riff-media.c:
21277         (gst_riff_create_video_caps_with_data):
21278           mpegversion is an int
21279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
21280           don't try to create pad templates with NULL caps, use any caps
21281           instead.
21282
21283 2004-04-20  David Schleef  <ds@schleef.org>
21284
21285         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
21286         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
21287         (bug #140384)
21288
21289 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21290
21291         reviewed by David Schleef
21292
21293         * ext/mad/gstid3tag.c: Add stdlib.h
21294         * gst/rtp/gstrtpgsmenc.c: same
21295         * gst/tags/gstid3tag.c: same
21296         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
21297         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
21298         GST_DISABLE_LOADSAVE use.
21299         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
21300         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
21301         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
21302         atol(3)).
21303         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
21304         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
21305         strtoul(3)).
21306         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
21307         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
21308         $(ID3_CFLAGS).
21309         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
21310         $(LIBFAME_CFLAGS).
21311
21312 2004-04-20  David Schleef  <ds@schleef.org>
21313
21314         * gst/realmedia/rmdemux.c:  This was supposed to part of the
21315         last checkin.  Same idea.
21316
21317 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21318
21319         reviewed by David Schleef
21320
21321         * configure.ac: bump required gstreamer version to 0.8.1.1
21322         because of following changes [--ds]
21323
21324         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
21325         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
21326         (gst_riff_read_header):  Use GST_READ_UINT*
21327         macros to access possibly unaligned memory.
21328
21329         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
21330         (mp3_type_find):  Use GST_READ_UINT*
21331         macros to access possibly unaligned memory.
21332         (mp3_type_find, mpeg1_parse_header, qt_type_find)
21333         (speex_type_find): Likewise
21334
21335         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
21336
21337         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
21338         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
21339         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
21340         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
21341         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
21342         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
21343         macros to access possibly unaligned memory.
21344
21345         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
21346         Likewise.
21347
21348         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
21349         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
21350
21351         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21352         Likewise.
21353
21354         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
21355         (gst_mpeg2subt_chain_subtitle): Likewise.
21356
21357         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
21358         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
21359         Likewise.
21360
21361         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
21362         Likewise.
21363
21364         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
21365         Likewise.
21366
21367         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
21368         Likewise.
21369
21370 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21371
21372         * configure.ac:
21373           update required version of GStreamer because of GST_TIME_FORMAT
21374
21375 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21376
21377         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
21378           remove leftover g_print
21379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21380           don't try setting only a subset of the caps. We don't want to kill
21381           autoplugging on purpose
21382
21383 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21384
21385         * sys/ximage/ximagesink.c: (plugin_init):
21386         * sys/xvimage/xvimagesink.c: (plugin_init):
21387           add debugging categories
21388
21389 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21390
21391         * po/en_GB.po:
21392         * po/LINGUAS:
21393           Adding en_GB translation (Gareth Owen)
21394
21395 2004-04-20  David Schleef  <ds@schleef.org>
21396
21397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21398         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
21399         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
21400         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
21401         A number of new features and hacks to extract the esds atom and
21402         put it into the caps.  (bug #137724)
21403
21404 2004-04-19  David Schleef  <ds@schleef.org>
21405
21406         * gconf/Makefile.am: Fix for non-GNU make
21407         * gst-libs/gst/Makefile.am: Change directory order to handle
21408         GstPlay linking with gstinterfaces
21409         * gst-libs/gst/audio/make_filter: make use of tr portable
21410         * gst-libs/gst/play/Makefile.am: Add intended \
21411         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21412         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
21413         function prototype instead of void *.
21414         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
21415         macro.
21416         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21417         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
21418         * gst/videofilter/make_filter: make use of tr portable
21419         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
21420
21421 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21422
21423         * po/LINGUAS:
21424         * po/uk.po:
21425           Added Ukrainian translation (Maxim V. Dziumanenko)
21426
21427 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21428
21429         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
21430         (gst_gsmdec_link), (gst_gsmdec_chain):
21431           Fix capsnego, simplify chain function slightly.
21432         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21433           Add GSM.
21434
21435 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21436
21437         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21438         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
21439         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
21440           Hack to make wavparse work with spider (always -> sometimes pad).
21441           Fixes #135862 && #140411.
21442
21443 2004-04-18  Benjamin Otte  <otte@gnome.org>
21444
21445         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21446         (gst_osselement_rate_probe_check),
21447         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21448           get rid of \n in debug output
21449
21450 2004-04-17  Iain <iain@prettypeople.org>
21451
21452         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21453         not just EOS.
21454
21455 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21456
21457         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21458         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21459         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21460         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21461         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21462         (gst_id3_tag_change_state), (plugin_init):
21463           deprecate id3tag element and replace with id3demux/id3mux.
21464           great side effect: this ugly file is now even uglier, yay!
21465         * ext/mad/gstmad.h:
21466           remove non-available function
21467           update for new get_type
21468
21469 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21470
21471         * configure.ac:
21472           require mpeg2dec >= 0.4.0
21473
21474 2004-04-17  Benjamin Otte  <otte@gnome.org>
21475
21476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21477         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21478         (gst_xvimagesink_set_xwindow_id):
21479           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21480           assorted cleanup fixes.
21481
21482 2004-04-16  David Schleef  <ds@schleef.org>
21483
21484         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21485         * sys/xvimage/xvimagesink.h: same
21486
21487 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21488
21489         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21490           Fix GST_ELEMENT_ERROR with (NULL)
21491
21492 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21493
21494         * gst-libs/gst/riff/riff-media.c:
21495         (gst_riff_create_video_caps_with_data):
21496           Add div[3456] as fourccs for DivX 3 (fixes #140137).
21497
21498 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21499
21500         * gst-libs/gst/riff/riff-media.c:
21501         (gst_riff_create_video_caps_with_data),
21502         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21503         (gst_riff_create_video_template_caps),
21504         (gst_riff_create_audio_template_caps):
21505         * gst-libs/gst/riff/riff-media.h:
21506         * gst-libs/gst/riff/riff-read.c:
21507         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21508         * gst-libs/gst/riff/riff-read.h:
21509         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21510           Add MS RLE support. I added some functions to read out strf chunks
21511           into strf chunks and the data behind it. This is usually color
21512           palettes (as in RLE, but also in 8-bit RGB). Also use those during
21513           caps creation. Lastly, add ADPCM (similar to wavparse - which
21514           should eventually be rifflib based).
21515         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21516         (gst_matroska_demux_init), (gst_matroska_demux_reset):
21517         * gst/matroska/matroska-demux.h:
21518           Remove placeholders for some prehistoric tagging system. Didn't add
21519           support for any tag system really anyway.
21520         * gst/qtdemux/qtdemux.c:
21521           Add support for audio/x-m4a (MPEG-4) through spider.
21522         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21523         (gst_wavparse_loop):
21524           ADPCM support (#135862). Increase max. buffer size because we
21525           cannot split buffers for ADPCM (screws references) and I've seen
21526           files with 2048 byte chunks. 4096 seems safe for now.
21527
21528 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21529
21530         * configure.ac: bump nano to 1
21531
21532 === release 0.8.1 ===
21533
21534 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21535
21536         * configure.ac: releasing 0.8.1, "Comforting Sounds"
21537
21538 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21539
21540         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21541           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21542           Fixes #140058
21543
21544 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21545
21546         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21547           lower rank of dvddemux so that it's not used for mpeg playback.
21548
21549 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21550
21551         * configure.ac:
21552           save libs correctly when checking mad
21553
21554 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21555
21556         * ext/mad/gstid3tag.c: (plugin_init):
21557           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
21558
21559 2004-04-13  David Schleef  <ds@schleef.org>
21560
21561         * common/m4/gst-feature.m4: Call -config scripts with
21562         --plugin-libs if it is supported.
21563         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21564         JPEG images are image/jpeg.
21565         * gst/debug/Makefile.am:
21566         * gst/debug/negotiation.c: (gst_negotiation_class_init),
21567         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21568         (gst_negotiation_update_caps), (gst_negotiation_get_property),
21569         (gst_negotiation_plugin_init): Add a property that acts like
21570         filter caps.
21571         * testsuite/gst-lint:  Move license checking to be a standard
21572         test.
21573
21574 2004-04-13  David Schleef  <ds@schleef.org>
21575
21576         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21577         patch from Sebastien Cote (bug #139958)
21578
21579 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21580
21581         * examples/gstplay/Makefile.am:
21582         * examples/gstplay/player.c: (main):
21583           make the commandline player example use gconf settings
21584
21585 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21586
21587         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21588         (gst_cacasink_sinkconnect), (gst_cacasink_init),
21589         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21590           init/end library during state transition, not object
21591           creation/disposal.  get rid of custom dispose handler.
21592
21593
21594 2004-04-12  Christian Schaller <Uraeus@gnome.org>
21595
21596         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21597         be a symlink
21598
21599 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21600
21601         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21602           Handle JUNK chunks inside data section. Prevents warnings.
21603
21604 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21605
21606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21607         (gst_riff_create_video_template_caps):
21608           Add MS video v1.
21609         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21610         (gst_avi_demux_stream_data):
21611           Add support for "rec-list" chunks.
21612
21613 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21614
21615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21616           Fix another codecname mismatch.
21617
21618 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21619
21620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21621           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21622           so that MJPEG plays back.
21623
21624 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21625
21626         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21627         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21628         * gst/mpeg1videoparse/gstmp1videoparse.h:
21629           Fix for some slight mis-cuts in buffer parsing, and for some
21630           potential overflows or faults-causers. Adds disconts. Also fixes
21631           #139105 while we're at it.
21632
21633 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21634
21635         * configure.ac:
21636         * sys/v4l2/gstv4l2element.h:
21637           Workaround for missing struct v4l2_buffer declaration in Suse 9
21638           and Mandrake 10 linux/videodev2.h header file (#135919).
21639
21640 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21641
21642         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21643           Bail out if no filename was given.
21644
21645 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21646
21647         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21648         (gst_v4l2_fourcc_from_structure):
21649           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21650           Y41B somewhere).
21651
21652 2004-04-09  Benjamin Otte  <otte@gnome.org>
21653
21654         * ext/gnomevfs/gstgnomevfssink.c:
21655         (_gst_boolean_allow_overwrite_accumulator),
21656         (gst_gnomevfssink_class_init):
21657           fix erase signal - if any handler returns false the file will not be
21658           overwritten. If no handler is connected, the file will not be
21659           overwritten either.
21660           renamed signal to "allow-overwrite"
21661         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21662           free string when adding it to ID3 failed
21663         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21664           unref event when done
21665         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21666           free caps
21667         * gst/typefind/gsttypefindfunctions.c:
21668         (mpeg_video_stream_type_find):
21669           fix invalid read
21670
21671 2004-04-08  David Schleef  <ds@schleef.org>
21672
21673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21674         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21675
21676 2004-04-08  David Schleef  <ds@schleef.org>
21677
21678         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21679         we don't support (bug #139532)
21680
21681 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21682
21683         * ext/mad/gstmad.c: (gst_mad_handle_event),
21684         (gst_mad_check_caps_reset), (gst_mad_chain),
21685         (gst_mad_change_state):
21686           only set explicit caps if they haven't been set before for
21687           this stream.  MPEG-audio sample rate/channels aren't allowed
21688           to change in-stream.
21689           Fixes #139382
21690
21691 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21692
21693         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21694         (_gst_boolean_did_something_accumulator),
21695         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21696         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21697         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21698         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21699         (gst_gnomevfssink_change_state):
21700           Fix erase signal. Don't erase by default. Remove handoff signal.
21701           Remove erase property. Don't segfault. General cleanup.
21702
21703 2004-04-07  Benjamin Otte  <otte@gnome.org>
21704
21705         * gst-libs/gst/gconf/test-gconf.c: (main):
21706           add missing gst_init
21707
21708 2004-04-07  Benjamin Otte  <otte@gnome.org>
21709
21710         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21711           free the mutexes, too
21712
21713 2004-04-07  Benjamin Otte  <otte@gnome.org>
21714
21715         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21716           actually free the URI string
21717         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21718           compute offset correctly when passing discont events
21719         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21720           don't leak discont events
21721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21722           add some missing breaks so caps aren't copied randomly
21723         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21724           if we realloc memory, we better use it
21725
21726 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21727
21728         * ext/mad/gstmad.c: (normal_seek):
21729           fix GST_FORMAT_TIME usage
21730
21731 2004-04-05  David Schleef  <ds@schleef.org>
21732
21733         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
21734         a deprecated function (hack!)
21735
21736 2004-04-05  Benjamin Otte  <otte@gnome.org>
21737
21738         * ext/esd/esdmon.c: (gst_esdmon_get):
21739           fix nonterminated vararg and memleak
21740
21741 2004-04-05  Benjamin Otte  <otte@gnome.org>
21742
21743         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21744         (gst_ladspa_init), (gst_ladspa_force_src_caps),
21745         (gst_ladspa_set_property), (gst_ladspa_get_property),
21746         (gst_ladspa_instantiate), (gst_ladspa_activate),
21747         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21748           clean up debugging
21749
21750 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
21751
21752         reviewed by Benjamin Otte  <otte@gnome.org>
21753
21754         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21755           check for broken LADSPA parameters (fixes #138635)
21756
21757 2004-04-05  Benjamin Otte  <otte@gnome.org>
21758
21759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21760           advertise buffer-frames correctly on sinkpads
21761
21762 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21763
21764         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21765         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21766         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21767         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21768         (gst_mad_check_caps_reset), (gst_mad_chain):
21769         add more debugging, only reset caps when we're not in error state
21770
21771 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21772
21773         * ext/mad/gstmad.c: add debugging category, comment + cleanups
21774
21775 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21776
21777         reviewed by Benjamin Otte  <otte@gnome.org>
21778
21779         * configure.ac:
21780           fix == in test(1) operator
21781
21782 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21783
21784         reviewed by Benjamin Otte  <otte@gnome.org>
21785
21786         * configure.ac:
21787           fix --export-symblos-regex to a working regex.
21788
21789 2004-04-04  Benjamin Otte  <otte@gnome.org>
21790
21791         * sys/oss/.cvsignore:
21792           add for oss_probe
21793
21794 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21795
21796         reviewed by Benjamin Otte  <otte@gnome.org>
21797
21798         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21799           add missing 'new_media' argument (fixes #138168)
21800         * gst/matroska/matroska-demux.c:
21801         (gst_matroska_demux_handle_seek_event):
21802           add vararg terminator (fixes #138169)
21803
21804 2004-04-02  David Schleef  <ds@schleef.org>
21805
21806         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
21807         disted (bug #138914)
21808
21809 2004-04-01  Benjamin Otte  <otte@gnome.org>
21810
21811         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21812         (gst_alsa_close_audio):
21813           handle case better where a soundcard can't pause
21814         * ext/ogg/gstoggdemux.c:
21815           don't crash when we get events but don't have pads yet
21816
21817 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21820           throw an error if we couldn't probe any caps.
21821
21822 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21823
21824         * ext/dvdnav/gst-dvd:
21825         Add a really simple sample DVD player
21826
21827 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21828
21829         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21830         (gst_a52dec_push), (gst_a52dec_handle_event),
21831         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21832         (gst_a52dec_change_state):
21833         * ext/a52dec/gsta52dec.h:
21834           Use a debug category, Output timestamps correctly
21835           Emit tag info, Handle events, tell liba52dec about cpu
21836           capabilities so it can use MMX etc.
21837         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21838           Fix a crasher accessing invalid memory
21839         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21840         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21841         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21842         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21843         (dvdnavsrc_query):
21844           Some support for byte-format seeking.
21845           Small fixes for still frames and menu button overlays
21846         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21847         (gst_mpeg2dec_alloc_buffer):
21848           Use a debug category. Adjust the report level of several items to
21849           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21850           so it doesn't lose the GstBuffer pointer
21851         * gst/debug/Makefile.am:
21852         * gst/debug/gstdebug.c: (plugin_init):
21853         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21854         (gst_navseek_base_init), (gst_navseek_class_init),
21855         (gst_navseek_init), (gst_navseek_seek),
21856         (gst_navseek_handle_src_event), (gst_navseek_set_property),
21857         (gst_navseek_get_property), (gst_navseek_chain),
21858         (gst_navseek_plugin_init):
21859         * gst/debug/gstnavseek.h:
21860           Add the navseek debug element for seeking back and forth in a
21861           video stream using arrow keys.
21862         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21863         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21864         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21865         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21866         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21867         (gst_mpeg2subt_parse_header), (gst_get_nibble),
21868         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21869         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21870         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21871         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21872         * gst/mpeg2sub/gstmpeg2subt.h:
21873           Pretty much a complete rewrite. Now a loopbased element. May still
21874           require work to properly synchronise subtitle buffers.
21875         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21876         (gst_dvd_demux_send_subbuffer):
21877         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21878           Don't attempt to create subbuffers of size 0
21879           Reduce a couple of error outputs to warnings.
21880         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21881         (gst_y4mencode_chain):
21882         Output the y4m frame header correctly.
21883
21884 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21885
21886         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21887           throw errors instead of allowing SIGFPE
21888
21889 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21890
21891         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21892         (gst_gconf_render_bin_from_key):
21893           leak plugging and style fixing
21894
21895 2004-03-31  David Schleef  <ds@schleef.org>
21896
21897         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21898         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21899         (bug #138225)
21900         * gst/debug/Makefile.am:
21901         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21902         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
21903         plugin.
21904         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21905         (gst_negotiation_base_init), (gst_negotiation_class_init),
21906         (gst_negotiation_init), (gst_negotiation_getcaps),
21907         (gst_negotiation_pad_link), (gst_negotiation_chain),
21908         (gst_negotiation_set_property), (gst_negotiation_get_property),
21909         (gst_negotiation_plugin_init):  New element to talk about random
21910         negotiation things happening in a pipeline.
21911
21912 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21913
21914         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21915           fix integer addition with help of Stefan Kost
21916
21917 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21918
21919         * po/nl.po: updated Dutch translation (Elros Cyriatan)
21920
21921 2004-03-30  David Schleef  <ds@schleef.org>
21922
21923         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21924         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
21925         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21926         (bug #137504)
21927         * ext/mpeg2dec/gstmpeg2dec.h:
21928
21929 2004-03-30  David Schleef  <ds@schleef.org>
21930
21931         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21932
21933 2004-03-30  David Schleef  <ds@schleef.org>
21934
21935         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
21936         Michael Petullo) to handle .mov
21937
21938 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21939
21940         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21941         (gst_osselement_rate_check_rate):
21942           probe caps correctly for sound cards that only support one format
21943
21944 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21945
21946         * ext/kio/kiosrc.cpp: (process_events):
21947           update handling event processing if inside KDE - untested
21948
21949 2004-03-29  David Schleef  <ds@schleef.org>
21950
21951         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
21952         by 2 to not interfere with other colorspaces.
21953         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
21954         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
21955         one to not interfere with ffmpeg_colorspace.
21956
21957 2004-03-29  David Schleef  <ds@schleef.org>
21958
21959         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
21960         aren't in the caps.
21961         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
21962         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
21963
21964 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21965
21966         * gst-libs/gst/riff/riff-media.c:
21967           fail on error, don't try to set stuff on NULL caps
21968
21969 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21970
21971         * configure.ac:
21972         * ext/Makefile.am:
21973         * ext/kio/Makefile.am:
21974         * ext/kio/kioreceiver.cpp:
21975         * ext/kio/kioreceiver.h:
21976         * ext/kio/kiosrc.cpp:
21977         * ext/kio/kiosrc.h:
21978           add experimental kiosrc plugin
21979         * ext/alsa/gstalsaplugin.c: (plugin_init):
21980           initialize debugging category only when we're sure registering the
21981           plugins worked.
21982
21983 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21984
21985         * examples/gstplay/player.c: (main):
21986         * gst-libs/gst/play/play.c: (gst_play_class_init),
21987         (gst_play_set_location), (gst_play_set_data_src),
21988         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21989         (gst_play_set_visualization), (gst_play_connect_visualization):
21990           check return values of element_set_state and return FALSE where
21991           failed
21992
21993 2004-03-29  Benjamin Otte  <otte@gnome.org>
21994
21995         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21996           try harder to check if an event is really a discont
21997
21998 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21999
22000         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
22001         * po/az.po:
22002
22003 2004-03-28  Benjamin Otte  <otte@gnome.org>
22004
22005         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22006         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22007         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
22008           get rid of non-standard "..." ranges in case statements.
22009
22010 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
22011
22012         * gst/mpegstream/gstmpegdemux.c:
22013         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
22014         specific functionality split to the new dvddemux element.
22015         * gst/mpegstream/gstdvddemux.c:
22016         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
22017         streams, derived from mpegdemux.
22018         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
22019         up. SCR based timestamp rewriting can be turned off (will probably
22020         completely disappear soon).
22021         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
22022         hacking. General cleanup. All printf statements replaced by
22023         debugging messages. Almost complete libdvdnav support.
22024         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
22025         by events. New properties for audio and subpicture languages.
22026         (dvdnavsrc_update_highlight): Now uses events.
22027         (dvdnavsrc_user_op): Cleaned up.
22028         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
22029         based). Lots of cleanup, and propper support for most libdvdnav
22030         events.
22031         (dvdnavsrc_make_dvd_event): New function.
22032         (dvdnavsrc_make_dvd_nav_packet_event): New function.
22033         (dvdnavsrc_make_clut_change_event): New function.
22034
22035 2004-03-26  Benjamin Otte  <otte@gnome.org>
22036
22037         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
22038           fix bug where typefinding would claim it's theora whenever less then
22039           7 bytes of data were available
22040
22041 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22042
22043         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
22044         (gst_alawdec_base_init), (gst_alawdec_class_init),
22045         (gst_alawdec_init), (gst_alawdec_chain):
22046         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
22047         (gst_alawenc_base_init), (gst_alawenc_class_init),
22048         (gst_alawenc_init), (gst_alawenc_chain):
22049         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
22050         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
22051         (gst_mulawdec_init), (gst_mulawdec_chain):
22052         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
22053         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
22054         (gst_mulawenc_init), (gst_mulawenc_chain):
22055           Fix capsnego in all four, remove the unused property functions and
22056           simplify the chain functions slightly. I guess we could use macros
22057           or something similar for those, since the code is so similar, but
22058           I'm currently too lazy...
22059
22060 2004-03-24  David Schleef  <ds@schleef.org>
22061
22062         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
22063         (gst_osselement_close_audio), (gst_osselement_probe_caps),
22064         (gst_osselement_get_format_structure),
22065         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
22066         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
22067         (gst_osselement_rate_int_compare): Add code to handle rate probing
22068         (bug #120883)
22069         * sys/oss/gstosselement.h: same
22070         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
22071         Use rate probing provided by osselement.
22072         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
22073
22074 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22075
22076         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
22077         (gst_xvidenc_get_property):
22078           ulong/int mess-up.
22079
22080 2004-03-24  David Schleef  <ds@schleef.org>
22081
22082         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
22083         (gst_speexdec_init):
22084         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
22085         (gst_speexenc_init):  Create the pad template correctly (from
22086         the static pad template, not a NULL pointer.)
22087
22088 2004-03-25  Benjamin Otte  <otte@gnome.org>
22089
22090         * gst/debug/Makefile.am:
22091         * gst/debug/breakmydata.c:
22092           add element that quasi-randomly changes bytes in the stream.
22093           Intended use is robustness checking of demuxers and decoders in
22094           media tests.
22095
22096 2004-03-24  Benjamin Otte  <otte@gnome.org>
22097
22098         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22099         (gst_alsa_probe_hw_params):
22100         * ext/alsa/gstalsa.h:
22101           debugging output fixes
22102
22103 2004-03-24  Benjamin Otte  <otte@gnome.org>
22104
22105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
22106           don't g_return_if_fail if element is PLAYING, fail silently as every
22107           other element.
22108         * gst/effectv/gstquark.c: (gst_quarktv_chain):
22109           only fix needed for cast lvalue issues in gst-plugins
22110         * gst/volenv/gstvolenv.c: (gst_volenv_init):
22111           add proxy_getcaps
22112
22113 2004-03-24  Benjamin Otte  <otte@gnome.org>
22114
22115         * gst/level/gstlevel.c: (gst_level_init):
22116           add proxying getcaps function, so level doesn't advertise impossible
22117           caps
22118
22119 2004-03-24  David Schleef  <ds@schleef.org>
22120
22121         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22122         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
22123         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
22124         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
22125         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
22126         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
22127         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
22128         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
22129         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
22130         messages.  Divide the chunk size by the compression ratio
22131         (needed for MACE audio)
22132
22133 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22134
22135         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22136           Fix buffer overflow read error.
22137
22138 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22139
22140         * ext/alsa/gstalsa.h:
22141           Remove unused entry.
22142         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
22143           Add cinepak.
22144         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22145         (gst_videodrop_link), (gst_videodrop_chain):
22146           Fix, sort of. Was horribly broken with new capsnego. Bah...
22147
22148 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
22149
22150         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
22151         (plugin_init):
22152         Add a monkeysaudio typefind function
22153
22154 2004-03-23  Johan Dahlin  <johan@gnome.org>
22155
22156         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
22157         (gst_play_video_fixate): Check so the structure has the field
22158         before trying to fixate them, this makes it possible to have
22159         fakesinks for video and audio output without printing errors on
22160         the output console.
22161
22162 2004-03-22  David Schleef  <ds@schleef.org>
22163
22164         * sys/oss/Makefile.am:
22165         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
22166         (check_rate), (add_rate):  Rate probing test app.
22167
22168 2004-03-21  Benjamin Otte  <otte@gnome.org>
22169
22170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22171         (_fixate_caps_to_int), (gst_audio_convert_fixate):
22172           add a fixation function that pretty much does the right thing (fixes
22173           #137556)
22174
22175 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
22176
22177         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
22178
22179 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
22180
22181         reviewed by: Benjamin Otte  <otte@gnome.org>
22182
22183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22184           terminate gst_event_new_discontinuous correctly (fixes parts of
22185           #137711)
22186
22187 2004-03-19  David Schleef  <ds@schleef.org>
22188
22189         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
22190         since it doesn't depend on X, and it's part of our ABI.
22191
22192 2004-03-19  Iain <iain@prettypeople.org>
22193
22194         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
22195         is_int in the structure, not the local variable.
22196
22197 2004-03-19  David Schleef  <ds@schleef.org>
22198
22199         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
22200         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
22201         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
22202         Improvements in caps negotiation.
22203
22204 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22205
22206         * po/LINGUAS:
22207         * po/af.po:
22208           adding Afrikaans (Petri Jooste)
22209
22210 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22211
22212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22213         (gst_ffmpegcolorspace_chain):
22214         throw error instead of g_critical (#137588)
22215
22216 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22217
22218         * Makefile.am:
22219         * configure.ac:
22220           dist common and m4 correctly
22221         * po/sv.po:
22222
22223 2004-03-17  David Schleef  <ds@schleef.org>
22224
22225         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
22226         (bug #137348)
22227
22228 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22229
22230         * po/LINGUAS:
22231         * po/sv.po:
22232           adding Swedish translation (Christian Rose)
22233
22234 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22235
22236         * Makefile.am: use release.mak
22237
22238 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22239
22240         * common/ChangeLog:
22241         * common/gst-autogen.sh:
22242           add some explanation about the version detection
22243         * configure.ac:
22244           fix X check
22245
22246 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22247
22248         * configure.ac: bump nano to 1
22249
22250 === release 0.8.0 ===
22251
22252 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22253
22254         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
22255
22256 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22257
22258         * configure.ac:
22259           update libtool version
22260         * gst-libs/gst/media-info/Makefile.am:
22261           actually use libtool version
22262
22263 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22264
22265         * configure.ac: fix speex detection to work with 1.0 but not 1.1
22266
22267 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22268
22269         * configure.ac:
22270         * gst-plugins.spec.in:
22271         * pkgconfig/Makefile.am:
22272         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22273         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22274         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22275         * pkgconfig/gstreamer-libs.pc.in:
22276         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22277         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22278         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
22279         * pkgconfig/gstreamer-plugins.pc.in:
22280           remove @VERSION@ from some of the pc files since core and plugins
22281           are decoupled.
22282           created gstreamer-plugins.pc as it's a better name, but keeping
22283           -libs around for now to get fixes upstream done first.
22284
22285 2004-03-15  Julien MOUTTE <julien@moutte.net>
22286
22287         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
22288         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
22289         * gst-libs/gst/play/play.h:
22290
22291 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22292
22293         * *.c, *.cc: don't mix tabs and spaces
22294
22295 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22296
22297         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22298           use the new ffmpegcolorspace
22299         * gst-plugins.spec.in:
22300           package new colorspace and media-info
22301         * configure.ac:
22302         * pkgconfig/Makefile.am:
22303           fix some more disting issues
22304         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22305         * pkgconfig/gstreamer-media-info.pc.in:
22306           generate media-info pc files
22307
22308 2004-03-15  Johan Dahlin  <johan@gnome.org>
22309
22310         * *.h: Revert indenting
22311
22312 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22313
22314         * configure.ac:
22315           adding ffmpegcolorspace element
22316         * gst/ffmpegcolorspace/Makefile.am:
22317         * gst/ffmpegcolorspace/avcodec.h:
22318         * gst/ffmpegcolorspace/common.h:
22319         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22320         * gst/ffmpegcolorspace/dsputil.h:
22321         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22322         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22323         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
22324         (gst_ffmpeg_caps_to_pix_fmt):
22325         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22327         (gst_ffmpegcolorspace_caps_remove_format_info),
22328         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
22329         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
22330         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
22331         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
22332         (gst_ffmpegcolorspace_set_property),
22333         (gst_ffmpegcolorspace_get_property),
22334         (gst_ffmpegcolorspace_register):
22335         * gst/ffmpegcolorspace/imgconvert.c:
22336         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22337         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22338         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22339         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22340         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22341         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
22342         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
22343         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
22344         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
22345         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
22346         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
22347         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
22348         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
22349         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
22350         (img_get_alpha_info), (deinterlace_line),
22351         (deinterlace_line_inplace), (deinterlace_bottom_field),
22352         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22353         * gst/ffmpegcolorspace/imgconvert_template.h:
22354         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22355         * gst/ffmpegcolorspace/mmx.h:
22356         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
22357           adding ffmpegcolorspace element supplied by Ronald after cleaning
22358           up and pulling in the right bits of upstream source.
22359           I'm sure a better C/compiler wizard could do some cleaning up (for
22360           example use GLIB's malloc stuff), but as a first pass this
22361           works very well
22362
22363 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22364
22365         * ext/alsa/gstalsa.h:
22366           I assume Ronald forgot to commit the change to have cardname
22367           as a struct member.  Expect some public spanking at the next
22368           opportunity.
22369
22370 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22371
22372         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
22373         (gst_alsa_open_audio), (gst_alsa_close_audio):
22374         * ext/alsa/gstalsa.c:
22375           Don't open the device if we're a mixer (= padless).
22376         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
22377         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
22378         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
22379           Open mixer during state change rather than during object
22380           initialization. Also, get a device name. Currently in a somewhat
22381           hackish fashion, but I didn't really find something better.
22382
22383 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22384
22385         * *.c, *.h: run gst-indent
22386
22387 2004-03-14  Benjamin Otte  <otte@gnome.org>
22388
22389         * gst/modplug/gstmodplug.cc:
22390         * gst/modplug/gstmodplug.h:
22391           set correct timestamps on outgoing buffers
22392
22393 2004-03-14  Benjamin Otte  <otte@gnome.org>
22394
22395         * gst/modplug/gstmodplug.cc:
22396           handle events - don't do crap when a discont arrives that's not
22397           necessary
22398           This allows correct loading and playback of mods in Rhythmbox
22399
22400 2004-03-14  Benjamin Otte  <otte@gnome.org>
22401
22402         * configure.ac:
22403         * gst-libs/gst/gconf/Makefile.am:
22404         * pkgconfig/Makefile.am:
22405           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
22406           they get rebuilt properly
22407         * configure.ac:
22408           when checking for vorbis, try pkgconfig first.
22409         * gst/modplug/gstmodplug.cc:
22410           add fixate function
22411
22412 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22413
22414         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22415           Fix for obvious mistake, where we first shift the offset and then
22416           read a samplesize element assuming the old offset. Note that this
22417           part still has something weird, i.e. my movies containing those
22418           don't actually play well, but at least there's something that looks
22419           like sound now.
22420
22421 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
22422         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
22423         (plugin_init):
22424         Add a typefind function for speex format
22425
22426 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22427
22428         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
22429         (gst_asf_demux_setup_pad):
22430           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
22431           instead of 0. Reason is simple: some elements have a fps range
22432           of 1-max instead of 0-max. So now ASF video actually works.
22433
22434 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22435
22436         * po/LINGUAS:
22437         * po/sr.po:
22438           adding serbian as a language
22439
22440 2004-03-13  Benjamin Otte  <otte@gnome.org>
22441
22442         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22443           return taglist correctly from _get function, don't gst_pad_push it.
22444           (fixes #137042)
22445
22446 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22447         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22448
22449 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22450
22451         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22452         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22453         (gst_alsa_mixer_track_new):
22454         * ext/alsa/gstalsamixertrack.h:
22455           Fix ancient leftovers... MixerTrack is a GObject.
22456
22457 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22458
22459         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22460         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22461           Don't block during probing...
22462
22463 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22464
22465         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22466         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22467         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22468         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22469         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22470         (gst_alsa_open_audio), (gst_alsa_close_audio):
22471         * ext/alsa/gstalsa.h:
22472           Add propertyprobe interface implementation, add some device-name
22473           property, all this so that it looks good in gnome-volume-control.
22474
22475 2004-03-12  David Schleef  <ds@schleef.org>
22476
22477         * configure.ac: the Hermes library controls hermescolorspace, not
22478         colorspace.
22479         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22480         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22481         not /* */
22482         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22483         * ext/sdl/sdlvideosink.h: ditto.
22484         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22485
22486 2004-03-12  Benjamin Otte  <otte@gnome.org>
22487
22488         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22489         (gst_x_overlay_got_xwindow_id):
22490         * gst-libs/gst/xoverlay/xoverlay.h:
22491           replace XID with unsigned long to get rid of the xlibs dependency in
22492           XOverlay (fixes #137004)
22493
22494 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22495         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22496         (gst_agingtv_setup):
22497         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22498         (gst_dicetv_base_init), (gst_dicetv_class_init),
22499         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22500         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22501         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22502         (gst_edgetv_setup), (gst_edgetv_rgb32):
22503         * gst/effectv/gsteffectv.c:
22504         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22505         (gst_quarktv_set_property):
22506         * gst/effectv/gstrev.c: (gst_revtv_get_type),
22507         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22508         (gst_revtv_setup), (gst_revtv_rgb32):
22509         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22510         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22511         (gst_shagadelictv_init), (gst_shagadelictv_setup),
22512         (gst_shagadelictv_rgb32):
22513         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22514         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22515         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22516         * gst/effectv/gstwarp.c:
22517         Port everything that can be ported to videofilter and fix up the caps.
22518         Can someone with a big-endian machine please check these?
22519
22520 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22521
22522         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22523         (gst_osssink_chain), (gst_osssink_change_state):
22524           Latest fixes for A/V sync, audio playback and such. This is about
22525           all... MPEG playback issues are mostly related to the async build-
22526           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22527
22528 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22529
22530         patch from: Stephane Loeuillet
22531
22532         * configure.ac:
22533           use pkg-config for some libraries, falling back to the old .m4 way
22534           (fixes #131270)
22535         * m4/libdv.m4:
22536           removed
22537
22538 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22539
22540         * configure.ac:
22541         * tools/Makefile.am:
22542         * tools/Makefile.in:
22543         * tools/gst-launch-ext-m.m:
22544         * tools/gst-launch-ext.1.in:
22545         * tools/gst-visualise-m.m:
22546         * tools/gst-visualise.1:
22547         * tools/gst-visualise.1.in:
22548           reorganizing generation of script tools
22549
22550 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22551
22552         * ext/divx/gstdivxdec.c:
22553           Downgrade priority. We prefer ffdec_mpeg4.
22554         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22555         (gst_faad_chain), (gst_faad_change_state):
22556           Fix capsnego. Doesn't work for some sounds because we don't have
22557           a 5:1 to stereo element.
22558         * ext/xvid/gstxvid.c: (plugin_init):
22559           Add priority.
22560         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22561         (gst_osssink_change_state):
22562           Add discont handling.
22563
22564 2004-03-09  Colin Walters  <walters@verbum.org>
22565
22566         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22567         conversion.
22568
22569 2004-03-09  Benjamin Otte  <otte@gnome.org>
22570
22571         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22572           the signals take 2 arguments
22573
22574 2004-03-09  David Schleef  <ds@schleef.org>
22575
22576         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22577         (gst_alsa_fixate): Add fixate function.  (bug #136686)
22578         * ext/alsa/gstalsa.h:
22579         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22580
22581 2004-03-09  Benjamin Otte  <otte@gnome.org>
22582
22583         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22584         (gst_mikmod_change_state):
22585         * ext/mikmod/gstmikmod.h:
22586           make mikmod's loop function not loop infinitely and call
22587           gst_element_yield anymore
22588         * gst/modplug/gstmodplug.cc:
22589           fix pad negotiation (fixes #136590)
22590
22591 2004-03-09  David Schleef  <ds@schleef.org>
22592
22593         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
22594         doesn't conflict with the internal colorspace plugin.
22595         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
22596         satisfy the crappy-ass shell shipped by a certain vendor.
22597         * gst/videofilter/make_filter: same (bug #135299)
22598
22599 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22600
22601         * configure.ac: bump nano to 1
22602
22603 === release 0.7.6 ===
22604
22605 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22606
22607         * configure.in: releasing 0.7.6, "There"
22608
22609 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22610
22611         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22612         * pkgconfig/gstreamer-play.pc.in:
22613           synchronize the two
22614
22615 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22616
22617         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22618         (cdparanoia_open), (cdparanoia_event):
22619           fix/add error handling
22620         * po/POTFILES.in:
22621           add cdparanoia source
22622         * tools/Makefile.am:
22623           make scripts executable
22624
22625 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22626
22627         * configure.ac:
22628         * ext/vorbis/Makefile.am:
22629         * sys/Makefile.am:
22630           remove id3types, vorbisfile and xvideosink from the build (#133783)
22631
22632 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22633
22634         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22635           Fix metadata read crash (#136537).
22636
22637 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22638
22639         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22640         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22641           adding mime types, fixing the one-stop function
22642
22643 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22644
22645         * ext/nas/nassink.c and /ext/nas/nassink.h:
22646         More NAS love from Arwed von Merkatz
22647         So lets all sing 'Can you feel the NAS tonight'
22648
22649 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22650
22651         * tools/gst-launch-ext.in:
22652         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22653
22654 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22655
22656         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22657         (gst_mpeg2dec_init):
22658         remove the user_data pad for now, because it is being used in
22659         fixating causing MPEG playback to fixate on 1000 Hz for playback.
22660         If someone knows how to fix this properly, please do.
22661
22662 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22663
22664         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22665         (gst_osssink_get_time):
22666         add a warning, IMO this won't get triggered anymore, remove later
22667
22668 2004-03-07  David Schleef  <ds@schleef.org>
22669
22670         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
22671         format (bug #136470)
22672
22673 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22674
22675         * gst-libs/Makefile.am:
22676         * gst-libs/gst/media-info/Makefile.am:
22677         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22678         (error_callback), (gst_media_info_error_create),
22679         (gst_media_info_error_element), (gmip_init), (gmip_reset),
22680         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22681         * gst-libs/gst/media-info/media-info-priv.h:
22682         * gst-libs/gst/media-info/media-info-test.c: (main):
22683         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22684         (gst_media_info_class_init), (gst_media_info_instance_init),
22685         (gst_media_info_set_source), (gst_media_info_read_with_idler),
22686         (gst_media_info_read_idler), (gst_media_info_read):
22687         * gst-libs/gst/media-info/media-info.h:
22688         fixed, should work now
22689
22690 2004-03-07  Christian Schaller <Uraeus@gnome.org>
22691
22692         * ext/nas/nassink.c:
22693         A bunch of NAS fixes from Arwed von Merkatz
22694
22695 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22696
22697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22698         (qtdemux_parse_trak):
22699           Fix crash (j might be greater than n_samples, in which case we're
22700           writing outside the allocated space for the array) and memleak.
22701
22702 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22703
22704         * sys/oss/gstosssink.c: (gst_osssink_chain):
22705           And another caller that couldn't handle delay < 0 (unsigned
22706           integer overflow). Video now continues playing on an audio
22707           buffer underrun, and the clock continues working. Audio still
22708           stalls.
22709
22710 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22711
22712         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22713         (gst_osssink_get_time):
22714           get_delay() may return values lower than 0. In those cases, we
22715           should not actually cast to *unsigned* int64, that will break
22716           stuff horribly. In my case, it screwed up A/V sync in movies
22717           in totem rather badly.
22718
22719 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22720
22721         * ext/faac/gstfaac.c: (gst_faac_chain):
22722         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22723         * ext/libpng/gstpngenc.c: (user_write_data):
22724         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22725         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22726         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22727         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22728         Fix several misuse of gst_buffer_merge (it doesn't take ownership
22729         of any buffer), should fix some leaks. I hope I didn't unref buffers
22730         that shouldn't be...
22731
22732 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22733
22734         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22735         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22736         (error_callback), (gmi_reset), (gmi_seek_to_track),
22737         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22738         (gmip_find_type_post), (gmip_find_stream_post),
22739         (gmip_find_track_streaminfo_post):
22740         * gst-libs/gst/media-info/media-info-priv.h:
22741         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22742         (info_print), (main):
22743         * gst-libs/gst/media-info/media-info.c:
22744         (gst_media_info_error_create), (gst_media_info_error_element),
22745         (gst_media_info_instance_init), (gst_media_info_get_property),
22746         (gst_media_info_new), (gst_media_info_set_source),
22747         (gst_media_info_read_idler), (gst_media_info_read):
22748         * gst-libs/gst/media-info/media-info.h:
22749           first pass at making this work again.  This seems to work on
22750           tagged ogg/vorbis and mp3 files.
22751
22752 2004-03-06  Benjamin Otte  <otte@gnome.org>
22753
22754         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22755           fix huge leak: gst_buffer_merge doesn't unref the first argument
22756           itself.
22757
22758 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22759
22760         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22761           report layer/mode/emphasis
22762
22763 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22764
22765         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22766
22767 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22768
22769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22770           signal serial
22771
22772 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22773
22774         * ext/vorbis/vorbis.c: (plugin_init):
22775         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22776         (gst_vorbis_dec_init), (vorbis_dec_event):
22777         add debug category
22778         make vorbisdec handle _BYTE and _TIME queries
22779
22780 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22781
22782         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22783           from the xing header
22784
22785 2004-03-06  Benjamin Otte  <otte@gnome.org>
22786
22787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22788         (gst_audio_convert_link), (gst_audio_convert_change_state),
22789         (gst_audio_convert_buffer_from_default_format):
22790           do conversions from/to float correctly, fix some caps nego errors,
22791           export correct supported caps in template and getcaps, use correct
22792           caps in try_set_caps functions
22793
22794 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22795
22796         For some reason, I only committed a ChangeLog entry yesterday and
22797         not the corresponding code...
22798         * ext/mad/gstmad.c: Fix detection of Xing headers
22799         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22800
22801 2004-03-06  Benjamin Otte  <otte@gnome.org>
22802
22803         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22804         (gst_ogg_demux_src_query):
22805           make sure to handle the case where there's no current chain
22806           gracefully.
22807
22808 2004-03-05  David Schleef  <ds@schleef.org>
22809
22810         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22811         Add fixate function. (bug #131128)
22812         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22813         (gst_sdlvideosink_fixate):  Add fixate function.
22814         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22815         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22816         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22817         Fix missing break that was causing ulaw to be interpreted as
22818         raw int.
22819
22820 2004-03-05  David Schleef  <ds@schleef.org>
22821
22822         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22823         Fix code that ignores return value of gst_buffer_merge().
22824         (bug #114560)
22825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22826         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22827         * testsuite/gst-lint:  Check for above.
22828
22829 2004-03-05  David Schleef  <ds@schleef.org>
22830
22831         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
22832         caps and throw an element error.  (bug #136334)
22833
22834 2004-03-05  David Schleef  <ds@schleef.org>
22835
22836         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22837         (gst_faad_chain): Fix negotiation.
22838         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22839         key and button events.
22840         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22841         dung heap of code.
22842         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22843         depends on gconf
22844         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22845         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22846         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22847         function to encourage better negotiation, particularly between
22848         audioconvert and osssink.
22849         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22850         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
22851         more important.
22852         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
22853         typefinding.
22854         * gst/vbidec/vbiscreen.c:  Add glib header
22855         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
22856
22857 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
22858
22859         * ext/mad/gstmad.c: Fix detection of Xing headers
22860         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22861
22862 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22863
22864         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22865         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22866           debug updates
22867
22868 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22869
22870         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22871         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22872         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22873         files, and report the parsed length as a GST_TAG_DURATION tag.
22874         * gst/tags/gstid3tag.c: support TLEN (duration) tag
22875
22876 2004-03-05  Benjamin Otte  <otte@gnome.org>
22877
22878         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22879           convert channels correctly. convert correctly to unsigned.
22880
22881 2004-03-05  Julien MOUTTE <julien@moutte.net>
22882
22883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22884         we have a window before clearing it.
22885
22886 2004-03-05  Julien MOUTTE <julien@moutte.net>
22887
22888         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22889         have a window before clearing it.
22890
22891 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22892
22893         * gconf/gstreamer.schemas.in:
22894         * gst-libs/gst/gconf/Makefile.am:
22895           version installation path the same way as for 0.6
22896         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22897         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22898         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22899           remove comment that was fixed
22900
22901 2004-03-05  David Schleef  <ds@schleef.org>
22902
22903         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22904         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22905         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22906         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22907         Add prototype code for handling seeking and querying.
22908
22909 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22910
22911         * examples/gstplay/player.c: (main):
22912           Initialize variables to NULL. Prevents a segfault because the
22913           (uninitialized) variable is not NULL, resulting in a crash on
22914           trying to reach error->message.
22915
22916 2004-03-05  Benjamin Otte  <otte@gnome.org>
22917
22918         * gst/audioconvert/gstaudioconvert.c:
22919         (gst_audio_convert_buffer_to_default_format):
22920         make float=>int conversion work correctly even in cornercases.
22921
22922 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
22923
22924         * debian/README.Debian:
22925         * debian/build-deps:
22926         * debian/changelog:
22927         * debian/control:
22928         * debian/control.in:
22929         * debian/copyright:
22930         * debian/gstreamer-a52dec.files:
22931         * debian/gstreamer-aa.files:
22932         * debian/gstreamer-alsa.files:
22933         * debian/gstreamer-alsa.manpages:
22934         * debian/gstreamer-arts.files:
22935         * debian/gstreamer-artsd.files:
22936         * debian/gstreamer-audiofile.files:
22937         * debian/gstreamer-avifile.files:
22938         * debian/gstreamer-cdparanoia.files:
22939         * debian/gstreamer-colorspace.files:
22940         * debian/gstreamer-doc.files:
22941         * debian/gstreamer-dv.files:
22942         * debian/gstreamer-dvd.files:
22943         * debian/gstreamer-esd.files:
22944         * debian/gstreamer-festival.files:
22945         * debian/gstreamer-flac.files:
22946         * debian/gstreamer-gconf.conffiles:
22947         * debian/gstreamer-gconf.files:
22948         * debian/gstreamer-gconf.postinst:
22949         * debian/gstreamer-gnomevfs.files:
22950         * debian/gstreamer-gsm.files:
22951         * debian/gstreamer-http.files:
22952         * debian/gstreamer-jack.files:
22953         * debian/gstreamer-jpeg.files:
22954         * debian/gstreamer-mad.files:
22955         * debian/gstreamer-mikmod.files:
22956         * debian/gstreamer-misc.files:
22957         * debian/gstreamer-mpeg2dec.files:
22958         * debian/gstreamer-oss.files:
22959         * debian/gstreamer-plugin-apps.files:
22960         * debian/gstreamer-plugin-apps.manpages:
22961         * debian/gstreamer-plugin-libs-dev.files:
22962         * debian/gstreamer-plugin-libs.files:
22963         * debian/gstreamer-plugin-template.postinst:
22964         * debian/gstreamer-plugin-template.postrm:
22965         * debian/gstreamer-sdl.files:
22966         * debian/gstreamer-sid.files:
22967         * debian/gstreamer-vorbis.files:
22968         * debian/gstreamer-x.files:
22969         * debian/mk.control:
22970         * debian/rules:
22971         Debian package info not maintained here.
22972
22973 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22974
22975         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
22976         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
22977         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
22978         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
22979         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
22980         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
22981         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
22982         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
22983         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
22984         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
22985         * gst-libs/gst/colorbalance/colorbalance.c:
22986         (gst_color_balance_class_init):
22987         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22988         (gst_color_balance_channel_class_init):
22989         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22990         * gst-libs/gst/play/play.c: (gst_play_class_init):
22991         * gst-libs/gst/propertyprobe/propertyprobe.c:
22992         (gst_property_probe_iface_init):
22993         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
22994         * gst-libs/gst/tuner/tunerchannel.c:
22995         (gst_tuner_channel_class_init):
22996         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
22997         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
22998         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
22999         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
23000         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
23001         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23002         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23003         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
23004         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
23005           fix signals to use - instead of _
23006         * ext/libcaca/gstcacasink.h:
23007         * ext/sdl/sdlvideosink.h:
23008           fix header rename
23009
23010 2004-03-04  David Schleef  <ds@schleef.org>
23011
23012         * testsuite/gst-lint:  Add a check for bad signal names.
23013
23014 2004-03-04  <kost@imn.htwk-leipzig.de>
23015
23016         reviewed by David Schleef
23017
23018         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
23019         modified the alpha channel and caused a warning. (bug #136192)
23020
23021 2004-04-03  Christian Schaller <Uraeus@gnome.org>
23022
23023         * gst-plugins.spec.in:
23024         Change names of plugins to actually be correct. Try to keep things
23025         alphabetical to avoid getting beat up by Thomas
23026
23027 2004-03-03  Julien MOUTTE <julien@moutte.net>
23028
23029         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
23030         Using ximagesink as a default if no gconf key found. We should
23031         probably consider using alsasink instead of osssink for the audio
23032         part.
23033
23034 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23035
23036         * configure.ac:
23037           fix --with-plugins, don't think it ever worked before
23038         * gst-plugins.spec.in:
23039           even more updates
23040
23041 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23042
23043         * ext/sdl/sdlvideosink.h:
23044         * sys/ximage/ximagesink.h:
23045         * sys/xvideo/xvideosink.h:
23046         * sys/xvimage/xvimagesink.h:
23047           Fix for move of gstvideosink.h -> videosink.h.
23048
23049 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23050
23051         * gst-libs/gst/xwindowlistener/Makefile.am:
23052           this is a plugin library, not a library
23053
23054 2004-03-01  David Schleef  <ds@schleef.org>
23055
23056         * AUTHORS:  Added some names.  Add yourself if you're still
23057         missing.
23058
23059 2004-03-01  David Schleef  <ds@schleef.org>
23060
23061         * MAINTAINERS: Add
23062
23063 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23064
23065         * gst-plugins.spec.in: clean up spec file
23066
23067 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23068
23069         * gst-libs/gst/video/Makefile.am:
23070         * gst-libs/gst/video/gstvideosink.c:
23071         * gst-libs/gst/video/gstvideosink.h:
23072           rename gstvideosink.h to videosink.h to match other headers
23073         * gst/mixmatrix/Makefile.am:
23074           fix plugin filename
23075         * gst/tags/Makefile.am: fix plugin filename
23076
23077 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23078
23079         * gst/tags/Makefile.am: fix plugin filename
23080
23081 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23082
23083         * examples/gstplay/player.c: (got_time_tick), (main):
23084           add error handler
23085           display time_tick more readably
23086         * gst/mixmatrix/Makefile.am:
23087           fix plugin file name
23088
23089 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
23090
23091         * sys/oss/gstosselement.c: (gst_osselement_probe),
23092         (device_combination_append), (gst_osselement_class_probe_devices):
23093         * sys/oss/gstosselement.h:
23094           Reworked enumeration of oss dsps and mixers so that gst-mixer works
23095           on my system using alsa oss emulation, fixes bug #135597
23096
23097 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23098
23099         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
23100         (gst_videodrop_chain), (gst_videodrop_change_state):
23101         * gst/videodrop/gstvideodrop.h:
23102           Work based on timestamp of input data, not based on the expected
23103           framerate from the input. The consequence is that this element now
23104           not only scales framerates, but also functions as a framerate
23105           corrector or framerate stabilizer/constantizer.
23106
23107 2004-02-27  David Schleef  <ds@schleef.org>
23108
23109         patches from jmmv@menta.net (Julio M. Merino Vidal)
23110
23111         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
23112         GST_ELEMENT_ERROR call (bug #135634)
23113         * gst/interleave/interleave.c: (interleave_buffered_loop),
23114         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
23115         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
23116         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
23117         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
23118         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
23119         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23120         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
23121         Fix GST_ELEMENT_ERROR call.
23122         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
23123         GST_ELEMENT_ERROR call.
23124
23125 2004-02-27  Benjamin Otte  <otte@gnome.org>
23126
23127         * gst-libs/gst/audio/audio.h:
23128           add macro to make sure header isn't included twice
23129         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23130           don't use gst_buffer_free
23131         * gst/playondemand/filter.func:
23132           don't use gst_data_free. Free data only once.
23133
23134 2004-02-26  David Schleef  <ds@schleef.org>
23135
23136         * gst-libs/gst/colorbalance/Makefile.am:
23137         * gst-libs/gst/mixer/Makefile.am:
23138         * gst-libs/gst/tuner/Makefile.am:
23139         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
23140         should not be disted, -marshal.h files should not be installed,
23141         and -enum.h files _should_ be installed.  Fix to make this the
23142         case.
23143
23144 === release 0.7.5 ===
23145
23146 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23147
23148         * configure.ac: release 0.7.5, "Under The Sea"
23149
23150 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23151
23152         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
23153         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
23154         * gst/videoscale/gstvideoscale.c:
23155         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23156           assorted debug/warning fixes
23157
23158 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23159
23160         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23161         (gst_videoscale_init), (gst_videoscale_chain),
23162         (gst_videoscale_set_property), (plugin_init):
23163         * gst/videoscale/gstvideoscale.h:
23164         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23165         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
23166         (gst_videoscale_planar400), (gst_videoscale_packed422),
23167         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
23168         (gst_videoscale_24bit), (gst_videoscale_16bit),
23169         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
23170         (gst_videoscale_scale_plane_slow),
23171         (gst_videoscale_scale_point_sample),
23172         (gst_videoscale_scale_nearest),
23173         (gst_videoscale_scale_nearest_str2),
23174         (gst_videoscale_scale_nearest_str4),
23175         (gst_videoscale_scale_nearest_32bit),
23176         (gst_videoscale_scale_nearest_24bit),
23177         (gst_videoscale_scale_nearest_16bit):
23178         add debugging category and use it properly
23179         fix use of GST_PTR_FORMAT
23180
23181 2004-02-25  Andy Wingo  <wingo@pobox.com>
23182
23183         * gst/interleave/interleave.c (interleave_buffered_loop): Always
23184         push only when channel->buffer is NULL. Prevents segfaults doing
23185         the state change after a nonlocal exit, like a scheme exception.
23186
23187         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23188         Handle the case where the intersected caps is empty.
23189
23190 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23191
23192         * gst/law/mulaw-decode.c: (mulawdec_link):
23193         * gst/law/mulaw.c: (plugin_init):
23194           fix mulawdec so it actually works again
23195
23196 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
23197
23198         reviewed by: David Schleef  <ds@schleef.org>
23199
23200         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
23201         (gst_gamma_init), (gst_gamma_set_property),
23202         (gst_gamma_get_property), (gst_gamma_calculate_tables),
23203         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
23204         for RGB, with separate r g and b correction factors. (#131167)
23205
23206 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23207
23208         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23209           only signal tags for bitrate if they're > 0 (#134894)
23210
23211 2004-02-24  David Schleef  <ds@schleef.org>
23212
23213         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
23214         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
23215         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
23216         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
23217         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
23218         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
23219         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
23220         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
23221         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
23222         category.  Attempt to fix timestamp calculation.
23223
23224 2004-02-24  Johan Dahlin  <johan@gnome.org>
23225
23226         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
23227
23228 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23229
23230         * configure.ac:
23231         * gconf/Makefile.am:
23232         * gconf/gstreamer.schemas:
23233         * gst-libs/gst/gconf/Makefile.am:
23234         * gst-libs/gst/gconf/gconf.c:
23235           version gconf schemas and install locations
23236
23237 2004-02-23  Benjamin Otte  <otte@gnome.org>
23238
23239         * ext/xine/xineinput.c: (gst_xine_input_dispose):
23240         (gst_xine_input_subclass_init):
23241           call parent dispose.
23242           change pad template for CD reader correctly
23243         * ext/xine/Makefile.am:
23244         * ext/xine/gstxine.h:
23245         * ext/xine/xine.c: (plugin_init):
23246         * ext/xine/xineaudiosink.c:
23247           wrap audio sinks, too
23248         * gst-libs/gst/resample/private.h:
23249         * gst-libs/gst/resample/resample.c: (gst_resample_init),
23250         (gst_resample_reinit), (gst_resample_scale),
23251         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
23252         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
23253         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
23254         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
23255         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
23256         * gst-libs/gst/resample/resample.h:
23257         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
23258         (gst_audioscale_class_init), (gst_audioscale_link),
23259         (gst_audioscale_get_buffer), (gst_audioscale_init),
23260         (gst_audioscale_chain), (gst_audioscale_set_property),
23261         (gst_audioscale_get_property):
23262         * gst/audioscale/gstaudioscale.h:
23263           s/resample_*/gst_resample_*/i to not clobber namespaces
23264
23265 2004-02-23  Julien MOUTTE  <julien@moutte.net>
23266
23267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23268         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23269         (gst_riff_create_video_template_caps),
23270         (gst_riff_create_audio_template_caps),
23271         (gst_riff_create_iavs_template_caps):
23272         * gst-libs/gst/riff/riff-media.h:
23273         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23274         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
23275         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
23276         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23277         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
23278         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
23279         (gst_matroska_demux_plugin_init): First batch implementing audio and
23280         video codec tags in demuxers.
23281
23282 2004-02-22  Benjamin Otte  <otte@gnome.org>
23283
23284         * ext/xine/Makefile.am:
23285         * ext/xine/gstxine.h:
23286         * ext/xine/xine.c: (plugin_init):
23287         * ext/xine/xineinput.c:
23288           add input plugin wrapper. Playback from files, http, mms and cdda
23289           works.
23290         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
23291           remove leftover G_GNUC_UNUSED
23292         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
23293         (gst_asf_demux_identify_guid):
23294           improve debugging output
23295
23296 2004-02-22  Benjamin Otte  <otte@gnome.org>
23297
23298         reported by: Padraig O'Briain <padraig.obriain@sun.com>
23299
23300         * autogen.sh:
23301           replace test -e with test -x for mkinstalldirs to be more portable.
23302           (fixes #134816)
23303
23304 2004-02-22  Benjamin Otte  <otte@gnome.org>
23305
23306         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
23307
23308         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
23309           set rank to PRIMARY
23310         * gst/volume/gstvolume.c: (plugin_init):
23311           set rank to NONE
23312         fixes #134960
23313
23314 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
23315
23316         reviewed by Benjamin Otte  <otte@gnome.org>
23317
23318         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23319           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
23320
23321 2004-02-22  Benjamin Otte  <otte@gnome.org>
23322
23323         * configure.ac:
23324           export [_]*{gst,Gst,GST}.* symbols from plugins
23325
23326 2004-02-22  Christophe Fergeau <teuf@gnome.org>
23327
23328         reviewed by: Benjamin Otte  <otte@gnome.org>
23329
23330         * ext/lame/gstlame.c: (add_one_tag):
23331         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
23333         (gst_vorbisenc_metadata_set1):
23334         * gst/tags/gstid3tag.c:
23335         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
23336           apply fixes from bugs #135042 (lame can't write tags) and #133817
23337           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
23338
23339 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
23340
23341         * configure.ac: Export only gst_plugin_desc from plugins.
23342          Note that this change only makes any effect with Linux using libtool
23343          1.5.2 or higher. Otherwise it is silently ignored, but it would build
23344          fine. And don't try to have several versions of libtool in different
23345          directories.
23346
23347 2004-02-20  Andy Wingo  <wingo@pobox.com>
23348
23349         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
23350         interleave respectively.
23351
23352         * gst/interleave/deinterleave.c: New plugin: deinterleave
23353         (replaces on oneton).
23354         * gst/interleave/interleave.c: New plugin: interleave.
23355         * gst/interleave/plugin.h: Support file.
23356         * gst/interleave/plugin.c: Support file.
23357
23358         * configure.ac: Remove intfloat and oneton, add interleave.
23359
23360         * ext/sndfile/gstsf.c: Handle events better.
23361
23362         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
23363         and float2int operation. int2float has scheduling problems as
23364         noted in in2float_chain.
23365
23366 2004-02-20  Benjamin Otte  <otte@gnome.org>
23367
23368         * ext/xine/Makefile.am:
23369         * ext/xine/gstxine.h:
23370         * ext/xine/xine.c:
23371         * ext/xine/xineaudiodec.c:
23372         * ext/xine/xinecaps.c:
23373           add first version of xine plugin wrapper. Currently only wraps the
23374           QDM2 win32 DLL, and even that only in proof-of-concept quality.
23375         * configure.ac:
23376         * ext/Makefile.am:
23377           add xine plugin wrapper, disabled by default. Use --enable-xine to
23378           build. Note that it'll segfault on gst-register if you don't remove
23379           the goom and tvtime post plugins from xine.
23380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23381         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
23382           add extradata parsing for QDM2.
23383           change around debugging prints.
23384
23385 2004-02-19  Benjamin Otte  <otte@gnome.org>
23386
23387         * ext/lame/gstlame.c: (gst_lame_chain):
23388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23389           use gst_tag_list_insert when you want to insert tags
23390
23391 2004-02-18  David Schleef  <ds@schleef.org>
23392
23393         * configure.ac:  Move massink to gst-rotten
23394         * ext/Makefile.am:
23395         * ext/mas/Makefile.am:
23396         * ext/mas/massink.c:
23397         * ext/mas/massink.h:
23398
23399 2004-02-18  David Schleef  <ds@schleef.org>
23400
23401         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
23402         typefinding, since it seems to be worse than nothing.
23403         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
23404         atom to recognize .mp4 and .m4a files as video/quicktime.
23405
23406 2004-02-18  David Schleef  <ds@schleef.org>
23407
23408         * gst/sine/demo-dparams.c: (quit_live),
23409         (dynparm_log_value_changed), (dynparm_value_changed), (main):
23410         Use double dparams, not float.
23411         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23412         (gst_sinesrc_init): Change sync default to FALSE, since multiple
23413         sync'd elements don't really work correctly.
23414         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
23415         (volume_update_volume), (volume_get_property):  Change dparam
23416         to double.
23417
23418 2004-02-18  Julien MOUTTE  <julien@moutte.net>
23419
23420         * sys/ximage/ximagesink.c:
23421         (gst_ximagesink_xwindow_update_geometry),
23422         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23423         (gst_ximagesink_change_state), (gst_ximagesink_expose),
23424         (gst_ximagesink_init): Rework the way software video scaling works. So
23425         now we check on each chain call if the video frames are feeling the
23426         window. If not we try to renegotiate caps. On failure we memorize that
23427         and we won't try again for that PLAYING sessions.
23428         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
23429         failure.
23430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
23431         synchronous flag.
23432
23433 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23434
23435         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23436           break up _link so we can give a better debug message for errors
23437
23438 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23439
23440         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23441           set up debug category
23442
23443 2004-02-18  Julien MOUTTE <julien@moutte.net>
23444
23445         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23446         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23447         the way renegotiation work. The event handling function is not taking
23448         care of external windows and renegotiate method check for pad flags
23449         NEGOTIATING. Should fix : #133209
23450
23451 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23452
23453         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23454         pad is negotiating before trying renegotiation.
23455
23456 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23457
23458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23459           pass on all possible mime types as typefind hints
23460
23461 2004-02-17  Julien MOUTTE <julien@moutte.net>
23462
23463         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23465         possible SHM leak if we crash. All other apps using XShm are doing
23466         that.
23467
23468 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23469
23470         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23471         (gst_ximagesink_expose): Renegotiate size on expose.
23472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23473         size on expose.
23474
23475 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23476
23477         * testsuite/alsa/sinesrc.c:
23478           cosmetic fix to fix compile issue with gcc 2.95.4
23479
23480 2004-02-16  Julien MOUTTE <julien@moutte.net>
23481
23482         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23483         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23484         failed opening the audio device.
23485         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23486         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23487         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23488         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23489         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23490         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23491         (gst_ximagesink_change_state), (gst_ximagesink_chain),
23492         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23493         Removing some useless g_return_if_fail like wingo suggested.
23494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23495         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23496         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23497         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23498         (gst_xvimagesink_update_colorbalance),
23499         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23500         (gst_xvimagesink_xcontext_clear),
23501         (gst_xvimagesink_get_fourcc_from_caps),
23502         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23503         (gst_xvimagesink_set_xwindow_id),
23504         (gst_xvimagesink_colorbalance_list_channels),
23505         (gst_xvimagesink_colorbalance_set_value),
23506         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23507         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23508
23509 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23510
23511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23512           throw error when not negotiated instead of asserting
23513
23514 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23515
23516         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23517         correct data refcounting.
23518
23519 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23520
23521         * gst/switch/gstswitch.c: (gst_switch_change_state),
23522         (gst_switch_class_init): Cleaning the sinkpads correctly on state
23523         change, mostly the EOS flag.
23524
23525 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23526
23527         * examples/gstplay/player.c: (got_eos), (main): Adding some
23528         output for debugging.
23529         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23530         timeouts if we go to any state different from PLAYING.
23531         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23532         more EOS bugs in riff lib.
23533
23534 2004-02-14  Julien MOUTTE  <julien@moutte.net>
23535
23536         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23537         visualization until i find a way to fix switch correctly.
23538         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23539         EOS arrives.
23540         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23541         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23542         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23543         Reworked switch to get a more correct behaviour with events and refing
23544         of data stored in sinkpads.
23545         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23546         we don't pull from a pad in EOS.
23547
23548 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23549
23550         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23551           remove v1 tag even if we can't read it (makes sure we don't detect
23552           it again)
23553
23554 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23555
23556         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23557         (gst_alsa_xrun_recovery):
23558         * ext/alsa/gstalsa.h:
23559           try xrun recovery when wait failed. Make xrun recovery function
23560           return TRUE/FALSE to indicate success. (might fix #134354)
23561
23562 2004-02-13  David Schleef  <ds@schleef.org>
23563
23564         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23565         (dynparm_value_changed), (main): Convert from float to double.
23566         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23567
23568 2004-02-13  David Schleef  <ds@schleef.org>
23569
23570         * gst/silence/gstsilence.c: (gst_silence_class_init),
23571         (gst_silence_set_clock), (gst_silence_get),
23572         (gst_silence_set_property), (gst_silence_get_property):
23573         * gst/silence/gstsilence.h: Add sync property.
23574         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23575         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23576         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23577         * gst/sine/gstsinesrc.h: Add sync property.
23578
23579 2004-02-13  David Schleef  <ds@schleef.org>
23580
23581         * gst/intfloat/gstint2float.c: (conv_f32_s16),
23582         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
23583
23584 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23585
23586         * configure.ac:
23587         * ext/Makefile.am:
23588         * gst-libs/ext/Makefile.am:
23589           move ffmpeg plugin to gst-ffmpeg module
23590
23591 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23592
23593         * configure.ac: use GST_ARCH to detect architecture
23594
23595 2004-02-12  Julien MOUTTE  <julien@moutte.net>
23596
23597         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23598
23599 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23600
23601         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23602           classify LADSPA plugins based on number of src/sink pads
23603           (#133663, Stefan Kost)
23604         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23605           fix dparams registration
23606           (#133528, Stefan Kost)
23607         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23608           fix use of isprint and use g_ascii_isprint instead
23609           (#133316, Stefan Kost)
23610
23611 2004-02-11  David Schleef  <ds@schleef.org>
23612
23613         Convert a few inner loops to use liboil.  This is currently
23614         optional, and is only enabled if liboil is present (duh!).
23615         * configure.ac: Check for liboil-0.1
23616         * gst/intfloat/Makefile.am:
23617         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23618         (gst_int2float_chain_gint16):
23619         * gst/videofilter/Makefile.am:
23620         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23621         (tablelookup_u8), (gst_videobalance_planar411):
23622         * gst/videotestsrc/Makefile.am:
23623         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23624         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23625         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23626         (paint_hline_RGB565), (paint_hline_xRGB1555):
23627
23628 2004-02-11  David Schleef  <ds@schleef.org>
23629
23630         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23631         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23632         (gst_colorspace_getcaps), (gst_colorspace_link),
23633         (gst_colorspace_base_init), (gst_colorspace_init),
23634         (gst_colorspace_chain), (gst_colorspace_change_state),
23635         (plugin_init): Merge Ronald's patch (bug #117897) and update
23636         for new caps and negotiation.  Seems to work, although it
23637         shows off bugs in lcs.
23638
23639 2004-02-11  David Schleef  <ds@schleef.org>
23640
23641         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23642         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23643
23644 2004-02-11  David Schleef  <ds@schleef.org>
23645
23646         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23647         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23648         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23649         Add server and port properties
23650
23651 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23652
23653         * m4/a52.m4:
23654         * m4/aalib.m4:
23655         * m4/as-ffmpeg.m4:
23656         * m4/as-liblame.m4:
23657         * m4/as-slurp-ffmpeg.m4:
23658         * m4/check-libheader.m4:
23659         * m4/esd.m4:
23660         * m4/freetype2.m4:
23661         * m4/gconf-2.m4:
23662         * m4/glib.m4:
23663         * m4/gst-alsa.m4:
23664         * m4/gst-artsc.m4:
23665         * m4/gst-ivorbis.m4:
23666         * m4/gst-matroska.m4:
23667         * m4/gst-sdl.m4:
23668         * m4/gst-shout2.m4:
23669         * m4/gst-sid.m4:
23670         * m4/gtk.m4:
23671         * m4/libdv.m4:
23672         * m4/libfame.m4:
23673         * m4/libmikmod.m4:
23674         * m4/ogg.m4:
23675         * m4/vorbis.m4:
23676           fix underquotedness of macros (#133800)
23677         * m4/as-avifile.m4:
23678         * m4/xmms.m4:
23679           removed because no longer used
23680
23681 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23682
23683         * configure.ac:
23684           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23685           by autopoint (fixes #132996)
23686
23687 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23688
23689         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23690         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23691         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23692         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23693           fix memleaks
23694
23695 2004-02-11  David Schleef  <ds@schleef.org>
23696
23697         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23698         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23699         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23700         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23701         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23702         (gst_jpegenc_class_init), (gst_jpegenc_init),
23703         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23704         (gst_jpegenc_chain), (gst_jpegenc_set_property),
23705         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
23706         * ext/jpeg/gstjpegenc.h: Fix negotiation.
23707
23708 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23709
23710         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23711         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23712         * ext/mikmod/gstmikmod.h:
23713           fix caps negotiation in mikmod
23714         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23715           output debug information
23716
23717 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23718
23719         * gst-libs/gst/colorbalance/Makefile.am:
23720         * gst-libs/gst/navigation/Makefile.am:
23721         * gst-libs/gst/xoverlay/Makefile.am:
23722           remove unused GST_OPT_CFLAGS from Makefiles
23723           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23724
23725 2004-02-07  David Schleef  <ds@schleef.org>
23726
23727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23728         push events to pads that haven't been created (#133508)
23729
23730 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
23731
23732         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23733         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23734         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23735         (gst_dvdec_loop), (gst_dvdec_change_state):
23736         Second attempt at committing a working dvdec element.
23737
23738 2004-02-06  David Schleef  <ds@schleef.org>
23739
23740         Build fixes for OS X: (see #129600)
23741         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23742         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23743         (gst_riff_read_strf_iavs):
23744         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23745         (gst_avi_demux_stream_odml):
23746         * gst/playondemand/Makefile.am:
23747         * gst/rtp/rtp-packet.c:
23748
23749 2004-02-05  David Schleef  <ds@schleef.org>
23750
23751         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23752         last change, because it Just Doesn't Compile.
23753
23754 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23755
23756         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23757           skip undecodable id3v2 tag instead of keeping it
23758
23759 2004-02-05  David Schleef  <ds@schleef.org>
23760
23761         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23762         Unref leaked buffer.  (Noticed by Ronald)
23763
23764 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
23765
23766         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23767         Sync requires with other checks.  >= vs =.
23768
23769 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
23770
23771         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23772         (gst_dvdec_video_link), (gst_dvdec_loop):
23773         * ext/dv/gstdvdec.h:
23774           rework the caps negotiation so that dvdec works again instead
23775           of just segfaulting.
23776
23777 === release 0.7.4 ===
23778
23779 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23780
23781         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23782         * configure.ac: changed for release
23783
23784 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23785
23786         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23787         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23788         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23789         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23790           reworked patch by David Lehn to fix libdir and includedir for
23791           uninstalled libraries
23792           removed play and gconf from gstreamer-libs since they have their
23793           own pkgconfig files
23794
23795 2004-02-04  David Schleef  <ds@schleef.org>
23796
23797         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23798         memleak.
23799
23800 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23801
23802         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23803           use correct GST_TAG_ENCODER tag
23804
23805 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23806
23807         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23808           be sure to stop the clock when going to paused
23809         * sys/oss/gstosssink.c: (gst_osssink_change_state):
23810           reset number of transmitted when going to ready.
23811         fixes #132935
23812
23813 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
23814
23815         reviewed by Benjamin Otte
23816
23817         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23818           extract track count (fixes #133410)
23819
23820 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23821
23822         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23823           that should be !=, not == (fixes #132519)
23824
23825 2004-02-04  David Schleef  <ds@schleef.org>
23826
23827         Make sure set_explicit_caps() is called before adding pad.
23828         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23829         * gst/id3/gstid3types.c: (gst_id3types_loop):
23830         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23831         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23832
23833 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23834
23835         * configure.ac:
23836           bump nano to 2, first prerelease
23837           put back AM_PROG_LIBTOOL
23838
23839 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23840
23841         * testsuite/alsa/Makefile.am:
23842           these are user test apps, not automatic testsuite tests
23843
23844 2004-02-04  David Schleef  <ds@schleef.org>
23845
23846         Convert GST_DEBUG_CAPS() to GST_DEBUG():
23847         * gst/mpeg1videoparse/gstmp1videoparse.c:
23848         (mp1videoparse_parse_seq):
23849         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23850         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23851         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23852         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23853         (gst_xvideosink_getcaps):
23854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23855         * testsuite/gst-lint: more tests
23856
23857 2004-02-04  David Schleef  <ds@schleef.org>
23858
23859         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23860         with the code that they would expand to.
23861         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23862         (gst_flacdec_get_src_query_types),
23863         (gst_flacdec_get_src_event_masks):
23864         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23865         (gst_gnomevfssrc_get_query_types),
23866         (gst_gnomevfssrc_get_event_mask):
23867
23868 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23869
23870         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23871         (gst_sinesrc_dispose):
23872           fix memleak by properly disposing sinesrc
23873
23874 2004-02-04  Julien MOUTTE  <julien@moutte.net>
23875
23876         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23877         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23878         an overlay to redraw the image because it has been exposed.
23879         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23880         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23881         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23882         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23883         interface
23884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23885         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23886         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23887         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23888         interface
23889
23890 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23891
23892         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23893           more memleak fixage
23894
23895 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23896
23897         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23898         * gst/typefind/gsttypefindfunctions.c:
23899           fix memleaks shown by gst-typefind
23900
23901 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23902
23903         * common/glib-gen.mak:
23904           add hack rule to touch .Plo files
23905         * gst-libs/gst/colorbalance/Makefile.am:
23906         * gst-libs/gst/mixer/Makefile.am:
23907         * gst-libs/gst/play/Makefile.am:
23908         * gst-libs/gst/tuner/Makefile.am:
23909           remove glib_root variable
23910
23911 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23912
23913         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23914           set explicit caps before adding the element, so the autopluggers can
23915           plug correctly.
23916         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23917         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23918         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23919         (dv_type_find):
23920           fix memleaks in typefind functions. gst_type_find_suggest takes a const
23921           argument.
23922
23923 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23924
23925         * gst-libs/gst/colorbalance/Makefile.am:
23926         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23927         * gst-libs/gst/colorbalance/colorbalance.c:
23928         * gst-libs/gst/colorbalance/colorbalance.h:
23929         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23930         * gst-libs/gst/mixer/Makefile.am:
23931         * gst-libs/gst/mixer/mixer-marshal.list:
23932         * gst-libs/gst/mixer/mixer.c:
23933         * gst-libs/gst/mixer/mixer.h:
23934         * gst-libs/gst/mixer/mixermarshal.list:
23935         * gst-libs/gst/play/Makefile.am:
23936         * gst-libs/gst/play/play.h:
23937         * gst-libs/gst/tuner/Makefile.am:
23938         * gst-libs/gst/tuner/tuner-marshal.list:
23939         * gst-libs/gst/tuner/tuner.c:
23940         * gst-libs/gst/tuner/tuner.h:
23941         * gst-libs/gst/tuner/tunermarshal.list:
23942           use new glib-gen.mak snippet to clean up Makefile.am
23943           fix various bugs in Makefile.am's
23944
23945 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23946
23947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23948           handle chain parsing correctly in the multichain case
23949         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23950         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23951         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23952         (theora_dec_chain):
23953           handle events and queries correctly
23954
23955 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23956
23957         * .cvsignore:
23958         Ignore generated file _stdint.h.
23959
23960 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23961
23962         * gst-libs/gst/colorbalance/Makefile.am:
23963         * gst-libs/gst/colorbalance/colorbalance.h:
23964         * gst-libs/gst/mixer/Makefile.am:
23965         * gst-libs/gst/mixer/mixer.h:
23966         * gst-libs/gst/play/Makefile.am:
23967         * gst-libs/gst/play/play.h:
23968         * gst-libs/gst/tuner/Makefile.am:
23969         * gst-libs/gst/tuner/tuner.h:
23970         Generate enum type code with glib-mkenums.
23971         * gst-libs/gst/colorbalance/.cvsignore:
23972         * gst-libs/gst/mixer/.cvsignore:
23973         * gst-libs/gst/play/.cvsignore:
23974         * gst-libs/gst/tuner/.cvsignore:
23975         Ignore generated files.
23976
23977 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23978
23979         * gst-libs/gst/audio/.cvsignore:
23980         Ignore generated file.
23981         * gst-libs/gst/audio/Makefile.am:
23982         Do not install example filter.
23983
23984 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23985
23986         * examples/switch/.cvsignore:
23987         Ignore generated file.
23988
23989 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23990
23991         * common/m4/ax_create_stdint_h.m4:
23992         * configure.ac:
23993           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
23994           _stdint.h.
23995         * Makefile.am:
23996           remove generated _stdint.h in DISTCLEANFILES
23997         * ext/a52dec/gsta52dec.c:
23998           include _stdint.h for a52dec. (should fix #133064)
23999
24000 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
24001
24002         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
24003         (gst_tag_to_vorbis_comments):
24004         Add replaygain support to vorbistag
24005
24006 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
24007         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24008         (gst_ffmpeg_caps_to_extradata):
24009           Fix SVQ3 caps flag properties
24010           Use glib macro for bytes swap
24011
24012 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24013
24014         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24015         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24016         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24017         * ext/sndfile/gstsf.c: (plugin_init):
24018         * gst/avi/gstavi.c: (plugin_init):
24019         * sys/dxr3/dxr3init.c: (plugin_init):
24020         * sys/oss/gstossaudio.c: (plugin_init):
24021         * sys/v4l/gstv4l.c: (plugin_init):
24022         * sys/v4l2/gstv4l2.c: (plugin_init):
24023           remove textdomain calls
24024         * po/nl.po:
24025           update Dutch translation
24026
24027 2004-02-02  Julien MOUTTE  <julien@moutte.net>
24028
24029         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
24030         (gst_play_set_audio_sink): Moving volume in the audio thread for
24031         instantaneous volume change. Maybe i will add another volume in front
24032         of visualization later, not sure yet though.
24033
24034 2004-02-02  Julien MOUTTE  <julien@moutte.net>
24035
24036         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24037         (gst_ximagesink_handle_xevents): Better X events handling, only take
24038         the latest events for configure and motion.
24039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
24040
24041 2004-02-02  Jon Trowbridge  <trow@gnu.org>
24042
24043         reviewed by: David Schleef  <ds@schleef.org>
24044
24045         Fix memory leaks:
24046         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
24047         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
24048
24049 2004-02-02  David Schleef  <ds@schleef.org>
24050
24051         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
24052         of lines.
24053         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
24054         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24055         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
24056         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24057         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
24058         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
24059         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
24060         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
24061         (gst_float2_2_int_link):
24062         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
24063         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
24064         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
24065         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
24066         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
24067         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
24068         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
24069         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
24070         * testsuite/gst-lint: Add tests for bzero and ;;
24071
24072 2004-02-02  David Schleef  <ds@schleef.org>
24073
24074         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
24075
24076 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24077
24078         * ext/aalib/gstaasink.c: (gst_aasink_open):
24079         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24080         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24081         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24082         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24083         (gst_afsink_close_file):
24084         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24085         (gst_afsrc_close_file):
24086         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24087         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24088         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24089         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24090         * ext/esd/esdmon.c: (gst_esdmon_get):
24091         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
24092         * ext/faac/gstfaac.c: (gst_faac_chain):
24093         * ext/faad/gstfaad.c: (gst_faad_chain):
24094         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24095         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24096         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24097         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24098         (gst_flacdec_loop):
24099         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24100         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24101         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24102         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24103         (gst_gnomevfssink_close_file):
24104         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24105         (gst_gnomevfssrc_open_file):
24106         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24107         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24108         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24109         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24110         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24111         * ext/mad/gstmad.c: (gst_mad_chain):
24112         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24113         * ext/mpeg2dec/gstmpeg2dec.c:
24114         * ext/mpeg2enc/gstmpeg2enc.cc:
24115         * ext/mplex/gstmplex.cc:
24116         * ext/mplex/gstmplexibitstream.cc:
24117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24118         (gst_ogg_demux_push):
24119         * ext/raw1394/gstdv1394src.c:
24120         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24121         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24122         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24123         (gst_sf_loop):
24124         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24125         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
24126         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24127         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24128         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24129         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24130         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24131         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24132         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24133         (gst_riff_read_element_data), (gst_riff_read_seek),
24134         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24135         * gst/adder/gstadder.c: (gst_adder_loop):
24136         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24137         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24138         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24139         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24140         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24141         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24142         * gst/goom/gstgoom.c: (gst_goom_chain):
24143         * gst/id3/gstid3types.c: (gst_id3types_loop):
24144         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24145         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24146         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24147         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24148         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24149         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24150         (gst_ebml_read_float), (gst_ebml_read_header):
24151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24152         (gst_matroska_demux_parse_blockgroup):
24153         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24154         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24155         * gst/oneton/gstoneton.c: (gst_oneton_chain):
24156         * gst/silence/gstsilence.c: (gst_silence_get):
24157         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24158         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24159         * gst/speed/gstspeed.c: (speed_loop):
24160         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24161         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24162         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24163         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24164         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24165         (gst_wavparse_loop):
24166         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24167         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24168         (dxr3audiosink_close):
24169         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24170         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24171         (dxr3videosink_close), (dxr3videosink_write_data):
24172         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24173         * sys/oss/gstosssink.c: (gst_osssink_chain):
24174         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24175         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24176         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24177         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24178         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24179         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24180         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24181         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24182         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24183         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24184         (gst_v4l_set_audio):
24185         * sys/v4l/v4l_calls.h:
24186         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24187         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24188         (gst_v4lmjpegsink_playback_init),
24189         (gst_v4lmjpegsink_playback_start):
24190         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
24191         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24192         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24193         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24194         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24195         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24196         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24197         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24198         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24199         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24200         (gst_v4l2_get_output), (gst_v4l2_set_output),
24201         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24202         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24203         (gst_v4l2_set_attribute):
24204         * sys/v4l2/v4l2_calls.h:
24205         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24206         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24207         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24208         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24209         (gst_v4l2src_capture_stop):
24210         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24211         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24212         (gst_ximagesink_chain):
24213         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24214         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24215         (gst_xvideosink_xwindow_new):
24216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24217         (gst_xvimagesink_chain):
24218
24219 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24220
24221         * gst/volume/gstvolume.c: (gst_volume_set_volume),
24222         (gst_volume_get_volume), (volume_class_init), (volume_init),
24223         (volume_chain_int16), (volume_update_volume):
24224         * gst/volume/gstvolume.h:
24225           make code more readable by removing magic numbers
24226           make mixer interface export 0-100 range
24227           make it internally map to 0.0-1.0 range so users don't distort
24228           output by putting the sliders at full volume
24229
24230 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24231
24232         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
24233         (gst_play_state_change), (gst_play_seek_to_time):
24234         block the tick callback for 0.5 secs after doing a seek
24235
24236 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24237
24238         * gst-libs/gst/play/play.c: (gst_play_new):
24239           check for GError
24240
24241 2004-02-01  Julien MOUTTE  <julien@moutte.net>
24242
24243         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
24244         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
24245         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24246         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
24247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24248         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
24249
24250 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24251
24252         * configure.ac:
24253         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24254           check for a function added in vorbis 1.1
24255
24256 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24257
24258         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24259         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
24260           really start/stop clock only on PLAYING <=> PAUSED
24261         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24262           remove \n from debugging lines
24263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
24264           make it work when seeking does not
24265         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24266           reset on DISCONT
24267
24268 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24269
24270         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
24271           start clock on PAUSED=>PLAYING, not later
24272         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24273           extract correct time for different discont formats
24274         (gst_alsa_sink_get_time):
24275           don't segfault when no format is negotiated yet, just return 0
24276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24277         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
24278         (gst_ogg_pad_push):
24279           handle flush and discont events correctly
24280         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
24281           handle discont events correctly
24282
24283 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24284
24285         * gst-libs/gst/play/play.c: (gst_play_error_quark),
24286         (gst_play_error_create), (gst_play_error_plugin),
24287         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
24288         * gst-libs/gst/play/play.h:
24289           add error handling during creation
24290         * examples/gstplay/player.c: (main):
24291           use new gst_play_new
24292
24293
24294 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24295
24296         * ext/theora/theoradec.c: (theora_dec_chain):
24297           make comments work
24298         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24299         (vorbis_dec_src_event), (vorbis_dec_chain):
24300           add encoder tag, fix tag reading to be more error tolerant, change
24301           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
24302           gst_pad_event_default.
24303         * gst/tags/gstvorbistag.c:
24304         (gst_tag_list_from_vorbiscomment_buffer):
24305           undefine function specific define at end of function
24306
24307 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
24308
24309         * ext/flac/gstflac.c: (plugin_init):
24310         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
24311         * ext/flac/gstflacdec.h:
24312         * ext/flac/gstflacenc.h:
24313           Fix typos
24314
24315 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
24316
24317         * examples/gstplay/player.c: s/gstplay.h/play.h/
24318
24319 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24320
24321         * gst-libs/gst/play/Makefile.am:
24322         * gst-libs/gst/play/gstplay.c:
24323         * gst-libs/gst/play/gstplay.h:
24324         * gst-libs/gst/play/play.c:
24325           more surgery, operation complete
24326
24327 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24328
24329         * gst-libs/gst/play/play.old.c:
24330         * gst-libs/gst/play/play.old.h:
24331           after CVS surgery by moving, remove
24332         * gst-libs/gst/play/playpipelines.c:
24333           remove
24334
24335         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24336           add negotiation error
24337
24338 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24339
24340         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24341         (gst_ogg_demux_push):
24342           add some seeking debug info
24343           send a flush when seeking
24344
24345 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24346
24347         * configure.ac:
24348           use AC_C_INLINE
24349         * configure.ac:
24350         * ext/Makefile.am:
24351         * ext/theora/Makefile.am:
24352         * ext/theora/theoradec.c:
24353           add theora video decoder. Does just do simple decoding for now and
24354           has been tested against Theora cvs only. It only works when theora
24355           is compiled with --enable-static.
24356         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24357           always reset packetno on DISCONT
24358
24359 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24360
24361         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24362           Fix audio.
24363
24364 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24365
24366         * gst/mpegaudioparse/gstmpegaudioparse.c:
24367         (mp3_type_frame_length_from_header):
24368           Fix header parsing - stolen from ffmpeg (thank you! :) ).
24369
24370 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24371
24372         * ext/esd/esdsink.c: (gst_esdsink_init):
24373           Since we have static pad template caps, we don't need to negotiate;
24374           either the core errors out or we know the format.
24375
24376 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24377
24378         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24379         (gst_riff_read_seek):
24380         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24381         (gst_ebml_read_seek):
24382           Fix event handling.
24383
24384 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24385
24386         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24387           removee video/x-theora from vp3 decoder, it doesn't handle raw
24388           theora streams
24389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
24390           fix bug with finalizing element that never went to PAUSED
24391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24392           length and position queries were swapped
24393         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24394         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
24395         (vorbis_dec_src_event):
24396           implement querying time and bytes
24397
24398 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24399
24400         * just about every source file:
24401           gst_element_error -> GST_ELEMENT_ERROR
24402
24403 2004-01-29  Julien MOUTTE  <julien@moutte.net>
24404
24405         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
24406         emiting FLUSH and even before DISCONT.
24407         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
24408         get the best instant seeking as possible yay!
24409
24410 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24411
24412         * gst/mpeg1videoparse/gstmp1videoparse.c:
24413         (gst_mp1videoparse_real_chain):
24414           Committed wrong version last week... Grr... Didn't notice until now.
24415
24416 2004-01-29  Julien MOUTTE <julien@moutte.net>
24417
24418         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
24419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
24420         have_xwindow_id signal in xwindow_create.
24421
24422 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24423
24424         * ext/ogg/gstoggdemux.c:
24425           lots of changes - mainly support for chained bitstreams, seeking,
24426           querying and bugfixes of course
24427         * ext/vorbis/Makefile.am:
24428         * ext/vorbis/vorbisdec.c:
24429         * ext/vorbis/vorbisdec.h:
24430           add vorbisdec raw vorbis decoder
24431         * ext/vorbis/vorbis.c: (plugin_init):
24432           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
24433         * gst/intfloat/Makefile.am:
24434         * gst/intfloat/float22int.c:
24435         * gst/intfloat/float22int.h:
24436         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
24437           add float2intnew plugin. It converts multichannel interleaved float to
24438           multichannel interleaved int. The name should probably be changed.
24439         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
24440         (plugin_init):
24441           add typefinding for raw theora video so oggdemux can detect it.
24442
24443 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24444
24445         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
24446         sink element first.
24447         * gst/videoscale/gstvideoscale.c:
24448         (gst_videoscale_handle_src_event): Fixing src event handler.
24449
24450 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24451
24452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24453         (gst_v4lsrc_open), (gst_v4lsrc_close),
24454         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24455         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24456         * sys/v4l/gstv4lsrc.h:
24457         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24458         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24459           Implement resizing... Hack. But that's why v4l is b0rked...
24460
24461 2004-01-28  Julien MOUTTE <julien@moutte.net>
24462
24463         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24464         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24465         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24466         (gst_ximagesink_xwindow_destroy):
24467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24468         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24469         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24470         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24471         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24472         correctly cleaning the image created to check xshm calls on succes,
24473         added a lot of XSync calls in X11 functions, and fixed a segfault when
24474         no image format was defined before negotiation happened.
24475
24476 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24477
24478         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24479           use gst_element_get_time to get correct time
24480
24481 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24482
24483         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24484         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24485         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24487         (gst_xvimagesink_check_xshm_calls),
24488         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24489         X plugins are now able to detect that XShm calls will fail even if the
24490         server claims that it has XShm support (remote displays most of the
24491         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24492         so that we use non XShm functions. This feature is almost useless for
24493         xvimagesink as Xv is not supported on remote displays anyway, but
24494         it might happen than even on the local display XShm calls fail.
24495
24496 2004-01-27  David Schleef  <ds@schleef.org>
24497
24498         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24499         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24500         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
24501         changed esdsink to only use 44100,16,2, since esd sucks at rate
24502         conversion and esdsink has had difficulty negotiating.
24503
24504 2004-01-27  Julien MOUTTE <julien@moutte.net>
24505
24506         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24507         (gst_play_seek_to_time): Fixing the way to get current position.
24508
24509 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24510
24511         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24512           use gst_element_get_time to get correct time
24513
24514 2004-01-27  Julien MOUTTE <julien@moutte.net>
24515
24516         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24517         fix ever... Inverting 2 lines of code make spider autoplug correctly
24518         tagged mp3 !
24519
24520 2004-01-27  David Schleef  <ds@schleef.org>
24521
24522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24523         Use gst_pad_try_set_caps_nonfixed().
24524
24525 2004-01-27  David Schleef  <ds@schleef.org>
24526
24527         * gst/ac3parse/gstac3parse.c: update to checklist 5
24528         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
24529         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24530         * gst/audioscale/gstaudioscale.c: same
24531         * gst/auparse/gstauparse.c: same
24532         * gst/avi/gstavidemux.c: same
24533
24534 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24535
24536         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24537           stop processing after EOS
24538
24539 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24540
24541         * gst/asfdemux/asfheaders.h:
24542         * gst/asfdemux/gstasfdemux.c:
24543         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24544         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24545         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24546           lot's of fixes to make data extraction simpler and get the code
24547           architecture and compiler independant. Add debugging category
24548         * gst/goom/gstgoom.c: (gst_goom_change_state):
24549           reset channel count on PAUSED=>READY, not READY=>PAUSED
24550
24551 2004-01-26  Colin Walters  <walters@verbum.org>
24552
24553         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24554         code to pull a bigger buffer in iradio mode.  This as a side effect
24555         makes typefinding work.
24556
24557 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24558
24559         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24560         Fix SVQ3 decoding on PPC
24561
24562 2004-01-26  Julien MOUTTE <julien@moutte.net>
24563
24564         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24565         that one managed to stay there... Fixed.
24566
24567 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24568
24569         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24570         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24571         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24572         (qtdemux_video_caps):
24573         * gst/qtdemux/qtdemux.h:
24574         Add SVQ3 specific flags to qtdemux and ffmpeg
24575
24576 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24577
24578         * gst-libs/gst/audio/audio.h:
24579           remove buffer-frames from audio caps
24580         * gst/audioconvert/gstaudioconvert.c:
24581           fix plugin to really work.
24582
24583 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24584
24585         * gst-libs/gst/mixer/mixer.c:
24586         * gst-libs/gst/propertyprobe/propertyprobe.c:
24587         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24588         (gst_tuner_find_channel_by_name):
24589         * gst-libs/gst/tuner/tuner.h:
24590           Add gtk-doc style comments. Also fix a function name.
24591
24592 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24593
24594         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24595         (gst_divxdec_negotiate):
24596           Fix for new capsnego - also fixes gst-player with divxdec.
24597
24598 2004-01-25  Julien MOUTTE  <julien@moutte.net>
24599
24600         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24601         (gst_play_identity_handoff), (gst_play_set_location),
24602         (gst_play_set_visualization), (gst_play_connect_visualization): Another
24603         try in visualization implementation. Still have an issue with switch
24604         blocking when pulling from video_queue and only audio comes out of
24605         spider.
24606         * gst/switch/gstswitch.c: (gst_switch_release_pad),
24607         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24608         release method. And check if the pad is usable before pulling.
24609
24610 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24611
24612         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24613         (gst_videobalance_init),
24614         (gst_videobalance_colorbalance_list_channels),
24615         (gst_videobalance_colorbalance_set_value),
24616         (gst_videobalance_colorbalance_get_value),
24617         (gst_videobalance_update_properties),
24618         (gst_videobalance_update_tables_planar411),
24619         (gst_videobalance_planar411):
24620         * gst/videofilter/gstvideobalance.h:
24621           Implement lookup-tables. +/- 10x faster.
24622
24623 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24624
24625         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24626         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24627           The index reading was broken. The rest worked fine, but the whole
24628           goal of my rewrite was to make avidemux readable, and this was
24629           not at all readable. Please use typed variables.
24630
24631 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24632
24633         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24634           Additional pad usability check.
24635         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24636         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24637         (gst_mp1videoparse_real_chain):
24638           Fix MPEG video stream parsing. The original plugin had several
24639           issues, including not timestamping streams where the source was
24640           not timestamped (this happens with PTS values in mpeg system
24641           streams, but MPEG video is also a valid stream on its own so
24642           that needs timestamps too). We use the display time code for that
24643           for now. Also, if one incoming buffer contains multiple valid
24644           frames, we push them all on correctly now, including proper EOS
24645           handling. Lastly, several potential segfaults were fixed, and we
24646           properly sync on new sequence/gop headers to include them in next,
24647           not previous frames (since they're header for the next frame, not
24648           the previous). Also see #119206.
24649         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24650         (bpf_from_header):
24651           Move caps setting so we only do it after finding several valid
24652           MPEG-1 fraes sequentially, not right after the first one (which
24653           might be coincidental).
24654         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24655         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24656         (plugin_init):
24657           Add unsynced MPEG video stream typefinding, and change some
24658           probability values so we detect streams rightly. The idea is as
24659           follows: I can have an unsynced system stream which contains
24660           video. In the current code, I would randomly get a type for either
24661           system or video stream type found, because the probabilities are
24662           being calculated rather randomly. I now use fixed values, so we
24663           always prefer system stream if that was found (and that is how it
24664           should be). If no system stream was found, we can still identity                the stream as video-only.
24665
24666 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24667
24668         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24669         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24670           don't write to buffer. Extract data without the need of
24671           __attribute__ ((packed))
24672
24673 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24674
24675         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24676         (mpeg1_sys_type_find):
24677           Fix MPEG-1 stream typefinding.
24678
24679 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24680
24681         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24682           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24683
24684 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24685
24686         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24687         * ext/esd/gstesd.c: (plugin_init):
24688           private debugging, better error reporting
24689
24690 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24691
24692         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24693         (gst_riff_read_init), (gst_riff_read_change_state):
24694         * gst-libs/gst/riff/riff-read.h:
24695           Remove stuff fromold metadata system.
24696
24697 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24698
24699         * ext/ogg/gstoggdemux.c:
24700           Fix wrong file comment.
24701         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24702         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24703           Add metadata reading properly.
24704
24705 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24706
24707         * ext/Makefile.am:
24708           Fix nas DIST_SUBDIRS
24709           Uraeus:
24710           Fix bug where make distcheck doesn't get run on adding stuff to
24711           the build.
24712
24713 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24714
24715         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24716         * ext/divx/gstdivxdec.h:
24717           Fix divx3 ("msmpeg4") playback using divxdec.
24718
24719 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24720
24721         * gst/typefind/gsttypefindfunctions.c:
24722         (mp3_type_frame_length_from_header): fix bug in length computation
24723         (mp3_type_find): improve debugging output
24724
24725 2004-01-23  Julien MOUTTE  <julien@moutte.net>
24726
24727         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24728         (gst_play_set_location), (gst_play_seek_to_time),
24729         (gst_play_set_audio_sink), (gst_play_set_visualization),
24730         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24731         the pipeline from scratch. Visualization is back and switch went out as
24732         i realized it was not possible to use the way i wanted.
24733         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24734         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24735         clearing in state change from READY to NULL. So that one can clean the
24736         X ressources keeping the element.
24737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24738         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24739         (gst_xvimagesink_colorbalance_set_value),
24740         (gst_xvimagesink_colorbalance_get_value),
24741         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24742         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24743         change from READY to NULL and fixed some stupid bugs in colorbalance
24744         get/set values. Also added the following feature : when nobody tries to
24745         set some values to the colorbalance levels before the xcontext is
24746         grabbed, then when creating channels list from Xv attributes we set the
24747         internal values to the Xv defaults. This way we handle buggy Xv drivers
24748         that set default hue values far from the middle of the range (Thanks
24749         to Jon Trowbridge for pointing that issue).
24750         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24751         colorbalance levels have been set before xcontext is grabbed.
24752
24753 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24754
24755         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24756           Fix the ossmixer case where we shouldn't open /dev/dsp* because
24757           it might block operations (which is bad for a mixer).
24758
24759 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24760
24761         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24762         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24763         (gmip_find_type_pre):
24764         * gst-libs/gst/media-info/media-info-priv.h:
24765         * gst-libs/gst/media-info/media-info.c:
24766         (gst_media_info_instance_init), (gst_media_info_read_idler):
24767         add fakesink to get caps on decoder src pad again
24768         fix callback prototype to match new have_type signal signature
24769
24770 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24771
24772         * gst/adder/gstadder.c: (gst_adder_link):
24773           fix non-compile and cut-n-paste code
24774
24775 2004-01-21  David Schleef  <ds@schleef.org>
24776
24777         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24778         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24779         (gst_swfdec_init), (gst_swfdec_change_state):
24780         * ext/swfdec/gstswfdec.h:
24781         Fix negotiation.
24782         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24783         (gst_adder_request_new_pad): Fix negotiation.
24784         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24785         Add a fixate function.
24786         * gst/intfloat/gstfloat2int.c:
24787         * gst/intfloat/gstfloat2int.h:
24788         * gst/intfloat/gstint2float.c:
24789         * gst/intfloat/gstint2float.h:
24790         Completely rewrite the negotiation.  Doesn't quite work yet,
24791         due to some buffer-frames problem.
24792
24793 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24794
24795         * ext/gnomevfs/gstgnomevfssrc.c:
24796         * sys/v4l2/v4l2_calls.h:
24797           fix includes for distcheck
24798
24799 2004-01-21  Christian Schaller <uraeus@gnome.org>
24800
24801         * ext/nas/
24802         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24803         based on earlier patch from Laurent Vivier
24804
24805 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
24806
24807         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24808         Fix wma caps property
24809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24810         Fix typo (flags1 and flags2)
24811
24812 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24813
24814         * gst-libs/gst/media-info/media-info-priv.c:
24815         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24816         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24817         (gmip_find_stream), (gmip_find_track_metadata),
24818         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24819         (gmip_find_track_format):
24820         * gst-libs/gst/media-info/media-info-priv.h:
24821         * gst-libs/gst/media-info/media-info-test.c: (main):
24822         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24823         (gst_media_info_read_idler), (gst_media_info_read):
24824         * gst-libs/gst/media-info/media-info.h:
24825           register debugging category and use it for debugging
24826
24827 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24828
24829         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24830         (gst_vorbisfile_new_link):
24831           signal streaminfo through tags
24832
24833 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24834
24835         * ext/mplex/gstmplex.cc:
24836         * ext/mplex/gstmplexibitstream.cc:
24837           g++ doesn't like NULL in our i18n/error macros, should be
24838           either (NULL) or ("").
24839
24840 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24841
24842         * sys/dxr3/dxr3audiosink.c:
24843         * sys/dxr3/dxr3init.c:
24844         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24845         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24846           Fix more error error error errors (missing includes here).
24847
24848 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24849
24850         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24851           fix thomas' error errors.
24852
24853 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24854
24855         * ext/mpeg2enc/gstmpeg2enc.cc:
24856           fix error errors.
24857
24858 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24859
24860         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24861         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24862           Fix for new error system.
24863
24864 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24865
24866         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24867           fix for new error reporting
24868
24869 2004-01-20  David Schleef  <ds@schleef.org>
24870
24871         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24872         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24873         (gst_ximagesink_set_xwindow_id): Change to using a framerate
24874         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24875         and neither is 100+, most likely.
24876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24877         (gst_xvimagesink_getcaps): same
24878
24879 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24880
24881         * configure.ac:
24882           Up version requirement to 2.0.3 (not yet released) to avoid symbol
24883           clashes with ffmpeg.
24884
24885 2004-01-20  Julien MOUTTE  <julien@moutte.net>
24886
24887         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24888         (gst_switch_init): Fixed switch element : proxying link and setting
24889         caps from src to sink on request.
24890
24891 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24892
24893         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24894         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24895         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24896         fix element_error
24897
24898 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24899
24900         * sys/v4l/v4l_calls.h:
24901         * sys/v4l2/v4l2_calls.h:
24902           element_error fixes
24903
24904 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24905
24906         * gst-libs/gst/gst-i18n-plugin.h:
24907           add locale.h
24908           remove config.h inclusion
24909
24910 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24911
24912         * autogen.sh:
24913           adding autopoint invocation
24914         * Makefile.am:
24915         * configure.ac:
24916         * gst-libs/gst/gettext.h:
24917           adding gettext bits
24918         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24919         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24920         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24921         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24922         (gst_gnomevfssink_close_file):
24923         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24924         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24925         * gst-libs/gst/gst-i18n-plugin.h:
24926         * gst/avi/gstavi.c: (plugin_init):
24927         * sys/dxr3/dxr3init.c: (plugin_init):
24928         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24929         * sys/oss/gstossaudio.c: (plugin_init):
24930         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24931         * sys/v4l/gstv4l.c: (plugin_init):
24932         * sys/v4l/v4l_calls.c: (gst_v4l_open):
24933         * sys/v4l2/gstv4l2.c: (plugin_init):
24934         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24935         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24936         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24937         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24938         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24939         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24940           make sure locale and translation domain are set
24941           fix translated strings
24942         * po/.cvsignore:
24943         * po/LINGUAS:
24944         * po/Makevars:
24945         * po/POTFILES.in:
24946         * po/nl.po:
24947           put translation files into place
24948         * sys/xvideo/imagetest.c: (main):
24949         * ext/dv/demo-play.c: (main):
24950           fix unnecessary translations
24951
24952 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24953
24954         * ext/sndfile/gstsf.c:
24955         * gst/avi/gstavimux.c:
24956         * ext/audiofile/gstafsink.c:
24957         * ext/audiofile/gstafsrc.c:
24958         * ext/gnomevfs/gstgnomevfssink.c:
24959         * ext/gnomevfs/gstgnomevfssrc.c:
24960         * sys/oss/gstosselement.c:
24961         * sys/v4l/v4l_calls.h:
24962           fix i18n include
24963
24964 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24965
24966         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24967         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24968         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24969         (gst_v4l2_get_output), (gst_v4l2_set_output),
24970         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24971         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24972         (gst_v4l2_set_attribute):
24973         update to new error handling
24974
24975 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24976
24977         * ext/sidplay/gstsiddec.cc:
24978         * gst/modplug/gstmodplug.cc:
24979           parenthese NULL because C++ seems angry about it
24980
24981 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24982
24983         * gst-libs/gst/gst-i18n-plugin.h:
24984           add skeleton i18n stuff, but needs to be further implemented
24985
24986 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24987
24988         * examples/gstplay/player.c: (main):
24989         * ext/aalib/gstaasink.c: (gst_aasink_open):
24990         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24991         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24992         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24993         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24994         (gst_afsink_close_file):
24995         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24996         (gst_afsrc_close_file):
24997         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24998         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24999         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
25000         * ext/esd/esdmon.c: (gst_esdmon_get):
25001         * ext/esd/esdsink.c: (gst_esdsink_chain):
25002         * ext/faac/gstfaac.c: (gst_faac_chain):
25003         * ext/faad/gstfaad.c: (gst_faad_chain):
25004         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
25005         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25006         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
25007         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
25008         (gst_flacdec_loop):
25009         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
25010         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25011         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
25012         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
25013         (gst_gnomevfssink_close_file):
25014         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
25015         (gst_gnomevfssrc_open_file):
25016         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
25017         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
25018         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
25019         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25020         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
25021         * ext/mad/gstmad.c: (gst_mad_chain):
25022         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25023         * ext/mpeg2dec/gstmpeg2dec.c:
25024         * ext/mpeg2enc/gstmpeg2enc.cc:
25025         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25026         * ext/mplex/gstmplex.cc:
25027         * ext/mplex/gstmplexibitstream.cc:
25028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
25029         (gst_ogg_demux_push), (gst_ogg_pad_push):
25030         * ext/raw1394/gstdv1394src.c:
25031         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
25032         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
25033         * ext/sidplay/gstsiddec.cc:
25034         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
25035         (gst_sf_loop):
25036         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
25037         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
25038         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
25039         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25040         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
25041         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
25042         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
25043         * gst-libs/gst/Makefile.am:
25044         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25045         (gst_riff_read_element_data), (gst_riff_read_seek),
25046         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
25047         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
25048         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
25049         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
25050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
25051         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25052         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
25053         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25054         * gst/goom/gstgoom.c: (gst_goom_chain):
25055         * gst/id3/gstid3types.c: (gst_id3types_loop):
25056         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
25057         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
25058         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25059         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25060         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
25061         (gst_ebml_read_float), (gst_ebml_read_header):
25062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
25063         (gst_matroska_demux_parse_blockgroup):
25064         * gst/modplug/gstmodplug.cc:
25065         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
25066         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25067         * gst/oneton/gstoneton.c: (gst_oneton_chain):
25068         * gst/silence/gstsilence.c: (gst_silence_get):
25069         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25070         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
25071         * gst/speed/gstspeed.c: (speed_loop):
25072         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25073         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25074         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
25075         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25076         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25077         (gst_wavparse_loop):
25078         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
25079         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
25080         (dxr3audiosink_close):
25081         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
25082         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
25083         (dxr3videosink_close), (dxr3videosink_write_data):
25084         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
25085         * sys/oss/gstosselement.h:
25086         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
25087         (gst_osssink_chain):
25088         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25089         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25090         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
25091         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
25092         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
25093         (gst_v4l_enable_overlay):
25094         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
25095         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
25096         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
25097         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
25098         (gst_v4l_set_audio):
25099         * sys/v4l/v4l_calls.h:
25100         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
25101         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
25102         (gst_v4lmjpegsink_playback_init),
25103         (gst_v4lmjpegsink_playback_start):
25104         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
25105         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
25106         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
25107         (gst_v4lmjpegsrc_requeue_frame):
25108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25109         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
25110         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
25111         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
25112         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
25113         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
25114         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
25115         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
25116         (gst_v4l2src_capture_stop):
25117         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
25118         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25119         (gst_ximagesink_chain):
25120         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
25121         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
25122         (gst_xvideosink_xwindow_new):
25123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25124         (gst_xvimagesink_chain):
25125         use new error signal, function and categories
25126
25127 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
25128
25129         * configure.ac:
25130         * ext/Makefile.am:
25131         * ext/musicbrainz/gsttrm.c:
25132         * ext/musicbrainz/gsttrm.h:
25133         * ext/musicbrainz/Makefile.am:
25134         Add a trm plugin
25135
25136 2004-01-18  Julien MOUTTE  <julien@moutte.net>
25137
25138         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
25139         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
25140         synchronous property for debugging.
25141         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
25142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25143         (gst_xvimagesink_set_property): Moving a pointer declaration to a
25144         smaller block, fixing indent.
25145
25146 2004-01-16  David Schleef  <ds@schleef.org>
25147
25148         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
25149         property affects the video stream.
25150         * sys/xvimage/xvimagesink.c:
25151         * sys/xvimage/xvimagesink.h:
25152         Add synchronous property for debugging.  Should probably be
25153         disabled in non-CVS builds.  Make sure that the Xv attribute
25154         exists before we set it (crash!).  Fix a silly float bug that
25155         caused colorbalance to just not work.
25156
25157 2004-01-17  Christian Schaller <Uraeus@gnome.org>
25158
25159         * tools/gst-launch-ext.in - update for new plugins
25160
25161 2004-01-16  David Schleef  <ds@schleef.org>
25162
25163         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
25164         already-freed caps.
25165
25166 2994-01-16  Christian Schaller <Uraeus@gnome.org>
25167
25168         * Update spec for new colorspace plugin and libcaca plugin
25169         * Fix compilation of libcaca plugin (clock -> id)
25170
25171 2004-01-16  Julien MOUTTE <julien@moutte.net>
25172
25173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
25174         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25175         (gst_xvimagesink_set_xwindow_id),
25176         (gst_xvimagesink_colorbalance_set_value),
25177         (gst_xvimagesink_colorbalance_get_value),
25178         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25179         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
25180         correct colorbalance properties. They can now be set when the element
25181         is still in NULL state. The values will be committed to the Xv Port
25182         when xcontext is initialized.
25183         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
25184         brightness int values in the GstXvImagesink structure.
25185
25186 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25187
25188         * gst-libs/gst/Makefile.am:
25189           restructure so having local patches works easier.
25190
25191 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25192
25193         * ext/mpeg2enc/Makefile.am:
25194         * ext/mpeg2enc/gstmpeg2enc.cc:
25195         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25196           Bugfix with respect to EOS handling.
25197
25198 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25199
25200         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25201           Link with right caps (else, it segfaults).
25202         * ext/mplex/gstmplexjob.cc:
25203           Fix for slight API change in 1.6.1.93 release of mjpegtools.
25204
25205 2004-01-15  David Schleef  <ds@schleef.org>
25206
25207         * gst-libs/gst/audio/Makefile.am:
25208         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
25209         from the template.
25210         * gst-libs/gst/audio/gstaudiofilter.c:
25211         * gst-libs/gst/audio/gstaudiofilter.h:
25212         Add bytes_per_sample and size and n_samples calculation.
25213         * gst-libs/gst/audio/gstaudiofilterexample.c:
25214         Remove, now autogenerated.
25215         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
25216         Moved from gstaudiofilterexample, object name changed, code added
25217         so that it actually works.
25218         * gst-libs/gst/audio/make_filter:
25219         Script to build an audiofilter subclass from the template.
25220         * gst/colorspace/Makefile.am:
25221         * gst/colorspace/yuv2yuv.c:
25222         Remove file, since it's GPL, and we don't use it.
25223
25224 2004-01-15  Julien MOUTTE  <julien@moutte.net>
25225
25226         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
25228         them use the buffer free function to test how the buffer was allocated.
25229
25230 2004-01-15  David Schleef  <ds@schleef.org>
25231
25232         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
25233         that handles osssink fallback.
25234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25235         (gst_audio_convert_getcaps):
25236         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25237         Add audio/x-qdm2 for QDM2 audio.
25238         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25239         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
25240         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25241         Decrease minimum size to 16x16.
25242         * gst/wavparse/gstwavparse.c:
25243         Convert disabled pad template caps to new caps.
25244         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25246         (gst_xvimagesink_chain): Throw element error when display cannot
25247         be opened.  Increase minimum framerate to 1.0.  Check the data
25248         free function on a buffer to make sure it is the type we expect
25249         before manipulating it.
25250
25251 2004-01-15  Julien MOUTTE <julien@moutte.net>
25252
25253         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25254         (gst_videobalance_colorbalance_set_value): Implement passthru if
25255         settings are in the middle.
25256         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
25257
25258 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25259
25260         * gst/videofilter/Makefile.am:
25261         * gst/volume/Makefile.am:
25262           Since we use videofilter symbols, link to it.
25263
25264 2004-01-15  Julien MOUTTE <julien@moutte.net>
25265
25266         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
25267         mixer interface type to HARDWARE.
25268         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
25269         type to SOFTWARE.
25270         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
25271         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
25272         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
25273         (gst_volume_interface_init), (gst_volume_list_tracks),
25274         (gst_volume_set_volume), (gst_volume_get_volume),
25275         (gst_volume_set_mute), (gst_volume_mixer_init),
25276         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
25277         (volume_init): Implementing mixer interface.
25278         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
25279         * sys/oss/gstosselement.c: (gst_osselement_get_type),
25280         (gst_osselement_change_state): Removing some trailing commas in
25281         structures.
25282         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
25283         interface type to HARDWARE.
25284         * sys/v4l/gstv4lcolorbalance.c:
25285         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
25286         type to HARDWARE.
25287         * sys/v4l2/gstv4l2colorbalance.c:
25288         (gst_v4l2_color_balance_interface_init): Setting colorbalance
25289         interface type to HARDWARE.
25290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
25291         same code than ximagesink for event handling.
25292
25293 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25294
25295         * ext/snapshot/Makefile.am:
25296         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
25297         (gst_snapshot_chain):
25298         * ext/snapshot/gstsnapshot.h:
25299           This has to be a joke... Snapshot should be connected to a tee,
25300           colorspace element before it and EOS after that, where the other
25301           src of the tee receives normal data.
25302           The current way is *wrong*.
25303
25304 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25305
25306         * ext/hermes/gsthermescolorspace.c:
25307           Fix another compile error. Same as below.
25308
25309 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25310
25311         * gst/colorspace/gstcolorspace.c:
25312         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
25313         (gst_colorspace_i420_to_yv12):
25314           Fix compiling... Didn't test if it actually works.
25315
25316 2004-01-15  David Schleef  <ds@schleef.org>
25317
25318         * configure.ac:
25319         * gst/colorspace/Makefile.am:
25320         * gst/colorspace/gstcolorspace.c:
25321         * gst/colorspace/gstcolorspace.h:
25322         * gst/colorspace/yuv2rgb.c:
25323         * gst/colorspace/yuv2rgb.h:
25324         Duplicate the ext/hermes colorspace plugin, and remove Hermes
25325         code and GPL code.  Fix for new caps negotiation.  Rewrite
25326         much of the format handling code, and some of the conversion
25327         code.  Basically, rewrote almost everything.  This element
25328         handles I420, YV12 to RGB conversions.
25329         * ext/hermes/Makefile.am:
25330         * ext/hermes/gsthermescolorspace.c:
25331         Rename colorspace to hermescolorspace.  Fix negotiation issues.
25332         Remove non-Hermes related code.  This element handles lots of
25333         RGB to RGB conversions, but no YUV.
25334         * ext/hermes/gstcolorspace.c:
25335         * ext/hermes/gstcolorspace.h:
25336         * ext/hermes/rgb2yuv.c:
25337         * ext/hermes/yuv2rgb.c:
25338         * ext/hermes/yuv2rgb.h:
25339         * ext/hermes/yuv2rgb_mmx16.s:
25340         * ext/hermes/yuv2yuv.c:
25341         * ext/hermes/yuv2yuv.h:
25342         Remove old code.
25343
25344 2004-01-14  Colin Walters  <walters@verbum.org>
25345
25346         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
25347         they've already been.
25348
25349 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25350
25351         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25352           assume tag mode when pad is not connected
25353
25354 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25355
25356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25357           Don't update the time of the clock
25358         (gst_alsa_sink_loop):
25359           sync to the clock given to alsasink, not the own clock
25360         * sys/oss/gstosssink.c: (gst_osssink_chain):
25361           sync to the clock
25362         (gst_osssink_change_state):
25363           activate the clock
25364         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25366           remove bogus code that made DISCONT events unhandled
25367         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
25368           explicitly case to double in _set_simple. (fixes 2nd warning in bug
25369           #131502)
25370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
25371         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
25372         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
25373           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
25374           2nd warning in bug #131502)
25375
25376 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25377
25378         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25379         (gst_videobalance_colorbalance_set_value),
25380         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
25381         for colorbalance interface implementation.
25382         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25383         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25384         (gst_ximagesink_dispose), (gst_ximagesink_init),
25385         (gst_ximagesink_class_init): Adding DISPLAY property.
25386         * sys/ximage/ximagesink.h: Adding display_name to store display.
25387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25388         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25389         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
25390         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
25391         properties (they still need polishing though for gst-launch use : no
25392         xcontext yet, i ll do that tomorrow).
25393         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
25394
25395 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25396
25397         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
25398         (gst_play_set_location), (gst_play_set_visualization): Preparing
25399         switch integration, adding videobalance in the pipeline.
25400
25401 2004-01-14  Julien MOUTTE <julien@moutte.net>
25402
25403         * gst-libs/gst/colorbalance/colorbalance.c:
25404         (gst_color_balance_class_init): Adding a default type.
25405         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
25406         the type.
25407         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
25408         (gst_videobalance_dispose), (gst_videobalance_class_init),
25409         (gst_videobalance_init), (gst_videobalance_interface_supported),
25410         (gst_videobalance_interface_init),
25411         (gst_videobalance_colorbalance_list_channels),
25412         (gst_videobalance_colorbalance_set_value),
25413         (gst_videobalance_colorbalance_get_value),
25414         (gst_videobalance_colorbalance_init): Implementing colorbalance
25415         interface.
25416         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
25417         list.
25418         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
25419         bug which was triggering a BadAccess X error when setting an overlay
25420         before pad was really negotiated.
25421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
25422         Using the colorbalance type macro.
25423
25424 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25425
25426         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
25427         (gst_flacenc_chain):
25428           handle tags correctly
25429         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25430           extract ID3v1 tags correctly
25431
25432 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25433
25434         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
25435         (plugin_init):
25436           Improve matroska typefinding for odd-typed headers...
25437
25438 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25439
25440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25441           Fix for using incremental number on padnames.
25442
25443 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25444
25445         * ext/divx/gstdivxdec.c:
25446         * ext/divx/gstdivxenc.c:
25447           Set category to divx4linux instead of divx (too generic).
25448         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25449         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25450         (gst_wavparse_loop), (gst_wavparse_change_state):
25451         * gst/wavparse/gstwavparse.h:
25452           fix parsing of WAV files with non-standard fmt-tag size and fix
25453           skipping of unrecognized chunks... Someone please fix this thing
25454           to use rifflib so all this is automated.
25455         * sys/v4l/Makefile.am:
25456         * sys/v4l2/Makefile.am:
25457           Add X_CFLAGS because we depend on X (for overlay).
25458
25459 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
25460
25461         * ext/mpeg2dec/gstmpeg2dec.c:
25462           Don't issue a timestamp unless we tagged the frame
25463           with a PTS.
25464
25465 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25466
25467         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25468           Query the audio element to get the time, not the clock. We're
25469           interested in the element's time here.
25470
25471 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25472
25473         * ext/aalib/gstaasink.c: (gst_aasink_chain):
25474         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25475         * ext/esd/esdsink.c: (gst_esdsink_chain):
25476         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25477         * ext/mas/massink.c: (gst_massink_chain):
25478         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25479         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25480         (gst_matroska_demux_parse_metadata):
25481         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25482         (gst_mpeg_parse_release_locks):
25483         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25484         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25485         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25486         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25487         (gst_osssink_change_state):
25488         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25489         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25490         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25491         (gst_xvideosink_release_locks):
25492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25493           use element time.
25494         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25495         (gst_alsa_clock_stop):
25496         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25497         (gst_audio_clock_get_internal_time):
25498           simplify for use with new clocking code.
25499         * testsuite/alsa/Makefile.am:
25500         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25501           fix testsuite for new caps system
25502
25503 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25504
25505         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25506         * ext/flac/gstflacenc.c: (add_one_tag):
25507           length is already host endian, no need to convert. Fixes playback of
25508           tagged files on PPC. (bug #128384)
25509
25510 2004-01-13  Julien MOUTTE <julien@moutte.net>
25511
25512         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25513         colorbalance interface stating if it is hardware based or software
25514         based.
25515         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25516         Removing a trailing comma.
25517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25518         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25519         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25520         the documentation seems to be wrong on the -1000 to 1000 interval.
25521
25522 2004-01-12  David Schleef  <ds@schleef.org>
25523
25524         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25525         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25526         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25527         Fix negotiation.  Add a bufferalloc function for the sink pad,
25528         and generally clean up some of the code.
25529
25530 2004-01-12  Julien MOUTTE <julien@moutte.net>
25531
25532         * gst-libs/gst/colorbalance/colorbalancechannel.c:
25533         (gst_color_balance_channel_dispose): Adding safety check in dispose
25534         method.
25535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25536         (gst_xvimagesink_xcontext_clear),
25537         (gst_xvimagesink_interface_supported),
25538         (gst_xvimagesink_colorbalance_list_channels),
25539         (gst_xvimagesink_colorbalance_set_value),
25540         (gst_xvimagesink_colorbalance_get_value),
25541         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25542         Adding colorbalance interface support to set XV parameters such as
25543         HUE, BRIGHTNESS, CONTRAST, SATURATION.
25544         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25545         interface.
25546
25547 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25548
25549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25550         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25551         (gst_audio_convert_init), (gst_audio_convert_set_property),
25552         (gst_audio_convert_get_property), (gst_audio_convert_chain),
25553         (gst_audio_convert_link),
25554         (gst_audio_convert_buffer_to_default_format),
25555         (gst_audio_convert_buffer_from_default_format), (plugin_init):
25556           - implement _getcaps and use it
25557           - improve linking
25558           - remove float caps since no float conversion is actually done
25559           - remove properties and arguments that were to be used for rate
25560             conversion
25561
25562 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25563
25564         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25565         (gst_audio_structure_set_int):
25566         * gst-libs/gst/audio/audio.h:
25567           add helper functions for _getcaps matching the standard audio
25568           templates
25569
25570 2004-01-12  David Schleef  <ds@schleef.org>
25571
25572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25573         Test that pad is negotiated before getting its caps.
25574
25575 2004-01-12  Julien MOUTTE <julien@moutte.net>
25576
25577         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25578         analyzing the pads of an element the bin is mostly in READY state so
25579         no caps were negotiated. This helper function needs to work with
25580         _get_caps directly then. I was not freeing them though, added that to
25581         fix the mem leak.
25582
25583 2004-01-12  Julien MOUTTE <julien@moutte.net>
25584
25585         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25587         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25588         than the free_func.
25589
25590 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25591
25592         * sys/oss/gstossaudio.c: (plugin_init):
25593         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25594         * sys/oss/gstosselement.h:
25595           make an oss debugging category
25596           make failure more descriptive
25597
25598 2004-01-11  David Schleef  <ds@schleef.org>
25599
25600         * ext/ffmpeg/gstffmpeg.c:
25601         * ext/ffmpeg/gstffmpegcodecmap.c:
25602         * ext/ffmpeg/gstffmpegdec.c:
25603         * ext/ffmpeg/gstffmpegenc.c:
25604         * ext/ffmpeg/gstffmpegprotocol.c:
25605         * ext/gdk_pixbuf/gstgdkanimation.c:
25606         * ext/jpeg/gstjpeg.c:
25607         * ext/libpng/gstpng.c:
25608         * ext/mpeg2dec/perftest.c:
25609         * ext/speex/gstspeex.c:
25610         * gst-libs/gst/resample/dtos.c:
25611         * gst/intfloat/gstintfloatconvert.c:
25612         * gst/oneton/gstoneton.c:
25613         * gst/rtjpeg/RTjpeg.c:
25614         * gst/rtp/gstrtp.c:
25615         * sys/dxr3/dxr3init.c:
25616         * sys/glsink/gstgl_nvimage.c:
25617         * sys/glsink/gstgl_pdrimage.c:
25618         * sys/glsink/gstglsink.c:
25619         * testsuite/gst-lint:
25620         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25621
25622 2004-01-11  David Schleef  <ds@schleef.org>
25623
25624         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25625         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25626         * ext/gdk_pixbuf/gstgdkanimation.c:
25627         (gst_gdk_animation_iter_create_pixbuf):
25628         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25629         (gst_gdk_pixbuf_chain):
25630         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25631         * ext/jack/gstjack.c: (gst_jack_change_state):
25632         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25633         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25634         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25635         * gst/videofilter/gstvideofilter.c:
25636         (gst_videofilter_set_output_size):
25637         Remove all usage of gst_pad_get_caps(), and replace it with
25638         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25639
25640 2004-01-11  David Schleef  <ds@schleef.org>
25641
25642         * configure.ac:
25643         * ext/Makefile.am: Fixes to make ext/libcaca compile.
25644         * ext/divx/gstdivxdec.c:
25645         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25646         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25647         handle images that span multiple buffers.  Now work with both
25648         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25649         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25650         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25651         video/video.h changes
25652         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25653         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25654         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25655         of GstData free function.
25656         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25657         same.
25658
25659 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25660
25661         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25662         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25663         (gst_v4l2element_get_property):
25664         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25665           add norm, channel and frequency properties.
25666         * sys/v4l2/gstv4l2tuner.c:
25667           fixes for tuner interface changes
25668         * sys/v4l2/gstv4l2element.h:
25669         * sys/v4l2/gstv4l2src.c:
25670         * sys/v4l2/gstv4l2src.h:
25671         * sys/v4l2/v4l2src_calls.c:
25672         * sys/v4l2/v4l2src_calls.h:
25673           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25674
25675 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25676
25677         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25678         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25679         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25680         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25681         * gst-libs/gst/tuner/tuner.h:
25682           GObjects aren't const.
25683           Add find_by_name functions.
25684           Add checks to _changed functions.
25685         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25686         (gst_v4l_tuner_get_norm):
25687           Fixes for above.
25688
25689 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25690
25691         * gst-libs/gst/video/video.h:
25692           Fix caps template names to be understandable.
25693           Prefix everything with GST_VIDEO.
25694         * ext/aalib/gstaasink.c:
25695         * ext/divx/gstdivxdec.c:
25696         * ext/divx/gstdivxenc.c:
25697         * ext/gdk_pixbuf/gstgdkpixbuf.c:
25698         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25699         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25700         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25701         * ext/libcaca/gstcacasink.c:
25702         * ext/libpng/gstpngenc.c: (raw_caps_factory):
25703         * ext/snapshot/gstsnapshot.c:
25704         * ext/swfdec/gstswfdec.c:
25705         * ext/xvid/gstxviddec.c:
25706         * ext/xvid/gstxvidenc.c:
25707         * gst/chart/gstchart.c:
25708         * gst/deinterlace/gstdeinterlace.c:
25709         * gst/effectv/gsteffectv.c:
25710         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25711         * gst/goom/gstgoom.c:
25712         * gst/median/gstmedian.c:
25713         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25714         (gst_monoscope_srcconnect), (gst_monoscope_chain):
25715         * gst/overlay/gstoverlay.c:
25716         * gst/smooth/gstsmooth.c:
25717         * gst/smpte/gstsmpte.c:
25718         * gst/synaesthesia/gstsynaesthesia.c:
25719         * gst/videocrop/gstvideocrop.c:
25720         * gst/videodrop/gstvideodrop.c:
25721         * gst/y4m/gsty4mencode.c:
25722         * sys/qcam/gstqcamsrc.c:
25723         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25724           Make them work with new video.h file.
25725         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25726         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25728         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25729           Make it work with new buffer allocation system.
25730
25731 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25732
25733         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25734         pad_alloc_buffer implementation to use ->srcpad
25735         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25736         pad_alloc_buffer implementation to use ->srcpad
25737         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
25738         pad_alloc_buffer implementation to use ->srcpad
25739         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25740         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25741         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25742         a reference to everything we need.
25743         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25745         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25746         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25747         a reference to everything we need.
25748         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25749
25750 2004-01-11  David Schleef  <ds@schleef.org>
25751
25752         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25753         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25754         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25755         structure members.
25756         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25757         value during a resize/renegotiation.
25758         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25759         gst_pad_alloc_buffer();
25760         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25761         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25762         structure members.
25763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25764         Fix for rename of buffer private structure members.
25765         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25766         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25767         Fix for rename of buffer private structure members.
25768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25769         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25770         Fix for rename of buffer private structure members.
25771
25772 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
25773
25774         reviewed by: David Schleef <ds@schleef.org>
25775
25776         * gst/videofilter/Makefile.am:
25777         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
25778         from the patch by ds to fit in with recent make_filter changes.
25779
25780 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25781
25782         * configure.ac: Adding examples/switch/Makefile
25783         * examples/Makefile.am: Adding examples/switch
25784         * examples/switch/Makefile.am: Adding switcher example.
25785         * examples/switch/switcher.c: (got_eos), (idle_iterate),
25786         (switch_timer), (main): Adding an example demonstrating switch usage
25787         with 2 videotestsrc showing different patterns.
25788         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25789         (gst_switch_init): Fixing switch with the new caps system.
25790
25791 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25792
25793         * gst-libs/gst/video/video.h:
25794           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25795           They should probably be like
25796           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25797
25798 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25799
25800         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25801         (qtdemux_parse_trak):
25802           fix audio chunk size/timestamp calculation
25803
25804 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25805
25806         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25807           fix SVQ3 caps
25808
25809 2004-01-11  Steve Baker  <steve@stevebaker.org>
25810
25811         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25812         (gst_agingtv_base_init), (gst_agingtv_class_init),
25813         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25814         (gst_agingtv_set_property), (gst_agingtv_get_property):
25815         Port agingTV to videofilter
25816
25817 2004-01-09  Julien MOUTTE <julien@moutte.net>
25818
25819         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25820         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25821
25822 2004-01-09  Julien MOUTTE <julien@moutte.net>
25823
25824         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25825         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25826         * gst-libs/gst/xoverlay/xoverlay.c:
25827         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25828         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25829         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25830         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25831         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25832         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25833         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25834         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25835         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25836         interface implementation to handle xid being 0 and fix some bugs
25837         triggered by Benjamin's testcase.
25838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25839         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25840         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25841         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25842         interface implementation to handle xid being 0 and fix some bugs
25843         triggered by Benjamin's testcase.
25844
25845 2004-01-09  David Schleef  <ds@schleef.org>
25846
25847         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
25848         mouse pointer events.  It works.
25849
25850 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25851
25852         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25853           Use explicit caps - fix capsnego.
25854         * ext/xvid/gstxviddec.c:
25855         * ext/xvid/gstxvidenc.c:
25856           Remove macro-inside-macro which caused compile errors.
25857         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25858           Error out if it's not a RIFF file. Else we error out without
25859           gst_element_error() which is not good...
25860
25861 2004-01-08  David Schleef  <ds@schleef.org>
25862
25863         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25864         Fix pad_link function to handle formats that ffmpeg returns
25865         as multiple caps structures.
25866         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25867         Only complain if source buffer is _smaller_ than expected.
25868         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25869         (gst_videoscale_handle_src_event): Resize navigation events
25870         when passing them upstream.
25871         * gst/videotestsrc/gstvideotestsrc.c:
25872         * gst/videotestsrc/gstvideotestsrc.h:
25873         * gst/videotestsrc/videotestsrc.c:
25874         * gst/videotestsrc/videotestsrc.h:
25875         Rewrite many of the buffer painting functions to handle odd
25876         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
25877         been verified to work with my video card.
25878         * testsuite/gst-lint:  Add check for elements calling
25879         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25880
25881 2004-01-08  David Schleef  <ds@schleef.org>
25882
25883         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25884         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25885
25886 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25887
25888         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25889         configure event is not emiting the desired size signal. That fixes
25890         aspect ratio issues with gst-player.
25891
25892 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25893
25894         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25895           Fix capsnego.
25896
25897 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25898
25899         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25900         public method to fire size signal.
25901
25902 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25903
25904         * examples/gstplay/Makefile.am: Adding the interface library.
25905         * gst-libs/gst/play/Makefile.am: Adding the interface library.
25906         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
25907         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25908         GST_IS_X_OVERLAY before signal connect.
25909         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25910         Removing the have_video_size signal.
25911         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25912         and associated public method.
25913         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25914         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25915         signal.
25916         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25917         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25918         signal.
25919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25920         Using XOverlay public method to fire size signal.
25921
25922 2004-01-07  David Schleef  <ds@schleef.org>
25923
25924         * gst/videofilter/Makefile.am:
25925         * gst/videofilter/gstvideotemplate.c:
25926         * gst/videofilter/make_filter:
25927         Create gstvideoexample.c in a srcdir!=builddir friendly way.
25928         Convert make_filter to /bin/sh script.
25929
25930 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
25931
25932         * gst/modplug/gstmodplug.cc: fix element description
25933
25934 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25935
25936         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25937         (got_video_size): Adding some new lines in g_print calls.
25938         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25939         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25940         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25941         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25942         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25943         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25944         Complete code review, reverting some stuff i disagree with, adding
25945         some fixes : time synchronization on invalid timestamps, renegotiation
25946         of private window.
25947         * sys/ximage/ximagesink.h:
25948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25949         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25950         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25951         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
25952         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25953         (gst_xvimagesink_buffer_new),
25954         (gst_xvimagesink_navigation_send_event),
25955         (gst_xvimagesink_set_xwindow_id),
25956         (gst_xvimagesink_get_desired_size),
25957         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
25958         stuff i disagree with, adding some fixes : Renegotiation of private
25959         window, implementing get_desired_size.
25960
25961 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25962
25963         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
25964         (gst_afsink_handle_event):
25965         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
25966         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
25967         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
25968         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
25969         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
25970           Fix for instantiate-test (see core). Also remove dead code from
25971           jpegenc (which still needs fixing, but that's lower on my TODO
25972           list...).
25973         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25974           Never return NULL as caps.
25975
25976 2004-01-07  David Schleef  <ds@schleef.org>
25977
25978         * configure.ac:
25979         * ext/Makefile.am:
25980         * ext/librfb/Makefile.am:
25981         * ext/librfb/gstrfbsrc.c:
25982         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
25983         is the protocol used by VNC.
25984
25985 2004-01-07  David Schleef  <ds@schleef.org>
25986
25987         * gst/videofilter/gstvideotemplate.c:
25988         * gst/videofilter/gstvideotemplate.h:
25989         * gst/videofilter/make_filter:
25990         Merge videotemplate header into source file.
25991         * gst/effectv/Makefile.am:
25992         * gst/effectv/gsteffectv.c: (plugin_init):
25993         * gst/effectv/gstwarp.c:
25994         Make warpTV a subclass of videofilter.
25995
25996 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25997
25998         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25999           Add guard against invalid utf-8 conversions in mad. Just in case.
26000
26001 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26002
26003         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26004           Fix for bug shown by poisoning
26005
26006 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26007
26008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
26009         (gst_v4lmjpegsrc_buffer_free):
26010         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
26011         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
26012         (gst_v4lsrc_buffer_free):
26013           Fix for removed bufferpools.
26014
26015 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
26016
26017         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26018         Fix caps negotiation.
26019
26020         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26021         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
26022         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26023         (dvdnavsrc_event):
26024         * ext/mpeg2dec/gstmpeg2dec.c:
26025         * gst-libs/gst/navigation/navigation.c:
26026         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
26027         * gst-libs/gst/navigation/navigation.h:
26028         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
26029         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
26030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
26031         Super-simple first version of mouse and keyboard events. Clicking
26032         on a DVD menu now works, although it may not take you where you
26033         expected.
26034
26035         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26036         * gst/videotestsrc/gstvideotestsrc.c:
26037         (gst_videotestsrc_src_fixate):
26038         These fixate functions were broken - they never actually
26039         fixated :)
26040
26041 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26042
26043         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
26044         (gst_icecastsend_init):
26045           fix for new caps system.
26046         * gst-libs/gst/mixer/mixertrack.h:
26047         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
26048           Add 'master track' flag (for tools like ACME that only want to
26049           change the main volume).
26050
26051 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
26052
26053         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
26054         (gst_xvid_csp_to_caps):
26055         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
26056         * ext/xvid/gstxvidenc.c:
26057         ifdef out ARGB type when it isn't available
26058         in xvidcore 1.0.0beta2
26059
26060 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26061
26062         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26063           When we have received a new SCR right in the first buffer after
26064           a seek (so in the same cycle that handles the discont), we should
26065           handle the buffer instead of unreffing it, else we lose data.
26066
26067 2004-01-06  Iain <iain@prettypeople.org>
26068
26069         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
26070           buffer-frames caps too.
26071
26072         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
26073           caps that we need, don't destroy them all and rebuild them. And when
26074           creating src pads, use the src pad template rather than the sink...
26075
26076 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26077
26078         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26079           Add pad to element *after* setting functions such as event handler.
26080           Without this, the scheduler (opt) will link pads, set the event
26081           handler from the default event function (dispatcher in gstpad.c)
26082           and *after* that, we will set our own event function, which will
26083           thus never be used (and thus mpegdemux doesn't handle events).
26084
26085 2004-01-04  David Schleef  <ds@schleef.org>
26086
26087         Fix the fixate functions to handle new prototype:
26088         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26089         * gst/videotestsrc/gstvideotestsrc.c:
26090         (gst_videotestsrc_src_fixate):
26091         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26092         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
26093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
26094
26095 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26096
26097         * sys/ximage/ximagesink.h:
26098         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26099         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
26100         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
26101         (gst_ximagesink_xoverlay_init):
26102           assorted fixes to make (re)embedding work
26103         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
26104         (gst_ximagesink_get_desired_size):
26105           implement desired size additions to XOverlay
26106
26107 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26108
26109         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
26110         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
26111         (gst_x_overlay_got_desired_size):
26112         * gst-libs/gst/xoverlay/xoverlay.h:
26113           Add optional "desired size" signal and querying.
26114
26115 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26116
26117         * gst/matroska/matroska-demux.c:
26118         (gst_matroska_demux_parse_blockgroup):
26119           Fix EBML-laced block parsing. Diffs are relative to previous
26120           lace, not the first lace. Thanks to Mosu from the Matroska
26121           team for detecting this.
26122         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26123         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
26124         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
26125         (gst_wavparse_change_state):
26126         * gst/wavparse/gstwavparse.h:
26127           Quickfix for capsnego.
26128
26129 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26130
26131         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
26132           Fix indenting, fix pad creation.
26133
26134 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26135
26136         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
26137         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
26138         (gst_xviddec_sink_link):
26139           Implement src_getcaps() so proper size caps is negotiated.
26140
26141 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26142
26143         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
26144           Finish flac decoder on EOS. See #116178.
26145
26146 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26147
26148         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
26149         (gst_matroska_demux_add_stream):
26150         * gst/matroska/matroska-ids.h:
26151           Add getcaps() function to fix capsnego...
26152
26153 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26154
26155         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26156         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26157         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26158           Fix more integer overflows. Again, see #126967.
26159
26160 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26161
26162         * ext/mpeg2dec/gstmpeg2dec.c:
26163           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
26164           #130416.
26165
26166 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26167
26168         * configure.ac:
26169         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
26170         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
26171         * ext/xvid/gstxvid.h:
26172         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
26173         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
26174         (gst_xviddec_src_link), (gst_xviddec_sink_link),
26175         (gst_xviddec_change_state):
26176         * ext/xvid/gstxviddec.h:
26177         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
26178         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
26179         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
26180         (gst_xvidenc_link), (gst_xvidenc_set_property),
26181         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
26182         * ext/xvid/gstxvidenc.h:
26183           Update xvid plugin to latest xvid (1.0.0-beta3) API.
26184
26185 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26186
26187         * gst/rtp/rtp-packet.c:
26188           Add sys/types.h include, since OS X doesn't define in_addr_t
26189           in netinet/in.h, like it does on Linux (see #129600).
26190
26191 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
26192
26193         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
26194
26195         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
26196           Correct logic of dispose function (see #129306).
26197
26198 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26199
26200         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
26201         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
26202         (gst_mpeg_parse_init):
26203         * gst/mpegstream/gstmpegparse.h:
26204           Remove clock (which was never provided, i.e. dead code), and
26205           also fix integer overflows at high PTS values (see #126967).
26206
26207 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26208
26209         * ext/flac/gstflacdec.c:
26210         * ext/libpng/gstpngenc.h:
26211         * ext/mikmod/gstmikmod.h:
26212           OS X fixes (see #126628).
26213
26214 2004-01-02  David Schleef  <ds@schleef.org>
26215
26216         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
26217         (gst_alsa_src_base_init): Remove bogus "src" request pad.
26218         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
26219         (gst_mpeg_parse_class_init): Move pad template registration
26220         to class_init, since the derived class (mpegdemux) doesn't
26221         want them.
26222
26223 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26224
26225         * sys/ximage/Makefile.am:
26226         * sys/xvideo/Makefile.am:
26227         * sys/xvimage/Makefile.am:
26228           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
26229           after installation (see #127664).
26230
26231 2004-01-02  David Schleef  <ds@schleef.org>
26232
26233         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
26234         (gst_ffmpegenc_connect):  Negotiation fixes.
26235         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
26236         Remove inappropriate gst_caps_free().
26237         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26238         Reenable Ronald's internal resize code, since the core handles
26239         it correctly now.
26240
26241 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26242
26243         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
26244         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
26245         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
26246           Fix pad template stuff.
26247
26248 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26249
26250         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
26251         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
26252           fix signed integer reading/writing.
26253
26254 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26255
26256         * ext/alsa/README:
26257           Remove outdated document
26258
26259 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
26260
26261         * gst/cutter/gstcutter.c: (gst_cutter_init):
26262           src pad was being created twice - oops.
26263
26264 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26265
26266         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26267           Comment out internal resize. It doesn't handle the resulting
26268           XEvent internally, does another try_set_caps() which leads to
26269           a really nice loop.
26270           Real fix will come when Julien and Dave are awake. ;).
26271
26272 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26273
26274         * ext/mpeg2enc/gstmpeg2enc.cc:
26275           fix const/nonconst compile issue.
26276
26277 2004-01-02  David Schleef  <ds@schleef.org>
26278
26279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
26280         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
26281         Add fixate function and a check for bad formats.
26282
26283 2004-01-01  David Schleef  <ds@schleef.org>
26284
26285         Negotiation fixes:
26286         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26287         (gst_audiofilter_init):
26288         * gst/debug/efence.c: (gst_efence_init):
26289         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26290         (gst_deinterlace_init):
26291         * gst/volume/gstvolume.c: (volume_connect):
26292
26293 2004-01-01  David Schleef  <ds@schleef.org>
26294
26295         Convert elements to use gst_pad_use_explicit_caps() where
26296         appropriate:
26297         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
26298         * ext/audiofile/gstafparse.c: (gst_afparse_init),
26299         (gst_afparse_open_file):
26300         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
26301         (gst_afsrc_open_file):
26302         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
26303         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
26304         (gst_ffmpegdec_chain):
26305         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26306         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
26307         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
26308         (gst_gdk_pixbuf_chain):
26309         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
26310         (gst_jpegdec_chain):
26311         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
26312         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
26313         (gst_mikmod_negotiate):
26314         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26315         (gst_mpeg2dec_negotiate_format):
26316         * ext/mpeg2enc/gstmpeg2enc.cc:
26317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26318         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
26319         (gst_speexdec_sinkconnect):
26320         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
26321         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
26322         (gst_vorbisfile_new_link):
26323         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
26324         (gst_ac3parse_chain):
26325         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
26326         (gst_asf_demux_setup_pad):
26327         * gst/auparse/gstauparse.c: (gst_auparse_init),
26328         (gst_auparse_chain):
26329         * gst/id3/gstid3types.c: (gst_id3types_loop):
26330         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26331         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26332         (mp1videoparse_parse_seq):
26333         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
26334         (bpf_from_header):
26335         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26336         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
26337         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26338         (gst_mpeg_parse_send_data):
26339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26340         (gst_qtdemux_add_stream):
26341         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26342         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26343         (gst_wavparse_parse_fmt):
26344
26345 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26346
26347         * configure.ac:
26348           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
26349           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
26350           it therefore uses the wrong include paths. Too bad... Note
26351           that 1.6.1.93 is not release yet. ;).
26352           Also add a check for mplex, which is now using the lib'ified
26353           mplex from mjpegtools, too.
26354         * ext/ffmpeg/gstffmpegcodecmap.c:
26355           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
26356           issues. I don't think ffmpeg handles 3ivx correctly, so this
26357           probably won't work. But it won't hurt either.
26358         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
26359         (gst_ffmpegdec_chain):
26360         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
26361         (gst_ffmpegenc_chain_audio):
26362           Fix memleak in audio encoding. Close codec if open fails, this
26363           calls the cleanup routines so we can re-use the context.
26364         * ext/mpeg2enc/gstmpeg2enc.cc:
26365           Fix pad template names/types, fix memory issue with getcaps().
26366         * ext/mpeg2enc/gstmpeg2encoder.cc:
26367         * ext/mpeg2enc/gstmpeg2encoder.hh:
26368           Fix compile issue with new caps system (const thingy).
26369         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26370         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
26371           We read a first frame right on initing, so that we have a caps
26372           when we init the output. This caps is cached in padprivate and
26373           read as first frame.
26374         * ext/mplex/Makefile.am:
26375         * ext/mplex/gstmplex.cc:
26376         * ext/mplex/gstmplex.h:
26377         * ext/mplex/gstmplex.hh:
26378         * ext/mplex/gstmplexibitstream.cc:
26379         * ext/mplex/gstmplexibitstream.hh:
26380         * ext/mplex/gstmplexjob.cc:
26381         * ext/mplex/gstmplexjob.hh:
26382         * ext/mplex/gstmplexoutputstream.cc:
26383         * ext/mplex/gstmplexoutputstream.hh:
26384           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
26385           had issues, didn't do capsnego, supported only a subset of the
26386           mplex features and required a mplex fork in our local CVS. Plus
26387           that it worked agaist a very old mplex version. Rewriting was
26388           faster than updating it.
26389         * gst-libs/ext/Makefile.am:
26390         * gst-libs/ext/mplex/INSTRUCT:
26391         * gst-libs/ext/mplex/Makefile.am:
26392         * gst-libs/ext/mplex/README:
26393         * gst-libs/ext/mplex/TODO:
26394         * gst-libs/ext/mplex/ac3strm_in.cc:
26395         * gst-libs/ext/mplex/audiostrm.hh:
26396         * gst-libs/ext/mplex/audiostrm_out.cc:
26397         * gst-libs/ext/mplex/aunit.hh:
26398         * gst-libs/ext/mplex/bits.cc:
26399         * gst-libs/ext/mplex/bits.hh:
26400         * gst-libs/ext/mplex/buffer.cc:
26401         * gst-libs/ext/mplex/buffer.hh:
26402         * gst-libs/ext/mplex/fastintfns.h:
26403         * gst-libs/ext/mplex/format_codes.h:
26404         * gst-libs/ext/mplex/inputstrm.cc:
26405         * gst-libs/ext/mplex/inputstrm.hh:
26406         * gst-libs/ext/mplex/lpcmstrm_in.cc:
26407         * gst-libs/ext/mplex/mjpeg_logging.cc:
26408         * gst-libs/ext/mplex/mjpeg_logging.h:
26409         * gst-libs/ext/mplex/mjpeg_types.h:
26410         * gst-libs/ext/mplex/mpastrm_in.cc:
26411         * gst-libs/ext/mplex/mpegconsts.cc:
26412         * gst-libs/ext/mplex/mpegconsts.h:
26413         * gst-libs/ext/mplex/mplexconsts.hh:
26414         * gst-libs/ext/mplex/multplex.cc:
26415         * gst-libs/ext/mplex/outputstream.hh:
26416         * gst-libs/ext/mplex/padstrm.cc:
26417         * gst-libs/ext/mplex/padstrm.hh:
26418         * gst-libs/ext/mplex/stillsstream.cc:
26419         * gst-libs/ext/mplex/stillsstream.hh:
26420         * gst-libs/ext/mplex/systems.cc:
26421         * gst-libs/ext/mplex/systems.hh:
26422         * gst-libs/ext/mplex/vector.cc:
26423         * gst-libs/ext/mplex/vector.hh:
26424         * gst-libs/ext/mplex/videostrm.hh:
26425         * gst-libs/ext/mplex/videostrm_in.cc:
26426         * gst-libs/ext/mplex/videostrm_out.cc:
26427         * gst-libs/ext/mplex/yuv4mpeg.cc:
26428         * gst-libs/ext/mplex/yuv4mpeg.h:
26429         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
26430         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
26431           We don't fork mjpegtools' mplex in our CVS anymore.
26432         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
26433         (gst_avi_demux_add_stream):
26434         * gst/avi/gstavidemux.h:
26435           Add getcaps() function for proper caps nego. This makes some
26436           parts of AVI playback/reading work.
26437         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26438           Resize window on new capsnego. This is probably wrong, but
26439           I'm still committing it because with current capsnego, the
26440           first successfull capsnego is auto-fixated, therefore rounded
26441           down to the lowest values in the caps. this results in a 16x16
26442           XWindow that is not reized when real capsnego finishes.
26443           Dave, I see more cases of this, do you know a proper solution?
26444         * tools/gst-launch-ext.in:
26445           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
26446
26447 2003-12-31  David Schleef  <ds@schleef.org>
26448
26449         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26450         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26451           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26452
26453 2003-12-30  David Schleef  <ds@schleef.org>
26454
26455         * ext/ffmpeg/gstffmpegcolorspace.c:
26456         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26457         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26458         (gst_ffmpegcsp_chain): Negotiation fixes
26459         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26461         (gst_audio_convert_link), (gst_audio_convert_channels):
26462         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26463         (gst_audioscale_link), (gst_audioscale_get_buffer),
26464         (gst_audioscale_chain): Negotiation fixes
26465         * gst/audioscale/gstaudioscale.h:
26466         * gst/videofilter/gstvideofilter.c:
26467         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26468         (gst_videofilter_link), (gst_videofilter_init),
26469         (gst_videofilter_set_output_size), (gst_videofilter_setup),
26470         (gst_videofilter_find_format_by_structure):
26471         * gst/videofilter/gstvideofilter.h: Negotiation fixes
26472         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26473         (gst_videoscale_link):
26474         * gst/videoscale/videoscale.c: (videoscale_get_structure),
26475         (videoscale_find_by_structure), (gst_videoscale_setup):
26476         * gst/videoscale/videoscale.h: Negotiation fixes
26477         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26478         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26479         function, restrict resizing to a multiple of 4 (hack until
26480         everyone supports odd sizes correctly).
26481
26482 2003-12-29  Colin Walters  <walters@verbum.org>
26483
26484         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26485         signed.
26486
26487 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
26488
26489         * ext/sndfile/gstsf.c: (gst_sf_loop):
26490           Fix warning about discarding const qualifier
26491
26492 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
26493
26494         * gst/cutter/gstcutter.c:
26495         * gst/videoscale/gstvideoscale.c:
26496         * gst/volenv/gstvolenv.c:
26497         * gst-libs/gst/audio/audio.c:
26498         * gst-libs/gst/video/video.c:
26499           Fix warnings
26500
26501 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26502
26503         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26504           Don't send ALSA debugging to stderr.
26505         * ext/alsa/gstalsa.h:
26506           Use GST_WARNING instead of g_warning when ALSA functions fail.
26507
26508 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26509
26510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26511           Free XVAdapterInfo correctly.
26512
26513 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26514
26515         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26516         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26517           Make id3tag use correct caps nego.
26518
26519 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
26520
26521         * ext/ivorbis/vorbis.c:
26522         * ext/ivorbis/vorbisenc.h:
26523         * ext/ivorbis/vorbisfile.c:
26524           Modify so that it uses the new caps things
26525
26526 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26527
26528         * testsuite/spider/spider1.c: (main):
26529         * testsuite/spider/spider2.c: (main):
26530         * testsuite/spider/spider3.c: (main):
26531           Make tests compile again. They probably don't work.
26532
26533 2003-12-24  Colin Walters  <walters@verbum.org>
26534
26535         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26536         we can't fixate the caps anymore.
26537
26538 2003-12-23  David Schleef  <ds@schleef.org>
26539
26540         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26541         * sys/oss/gstosssink.c: (gst_osssink_init),
26542         (gst_osssink_sink_fixate): Add fixate function.
26543
26544 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26545
26546         * ext/ffmpeg/gstffmpegcodecmap.c:
26547         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26548         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26549         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26550         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26551         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26552         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26553         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26554           fix typo in RGB masks, and move back to "old" colorspace
26555           capsnego code until whoever wrote this new crap has actually
26556           tested it so that it works.
26557           And yes, this works, keep it that way please.
26558
26559 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26560
26561         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26562         (gst_divxdec_init), (gst_divxdec_negotiate):
26563         * ext/divx/gstdivxdec.h:
26564         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26565         (gst_divxenc_init):
26566         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26567         (gst_faac_sinkconnect), (gst_faac_srcconnect):
26568         * ext/mpeg2enc/gstmpeg2enc.cc:
26569         * ext/mpeg2enc/gstmpeg2encoder.cc:
26570         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26571         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26572         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26573         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26574         (dxr3spusink_init):
26575         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26576         (dxr3videosink_init):
26577           Fix caps breakage after Dave's caps branch merge.
26578
26579 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26580
26581         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26582           Fix for 24bpp display.
26583
26584 2003-12-23  Colin Walters  <walters@verbum.org>
26585
26586         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26587         a GnomeVFSHandle directly.
26588
26589 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26590
26591         * gst/volume/Makefile.am:
26592         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26593         (volume_base_init), (volume_init):
26594           Reenable volume element and fix to work with new caps stuff.
26595           Rhythmbox needs this.
26596
26597 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26598
26599         * gst/qtdemux/qtdemux.c: (plugin_init):
26600           qtdemux requires bytestream
26601
26602 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26603
26604         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26605           Fix remaining caps handling errors due to CAPS merge.
26606
26607 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26608
26609         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26610         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26611         (gst_faad_srcconnect):
26612           Port to new caps system.
26613
26614 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26615
26616         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26617         (got_video_size), (main): using g_print instead of g_message.
26618         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26619         signal which was not emitted because of "switch" element added to the
26620         bin but not connected. (Removing from the bin temporarily)
26621
26622 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26623
26624         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26625         find X development files. I don't understand the previous tests and
26626         they fail on my debian/ppc unstable. This one works.
26627         * examples/gstplay/player.c: (main): Set the pipeline to READY before
26628         exiting.
26629         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26630         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26631         (gst_play_set_visualization): Add some safety checks in set_ methods
26632         and state_change. This was throwing some ugly CRITICAL messages when
26633         pipeline was getting disposed and casts were failing.
26634
26635 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26636
26637         * configure.ac:
26638           Improve mpeg2enc detection. This is for distributions that do
26639           ship mjpegtools, but without mpeg2enc. Also does object check
26640           for might there ever be ABI incompatibility.
26641         * ext/mpeg2enc/gstmpeg2enc.cc:
26642           Add Andrew as second maintainer (he's helping me), and also add
26643           an error if no caps was set. This happens if I pull before capsnego
26644           and that's something I should solve sometime else.
26645         * gst/matroska/matroska-demux.c:
26646         (gst_matroska_demux_parse_blockgroup):
26647           Fix time parsing.
26648         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26649         (gst_matroska_mux_track_header):
26650           Add caps to templates.
26651         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26652           Add mpegversion=1 to prevent confusion with MPEG/AAC.
26653         * gst/mpegstream/gstmpegdemux.c:
26654           Remove layer since it causes warnings about unfixed caps.
26655         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26656           Fix obvious typo (we error out if caps were set, we should of
26657           course error out if *no* caps were set).
26658         * sys/oss/gstosselement.c: (gst_osselement_convert):
26659           Fix format conversion, we confused bits/bytes.
26660         * sys/oss/gstosselement.h:
26661           Improve documentation for 'bps'.
26662         * sys/v4l/TODO:
26663           Remove stuff about plugins that need removing - this was done
26664           ages ago.
26665         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26666         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26667         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26668         (gst_v4lsrc_src_query):
26669         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26670         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26671           Add get_query_types(), get_formats() and query() functions.
26672
26673 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26674
26675         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26676           * moved CVS to freedesktop.org