ext/alsa/gstalsasink.*: Don't leak allocated snd_output_t structure if there's more...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
4         (gst_alsasink_init):
5         * ext/alsa/gstalsasink.h:
6           Don't leak allocated snd_output_t structure if there's
7           more than one alsasink instance at a time (#341873).
8           Also fix GObject macros in header file.
9           
10 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11
12         * gst/subparse/gstsubparse.c:
13         (gst_sub_parse_data_format_autodetect):
14           Don't use libxml functions in the typefinding code.
15
16 2006-05-15  Wim Taymans  <wim@fluendo.com>
17
18         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19         Fix seeking performance in the case where a non-header 
20         packet has a 0 granulepos (busted theora case). 
21         Fixes #341719
22
23 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
24
25         * gst/subparse/gstsubparse.c:
26         (gst_sub_parse_data_format_autodetect):
27           Improve SAMI typefinding: handle case where there are
28           whitespaces or newlines in front of the first <SAMI>
29           tag (#169936).
30
31 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
32
33         * configure.ac:
34           Build video4linux plugin even if there's no XVIDEO, just
35           without implementing the GstXOverlay interface (#334002).
36          
37 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
38
39         * configure.ac:
40         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
41         (plugin_init):
42           Add tentative support for libvisual-0.4 (#336881).
43
44 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
45
46         Patch by: Young-Ho Cha <ganadist at chollian net>
47
48         * gst/subparse/samiparse.c: (handle_start_font):
49           Need to map "silver" colour explicitly (#169936).
50
51 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
52
53         Patch by: Young-Ho Cha  <ganadist at chollian net>
54
55         * gst/subparse/Makefile.am:
56         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
57         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
58         (gst_sub_parse_format_autodetect), (feed_textbuf),
59         (gst_subparse_type_find), (plugin_init):
60         * gst/subparse/gstsubparse.h:
61         * gst/subparse/samiparse.c:
62         * gst/subparse/samiparse.h:
63           Add support for SAMI subtitles (#169936).
64
65 2006-05-14  Michael Smith  <msmith@fluendo.com>
66
67         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
68           Fix #341696: crash when mixing L+R+C to mono or stereo.
69         * tests/check/Makefile.am:
70         * tests/check/elements/audioconvert.c: (set_channel_positions),
71         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
72         (audioconvert_suite):
73           Add test for the above, including some generic framework bits for
74           testing multichannel things.
75
76 === release 0.10.7 ===
77
78 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
79
80         * configure.ac:
81           releasing 0.10.7, "Leave the gun"
82
83 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
84
85         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
86         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
87         Fix the build.
88
89 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
90
91         * docs/libs/gst-plugins-base-libs-docs.sgml:
92         * docs/libs/gst-plugins-base-libs-sections.txt:
93         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
94         * gst-libs/gst/video/video.h:
95         * gst/videoscale/Makefile.am:
96         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
97         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
98         * tests/check/Makefile.am:
99         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
100         (main):
101           Fix integer overflow problem with pixel-aspect-ratio calculations
102           in videoscale and xvimagesink (#341542)
103
104 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
105
106         * gst-libs/gst/tag/gstid3tag.c:
107           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
108
109 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
110
111         * win32/MANIFEST:
112           update win32 files listing
113
114 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
115
116         patch by: Sjoerd Simons (sjoerd@luon.net)
117
118         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
119         (group_create), (group_destroy), (add_stream),
120         (gst_play_base_bin_get_property),
121         (gst_play_base_bin_get_streaminfo_value_array):
122         * gst/playback/gstplaybasebin.h:
123           API: GstPlayBaseBin::stream-info-value-array property
124           use a more bindings-friendly way of exposing streaminfo
125           using a GValueArray.  Tested in ipython.
126           Closes #341114
127
128 2006-05-11  Wim Taymans  <wim@fluendo.com>
129
130         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
131         (queue_underrun_cb), (queue_filled_cb):
132         Also catch queue underruns but don't do anything yet.
133         Refactor and comment queue enlarging code a bit.
134
135         * gst/playback/gstplaybasebin.c: (queue_overrun),
136         (queue_threshold_reached), (queue_out_of_data),
137         (gen_preroll_element):
138         If a queue over/underruns check that we don't create nasty
139         deadlocks when the min-threshold is not reached but the
140         max-bytes is. In those cases disable max-bytes when we
141         know that the queue is fed timed data.
142         Add more comments.
143
144 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
145
146         * gst/playback/gstplaybin.c: (gen_audio_element):
147           Make playbin automatically plug an 'audioresample'
148           element before the audio sink as well. This solves
149           problems with sinks that only accept a very specific
150           sample rate, like esdsink (e.g. #340379).
151
152 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
153
154         * gst/playback/gstplaybasebin.c: (gen_source_element):
155           Make http sources send special headers so that we receive
156           icecast metadata if the http stream is an icecast stream
157           (otherwise the server will just ignore them). This also
158           means that from now on users will need the 'icydemux'
159           element from gst-plugins-good installed if they want to
160           listen to icecast radio streams. (#341432, #333657).
161
162 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
163
164         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
165         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
166           remove stupid example from docs - it should come with a simple
167           C program instead.
168           Clean up/fix docs
169         * tests/check/elements/multifdsink.c: (wait_bytes_served),
170         (fail_if_can_read), (GST_START_TEST),
171         (gst_multifdsink_create_streamheader), (multifdsink_suite):
172           add a test for changing streamheader which exposes a bug in
173           multifdsink
174
175 2006-05-11  Michael Smith  <msmith@fluendo.com>
176
177         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
178         (gst_gnome_vfs_src_received_headers_callback):
179         * ext/gnomevfs/gstgnomevfssrc.h:
180           Don't set icy-caps unless we have a sane interval value. Move
181           interval to a local variable; we never use it outside this function.
182
183 2006-05-11  Wim Taymans  <wim@fluendo.com>
184
185         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
187         Register special buffer types along with the objects so
188         that they are not registered at runtime from N different
189         streaming threads since they are not threadsafe.
190
191 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
192
193         * tests/check/elements/multifdsink.c: (wait_bytes_served),
194         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
195           add two more tests, one doing streamheader
196
197 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
198
199         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
200           clean up the bufqueue when shutting down
201         * tests/check/Makefile.am:
202         * tests/check/elements/multifdsink.c: (setup_multifdsink),
203         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
204         (main):
205           add a test for the leak that was just fixed
206
207 2006-05-10  Wim Taymans  <wim@fluendo.com>
208
209         * gst/adder/gstadder.c: (gst_adder_setcaps),
210         (gst_adder_query_duration), (gst_adder_query), (forward_event),
211         (gst_adder_src_event), (gst_adder_sink_event),
212         (gst_adder_class_init), (gst_adder_finalize),
213         (gst_adder_request_new_pad), (gst_adder_collected):
214         * gst/adder/gstadder.h:
215         Updated some docs. Added comments and FIXMEs all over the place.
216         Improve debugging info.
217         Fix leak on finalize by not calling the parent.
218         Implement duration query.
219         Make event forwarding threadsafe.
220         Correctly send NEWSEGMENT at start and after flush.
221         Handle EOS correctly.
222         Post error when not negotiated.
223
224         * tests/check/elements/adder.c: (GST_START_TEST):
225         Added FIXME in the test.
226
227 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
228
229         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
230         (gst_text_overlay_halign_get_type),
231         (gst_text_overlay_wrap_mode_get_type):
232         * ext/theora/theoradec.c: (theora_handle_type_packet),
233         (theora_handle_data_packet):
234         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
235         (theora_enc_sink_setcaps), (theora_enc_chain):
236         * gst-libs/gst/cdda/gstcddabasesrc.c:
237         (gst_cdda_base_src_mode_get_type):
238         * gst/audiotestsrc/gstaudiotestsrc.c:
239         (gst_audiostestsrc_wave_get_type):
240         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
241         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
242         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
243         (gst_sync_method_get_type), (gst_unit_type_get_type),
244         (gst_client_status_get_type):
245         * gst/videoscale/gstvideoscale.c:
246         (gst_video_scale_method_get_type):
247         * gst/videotestsrc/gstvideotestsrc.c:
248         (gst_video_test_src_pattern_get_type):
249         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
250         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
251         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
252         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
253         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
254         (paint_setup_RGB565), (paint_setup_xRGB1555):
255           Const-ify GEnumValue and GFlagsValue arrays. Use
256           GST_ROUND_UP_* macros instead of home-made ones.
257
258 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
259
260         * configure.ac:
261           Require core CVS for the new newsegment stuff.
262
263 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
264
265         Patch by: Sjoerd Simons  <sjoerd at luon net>
266
267         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
268           Register nick for enum value (#341160).
269
270 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
271
272         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
273         (plugin_init):
274          backout typefind patch #340375
275          
276         * tests/check/elements/adder.c: (message_received),
277         (GST_START_TEST), (adder_suite):
278           redo, signal-handling of test
279
280 2006-05-09  Wim Taymans  <wim@fluendo.com>
281
282         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
283         (gst_adder_collected):
284         * gst/adder/gstadder.h:
285         Remove bogus segment merging and forwarding, we don't
286         care about timestamps anyway and we just produce a
287         continuous stream. 
288         Also create a nice NEWSEGMENT event when we start.
289         Use _scale_int some more.
290
291 2006-05-09  Edward Hervey  <edward@fluendo.com>
292
293         * tests/icles/stress-xoverlay.c:
294         Fix if core was built without parsing support.
295
296 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
297
298         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
299           Add SEDG (Samsung MPEG-4) fourcc.
300
301 2006-05-09  Edward Hervey  <edward@fluendo.com>
302
303         * tests/icles/stress-xoverlay.c:
304         * tests/examples/volume/volume.c:
305         Fix if core was built without parsing support.
306
307         * tests/examples/seek/seek.c:
308         Disable the parse_launch example if core was built without parsing
309         support.
310
311 2006-05-08  Edward Hervey  <edward@fluendo.com>
312
313         * autogen.sh: (CONFIGURE_DEF_OPT): 
314         libtoolize on Darwin/MacOSX is called glibtoolize
315
316 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
317
318         * tests/check/Makefile.am:
319         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
320           Disable the adder test, until the build-slaves posses the kindness to 
321           either like it or to give valid reason for not doing so 
322
323 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
324
325         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
326         (adder_suite):
327           Shuffle NULL state change around and raise timeout more
328
329 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
330
331         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
332         (mp4_type_find), (plugin_init):
333           Add typefind to distinguish between "audio/x-m4a" and new type
334           "video/mp4". Fixes #340375
335
336         * tests/check/elements/adder.c: (adder_suite):
337           Raise timeout to make buildbot happy
338
339 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
340
341         * gst/adder/gstadder.c: (gst_adder_sink_event),
342         (gst_adder_request_new_pad), (gst_adder_change_state):
343         * gst/adder/gstadder.h:
344         * tests/check/Makefile.am:
345         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
346         (adder_suite), (main):
347           Add sink-event handling to adder. It tries to merge incomming
348           newsegment-events. Added test to check if segment_done is comming
349           through. Fixes #340060
350
351 2006-05-05  Andy Wingo  <wingo@pobox.com>
352
353         * ext/theora/theoraparse.c (gst_theora_parse_init)
354         (theora_parse_src_convert, theora_parse_src_query):
355         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
356         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
357         query functions on the source pads of the theora and vorbis parse
358         elements. Fixes position querying when doing a remux.
359
360 2006-05-05  Michael Smith  <msmith@fluendo.com>
361
362         * ext/theora/theoraparse.c: (parse_granulepos),
363         (theora_parse_drain_queue_prematurely),
364         (theora_parse_queue_buffer), (theora_parse_sink_event):
365           Fix flushing.
366           Fix invalid granulepos outputs when starting with a non-keyframe.
367
368 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
369
370         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
371         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
372         Rearrange MPEG system stream detection, fixing some memleaks in the
373         process.
374         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
375         they clean up their data correctly.
376         Remove unused ogganx caps and move the 'is_annodex' check to inside
377         the 'is_ogg' if statement.
378
379 2006-05-05  Wim Taymans  <wim@fluendo.com>
380
381         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
382         Properly remove ghostpads. Fixes #340392
383
384 2006-05-04  David Schleef  <ds@schleef.org>
385
386         * gst/typefind/gsttypefindfunctions.c:
387
388 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
389
390         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
391         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
392
393         When typefinding an MP3 in push-based mode, don't penalise the
394         probability down to 74% when we found 5 valid frames just because we
395         can't peek the end of the file.
396
397         Make the probability for detecting MPEG Transport Streams based on the
398         number of sequential headers we successfully detected.
399
400 2006-05-03  Wim Taymans  <wim@fluendo.com>
401
402         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
403         (vorbis_dec_push), (vorbis_dec_chain):
404         Still produce an error when we receive an empty packet.
405
406 2006-05-03  Wim Taymans  <wim@fluendo.com>
407
408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
409         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
410         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
411         Mark buffers with DISCONT after seek and after activating new
412         chains.
413
414         * ext/theora/gsttheoradec.h:
415         * ext/theora/theoradec.c: (gst_theora_dec_reset),
416         (theora_get_query_types), (theora_dec_sink_event),
417         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
418         (theora_dec_change_state):
419         Fix frame counter.
420         Detect and mark DISCONT buffers.
421
422         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
423         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
424         (vorbis_dec_change_state):
425         * ext/vorbis/vorbisdec.h:
426         Use GstSegment.
427         Detect and mark DISCONT buffers.
428         Don't crash on 0 sized buffers.
429
430 2006-05-03  Wim Taymans  <wim@fluendo.com>
431
432         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
433         (volume_transform_ip):
434         Increase "volume" property to 10.0. Fixes #340369.
435         Set the process function to NULL when capsnego fails so that
436         we properly error out.
437
438 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
439
440         * gst/playback/gstplaybin.c: (add_sink):
441         * gst/playback/test.c: (main):
442         * gst/playback/test5.c: (dump_element_stats):
443         * gst/playback/test6.c: (main):
444           free cpas using gst_caps_unref, don't leak caps-strings
445
446 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
447
448         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
449         (plugin_init):
450           Refine musepack typefinding a bit. Return MAXIMUM
451           probability when we detect stream version 7 to make
452           sure the mpeg audio typefinder doesn't trump us.
453
454 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
455
456         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
457           Protect against unexpected NULL strf_data buffer.
458
459 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
460
461         * tests/check/elements/audioconvert.c: (verify_convert),
462         (GST_START_TEST):
463           interpret the out[] buffer in the order the bytes are actually
464           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
465           Other tests should use BYTE_ORDER since the array is filled in
466           with actual values
467
468 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
469
470         * tests/check/elements/audioconvert.c: (verify_convert),
471         (GST_START_TEST):
472           when a test fails, give an indication of which it is
473
474 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
475
476         * gst-libs/gst/cdda/gstcddabasesrc.c:
477           compile fix; strtol() needs <stdlib.h>
478
479 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
480
481         * ext/alsa/gstalsamixerelement.c:
482         * ext/alsa/gstalsasrc.c:
483         * ext/cdparanoia/gstcdparanoiasrc.c:
484         * ext/gnomevfs/gstgnomevfssink.c:
485         * ext/gnomevfs/gstgnomevfssrc.c:
486         * ext/ogg/gstoggdemux.c:
487         * ext/ogg/gstoggmux.c:
488         * ext/ogg/gstoggparse.c:
489         * ext/ogg/gstogmparse.c:
490         * ext/pango/gstclockoverlay.c:
491         * ext/pango/gsttextoverlay.c:
492         * ext/pango/gsttextrender.c:
493         * ext/pango/gsttimeoverlay.c:
494         * ext/theora/theoradec.c:
495         * ext/theora/theoraenc.c:
496         * ext/vorbis/vorbisdec.c:
497         * ext/vorbis/vorbisenc.c:
498         * gst-libs/gst/audio/gstaudiofilter.c:
499         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
500         * gst/audioconvert/gstaudioconvert.c:
501         * gst/audiorate/gstaudiorate.c:
502         * gst/audioresample/gstaudioresample.c:
503         * gst/audiotestsrc/gstaudiotestsrc.c:
504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
505         * gst/playback/gstdecodebin.c:
506         * gst/playback/gstplaybin.c:
507         * gst/playback/gststreamselector.c:
508         * gst/subparse/gstsubparse.c:
509         * gst/tcp/gstmultifdsink.c:
510         * gst/tcp/gsttcpclientsink.c:
511         * gst/tcp/gsttcpclientsrc.c:
512         * gst/tcp/gsttcpserversink.c:
513         * gst/tcp/gsttcpserversrc.c:
514         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
515         * gst/videorate/gstvideorate.c:
516         * gst/videoscale/gstvideoscale.c:
517         * gst/videotestsrc/gstvideotestsrc.c:
518         * gst/volume/gstvolume.c:
519         * sys/v4l/gstv4ljpegsrc.c:
520         * sys/v4l/gstv4lmjpegsink.c:
521         * sys/v4l/gstv4lmjpegsrc.c:
522         * sys/v4l/gstv4lsrc.c:
523         * sys/ximage/ximagesink.c:
524         * sys/xvimage/xvimagesink.c:
525         * tests/check/libs/cddabasesrc.c:
526           make GstElementDetails const
527
528 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
529
530         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
531         (gst_adder_init):
532           send events from src-pad to all sink-pads fixes #338657
533
534 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
535
536         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
537         (alsasink_parse_spec):
538           query width capabilities from alsa, fixes #338919
539
540 2006-04-28  Wim Taymans  <wim@fluendo.com>
541
542         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
543         (gst_multi_fd_sink_remove_client_link):
544         * gst/tcp/gstmultifdsink.h:
545         Fix race condition in multifdsink that can lead to spurious 
546         duplicate clients. this patch adds a new signal that is fired when
547         multifdsink has removed all references to the fd.
548         Fixes #339574.
549         Updated documentation.
550         API: client-fd-removed signal added
551
552 2006-04-28  Michael Smith  <msmith@fluendo.com>
553
554         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
555           When asking g_value_array_new to prealloc elements, we may as well
556           ask for the right number of elements.
557
558 2006-04-28  Wim Taymans  <wim@fluendo.com>
559
560         * gst-libs/gst/audio/gstbaseaudiosink.c:
561         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
562         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
563         patch to make timestamp checking more tollerant to rounding 
564         errors given that real discontinuities are to be marked on
565         buffers. Fixes some asf files and #338778.
566         Also avoid some crashers when we receive an event in the 
567         NULL state.
568
569 2006-04-28  Michael Smith  <msmith@fluendo.com>
570
571         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
572         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
573         (gst_gnome_vfs_src_get_property),
574         (gst_gnome_vfs_src_send_additional_headers_callback),
575         (gst_gnome_vfs_src_received_headers_callback),
576         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
577         (gst_gnome_vfs_src_stop):
578         * ext/gnomevfs/gstgnomevfssrc.h:
579           Remove ICY handling (mostly) from gnomevfssrc, in favour of
580           proper shared support within icydemux.
581
582 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
583
584         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
585         (gst_video_rate_swap_prev), (gst_video_rate_chain):
586           fix up docs
587           fix a leak when no caps negotiated
588           fix counting of input frames
589         * tests/check/elements/.cvsignore:
590         * tests/check/elements/videorate.c: (assert_videorate_stats),
591         (GST_START_TEST), (videorate_suite):
592           add tests for these
593
594 2006-04-28  Wim Taymans  <wim@fluendo.com>
595
596         * gst-libs/gst/audio/gstringbuffer.c:
597         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
598         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
599         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
600         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
601         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
602         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
603         (gst_ring_buffer_commit), (gst_ring_buffer_read),
604         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
605         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
606         Check arguments passed to public functions instead of
607         crashing.
608
609 2006-04-28  Wim Taymans  <wim@fluendo.com>
610
611         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
612         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
613         GstBaseAudioSrc must be live or it does not work.
614
615         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
616         Don't set live to TRUE as this is the default in the parentclass.
617
618 2006-04-28  Wim Taymans  <wim@fluendo.com>
619
620         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
621         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
622         Videoscale doesn't pass on pixel-aspect ratio. Handle all
623         fixation cases better. Fixes #338991
624
625 2006-04-28  Wim Taymans  <wim@fluendo.com>
626
627         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
628         Handle 0/1 framerate correctly Fixes #331901.
629
630 2006-04-28  Wim Taymans  <wim@fluendo.com>
631
632         * tests/check/elements/audioconvert.c: (get_float_caps),
633         (GST_START_TEST), (audioconvert_suite):
634         Added check for correct clipping when doing float samples
635         in audioconvert.
636
637 2006-04-28  Wim Taymans  <wim@fluendo.com>
638
639         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
640         (gst_video_rate_chain):
641         Print more debugging info.
642
643 2006-04-28  Wim Taymans  <wim@fluendo.com>
644
645         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
646         (resample_set_state_from_caps):
647         Add support for other formats audioresample can handle such as
648         32 bits in and float and 64 bits float. Fixes #301759
649
650 2006-04-28  Wim Taymans  <wim@fluendo.com>
651
652         * gst/audioconvert/audioconvert.c: (float):
653         correctly clip float samples > 1.0. Fixes #338718
654
655 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
656
657         Patch by: Young-Ho Cha  <ganadist at chollian net>
658
659         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
660         (gst_text_overlay_render_text):
661           Don't strip newlines from the text. Also, center lines
662           within multi-line paragraphs (#339405).
663
664 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
665
666         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
667           Fix wavpack typefinding to work in more cases (don't peek
668           for chunks of multiple hundred kBs at once, but process
669           things step-by-step in smaller units). Fixes #339786.
670
671 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
672
673         * configure.ac:
674           back to HEAD
675
676 === release 0.10.6 ===
677
678 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
679
680         * configure.ac:
681           releasing 0.10.6, "Chao"
682
683 2006-04-26  David Schleef  <ds@schleef.org>
684
685         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
686           Fixes #338897.
687
688 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
689
690         * configure.ac:
691         * win32/common/config.h:
692           new prerelease
693
694 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
695
696         patch by: Wim Taymans
697
698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
699         (gst_ogg_demux_perform_seek):
700           make sure correct newsegments are sent, so that the decoder
701           and the demuxer agree on timestamps.  Fixes playback of a lot
702           of Ogg files that do not start from 0.  Fixes #339833.
703
704 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
705
706         Patch by: Edward Hervey  <edward@fluendo.com>
707
708         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
709         * tests/check/Makefile.am:
710         * tests/check/elements/videorate.c: (assert_videorate_stats),
711         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
712         (videorate_suite), (main):
713           Fix an infinite loop if frames are passed in with wrongly ordered
714           timestamps.  Fixes #339013.
715
716 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
717
718         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
719
720         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
721           fix typefinding on some ISO files.  Fixes #339212.
722
723 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
724
725         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
726
727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
728           add another H264 fourcc.  Fixes #339047.
729
730 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
731
732         Patch by: Jan Schmidt
733
734         * gst/playback/gststreamselector.c:
735         (gst_stream_selector_bufferalloc):
736           Restore old StreamSelector behaviour.
737           Fixes #338419.
738
739 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
740
741         * configure.ac:
742         * win32/common/config.h:
743           prerelease
744
745 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
746
747         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
748
749         * gst-libs/gst/rtp/gstbasertpdepayload.c:
750         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
751           Fix some memory leaks: on finalize, free buffers left in the queue
752           before destroying the queue; in _push(), unref rtp_buf even if
753           the process vfunc returned a NULL buffer as output buffer (#337548);
754           demote some recuring debug messages to LOG level.
755
756 2006-04-11  Wim Taymans  <wim@fluendo.com>
757
758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
759         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
760         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
761         (gst_ogg_demux_loop):
762         More cleanups.
763         Respect segment stop when emiting EOS or SEGMENT_DONE.
764         Fixes (#337945).
765
766 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
767
768         * gst/playback/gststreamselector.c:
769         (gst_stream_selector_get_property):
770           Don't leak pad name.
771
772 2006-04-10  Michael Smith  <msmith@fluendo.com>
773
774         * tests/check/Makefile.am:
775         * tests/check/gst-plugins-base.supp:
776           Suppress an old libtheora bug (fixed in more recent versions), so 
777           that FC4 buildslaves can pass.
778
779 2006-04-10  Wim Taymans  <wim@fluendo.com>
780
781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
782         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
783         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
784         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
785         (gst_ogg_demux_loop):
786         Don't leak events.
787         Remember what error we got when finding chains, if we
788         were shutdown, that would not be an error.
789
790 2006-04-10  Wim Taymans  <wim@fluendo.com>
791
792         * gst-libs/gst/audio/gstbaseaudiosink.c:
793         (gst_base_audio_sink_event):
794         Starting the ringbuffer when we did not acquire it can cause
795         a deadlock, is pointless and causes nasty things for
796         subclasses. 
797         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
798
799 2006-04-10  Wim Taymans  <wim@fluendo.com>
800
801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
802         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
803         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
804         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
805         (gst_ogg_demux_deactivate_current_chain),
806         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
807         (gst_ogg_demux_bisect_forward_serialno),
808         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
809         Add some more debugging.
810
811 2006-04-10  Wim Taymans  <wim@fluendo.com>
812
813         * ext/theora/theoradec.c: (theora_dec_src_event),
814         (theora_handle_data_packet):
815         Some more debug info.
816
817         * tests/examples/seek/seek.c: (start_seek), (main):
818         Print element messages too.
819
820 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
821
822         * gst/audioresample/debug.h:
823           replace debug macros with variable number of parameters
824           by a simple alias to gstreamer standard debug macros 
825          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
826           supported by MSVC 6.0 and 7.1)
827         * gst/audioresample/resample.h:
828           define M_PI and rint for WIN32
829         * win32/common/libgstaudio.def:
830         * win32/common/libgstriff.def:
831         * win32/common/libgsttag.def:
832         * win32/common/libgstvideo.def:
833           add new exported functions
834         * win32/vs6:
835           update project files
836
837 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
838
839         * ext/alsa/gstalsamixeroptions.c:
840         (gst_alsa_mixer_options_class_init):
841         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
844         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
845         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
846         * gst-libs/gst/audio/gstaudiofilter.c:
847         (gst_audio_filter_class_init):
848         * gst-libs/gst/audio/gstaudiosink.c:
849         (gst_audioringbuffer_class_init):
850         * gst-libs/gst/audio/gstaudiosrc.c:
851         (gst_audioringbuffer_class_init):
852         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
853         * gst-libs/gst/interfaces/colorbalancechannel.c:
854         (gst_color_balance_channel_class_init):
855         * gst-libs/gst/interfaces/mixeroptions.c:
856         (gst_mixer_options_class_init):
857         * gst-libs/gst/interfaces/mixertrack.c:
858         (gst_mixer_track_class_init):
859         * gst-libs/gst/interfaces/tunerchannel.c:
860         (gst_tuner_channel_class_init):
861         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
862         * gst-libs/gst/netbuffer/gstnetbuffer.c:
863         (gst_netbuffer_class_init):
864         * gst-libs/gst/rtp/gstbasertppayload.c:
865         (gst_basertppayload_class_init):
866         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
867         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
868         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
869         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
870         * gst/playback/gststreamselector.c:
871         (gst_stream_selector_class_init):
872         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
873         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
874         * sys/v4l/gstv4lcolorbalance.c:
875         (gst_v4l_color_balance_channel_class_init):
876         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
877         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
878         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
879         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
880         (gst_v4l_tuner_norm_class_init):
881         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
883         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
884         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
885
886 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
887
888         * ext/pango/gsttextrender.h:
889         * gst-libs/gst/audio/gstaudiosink.h:
890         * gst-libs/gst/audio/gstaudiosrc.h:
891         * gst-libs/gst/audio/gstbaseaudiosink.h:
892         * gst-libs/gst/audio/gstbaseaudiosrc.h:
893         * gst-libs/gst/audio/gstringbuffer.h:
894         * gst-libs/gst/rtp/gstbasertpdepayload.h:
895         * gst-libs/gst/rtp/gstbasertppayload.h:
896         * gst-libs/gst/video/gstvideofilter.h:
897         * gst-libs/gst/video/gstvideosink.h:
898         * gst/playback/gstplaybasebin.h:
899         * gst/tcp/gstmultifdsink.h:
900         * sys/v4l/gstv4lelement.h:
901         Fix broken GObject macros
902
903 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
904
905         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
906         More debug to trace why my USB headset is not working with gst
907
908 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
909
910         * gst/playback/gstplaybasebin.c: (group_destroy):
911         Clean up our group elements properly in the case where it never 
912         got committed - it still got added unconditionally to the bin.
913
914 2006-04-07  Wim Taymans  <wim@fluendo.com>
915
916         * ext/theora/theoradec.c: (theora_dec_sink_event),
917         (theora_handle_data_packet), (theora_dec_chain):
918         Unref unhandled events.
919         Protect against empty buffers.
920         Perform QoS on running time.
921
922 2006-04-07  Michael Smith  <msmith@fluendo.com>
923
924         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
925         (gst_vorbis_enc_chain):
926           Remove leaks from vorbisenc.
927           Mostly minor changes, the only significant one is that now the
928           buffers we set as 'streamheader' on the caps are copies of the
929           original buffers, to avoid circular refcounting problems.
930
931 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
932
933         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
934           Don't remove our mute-probe if someone else already did so.
935           Don't set a 2nd one if there is already one pending on the pad.
936
937         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
938         (do_playbin_seek):
939           When a seek fails, ensure that playbin is still set back to playing.
940           
941         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
942         (mpeg_ts_type_find), (plugin_init):
943           Add a typefind function for mpeg-ts streams. (Closes: #336617)
944
945 2006-04-06  Andy Wingo  <wingo@pobox.com>
946
947         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
948         (gst_video_rate_init): Caps-related parameters should not be reset
949         by a flush -- move their inits to the instance init function.
950         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
951         is not OK, just return the result.
952
953         * gst/audiotestsrc/gstaudiotestsrc.c
954         (gst_audio_test_src_class_init)
955         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
956         broken by Stefan's commit on 24 March.
957
958         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
959         buffers being pushed out. Fixes oggmux ! multifdsink.
960
961 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
962
963         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
964         (gst_vorbis_dec_init), (vorbis_dec_finalize):
965         * ext/vorbis/vorbisdec.h:
966         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
967         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
968         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
969         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
970         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
971         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
972         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
973         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
974         (gst_vorbis_enc_buffer_from_packet),
975         (gst_vorbis_enc_buffer_from_header_packet),
976         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
977         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
978         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
979         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
980         (gst_vorbis_enc_change_state):
981         * ext/vorbis/vorbisenc.h:
982           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
983           vorbisenc adhere to the official nomenclature; use boilerplate
984           macro.
985
986 2006-04-04  Andy Wingo  <wingo@pobox.com>
987
988         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
989         Whoops, fix bug introduced. Bad hacker!
990         
991         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
992         Properly handle the case where you get EOS before any buffers are
993         received. Use gst_buffer_make_metadata_writable where appropriate.
994
995         * ext/theora/theoradec.c (theora_handle_data_packet): This value
996         is often negative -- make it signed so as not to wrap around.
997         Fixes segfaults introduced on 9 March.
998
999 2006-04-03  Wim Taymans  <wim@fluendo.com>
1000
1001         * ext/theora/gsttheoradec.h:
1002         * ext/theora/theoradec.c: (theora_dec_src_event):
1003         Don't try to store a gdouble in a gboolean.
1004         Small cleanups.
1005
1006 2006-04-03  Michael Smith  <msmith@fluendo.com>
1007
1008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1009           Oggmux sucks.
1010           Make it suck slightly less by writing out the final page.
1011           Still can't encode a vorbis-in-ogg file correctly, though.
1012
1013 2006-04-03  Andy Wingo  <wingo@pobox.com>
1014
1015         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1016         a g_print.
1017
1018         * ext/theora/theora.c (plugin_init): Register theoraparse.
1019
1020         * ext/theora/gsttheoraparse.h: 
1021         * ext/theora/theoraparse.c: New files implementing a theora
1022         parser. Now we can properly remux ogg/theora+vorbis, yay.
1023
1024         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1025
1026 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1027
1028         * gst/audiotestsrc/gstaudiotestsrc.c:
1029           Fixed the sample pipeline (see #323798)
1030
1031 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1032
1033         * configure.ac:
1034         * win32/common/config.h:
1035         * win32/common/config.h.in:
1036           use AS_VERSION and AS_NANO
1037           more cleanups
1038
1039 2006-03-31  Andy Wingo  <wingo@pobox.com>
1040
1041         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1042         uninitialized variable return that would happen.
1043         
1044         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1045         uninitialized variable return that would never happen.
1046
1047         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
1048         (vorbis_parse_sink_event): Add an event function to flush our
1049         state on a seek, and to drain buffers on a premature EOS.
1050         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
1051         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
1052         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
1053         (vorbis_parse_drain_queue): Queue up buffers until we can set
1054         their timestamps and granulepos values.
1055
1056         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1057         and keep track of data needed for deriving granulepos and
1058         timestamps for buffers.
1059
1060 2006-03-29  Wim Taymans  <wim@fluendo.com>
1061
1062         Patch by: j^ <j at bootlab dot org>
1063
1064         * ext/alsa/gstalsamixerelement.c:
1065         (gst_alsa_mixer_element_class_init):
1066         * ext/alsa/gstalsasink.c:
1067         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1068         * ext/ogg/gstoggdemux.c:
1069         * ext/ogg/gstoggmux.c:
1070         * ext/ogg/gstoggparse.c:
1071         * ext/pango/gstclockoverlay.c:
1072         * ext/pango/gsttextoverlay.c:
1073         * ext/pango/gsttextrender.c:
1074         * ext/pango/gsttimeoverlay.c:
1075         * ext/theora/theoradec.c:
1076         * ext/theora/theoraenc.c:
1077         * ext/vorbis/vorbisdec.c:
1078         * ext/vorbis/vorbisenc.c:
1079         * gst/audioconvert/gstaudioconvert.c:
1080         * gst/subparse/gstsubparse.c:
1081         * gst/tcp/gstmultifdsink.c:
1082         * gst/tcp/gsttcpclientsink.c:
1083         * gst/tcp/gsttcpclientsrc.c:
1084         * gst/tcp/gsttcpserversink.c:
1085         * gst/tcp/gsttcpserversrc.c:
1086           better/unified long descriptions
1087           Fixes #336477
1088
1089 2006-03-29  Wim Taymans  <wim@fluendo.com>
1090
1091         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1092         (stop_seek):
1093         Don't let double and triple clicks mess up our state.
1094
1095 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1096
1097         * gst/playback/gstplaybin.c: (gen_video_element),
1098         (gen_text_element), (gen_audio_element), (gen_vis_element):
1099           Error out gracefully when we can't create any of the usual
1100           conversion elements for some reason. Also, don't try to
1101           create an audioscale (sic) element that's not used anyway.
1102
1103 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * gst/playback/gstplaybasebin.c: (setup_source):
1106           Don't post RESOURCE_NOT_FOUND error when we can't find a source
1107           element for a particular protocol, that's confusing for users.
1108           Instead, post a RESOURCE_FAILED error, so that our own error
1109           message is actually shown in totem etc. (#336303).
1110
1111 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1112
1113         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1114
1115         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1116         (gst_gnome_vfs_src_get_icy_metadata):
1117           Fix some minor memory leaks (#336194).
1118
1119 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1120
1121         * ext/gnomevfs/gstgnomevfs.c:
1122         (gst_gnome_vfs_location_to_uri_string):
1123         * ext/gnomevfs/gstgnomevfs.h:
1124         * ext/gnomevfs/gstgnomevfssink.c:
1125         (gst_gnome_vfs_sink_set_property):
1126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1127           Make gnomevfssink accept filenames as well as URIs for the
1128           "location" property, just like gnomevfssrc does (and
1129           filesrc/filesink do) (#336190).
1130
1131 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1132
1133         * tests/check/generic/clock-selection.c: (GST_START_TEST):
1134           set to NULL before unreffing, fixes a valgrind leak.
1135           Why was this not triggering the error that an object needs to
1136           be NULL before unreffing ?
1137         * win32/common/config.h:
1138           update
1139
1140 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1141
1142         * gst/subparse/gstsubparse.c: (convert_encoding),
1143         (gst_sub_parse_change_state):
1144         * gst/subparse/gstsubparse.h:
1145           Text subtitle files may or may not be UTF-8. If it's not, we
1146           don't really want to see '?' characters in place of non-ASCII
1147           characters like accented characters. So let's assume the input
1148           is UTF-8 until we come across text that is clearly not. If it's
1149           not UTF-8, we don't really know what it is, so try the following:
1150           (a) see whether the GST_SUBTITLE_ENCODING environment variable
1151           is set; if not, check (b) if the current locale encoding is
1152           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1153           the current locale encoding is UTF-8 and the environment variable
1154           was not set to any particular encoding. Not perfect, but better
1155           than nothing (and better than before, I think) (fixes #172848).
1156
1157 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1158
1159         * configure.ac:
1160           update core requirement to 0.10.4.1 because of async_playback
1161           vmethod on GstBaseSink
1162
1163 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1164
1165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1166         * gst/adder/gstadder.c: (gst_adder_init):
1167         use DEBUG_FUNCPTR for collectpads
1168
1169 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1170
1171         * docs/plugins/Makefile.am:
1172         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1173         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1174         * ext/cdparanoia/gstcdparanoiasrc.c:
1175         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1176         (gst_gnome_vfs_sink_class_init):
1177         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1179         * ext/ogg/gstoggmux.c:
1180         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1181         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1182         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1183         * ext/pango/gsttextoverlay.c:
1184         * ext/pango/gsttextrender.c:
1185         * ext/theora/theoradec.c:
1186         * ext/theora/theoraenc.c:
1187         * ext/vorbis/vorbisdec.c:
1188         * ext/vorbis/vorbisenc.c:
1189         * gst-libs/gst/audio/gstaudiofilter.c:
1190         (gst_audio_filter_base_init):
1191         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1192         (gst_audio_filter_template_base_init):
1193         * gst/adder/gstadder.c: (gst_adder_get_type):
1194         * gst/adder/gstadder.h:
1195         * gst/audioconvert/gstaudioconvert.c:
1196         * gst/audiotestsrc/gstaudiotestsrc.c:
1197         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1198         (gst_audio_test_src_create):
1199         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1200         * gst/playback/gstdecodebin.c:
1201         * gst/playback/gstplaybin.c:
1202         * gst/playback/gststreamselector.c:
1203         (gst_stream_selector_base_init):
1204         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1205         * gst/volume/gstvolume.c:
1206         * sys/v4l/gstv4lmjpegsink.c:
1207         * sys/v4l/gstv4lmjpegsrc.c:
1208         * tests/check/libs/cddabasesrc.c:
1209         * tests/old/examples/gob/gst-identity2.gob:
1210           Add docs for adder, use GST_ELEMENT_DETAILS macro,
1211           define GstElementDetails at the top
1212
1213 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
1214
1215         * win32/common/libgstinterfaces.def:
1216         Add a lot of export functions for gst-python
1217         * win32/vs6/libgstinterfaces.dsp:
1218         Add a missing include folder in the project configuration
1219         
1220 2006-03-23  Wim Taymans  <wim@fluendo.com>
1221
1222         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1223         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1224         (gst_base_audio_src_change_state):
1225         Fix audio sources, forgot to make the ringbuffer
1226         startable...
1227
1228 2006-03-23  Wim Taymans  <wim@fluendo.com>
1229
1230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1231         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1232         (gst_base_audio_src_change_state):
1233         unparent instead of unref the ringbuffer.
1234
1235 2006-03-23  Wim Taymans  <wim@fluendo.com>
1236
1237         * gst-libs/gst/audio/gstbaseaudiosink.c:
1238         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1239         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1240         Implement new async_play vmethod to start slaving and allow
1241         playback start in case of async PLAY state changes. 
1242
1243         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1244         Enable QoS with new method in base class.
1245
1246 2006-03-23  Wim Taymans  <wim@fluendo.com>
1247
1248         Patch by: Julien MOUTTE <julien at moutte dot net>
1249
1250         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1251         (gst_video_test_src_do_seek), (gst_video_test_src_create):
1252         Partially handle 0 framerate, only EOS after the first frame
1253         is missing.
1254
1255 2006-03-23  Wim Taymans  <wim@fluendo.com>
1256
1257         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1258
1259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1260         (gst_riff_create_video_template_caps):
1261         * gst/ffmpegcolorspace/avcodec.h:
1262         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1263         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1264         (gst_ffmpegcsp_avpicture_fill):
1265         * gst/ffmpegcolorspace/imgconvert.c:
1266         Patch for support of YVU9 AVI files (#334822)
1267
1268 2006-03-22  Edward Hervey  <edward@fluendo.com>
1269
1270         * docs/design/design-decodebin.txt:
1271         Added design document for new decodebin
1272         (Target Caps): text/x-pango-markup is also a default target caps.
1273
1274 2006-03-22  Wim Taymans  <wim@fluendo.com>
1275
1276         * gst-libs/gst/audio/gstbaseaudiosink.c:
1277         (gst_base_audio_sink_dispose):
1278         Since we _parent the ringbuffer, we also need to
1279         _unparent instead of a plain _unref.
1280
1281 2006-03-22  Wim Taymans  <wim@fluendo.com>
1282
1283         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1284         (stop_seek), (scrub_toggle_cb), (main):
1285         Add scrub checkbox.
1286
1287 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1288
1289         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1290         (gst_ogg_parse_chain):
1291           Fix very inefficient usage of linked lists (#335365).
1292
1293 2006-03-21  Edward Hervey  <edward@fluendo.com>
1294
1295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1296         * gst/playback/gstplaybin.c: (handoff):
1297         * gst/playback/gststreamselector.c:
1298         (gst_stream_selector_set_property):
1299         gcc 4.1 unreferenced pointer fixes.
1300         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1302         gst_buffer_ref() now takes a GstBuffer*.
1303
1304 2006-03-20  Julien MOUTTE  <julien@moutte.net>
1305
1306         * sys/xvimage/xvimagesink.c:
1307         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
1308         by Jan Schmidt.
1309
1310 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
1311
1312         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
1313         (id3v1_type_find), (apetag_type_find), (plugin_init):
1314           Can't do tag preferences via probability, as tags would then
1315           lose against types that are recognised with MAXIMUM probability
1316           (like .wav); so let all tag typefinders return MAXIMUM themselves
1317           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
1318           that we can prefer APE to ID3v1 (fixes #335028).
1319           
1320 2006-03-17  Wim Taymans  <wim@fluendo.com>
1321
1322         * gst-libs/gst/audio/gstbaseaudiosink.c:
1323         (gst_base_audio_sink_change_state):
1324         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
1325         (gst_ring_buffer_may_start):
1326         * gst-libs/gst/audio/gstringbuffer.h:
1327         Only start playback if we are playing.
1328         should fix #330748.
1329
1330 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
1331
1332         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
1333         * win32/common/config.h:
1334           Revert accidental commits to these files.
1335
1336 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1337
1338         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
1339
1340         * tests/Makefile.am:
1341           Don't try to build tests in tests/icles if we
1342           don't have X (#323852)
1343
1344 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         * gst-libs/gst/tag/gstid3tag.c:
1347           Add TXXX frame identifiers for replaygain stuff as used
1348           by some taggers (see #323721).
1349
1350 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
1351
1352         * gst/playback/gststreamselector.c:
1353         (gst_stream_selector_set_property),
1354         (gst_stream_selector_bufferalloc):
1355           Preserve the existing buggy streamselector behaviour by performing
1356           a fallback buffer allocation when downstream isn't linked yet.
1357           This should really be fixed in playbin by blocking pads until it's
1358           linked them.
1359           Also, use gst_pad_alloc_buffer instead of
1360           gst_pad_alloc_buffer_and_set.
1361
1362 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * gst-libs/gst/tag/gstid3tag.c:
1365           Don't crash on unknown ID3v2 TXXX frames.
1366           
1367 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
1368
1369         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
1370           Chain up to the parent finalize method.
1371           Add 32-bit sample size to the template caps.
1372
1373         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1374         (gst_riff_create_video_template_caps):
1375           Add the fourcc that the VMWare codec uses.
1376           
1377         * gst/playback/gststreamselector.c:
1378         (gst_stream_selector_set_property),
1379         (gst_stream_selector_bufferalloc),
1380         (gst_stream_selector_request_new_pad):
1381           For the active pad, forward buffer-alloc requests, otherwise
1382           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
1383           having to memcpy every frame when used by playbin.
1384
1385         * gst/tcp/gstmultifdsink.c:
1386         (gst_multi_fd_sink_handle_client_write):
1387           Get negotiated caps from the sink pad, rather than the sink
1388           pad's peer.
1389
1390 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1393         
1394         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
1395           Don't forget to set src->callbacks_pushed to FALSE again when
1396           popping them, otherwise re-activation in a different mode won't
1397           work (#334620).
1398
1399 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1400
1401         Patch by: Sebastien Moutte  <sebastien moutte net>
1402
1403         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
1404         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
1405         (gst_ffmpeg_smpfmt_to_caps):
1406           Replace __VA_ARGS__ caps creation macros with varargs functions.
1407           Makes things compile on MSVC (#320765), looks nicer, and we can
1408           tell the compiler to check for the NULL terminator.
1409
1410 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1411
1412         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1413
1414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1415           Make sure the buffer we copy into is really always big
1416           enough, this time for real (#333488).
1417           
1418 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1419
1420         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1421           Add support for 24bpp DIB (#305279).
1422
1423 2006-03-14  Wim Taymans  <wim@fluendo.com>
1424
1425         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
1426         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
1428         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1429         (gst_video_scale_init), (gst_video_scale_src_event):
1430         Re-enable QoS after the release.
1431         Rework videoscale to use the base class src_event handler.
1432
1433 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1434
1435         * configure.ac:
1436           back to CVS.
1437
1438 === release 0.10.5 ===
1439
1440 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
1441
1442         * configure.ac:
1443           releasing 0.10.5, "Net"
1444
1445 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
1446
1447         * docs/plugins/Makefile.am:
1448           Part of previous cdparanoiasrc docs fixes, forgot to commit.
1449           
1450 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1451
1452         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1453         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1454         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1455           Add cdparanoiasrc to docs.
1456
1457         * gst-libs/gst/cdda/gstcddabasesrc.c:
1458           More GstCddaBaseSrc docs.
1459
1460 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1461
1462         * docs/libs/gst-plugins-base-libs-sections.txt:
1463         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
1464         * gst-libs/gst/tag/tag.h:
1465           API: libgsttag: new method gst_tag_from_id3_user_tag().
1466
1467 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
1468
1469         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1470           NULL-terminate array of mpeg4 video file extensions.
1471           Fixes crash on PPC (#334226).
1472
1473 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
1474
1475         * ext/gnomevfs/gstgnomevfssrc.c:
1476         (gst_gnome_vfs_src_check_get_range):
1477           gnome_vfs_uri_is_local() alone is not a good indicator
1478           whether we can operate in pull-mode with a specific URI,
1479           as it returns FALSE for file:// URIs that point to an
1480           NFS-mounted path. Be more conservative here: whitelist
1481           local files, blacklist http URIs and use the old
1482           mechanism for anything else (fixes #334216).
1483
1484 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1485
1486         * configure.ac:
1487           back to trunk
1488
1489 === release 0.10.4 ===
1490
1491 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
1492
1493         * configure.ac:
1494           releasing 0.10.4, "Power"
1495
1496 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
1497
1498         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1499         Disable max-lateness by setting it to -1 for now, so that 
1500         we can bed QoS stuff in thoroughly between now and the next
1501         release.
1502
1503 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
1504
1505         Patch by: Fabrizio Gennari
1506
1507         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1508           Make sure we don't read beyond the palette buffer in case of
1509           broken or manipulated files (#333488)
1510
1511 2006-03-10  Edward Hervey  <edward@fluendo.com>
1512
1513         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1514         Fix for variable not initialized.
1515
1516 2006-03-09  Wim Taymans  <wim@fluendo.com>
1517
1518         * ext/libvisual/visual.c: (gst_visual_get_type),
1519         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
1520         (gst_visual_chain):
1521         Small cleanups.
1522
1523         * ext/theora/gsttheoradec.h:
1524         * ext/theora/theoradec.c: (gst_theora_dec_init),
1525         (gst_theora_dec_reset), (_theora_granule_time),
1526         (theora_dec_src_convert), (theora_dec_sink_convert),
1527         (theora_dec_src_query), (theora_dec_src_event),
1528         (theora_dec_sink_event), (theora_handle_comment_packet),
1529         (theora_handle_header_packet), (theora_dec_push),
1530         (theora_handle_data_packet), (theora_dec_chain),
1531         (theora_dec_change_state):
1532         Add simple QoS.
1533
1534 2006-03-09  Wim Taymans  <wim@fluendo.com>
1535
1536         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1537         (audiocast_register_listener), (gst_gnome_vfs_src_start):
1538         Some cleanups.
1539
1540 2006-03-09  Wim Taymans  <wim@fluendo.com>
1541
1542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
1543         Don't try to activate NULL chains.
1544
1545 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1546
1547         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1548           Fix invalid memory access to region before peek'd data (#332964).
1549
1550 2006-03-09  Wim Taymans  <wim@fluendo.com>
1551
1552         Patch by: Christophe Fergeau
1553
1554         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
1555         * ext/pango/gsttextrender.c: (gst_text_render_init):
1556         * gst/adder/gstadder.c: (gst_adder_init):
1557         Don't leak padtemplates, closes #333510.
1558
1559 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1562           Fix invalid memory access: make sure string passed to
1563           regexec() is NUL-termianted.
1564
1565 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1566
1567         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1568         (mp3_type_find):
1569           Refactor mpeg/audio typefinding to make it more maintainable
1570           and easier to fine-tune. Make probing into middle of the file
1571           work properly (fixes #333900, also see #152688).
1572
1573 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
1574
1575         * gst/typefind/gsttypefindfunctions.c:
1576         (utf8_type_find_have_valid_utf8_at_offset):
1577           Remove part from previous commit that was bogus:
1578           g_utf8_validate() does in fact not accept embedded
1579           zeroes, so we don't need to check for those (thanks
1580           to Mike for the hint).
1581
1582 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
1583
1584         * gst/typefind/gsttypefindfunctions.c:
1585         (utf8_type_find_count_embedded_zeroes),
1586         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
1587           Make plain/text typefinder more conservative: firstly, check
1588           for embedded zeroes, which are perfectly valid UTF-8 characters,
1589           but also a fairly good sign that something is not a plain text
1590           file; secondly, probe into the middle of the file if possible.
1591           If we can't probe into the middle, limit the probability value
1592           to be returned to TYPE_FIND_POSSIBLE (see #333900).
1593
1594 2006-03-08  Michael Smith  <msmith@fluendo.com>
1595
1596         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1597           Make typefind function name for mpeg4 video unique.
1598
1599 2006-03-08  Wim Taymans  <wim@fluendo.com>
1600
1601         * ext/libvisual/visual.c: (gst_visual_init),
1602         (gst_visual_clear_actors), (gst_visual_dispose),
1603         (gst_visual_reset), (gst_visual_src_setcaps),
1604         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
1605         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
1606         (gst_visual_chain), (gst_visual_change_state):
1607         Cleanups, post nice errors.
1608         Handle sink and src events.
1609         Implement simple QoS.
1610
1611         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1612         Use new basesink methods to configure max-lateness.
1613         Small doc update.
1614
1615         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1616         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
1617         Debug statement cleanups.
1618
1619         * gst/volume/gstvolume.c: (gst_volume_class_init):
1620         Simple cleanup.
1621
1622 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
1623
1624         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
1625         (gst_text_overlay_init), (gst_text_overlay_set_property),
1626         (gst_text_overlay_get_property):
1627           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
1628           as string type properties, but mark them deprecated. Add
1629           'halignment' and 'valignment' properties that use enums
1630           instead of strings.
1631
1632 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
1633
1634         Patch by: Fabrizio Gennari
1635
1636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1637           Allow palettes with less than 256 colours in AVI files
1638           (#333488)
1639
1640 2006-03-07  Julien MOUTTE  <julien@moutte.net>
1641
1642         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
1643         (gst_text_overlay_video_event): Fix wrong EOS handling on text
1644         pad. We were releasing the queued text buffer when we should keep
1645         it until video pad gets EOS or discard the text buffer because it's
1646         too old. That was eating the last subtitle buffer. Add some more
1647         debug.
1648
1649 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1650
1651         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
1652         (gst_text_overlay_video_chain):
1653           Fix invalid memory access (we can't access a buffer after it's been
1654           pushed downstream without taking a reference); fix memory leak (if
1655           there's no text to render, bail out before allocating stuff).
1656
1657 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1658
1659         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1660         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
1661         * ext/pango/gsttextoverlay.h:
1662           If input is plain text, escape it before passing it to
1663           pango_layout_set_markup().
1664
1665 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1666
1667         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
1668           Don't ignore flow return from gst_pad_push().
1669
1670 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
1671
1672         Patch by: Fabrizio Gennari
1673
1674         * ext/libvisual/visual.c: (gst_visual_getcaps),
1675         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
1676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
1677         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1678         (gst_vorbisenc_convert_sink):
1679         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
1680         (gst_audio_duration_from_pad_buffer):
1681         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
1682         (gst_audio_filter_chain):
1683         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1684         (gst_base_rtp_depayload_setcaps):
1685         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
1686         (gst_video_get_size):
1687         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1688           Don't leak references returned by gst_pad_get_parent()
1689           (#333663)
1690
1691 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
1692
1693         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1694           change location param details
1695         * gst/volume/gstvolume.c: (plugin_init):
1696           correct plugin description
1697
1698 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1699
1700         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1701         (gst_gnome_vfs_src_check_get_range):
1702           Override GstBaseSrc::check_get_range() in order to avoid opening
1703           the resource just to check whether we can operate in pull-mode or
1704           not - we can predict that pretty well from the URI alone. Should
1705           fix problems with last.fm (#331690). (Requires latest core CVS).
1706
1707 2006-03-06  Wim Taymans  <wim@fluendo.com>
1708
1709         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1710         (gst_video_sink_class_init):
1711         Throw away frames that are later than 20 ms.
1712
1713 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
1714
1715         Patch by: Fabrizio Gennari
1716
1717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1718           Set depth on WMA caps (#333545)
1719
1720 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1721
1722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1723         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1724           put Theora BOS pages before others.  This hardcodes
1725           the Ogg/Theora I profile, but hey.
1726
1727 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1728
1729         * ext/ogg/README:
1730           updated with some examples
1731         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
1732         (granulepos_add), (theora_buffer_from_packet):
1733         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
1734         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
1735         (gst_vorbisenc_chain):
1736           implement strategy from ext/ogg/README
1737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1738         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1739         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
1740         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
1741           Fix muxer so that oggz-validate is happy with all streams;
1742           except for no eos mark, and the BOS page ordering
1743         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1744         (check_buffer_granulepos):
1745         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
1746           update tests to check for OFFSET being set as requested
1747           fixed type of granulepos, it's not a ClockTime
1748
1749 2006-03-05  Julien MOUTTE  <julien@moutte.net>
1750
1751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1752         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1753         Check that the xvimage we are creating has a correct size
1754         before returning it. (#314897)
1755
1756 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1757
1758         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1759           Give id3 and ape tag typefinders a rank slightly higher
1760           than PRIMARY to ensure they're always run before any of
1761           the other typefinders (in particular wav and mp3) (#324186).
1762
1763 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1764
1765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1766           Add support for '3IVD' fourcc (#333403).
1767
1768 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
1769
1770         * configure.ac:
1771           Bump requirements to GStreamer CVS for the new error enum.
1772
1773         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
1774           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
1775           space left on the device (fixes #333352).
1776
1777 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
1778
1779         * win32/vs6:
1780           add a project file for libgstvolume
1781           update the workspace
1782
1783 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1784
1785         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1786         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1787         (GST_START_TEST):
1788           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
1789           Set IN_CAPS on header buffers
1790
1791 2006-03-02  Wim Taymans  <wim@fluendo.com>
1792
1793         * docs/plugins/Makefile.am:
1794         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1795         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1796         Add audioresample to docs.
1797
1798         * gst/audioconvert/gstaudioconvert.c:
1799         Add revision date.
1800
1801         * gst/audioresample/gstaudioresample.c:
1802         (gst_audioresample_base_init), (gst_audioresample_class_init),
1803         (gst_audioresample_init), (gst_audioresample_dispose),
1804         (audioresample_get_unit_size), (audioresample_transform_caps),
1805         (resample_set_state_from_caps), (audioresample_transform_size),
1806         (audioresample_set_caps), (audioresample_event),
1807         (audioresample_do_output), (audioresample_transform),
1808         (audioresample_pushthrough), (gst_audioresample_set_property),
1809         (gst_audioresample_get_property), (plugin_init):
1810         * gst/audioresample/gstaudioresample.h:
1811         Added docs.
1812         Small code cleanups.
1813
1814 2006-03-02  Wim Taymans  <wim@fluendo.com>
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         Added videoscale to docs.
1820
1821         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
1822         (gst_video_rate_swap_prev), (gst_video_rate_event),
1823         (gst_video_rate_chain):
1824         Fix typo in docs.
1825
1826         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1827         (gst_video_scale_init), (gst_video_scale_prepare_size),
1828         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1829         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
1830         * gst/videoscale/gstvideoscale.h:
1831         Added docs, examples.
1832         Some code cleanups.
1833         Post errors instead of g_warning.
1834
1835 2006-03-02  Wim Taymans  <wim@fluendo.com>
1836
1837         * docs/libs/gst-plugins-base-libs-docs.sgml:
1838         * docs/libs/gst-plugins-base-libs-sections.txt:
1839         * docs/libs/gst-plugins-base-libs.types:
1840         * docs/plugins/Makefile.am:
1841         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1842         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1843         Added some more docs to libs and plugins.
1844
1845         * gst-libs/gst/audio/gstringbuffer.c:
1846         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
1847         * gst-libs/gst/audio/gstringbuffer.h:
1848         Document ringbuffer some more.
1849
1850         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
1851         (gst_video_rate_setcaps), (gst_video_rate_reset),
1852         (gst_video_rate_init), (gst_video_rate_flush_prev),
1853         (gst_video_rate_swap_prev), (gst_video_rate_event),
1854         (gst_video_rate_chain), (gst_video_rate_change_state):
1855         * gst/videorate/gstvideorate.h:
1856         Fix videorate to use segments.
1857         Make it work with 0/1 framerates (closes #331903)
1858         Handle EOS correctly.
1859         Added docs.
1860
1861 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1862
1863         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
1864         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1865         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
1866           In state change function, first chain up to parent class,
1867           then handle downwards state change stuff. Remove some
1868           commented out cruft from 0.8 code.
1869
1870 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1871
1872         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1873         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1874         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
1875         (gst_ogm_parse_chain):
1876           Don't remove/re-add source pad if the new caps are the same as
1877           the old caps anyway (#333042). When removing source pad, don't
1878           unref it afterwards - we didn't ref it when adding. Sprinkle some
1879           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
1880           after using gst_pad_get_parent(). Return downstream flow return
1881           value in chain function.
1882
1883 2006-03-02  Wim Taymans  <wim@fluendo.com>
1884
1885         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1886         * docs/plugins/gst-plugins-base-plugins.args:
1887         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1888         * docs/plugins/gst-plugins-base-plugins.interfaces:
1889         * docs/plugins/gst-plugins-base-plugins.signals:
1890         Fix hierarchy, added some more elements to the docs.
1891
1892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1893         (gst_ffmpegcsp_get_type):
1894         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1895         Fix docs for ffmpegcolorspace.
1896
1897 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
1898
1899         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
1900         (apetag_type_find), (ape_type_find), (plugin_init):
1901           Some typefinding fine-tuning:
1902           - rank ID3/APE tags in order of preference via probabilities, so that
1903             ID3v2 > APEv2 > APEv1 > ID3v1.
1904           - three or four bytes don't really justify MAXIMUM probability,
1905             change those to 'very likely' (musepack and monkeysaudio).
1906
1907 2006-03-01  Wim Taymans  <wim@fluendo.com>
1908
1909         * docs/plugins/Makefile.am:
1910         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1911         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1912         * ext/alsa/gstalsamixer.c:
1913         * ext/alsa/gstalsamixer.h:
1914         * ext/alsa/gstalsamixerelement.c:
1915         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
1916         * ext/alsa/gstalsamixerelement.h:
1917         * ext/alsa/gstalsasink.c:
1918         * ext/alsa/gstalsasink.h:
1919         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1920         (gst_alsasrc_init):
1921         * ext/alsa/gstalsasrc.h:
1922         Added alsa docs.
1923         Small code cleanups.
1924
1925 2006-03-01  Wim Taymans  <wim@fluendo.com>
1926
1927         * ext/theora/Makefile.am:
1928         Dist new header too,
1929
1930 2006-03-01  Wim Taymans  <wim@fluendo.com>
1931
1932         * docs/plugins/Makefile.am:
1933         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1934         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1935         * ext/gnomevfs/gstgnomevfssink.h:
1936         * ext/gnomevfs/gstgnomevfssrc.h:
1937         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1938         * ext/vorbis/vorbisdec.h:
1939         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
1940         * ext/vorbis/vorbisenc.h:
1941         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
1942         (vorbis_parse_chain), (vorbis_parse_change_state):
1943         * ext/vorbis/vorbisparse.h:
1944         * gst/audioconvert/gstaudioconvert.h:
1945         * gst/tcp/gsttcpserversink.h:
1946         * gst/videotestsrc/gstvideotestsrc.c:
1947         * gst/videotestsrc/gstvideotestsrc.h:
1948         * gst/volume/gstvolume.c:
1949         * gst/volume/gstvolume.h:
1950         Fix some more docs.
1951         Added docs for vorbisdec and vorbisparse.
1952         Fix vorbisparse.
1953
1954 2006-03-01  Wim Taymans  <wim@fluendo.com>
1955
1956         * docs/plugins/Makefile.am:
1957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1958         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1959         * ext/pango/gstclockoverlay.h:
1960         * ext/pango/gsttextoverlay.h:
1961         * ext/pango/gsttextrender.h:
1962         * ext/pango/gsttimeoverlay.h:
1963         * ext/theora/gsttheoradec.h:
1964         * ext/theora/gsttheoraenc.h:
1965         * ext/theora/theoradec.c:
1966         * ext/theora/theoraenc.c:
1967         * gst/audioconvert/gstaudioconvert.h:
1968         * gst/audiotestsrc/gstaudiotestsrc.h:
1969         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1970         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1971         * gst/tcp/gstmultifdsink.h:
1972         Updated/added documentation.
1973
1974         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
1975         (gst_text_overlay_halign_get_type),
1976         (gst_text_overlay_wrap_mode_get_type),
1977         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
1978         (gst_text_overlay_init), (gst_text_overlay_set_property),
1979         (gst_text_overlay_get_property):
1980         Fix up properties to be enums instead of string to make bindings,
1981         introspection and automatic GUI creation possible.
1982         Add getters for the properties.
1983
1984 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
1985
1986         * gst/audiotestsrc/gstaudiotestsrc.c:
1987           added defines of M_PI and M_PI_2
1988         * gst/ffmpegcolorspace/avcodec.h:
1989           removed #include "stdint.h" for win32 as _stdint.h is 
1990           autogenerated to win32/common
1991         * win32/common/libgstaudio.def:
1992         * win32/common/libgsttag.def:
1993           added some exports
1994         * win32/vs6:
1995           some project files bugs corrected
1996         * win32/vs7:
1997           project files are reset to the default vs7 configuration 
1998           (they link to msvcr71.dll using default optimizations)
1999           
2000 2006-02-28  Wim Taymans  <wim@fluendo.com>
2001
2002         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2003         Fix some docs.
2004
2005 2006-02-28  Edward Hervey  <edward@fluendo.com>
2006
2007         * ext/alsa/gstalsasrc.c:
2008         Set proper class on the ElementDetails:
2009         Source/Audio instead of Src/Audio/
2010
2011 2006-02-28  Edward Hervey  <edward@fluendo.com>
2012
2013         * gst/videoscale/vs_scanline.c:
2014         (vs_scanline_resample_nearest_RGBA):
2015         Revert optimization in videoscale. It should go in liboil and have
2016         an appropriate liboil function.
2017
2018 2006-02-28  Wim Taymans  <wim@fluendo.com>
2019
2020         * gst-libs/gst/audio/gstbaseaudiosink.c:
2021         (gst_base_audio_sink_provide_clock):
2022         Don't try to provide a clock in the NULL state.
2023
2024 2006-02-28  Wim Taymans  <wim@fluendo.com>
2025
2026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2027         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2028         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2029         (gst_ogg_demux_deactivate_current_chain),
2030         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2031         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2032         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2033         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2034         Use GstSegment infrastructure to remove duplicated code
2035         and handle more seek cases correctly.
2036
2037 2006-02-28  Wim Taymans  <wim@fluendo.com>
2038
2039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2040         (gst_ffmpegcsp_transform):
2041         Don't ignore return code from ffmpeg convert function.
2042
2043         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2044         Split out some long statements to ease debugging.
2045
2046 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
2047
2048         * ext/libvisual/visual.c: (gst_visual_init),
2049         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2050         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2051         being able to renegotiate the size. Instead, use the negotiation
2052         algorithm from the goom plugin to pick an initial output caps. 
2053
2054         Also, allow theoretical libvisual plugins that might support non-GL 
2055         output even if they also do GL.
2056
2057 2006-02-26  Julien MOUTTE  <julien@moutte.net>
2058
2059         * ext/libvisual/visual.c: (gst_visual_init),
2060         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2061         (plugin_init): Load only non GL plugins. Fix some memleaks and 
2062         possible negotiation issues.
2063
2064 2006-02-25  Julien MOUTTE  <julien@moutte.net>
2065
2066         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2067
2068 2006-02-24  Michael Smith  <msmith@fluendo.com>
2069
2070         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2071         (cmml_type_find), (plugin_init):
2072           Fix CMML type find function to not require a specific minor version
2073           of the CMML header.
2074
2075           Add an MPEG4 video elementary stream typefind function.
2076
2077 2006-02-04  Michael Smith  <msmith@fluendo.com>
2078
2079         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2080         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2081         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2082         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2083         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2084         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2085           Annodex support in ogg demuxer. Doesn't do very much without the
2086           other annodex patches (to come).
2087
2088 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2089
2090         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2091
2092         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2093           Pick up palette for MS video v1 (#327028)
2094
2095 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2096
2097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2098         (gst_ffmpegcsp_caps_remove_format_info),
2099         (gst_ffmpegcsp_get_unit_size):
2100           The 'palette_data' field from incoming RGB caps shouldn't be
2101           proxied on outgoing YUV caps; also, restrict unit size
2102           adjustment in case of paletted data only to the unit that
2103           actually has a palette. Fixes #330711.
2104
2105 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2106
2107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2108         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2109         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2110         (gst_ffmpegcsp_get_unit_size):
2111           Plug some memory leaks.
2112
2113 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2114
2115         * sys/ximage/Makefile.am:
2116         * sys/xvimage/Makefile.am:
2117           Add some _CFLAGS and _LIBS that seem to be missing
2118           and/or required for Cygwin (see #317048).
2119
2120 2006-02-22  Wim Taymans  <wim@fluendo.com>
2121
2122         * ext/alsa/gstalsasrc.c:
2123         Fix description as pointed out by caugier.
2124
2125 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
2126
2127         Reviewed by : Edward Hervey  <edward@fluendo.com>
2128
2129         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2130         (qt_type_find):
2131         Better 3gp typefinding (#331526).
2132
2133 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2134
2135         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2136           Don't send EOS event here, the base class will send one for us.
2137
2138         * gst/playback/gstplaybasebin.c: (prepare_output):
2139           Subpictures without video stream aren't allowed either.
2140         
2141         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2142           Fix debug statement copy'n'paste-o.
2143
2144 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2145
2146         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2147           Fix issues with mixer keeping state when muting/unmuting
2148           and when changing the volume whilst muted (see #331763
2149           and #331765).
2150
2151 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2152
2153         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2154         (parse_subrip), (gst_sub_parse_format_autodetect):
2155           Set right caps given that we send escaped text. Also,
2156           honour <i></i>, <b></b> and <u></u> markers that can be found
2157           in .srt files (fixes #310202).
2158
2159 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2160
2161         * gst-libs/gst/audio/mixerutils.c:
2162         (element_factory_rank_compare_func):
2163           Make order in which elements are tried more determinable.
2164
2165 2006-02-20  Julien MOUTTE  <julien@moutte.net>
2166
2167         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2168         (remove_element_chain), (cleanup_decodebin),
2169         (gst_decode_bin_change_state): Make decodebin reusable by
2170         fixing remove_element_chain first and then introduce a
2171         cleaner in state change to ->NULL. (Closes #331678)
2172
2173 2006-02-19  Wim Taymans  <wim@fluendo.com>
2174
2175         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2176         use 0666 mask when creating files so umask gets applied
2177         correctly. Fixes #331295.
2178
2179 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2180
2181         * gst/subparse/Makefile.am:
2182         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2183         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2184         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2185         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2186         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2187         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2188         * gst/subparse/gstssaparse.h:
2189         * gst/subparse/gstsubparse.c: (plugin_init):
2190           Add very basic parser for SSA subtitle streams (as often
2191           found in matroska files).
2192
2193 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2194
2195         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2196           That should be text/x-pango-markup, not text/x-pango-layout.
2197
2198 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2199
2200         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2201         Polishing.
2202
2203 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2204
2205         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2206         (gst_text_overlay_finalize), (gst_text_overlay_init),
2207         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2208         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2209         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2210         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2211         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2212         Fix state change deadlock.
2213
2214 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2215
2216         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2217         (gst_text_overlay_finalize), (gst_text_overlay_init),
2218         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2219         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2220         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2221         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2222         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2223         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2224         and subtitles files.
2225
2226 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2227
2228         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2229         should be considered as raw.
2230
2231 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2232
2233         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2234         (cb_probe):
2235         * gst/playback/gststreaminfo.h: Introduce language informations.
2236
2237 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
2238
2239         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2240         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2241         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2242         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2243         Set shared memory segments to be deleted as soon as we have attached,
2244         that way they get cleaned up automatically if we crash.
2245
2246 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2247
2248         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
2249         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2250         functions are called with lock held.
2251
2252 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2253
2254         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2255         (gst_text_overlay_finalize), (gst_text_overlay_init),
2256         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2257         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2258         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2259         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2260         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2261         (gst_text_overlay_change_state): Refactoring of textoverlay
2262         without collectpads. This now supports sparse subtitles coming
2263         from a demuxer instead of a sub file. Seeking is still broken 
2264         though. Need to discuss with wtay some more on how to handle
2265         seeking correctly.
2266         * ext/pango/gsttextoverlay.h:
2267         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2268         subtitles coming from the demuxer.
2269
2270 2006-02-17  Wim Taymans  <wim@fluendo.com>
2271
2272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2273         (gst_vorbisenc_convert_sink):
2274         Use some more scaling functions.
2275
2276 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2277
2278         * ext/cdparanoia/gstcdparanoiasrc.c:
2279         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2280         (gst_cd_paranoia_paranoia_callback),
2281         (gst_cd_paranoia_src_signal_is_being_watched),
2282         (gst_cd_paranoia_src_read_sector):
2283         * ext/cdparanoia/gstcdparanoiasrc.h:
2284           Add back 'transport-error' and 'uncorrected-error' signals and
2285           make them actually be fired when bad stuff happens (#319340).
2286
2287 2006-02-17  Wim Taymans  <wim@fluendo.com>
2288
2289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2290         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2291         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2292         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2293         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2294         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2295         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2296         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2297         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2298         (gst_ring_buffer_clear):
2299         Small cleanups.
2300         Added some G_LIKELY.
2301
2302 2006-02-17  Wim Taymans  <wim@fluendo.com>
2303
2304         * gst-libs/gst/audio/TODO:
2305         Update TODO
2306
2307         * gst-libs/gst/audio/gstbaseaudiosink.c:
2308         (gst_base_audio_sink_get_offset):
2309         When trying to play samples ASAP and we don't have a
2310         previous sample, try to play at position 0 instead of
2311         an invalid position.
2312
2313 2006-02-17  Wim Taymans  <wim@fluendo.com>
2314
2315         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
2316         (gst_alsasink_reset):
2317         Also release lock when we get an error in _reset();
2318         fix an error message.
2319
2320 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2321
2322         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2323         (gst_alsasink_init), (get_channel_free_structure),
2324         (caps_add_channel_configuration), (gst_alsasink_getcaps),
2325         (gst_alsasink_close):
2326         * ext/alsa/gstalsasink.h:
2327           Add support for more than 2 channels (#326720).
2328
2329 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2330
2331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2332           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
2333           with 4 or 6 channels, assume a default channel layout to make things
2334           work (not sure there's anything else we can do in those cases).
2335
2336 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2337
2338         * gst-libs/gst/audio/multichannel.c:
2339           Minor docs fix.
2340
2341         * gst-libs/gst/riff/Makefile.am:
2342         * gst-libs/gst/riff/riff-ids.h:
2343         * gst-libs/gst/riff/riff-media.c:
2344         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
2345           Add support for WAVEFORMATEX, eg. PCM audio with more than two
2346           channels and a channel layout map.
2347           
2348 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
2349
2350         Reviewed by Edward Hervey  <edward@fluendo.com>
2351
2352         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
2353         C-level optimization of the RGBA nearest neighbour function.
2354         Eventually this might end up in liboil with vectorized versions.
2355
2356 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2357
2358         * gst-libs/gst/audio/multichannel.c:
2359         (gst_audio_get_channel_positions):
2360           When we have more than 2 channels, but no channel layout is
2361           specified in the caps, return some default channel layout
2362           to the caller and warn about about a possibly buggy element
2363           (could be buggy filtercaps as well of course) (#317038).
2364
2365 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2366
2367         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2368           Add gst-libs/gst/cdda to list of lib search paths.
2369
2370 2006-02-15  Andy Wingo  <wingo@pobox.com>
2371
2372         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
2373         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
2374         to the Lord Jesus that I do not have to touch the ogg muxer ever
2375         again.
2376
2377 2006-02-15  Edward Hervey  <edward@fluendo.com>
2378
2379         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2380         quicktime movie files can also contain 'uuid' atoms.
2381
2382 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
2383
2384         * gst/audioconvert/plugin.c: (plugin_init):
2385           Register the GstAudioChannelPosition enum type with the type
2386           system in the plugin_init function, so that it is known before
2387           any element actually makes use of multi-channel stuff. This is
2388           required for example if one wants to be able to deserialise/use
2389           a caps string with channel positions before any pipeline has
2390           been setup and started, like with gst-launch.
2391
2392 2006-02-14  Wim Taymans  <wim@fluendo.com>
2393
2394         * gst-libs/gst/audio/gstringbuffer.c:
2395         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
2396         (gst_ring_buffer_samples_done), (wait_segment),
2397         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
2398         Add some compiler G_(UN_)LIKELY help.
2399         SIGNAL the ringbuffer waiters when going to PAUSED as well to
2400         make sure they can exit their functions. Should fix #330748
2401
2402 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2403
2404         * Makefile.am:
2405         * configure.ac:
2406         * win32/MANIFEST:
2407         * win32/common/_stdint.h:
2408           Windows does not have long long; copy the generated _stdint.h
2409         * win32/common/interfaces-enumtypes.c:
2410         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2411         (gst_mixer_track_flags_get_type),
2412         (gst_tuner_channel_flags_get_type):
2413         * win32/common/multichannel-enumtypes.c:
2414         (gst_audio_channel_position_get_type):
2415           update
2416
2417 2006-02-13  Wim Taymans  <wim@fluendo.com>
2418
2419         * gst-libs/gst/audio/gstbaseaudiosink.c:
2420         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
2421         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2422         Always sync on first sample we receive when starting.
2423
2424 2006-02-13  Wim Taymans  <wim@fluendo.com>
2425
2426         * gst/playback/gstplaybin.c: (gen_vis_element):
2427         Update vis bin docs.
2428         Move queue after tee so we don't queue video buffers but
2429         audio samples instead. Fixes problems where the video queue
2430         is filled and the audio queue empty.
2431
2432 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
2433
2434         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2435           No need to push an EOS event here, GstBaseSrc will do that for us
2436           when we return FLOW_UNEXPECTED.
2437           
2438 2006-02-12  Wim Taymans  <wim@fluendo.com>
2439
2440         * gst-libs/gst/audio/gstbaseaudiosink.c:
2441         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
2442         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
2443         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2444         Use scale functions when possible.
2445         Fix error messages.
2446         Free clockid when after waiting for EOS.
2447         Use G_(UN_)LIKLY when it makes sense.
2448         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
2449
2450 2006-02-12  Edward Hervey  <edward@fluendo.com>
2451
2452         * gst/playback/gstplaybasebin.c: (prepare_output): 
2453         Remove stray semi-colon (fixes #330888).
2454
2455 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
2456
2457         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
2458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
2459         Fix up the XShm call testing so that we catch errors, and don't
2460         cause new ones by attempting to detach from a segment we failed
2461         to attach to. Fixes #312439.
2462
2463 2006-02-10  Edward Hervey  <edward@fluendo.com>
2464
2465         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2466         Added flv file typefind (video/x-flv).
2467
2468 2006-02-10  Edward Hervey  <edward@fluendo.com>
2469
2470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2471         (gst_riff_create_video_template_caps):
2472         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
2473         Also added the caps to the default set of riff video caps.
2474
2475 2006-02-09  Andy Wingo  <wingo@pobox.com>
2476
2477         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
2478         time and the end time of the last packet in the page.
2479         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
2480         on the pages in our queue, set the duration as well. Reflow a
2481         debug statement.
2482         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
2483         Fixes bad muxing order.
2484
2485 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2486
2487         * gst-libs/gst/rtp/gstbasertppayload.c:
2488         (gst_basertppayload_setcaps), (gst_basertppayload_push):
2489           update seqnum before setting it on the packet; this makes sure
2490           that the timestamp and seqnum properties match after pushing
2491           a buffer
2492
2493 2006-02-09  Andy Wingo  <wingo@pobox.com>
2494
2495         * gst-libs/gst/audio/gstringbuffer.c
2496         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
2497         overflow after 13.5 hours of recording. Kapow!
2498
2499         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
2500         the buffer size -- we don't care about underrun/overrun reporting
2501         right now, just need to return a useful value.
2502
2503 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
2504
2505         * configure.ac:
2506           Back to CVS
2507
2508 === release 0.10.3 ===
2509
2510 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
2511
2512         * configure.ac:
2513           releasing 0.10.3, "Under Pressure"
2514
2515 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2516
2517         * configure.ac:
2518         Drat. Bump libtool version number for new API.
2519         Prelease 0.10.2.3 (of 0.10.3)
2520
2521 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2522
2523         * configure.ac:
2524         * win32/common/config.h:
2525         0.10.2.2 prerelease (of 0.10.3).
2526
2527 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2528
2529         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
2530           Revert Andy's newsegment change pending a more correct
2531           fix.
2532
2533 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2534
2535         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2536         (qt_type_find), (plugin_init):
2537           detect more files as 3gp
2538           group and reorder the iso file formats
2539
2540 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2541
2542         * ext/vorbis/vorbis.c: (plugin_init):
2543           Register musicbrainz tags, so apps don't have to.
2544
2545 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2546
2547         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
2548         (gst_tag_to_vorbis_tag):
2549           Make sure we called gst_tag_register_musicbrainz_tags()
2550           before possibly mapping a vorbiscomment string from/to a
2551           musicbrainz tag.
2552
2553 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2554
2555         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
2556           In case we can't find the required number of consecutive
2557           mpeg audio frames to positively identify an MPEG audio
2558           stream, check if there's at least a valid mpeg audio
2559           frame right at offset 0 and if so suggest mpeg/audio
2560           caps with a very low probability (#153004).
2561
2562 2006-02-07  Andy Wingo  <wingo@pobox.com>
2563
2564         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
2565         a TIME segment if we get timestamped buffers. Requires recent
2566         fixes in core to work properly.
2567
2568 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2569
2570         * gst/playback/gstplaybasebin.c: (prepare_output):
2571           Don't print the URI as part of the error message, it
2572           makes error dialogs look rather ugly, especially if
2573           the URI is very long or has characters in it that
2574           need escaping.
2575
2576 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2577
2578         * gst/playback/gstplaybasebin.c: (prepare_output):
2579           Error out if we have only text or subtitles, but nothing
2580           else. Also error out if we have subtitles but no video
2581           stream.
2582
2583 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2584
2585         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2586           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
2587           Post an error message on the bus when we encounter an
2588           error, which will hopefully be more meaningful than the
2589           'Internal Flow Error' message users get to see if we
2590           just return GST_FLOW_ERROR.
2591
2592 2006-02-07  Andy Wingo  <wingo@pobox.com>
2593
2594         * configure.ac (GST_MAJORMINOR): Update core version req to
2595         0.10.2.2, for the collectpads API addition (#330244).
2596
2597 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
2598
2599         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2600           Return FALSE from plugin_init() when GnomeVFS can't
2601           be initialised for some reason (#328423).
2602
2603 2006-02-06  Julien MOUTTE  <julien@moutte.net>
2604
2605         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
2606         Stick to seeking theory until i find the bug.
2607         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
2608
2609 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
2610
2611         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2612         (theora_enc_finalize), (theora_enc_sink_setcaps),
2613         (theora_set_header_on_caps), (theora_enc_chain),
2614         (theora_enc_change_state):
2615         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2616           Make theoraenc and the tests leak free. Like, really.
2617
2618 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
2619
2620         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2621         (theora_enc_finalize), (theora_enc_sink_setcaps):
2622           Add a finalize method to ensure we clean up state even if
2623           someone omitted the state change back to NULL.
2624
2625         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
2626         (gst_vorbisenc_chain):
2627           Free some more leaked bits.
2628
2629         * tests/check/pipelines/theoraenc.c: (start_pipeline),
2630         (stop_pipeline):
2631           Wait for state changes to happen if they're ASYNC.
2632
2633           This ought to teach those fancy pants buildbots a lesson.
2634
2635 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
2636
2637         * gst-libs/gst/tag/gstid3tag.c:
2638           Add mapping for ID3 International Standard Recording Code
2639           tag "TSRC"
2640
2641 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
2642
2643         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
2644           Don't leak tag names.
2645
2646 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2647
2648         * docs/libs/gst-plugins-base-libs-docs.sgml:
2649         * docs/libs/gst-plugins-base-libs-sections.txt:
2650         * gst-libs/gst/tag/gstid3tag.c:
2651         * gst-libs/gst/tag/gstvorbistag.c:
2652         * gst-libs/gst/tag/tags.c:
2653           Split libgsttag docs into multiple sections.
2654
2655 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2656
2657         * docs/libs/Makefile.am:
2658         * docs/libs/gst-plugins-base-libs-docs.sgml:
2659         * docs/libs/gst-plugins-base-libs-sections.txt:
2660         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
2661         * gst-libs/gst/tag/gstvorbistag.c:
2662         * gst-libs/gst/tag/tag.h:
2663         * gst-libs/gst/tag/tags.c:
2664           Add libgsttag to the docs.
2665
2666 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2667
2668         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
2669         (gst_text_overlay_init), (gst_text_overlay_src_event),
2670         (gst_text_overlay_collected): Fix clockoverlay.
2671
2672 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2673
2674         * docs/libs/compiling.sgml:
2675           Fix typo: it's pkg-config, not pkg-gconfig
2676
2677         * docs/libs/gst-plugins-base-libs-docs.sgml:
2678         * docs/libs/gst-plugins-base-libs-sections.txt:
2679         * docs/libs/tmpl/gstgconf.sgml:
2680           There is no libgstgconf in 0.10, remove it
2681           from the docs.
2682
2683 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2684
2685         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
2686         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2687         (gst_text_overlay_src_event), (gst_text_overlay_collected):
2688         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2689         (gst_sub_parse_class_init), (gst_sub_parse_init),
2690         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
2691         (parse_mpsub), (parser_state_init), (handle_buffer),
2692         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
2693         * gst/subparse/gstsubparse.h: Introduce seeking code.
2694
2695 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2696
2697         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2698           Add comment about LANGUAGE tag inconsistency (we want
2699           ISO-639-1, but extract three-letter identifiers?)
2700
2701         * po/POTFILES.in:
2702           Add two translatable files.
2703
2704 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2705
2706         * gst-libs/gst/tag/Makefile.am:
2707         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2708         * gst-libs/gst/tag/tag.h:
2709         * gst-libs/gst/tag/tags.c:
2710         (gst_tag_register_musicbrainz_tags_internal),
2711         (gst_tag_register_musicbrainz_tags):
2712           Forward-port some tags stuff from the 0.8 branch. This is
2713           mostly the addition of musicbrainz tags and their mapping
2714           to vorbistags, and a vorbistag mapping of the language tag.
2715
2716 2006-02-05  Julien MOUTTE  <julien@moutte.net>
2717
2718         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
2719         refactoring.
2720
2721 2006-02-04  David Schleef  <ds@schleef.org>
2722
2723         * ext/ogg/gstoggmux.c:
2724         * gst/typefind/gsttypefindfunctions.c:
2725           Add Dirac typefinding and add dirac format to oggmux.
2726
2727 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
2728
2729         * gst/playback/gstdecodebin.c: (try_to_link_1):
2730           Don't put essential function call into
2731           g_return_*() macro, otherwise it'll all be
2732           replaced by NOOPs when compiling with
2733           G_DISABLE_CHECKS defined.
2734
2735 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
2736
2737         * ext/ogg/gstoggdemux.c:
2738         * ext/ogg/gstoggparse.c:
2739         * gst/tcp/gsttcpserversink.c:
2740         * sys/v4l/v4lsrc_calls.c:
2741         * sys/v4l/v4lsrc_calls.h:
2742         Just make it compile with --disable-gst-debug.
2743
2744 2006-02-03  Wim Taymans  <wim@fluendo.com>
2745
2746         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2747         (gst_alsasink_class_init), (gst_alsasink_init),
2748         (gst_alsasink_write), (gst_alsasink_reset):
2749         * ext/alsa/gstalsasink.h:
2750         Add lock to protect alsa calls.
2751         Implement reset to flush samples ASAP, does not work
2752         with dmix though.
2753
2754 2006-02-02  Wim Taymans  <wim@fluendo.com>
2755
2756         * gst-libs/gst/audio/gstbaseaudiosink.c:
2757         (gst_base_audio_sink_provide_clock):
2758         Ugh.. getting late I guess...
2759
2760 2006-02-02  Wim Taymans  <wim@fluendo.com>
2761
2762         * gst-libs/gst/audio/gstbaseaudiosink.c:
2763         (gst_base_audio_sink_provide_clock),
2764         (gst_base_audio_sink_set_property),
2765         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
2766         Don't try to provide a clock when we are not negotiated since
2767         we might not be able to make it run.
2768
2769 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2770
2771         * gst/playback/gstdecodebin.c: (try_to_link_1):
2772           Unlinking two source pads is ... hard.
2773
2774 2006-02-02  Wim Taymans  <wim@fluendo.com>
2775
2776         * gst-libs/gst/audio/TODO:
2777         Updated.
2778
2779         * gst-libs/gst/audio/gstbaseaudiosink.c:
2780         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
2781         On EOS, wait till the last sample is played before posting EOS.
2782
2783 2006-02-01  Philippe Kalaf <burger at speedy dot org>
2784
2785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2786           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
2787           setting queue_delay to zero. Also avoid thread being started if
2788           queue_delay is zero.
2789
2790 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2791
2792         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
2793           Make test work again by connecting fakesinks to each decoded pad,
2794           which makes the pipeline wait until each fakesink has a buffer
2795           queued before going to PAUSED state. At that point we know the
2796           decodebin pads are negotiated.
2797
2798 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2799
2800         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
2801         (gst_cdda_base_src_handle_event):
2802         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2803           Pass unhandled queries to the parent class's query function.
2804
2805 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2806
2807         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
2808         (gst_ogg_pad_src_query):
2809         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2810         * ext/theora/theoradec.c: (theora_dec_src_query),
2811         (theora_dec_sink_query):
2812         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2813         (vorbis_dec_sink_query):
2814         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2815         (gst_vorbisenc_sink_query):
2816         * gst/adder/gstadder.c: (gst_adder_query):
2817           Pass unhandled queries upstream instead of just
2818           dropping them (#326447). Also, fix supported
2819           query types list for some elements.
2820
2821 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2822
2823         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
2824         (paris_type_find), (ilbc_type_find), (plugin_init):
2825           Fix typefinding for audio/x-au, audio/x-paris and
2826           audio/iLBC-sh. We cannot use the START_WITH macros
2827           here, because there can only be one typefind factory
2828           with the same name (caps), so the second one would
2829           replace the first one and the first one would never
2830           be called when doing typefinding (see #161712).
2831           
2832
2833 2006-01-31  Wim Taymans  <wim@fluendo.com>
2834
2835         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2836         (vorbis_handle_header_packet), (vorbis_dec_push),
2837         (vorbis_handle_data_packet):
2838         Use scale_int when we can, add some more scaling.
2839         Check packettype before parsing it.
2840
2841 2006-01-31  Wim Taymans  <wim@fluendo.com>
2842
2843         * ext/theora/theoradec.c: (_theora_granule_time),
2844         (theora_dec_src_convert), (theora_dec_sink_convert):
2845         Call right _scale functions.
2846         Use parameter instead of some other random value.
2847
2848 2006-01-31  Wim Taymans  <wim@fluendo.com>
2849
2850         * ext/theora/theoradec.c: (_theora_granule_frame),
2851         (_theora_granule_time), (_inc_granulepos),
2852         (theora_dec_src_convert), (theora_dec_sink_convert),
2853         (theora_handle_type_packet), (theora_handle_data_packet),
2854         (theora_dec_chain):
2855         Use higher precision timestamps calculation.
2856         Convert some other conversions to _scale.
2857
2858 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
2859
2860         * gst/audiotestsrc/gstaudiotestsrc.c:
2861         (gst_audio_test_src_create_sine_table), (plugin_init):
2862         * gst/volume/gstvolume.c: (plugin_init):
2863           initialize gst_controller before using
2864
2865 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
2866
2867         * tests/check/pipelines/theoraenc.c:
2868         * tests/check/pipelines/vorbisenc.c:
2869         Define constant using G_GINT64_CONSTANT to avoid errors when
2870         passing it around - otherwise it gets truncated to 32 bits.
2871
2872         Fixes failing tests.
2873
2874 2006-01-31  Andy Wingo  <wingo@pobox.com>
2875
2876         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
2877         caps being set doesn't have a framerate value. Basically a stopgap
2878         measure.
2879
2880         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
2881         technically correct enough to put into core though.
2882         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
2883         DURATION. Fixes theoraenc ! oggmux.
2884
2885         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
2886         fraction, not double.
2887
2888 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
2889
2890         * win32/vs7:
2891         add vs7 project files created by Sergey Scobich
2892
2893 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
2894
2895         * win32/vs8:
2896         add vs8 project files created by Sergey Scobich
2897         
2898 2006-01-30  Andy Wingo  <wingo@pobox.com>
2899
2900         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
2901         timestamp + duration, not just timestamp -- ogg pages should be
2902         ordered by stop time. Necessary fix given the change in vorbis
2903         timestamps.
2904
2905         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
2906         (gst_theora_enc_init): Pull the granule shift out of the encoder.
2907         (granulepos_add): New function, handles the messiness of adjusting
2908         granulepos values.
2909         (theora_buffer_from_packet):
2910         (theora_enc_chain):
2911         (theora_enc_sink_event): Use granulepos_add, not +.
2912
2913         * tests/check/pipelines/theoraenc.c
2914         (check_buffer_granulepos_from_starttime): Just check the frame
2915         count, not the actual granulepos -- we can't dictate to the
2916         encoder when it should be placing keyframes.
2917
2918 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2919
2920         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2921           SERVICE_NOT_AVAILABLE happens for example when you're trying to
2922           play an http:// stream from a server that's not serving
2923
2924 2006-01-30  Andy Wingo  <wingo@pobox.com>
2925
2926         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
2927         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
2928         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
2929         available.
2930
2931         * ext/theora/gsttheoraenc.h:
2932         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
2933         although theoraenc was timestamping correctly. Added handling of
2934         streams that start with nonzero timestamps.
2935
2936         * tests/check/Makefile.am:
2937         * tests/check/pipelines/theoraenc.c: New file, basically does same
2938         tests as vorbisenc.
2939
2940         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
2941
2942 2006-01-30  Wim Taymans  <wim@fluendo.com>
2943
2944         * gst-libs/gst/audio/gstaudiosink.c:
2945         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
2946         (gst_audioringbuffer_pause):
2947         Implement pause that does not wait for completion.
2948
2949         * gst-libs/gst/audio/gstbaseaudiosink.c:
2950         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2951         Don't drop buffers when going to PAUSED but perform preroll on
2952         remaining samples now that core base class supports this.
2953
2954         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
2955         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
2956         (gst_ring_buffer_commit):
2957         Pause should not signal waiters.
2958         Implement return value of _commit correctly.
2959
2960 2006-01-30  Andy Wingo  <wingo@pobox.com>
2961
2962         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
2963
2964         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
2965         updated to timestamp from the first sample, not the last.
2966         (gst_vorbisenc_buffer_from_header_packet): New function, takes
2967         special care of granulepos and timestamp for header packets.
2968         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
2969         when the first buffer has a nonzero timestamp.
2970
2971         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
2972         (GstVorbisEnc.subgranule_offset): New members. Take care of the
2973         case when the first audio buffer we get has a nonzero timestamp.
2974         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
2975         properly timestamp vorbis buffers with the time of the first
2976         sample, not the last.
2977         
2978         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
2979         vorbis_granule_time_copy -- now it takes the granule/subgranule
2980         offset into account.
2981
2982         * tests/check/pipelines/vorbisenc.c: New test for correctness of
2983         timestamps, durations, and granulepos on buffers produced by
2984         vorbisenc.
2985
2986 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
2987
2988         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2989         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2990           Patch from Eric Jonas to support conversions to/from UYVY 
2991           (Fixes: #324626)
2992
2993 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2994
2995         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2996         (setup_subtitle), (setup_source), (set_active_source):
2997         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2998         (gen_text_element), (gen_audio_element), (gen_vis_element),
2999         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3000
3001 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
3002
3003         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3004         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3005                 use gst_guint64_to_gdouble to be compliant with vs6
3006         * gst/playback/gstdecodebin.c: (try_to_link_1)
3007         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3008                 use G_GINT64_CONSTANT for int64 constants
3009         * win32/common/libgstinterfaces.def:
3010                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3011         * win32/vs6:
3012                 update and add new project files
3013                 
3014 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3015
3016         * Makefile.am:
3017         * win32/MANIFEST:
3018         * win32/common/interfaces-enumtypes.c:
3019         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3020         (gst_mixer_track_flags_get_type),
3021         (gst_tuner_channel_flags_get_type):
3022         * win32/common/interfaces-enumtypes.h:
3023         * win32/common/multichannel-enumtypes.c:
3024         (gst_audio_channel_position_get_type):
3025         * win32/common/multichannel-enumtypes.h:
3026           add a win32-update rule like in core, and copy over enumtypes files
3027
3028 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3029
3030         * win32/MANIFEST:
3031         * win32/common/config.h:
3032         * win32/common/config.h.in:
3033           add config files just like in core
3034
3035 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
3036
3037         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3038           Make gcc-4.1 happy (part of #327357).
3039
3040 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3041
3042         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3043         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3044         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3045         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3046         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3047         (gst_alsasrc_unprepare), (gst_alsasrc_read):
3048           Update all error messages.  All of them should either use
3049           the default translated message, or actually provide a
3050           translatable string.
3051           Make the string for channel count problems meaningful.
3052
3053 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3054
3055         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3056           check for and throw RESOURCE_BUSY
3057
3058 2006-01-27  David Schleef  <ds@schleef.org>
3059
3060         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3061           checked in this change -- it requires liboil features not
3062           in 0.3.6.  Revert parts.
3063
3064 2006-01-27  David Schleef  <ds@schleef.org>
3065
3066         * REQUIREMENTS:
3067         * configure.ac: update liboil requirement to 0.3.6
3068         * gst/videoscale/Makefile.am:
3069         * gst/videoscale/vs_scanline.c: liboilify
3070
3071 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3072
3073         * ext/libvisual/visual.c: (get_buffer):
3074           When pad_alloc returns a GstFlowReturn other
3075           than GST_FLOW_OK, make sure it is passed upstream.
3076
3077 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3078
3079         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3080         (gst_alsasink_class_init):
3081           Free the device name string.
3082
3083         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3084         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3085         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3086           Don't remove a pad from the collectpads structure until it
3087           is released - it's a request pad, and may receive data again
3088           if the element gets moved back to PLAYING state.
3089
3090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3091           Ensure we turn on double buffering on the Xv port, and
3092           set the colour key to something dark and mysterious that
3093           isn't black.
3094
3095 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3096
3097         * ext/alsa/gstalsaplugin.c: (plugin_init):
3098         * ext/cdparanoia/gstcdparanoiasrc.c:
3099         (gst_cd_paranoia_src_base_init), (plugin_init):
3100         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3102           - a library should not call setlocale. see "Libraries" node in
3103             gettext manual
3104           - make sure all plugins that use translation do bindtextdomain
3105             to point to the localedir
3106         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3107         (setup_sinks), (plugin_init):
3108           all this, and check for NULL when creating sinks
3109
3110 2006-01-27  Julien MOUTTE  <julien@moutte.net>
3111
3112         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3113         (plugin_init): Make typefinding of subtitles work again.
3114
3115 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3116
3117         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3118         (mp3_type_frame_length_from_header), (mp3_type_find),
3119         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3120         (plugin_init):
3121           Backport a bunch of typefinding fixes from the 0.8 branch.
3122           Also, improve wavpack typefinding: if we can't peek the
3123           entire wavpack block, try to parse the bits we can get and
3124           see if we find what we're looking for in those.
3125
3126 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3127
3128         * sys/ximage/ximagesink.c:
3129         (gst_ximagesink_calculate_pixel_aspect_ratio):
3130         * sys/xvimage/xvimagesink.c:
3131         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3132         more cases of pixel aspect ratio.
3133
3134 2006-01-26  Edward Hervey  <edward@fluendo.com>
3135
3136         * gst/playback/gstdecodebin.c: (pad_probe):
3137         Also consider the flush-start and tag events as unblockers
3138         for the pad probes.
3139
3140 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3141
3142         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3143         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3144         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
3145         On the fly visualisation switch, works disabling, enabling as
3146         well but it won't be able to enable vis in a playbin that was
3147         created with no visualisation.
3148
3149 2006-01-25  Wim Taymans  <wim@fluendo.com>
3150
3151         * gst-libs/gst/audio/gstbaseaudiosink.c:
3152         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3153         Undo previous commit that returned WRONG_STATE sooner, it breaks 
3154         resume after pause.
3155
3156 2006-01-25  Wim Taymans  <wim@fluendo.com>
3157
3158         * gst-libs/gst/audio/gstbaseaudiosink.c:
3159         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3160         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3161         Improve debugging.
3162         Post error when caps cannot be parsed.
3163         Resync on discontinuity in the stream.
3164         Clip samples to segment boundaries.
3165         return WRONG_STATE sooner when we are flushing.
3166
3167         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3168         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3169         Make audiosrc operate in TIME.
3170         Set TIMESTAMP and DURATION on buffers.
3171
3172 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3173
3174         * tests/examples/seek/seek.c: (main):
3175           Output tag messages as well.
3176
3177 2006-01-23  Edward Hervey  <edward@fluendo.com>
3178
3179         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3180         (free_pad_probes), (remove_fakesink), (pad_probe),
3181         (close_pad_link), (gst_decode_bin_change_state):
3182         Replace GstPadBlockCallback with pad probes that detect
3183         first buffer AND eos before removing fakesink.
3184         Fixes hang with demuxers doing EOS while pre-rolling.
3185         Solves #328279
3186
3187 2006-01-23  Andy Wingo  <wingo@pobox.com>
3188
3189         * ext/alsa/gstalsasink.c:
3190         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3191         (gst_base_rtp_depayload_setcaps),
3192         (gst_base_rtp_depayload_add_to_queue),
3193         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3194         
3195         Patch by: Jens Granseuer <jensgr at gmx dot net>
3196
3197 2006-01-22  Julien MOUTTE  <julien@moutte.net>
3198
3199         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3200         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3201         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
3202         frames. We might get a frame destroyed after changing state to
3203         NULL, adding a safety check on xcontext.
3204
3205 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3206
3207         * gst-libs/gst/interfaces/xoverlay.c:
3208           Fix prepare-xwindow-id code example in the docs - we need to
3209           ignore all messages that aren't element messages as well.
3210           
3211 2006-01-21  Julien MOUTTE  <julien@moutte.net>
3212
3213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3214           I think one day i'll completely undestand how caps negotiation
3215           is supposed to work. This refactoring handles buffer_alloc
3216           called with caps we can't handle. We definitely don't want a
3217           set_caps with those caps, so we define and allocate a buffer
3218           we would like to receive.
3219
3220 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3221
3222         * gst/playback/gstplaybasebin.c: (setup_source):
3223           Free iterator when done.
3224
3225 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
3226
3227         * gst-libs/gst/audio/gstbaseaudiosink.c:
3228         (gst_base_audio_sink_render):
3229           Fix playback of non-synchronised streams by assuming a rate
3230           of 1.0 instead of a random one.
3231
3232           Makes this work again:
3233
3234           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3235           endianness=(int)4321, signed=(boolean)true, width=(int)16,
3236           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3237           audioresample ! alsasink
3238
3239 === release 0.10.2 ===
3240
3241 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
3242
3243         * configure.ac:
3244           releasing 0.10.2, "Then the devil is six"
3245
3246 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
3247
3248         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3249         * gst/playback/gststreamselector.c:
3250         (gst_stream_selector_set_property):
3251           Comment out broken code that connects to the state-changed signal.
3252           At this point, changing current stream selection is broken, but 
3253           stuff like gst-launch playbin current-audio=1 works and filters
3254           to the chosen stream.
3255
3256 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3257
3258         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3259           Fix #327216 (null dereference in vorbisdec)
3260
3261 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3262
3263         * ext/theora/theoradec.c: (theora_handle_comment_packet):
3264           Post taglist actually on bus instead of just freeing it
3265           (fixes #327114 and totem bug #327080).
3266
3267         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3268           Use gst_element_found_tags_for_pad(), so that the tags
3269           are sent downstream as an event as well.
3270
3271 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3272
3273         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3274         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3275         (gst_ximagesink_buffer_alloc):
3276         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3277         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3278         (gst_xvimagesink_buffer_alloc):
3279           move all regularly occurring messages to GST_LOG level
3280           add some more object logs
3281
3282 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3283
3284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3285           fix a silly segfault
3286
3287 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         * docs/libs/gst-plugins-base-libs-docs.sgml:
3290         * docs/libs/gst-plugins-base-libs-sections.txt:
3291         * gst-libs/gst/audio/mixerutils.c:
3292         * gst-libs/gst/audio/mixerutils.h:
3293           Add docs for mixerutils stuff.
3294
3295 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3296
3297         * gst/playback/gstplaybasebin.c: (setup_source):
3298           Fix playback for sources that emit raw audio or
3299           raw video streams (e.g.: cd audio sources) (#325984).
3300
3301 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3302
3303         * gst-libs/gst/audio/mixerutils.c:
3304         (gst_audio_mixer_filter_do_filter):
3305           actually save the element we create
3306
3307 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3308
3309         * gst-libs/gst/cdda/gstcddabasesrc.c:
3310         (gst_cdda_base_src_handle_track_seek):
3311           No need to post a tag message on the bus when seeking
3312           within the same track, only post it when the current
3313           track changes.
3314
3315 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3316
3317         * gst/playback/gstplaybasebin.c: (group_destroy),
3318         (probe_triggered), (new_decoded_pad), (mute_group_type),
3319         (set_active_source):
3320         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3321         * gst/playback/gststreamselector.c:
3322         (gst_stream_selector_base_init),
3323         (gst_stream_selector_set_property),
3324         (gst_stream_selector_request_new_pad):
3325           Reenable stream selection. These mechanisms need a complete overhaul
3326           in the face of 0.8->0.10 changes though.
3327
3328 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3329
3330         * ext/ogg/gstoggdemux.c:
3331           Change the pad template to src_%d to match the pads that 
3332           are created from it. decodebin needs this information in order
3333           to decide that oggdemux is capable of producing multiple pads
3334           (and hence needs queues inserted).
3335
3336         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3337         (gst_ogg_mux_collected):
3338           Make debug output more useful by using GST_PTR_FORMAT.
3339
3340 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3341
3342         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3343
3344         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3345           Set depth and width for alaw/mulaw (fixes #326601).
3346
3347 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3348
3349         * tests/icles/Makefile.am:
3350           don't build the tests if we don't have the libs
3351
3352 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3353
3354         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
3355         (gst_cd_paranoia_paranoia_callback):
3356           Don't try to free NULL pointers.
3357
3358 2006-01-10  Edward Hervey  <edward@fluendo.com>
3359
3360         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
3361         (gst_audio_rate_change_state), (plugin_init):
3362         Add debugging category.
3363         Fix type issues.
3364         Add case for incoming buffers without valid offset/offset_end.
3365
3366 2006-01-10  Michael Smith  <msmith@fluendo.com>
3367
3368         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
3369           Don't leak GCond in audio sources.
3370
3371 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
3372
3373         * gst/playback/gstplaybin.c: (gen_audio_element):
3374           Don't leak an autoaudiosink/alsasink when we generate
3375           a new audio element. (old code, I guess)
3376
3377 2006-01-10  Michael Smith  <msmith@fluendo.com>
3378
3379         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
3380           Support float audio in audiorate.
3381           Use width rather than depth for selecting sample width.
3382
3383 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3384
3385         * gst/videotestsrc/videotestsrc.h:
3386           Use GLib types here (that way we don't have to include the
3387           generated _stdint.h header, which makes life easier for win32
3388           folks that don't use autotools for the build) (#325990, patch
3389           by: Sergey Scobich).
3390
3391 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3392
3393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3394         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3395         (gst_ring_buffer_pause), (wait_segment):
3396         * gst-libs/gst/audio/gstringbuffer.h:
3397           Name (private) union, makes Forte compiler happy (this time
3398           for real) (#324900).
3399
3400 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3401
3402         * gst-libs/gst/audio/Makefile.am:
3403           Link against libgstinterfaces, needed for mixer
3404           and property probe stuff.
3405
3406 2006-01-09  Edward Hervey  <edward@fluendo.com>
3407
3408         * gst-libs/gst/Makefile.am:
3409
3410 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3411
3412         * gst-libs/gst/audio/Makefile.am:
3413         * gst-libs/gst/audio/mixerutils.c:
3414         (gst_audio_mixer_filter_do_filter),
3415         (gst_audio_mixer_filter_check_element),
3416         (gst_audio_mixer_filter_probe_feature),
3417         (element_factory_rank_compare_func),
3418         (gst_audio_default_registry_mixer_filter):
3419         * gst-libs/gst/audio/mixerutils.h:
3420           Add gst_audio_default_registry_mixer_filter() utility
3421           function.
3422
3423 2006-01-03  Michael Smith  <msmith@fluendo.com>
3424
3425         * gst/audioresample/resample.h:
3426           As before, but for o_buf
3427
3428 2006-01-03  Michael Smith  <msmith@fluendo.com>
3429
3430         * gst/audioresample/resample.h:
3431           Declare struct _ResampleState.buffer as unsigned char *, not void *,
3432           since we do arithmetic on it.
3433
3434 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
3435
3436         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3437         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3438         (gst_ring_buffer_pause), (wait_segment):
3439         * gst-libs/gst/audio/gstringbuffer.h:
3440           Sun's Forte compiler doesn't seem to like anonymous structs,
3441           so use same setup as in GstBaseSrc (fixes #324900).
3442
3443 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
3444
3445         * configure.ac:
3446         * gst/volume/Makefile.am:
3447         * gst/volume/demo.c:
3448           move old example to tests/examples/volume/volune.c
3449         * tests/examples/Makefile.am:
3450         * tests/examples/seek/seek.c: (main):
3451           change window-close event from "delete-event" to "destroy"
3452         * tests/examples/volume/Makefile.am:
3453         * tests/examples/volume/volume.c: (value_changed_callback),
3454         (setup_gui), (message_received), (eos_message_received), (main):
3455           fix event handling and bus usage
3456
3457 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
3458
3459         * gst/audiotestsrc/gstaudiotestsrc.c:
3460         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
3461         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
3462         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
3463         (gst_audio_test_src_create_square),
3464         (gst_audio_test_src_create_saw),
3465         (gst_audio_test_src_create_triangle),
3466         (gst_audio_test_src_create_silence),
3467         (gst_audio_test_src_create_white_noise),
3468         (gst_audio_test_src_create_pink_noise),
3469         (gst_audio_test_src_init_sine_table),
3470         (gst_audio_test_src_create_sine_table),
3471         (gst_audio_test_src_change_wave),
3472         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
3473         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
3474         * gst/audiotestsrc/gstaudiotestsrc.h:
3475           update to basesrc changes, implement segmented seeking and eos
3476           handling, add a 'sine-tab' waveform for performance critical playback
3477
3478 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         * po/POTFILES.in:
3481           ... and this time the other modified file that I missed last time.
3482
3483 2005-12-29  Michael Smith  <msmith@fluendo.com>
3484
3485         * gst/playback/gstdecodebin.c: (new_pad):
3486           Fix non-C89 variable declaration not at the start of a block. Should
3487           help some compilers.
3488
3489 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3490
3491         * tests/check/Makefile.am:
3492           And now fix 'make distcheck' (builddir != srcdir)
3493
3494 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3495
3496         * configure.ac:
3497         * ext/cdparanoia/Makefile.am:
3498         * ext/cdparanoia/gstcdparanoia.c:
3499         * ext/cdparanoia/gstcdparanoia.h:
3500         * ext/cdparanoia/gstcdparanoiasrc.c:
3501         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
3502         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
3503         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
3504         (gst_cd_paranoia_paranoia_callback),
3505         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
3506         (gst_cd_paranoia_src_set_property),
3507         (gst_cd_paranoia_src_get_property), (plugin_init):
3508         * ext/cdparanoia/gstcdparanoiasrc.h:
3509           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
3510           plugin again (there are still fixes required to playbin to make
3511           cdda:// uris work there).
3512
3513 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3514
3515         * tests/check/Makefile.am:
3516           Fix test case compilation.
3517
3518 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3519
3520         * gst-libs/gst/cdda/gstcddabasesrc.c:
3521         (gst_cdda_base_src_update_duration),
3522         (gst_cdda_base_src_calculate_cddb_id):
3523           An integer is not a string. Fix access to uninitialised variable.
3524
3525         * tests/check/Makefile.am:
3526           Add cddabasesrc unit test; also actually enable the vorbis test.
3527
3528         * tests/check/generic/states.c:
3529           Blacklist new cd audio elements as well.
3530
3531         * tests/check/libs/cddabasesrc.c:
3532           Unit test for GstCddaBaseSrc (discid calculation mostly).
3533
3534 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         * docs/libs/Makefile.am:
3537         * docs/libs/gst-plugins-base-libs-docs.sgml:
3538         * docs/libs/gst-plugins-base-libs-sections.txt:
3539         * docs/libs/gst-plugins-base-libs.types:
3540           Add docs for libgstcdda/GstCddaBaseSrc.
3541
3542         * gst-libs/gst/interfaces/mixertrack.h:
3543           Do one struct member per line with a semicolon at the end, that way
3544           even gtk-doc might parse it without complaining.
3545
3546 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3547
3548         * configure.ac:
3549         * gst-libs/gst/Makefile.am:
3550         * gst-libs/gst/cdda/Makefile.am:
3551         * gst-libs/gst/cdda/base64.c:
3552         * gst-libs/gst/cdda/base64.h:
3553         * gst-libs/gst/cdda/gstcddabasesrc.c:
3554         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
3555         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
3556         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
3557         (gst_cdda_base_src_get_property),
3558         (gst_cdda_base_src_get_track_from_sector),
3559         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
3560         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
3561         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
3562         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
3563         (gst_cdda_base_src_uri_get_protocols),
3564         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
3565         (gst_cdda_base_src_uri_handler_init),
3566         (gst_cdda_base_src_setup_interfaces),
3567         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
3568         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
3569         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
3570         (gst_cdda_base_src_add_tags),
3571         (gst_cdda_base_src_add_index_associations),
3572         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
3573         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
3574         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
3575         (gst_cdda_base_src_create):
3576         * gst-libs/gst/cdda/gstcddabasesrc.h:
3577         * gst-libs/gst/cdda/sha1.c:
3578         * gst-libs/gst/cdda/sha1.h:
3579           Add new libgstcdda with GstCddaBaseSrc class.
3580
3581 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         * ext/gnomevfs/gstgnomevfssink.h:
3584           Use GstBaseSinkClass as parent_class member for class struct, not
3585           GstBaseSink.
3586
3587 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
3588
3589         Patch by: Michael Benes
3590
3591         * gst/videotestsrc/gstvideotestsrc.c:
3592         (gst_video_test_src_class_init), (gst_video_test_src_start):
3593           Add start method to reset running time and number of frames sent
3594           when starting up (fixes #324696)
3595
3596 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
3597
3598         * docs/plugins/Makefile.am:
3599         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3600         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3601         * docs/plugins/gst-plugins-base-plugins.args:
3602         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3603         * docs/plugins/gst-plugins-base-plugins.signals:
3604           Add docs stuff for gnomevfssrc and gnomevfssink.
3605
3606         * ext/gnomevfs/gstgnomevfssrc.c:
3607           Fix example pipeline in gtk-doc blurb.
3608
3609 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         * ext/gnomevfs/Makefile.am:
3612         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
3613         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
3614         (gst_gnome_vfs_handle_get_type), (plugin_init):
3615         * ext/gnomevfs/gstgnomevfs.h:
3616         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
3617         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
3618         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
3619         (gst_gnome_vfs_sink_set_property),
3620         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
3621         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
3622         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
3623         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
3624         (gst_gnome_vfs_sink_uri_get_type),
3625         (gst_gnome_vfs_sink_uri_get_protocols),
3626         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
3627         (gst_gnome_vfs_sink_uri_handler_init):
3628         * ext/gnomevfs/gstgnomevfssink.h:
3629           Port gnomevfssink; add gtk-doc blurb.
3630
3631         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
3632         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
3633         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
3634         (gst_gnome_vfs_src_uri_get_type),
3635         (gst_gnome_vfs_src_uri_get_protocols),
3636         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
3637         (gst_gnome_vfs_src_uri_handler_init),
3638         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
3639         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
3640         (gst_gnome_vfs_src_send_additional_headers_callback),
3641         (gst_gnome_vfs_src_received_headers_callback),
3642         (gst_gnome_vfs_src_push_callbacks),
3643         (gst_gnome_vfs_src_pop_callbacks),
3644         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
3645         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
3646         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
3647         * ext/gnomevfs/gstgnomevfssrc.h:
3648           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
3649           file; add gtk-doc blurb with example pipelines.
3650
3651 === release 0.10.1 ===
3652
3653 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
3654
3655         * configure.ac:
3656           releasing 0.10.1, "Dobro Dedek"
3657
3658 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
3659
3660         * gst/typefind/gsttypefindfunctions.c:
3661         iLBC30 and iLBC20 added to typefind.
3662
3663 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3664
3665         * gst-libs/gst/audio/gstbaseaudiosink.c:
3666         (gst_base_audio_sink_class_init):
3667         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3668         (gst_base_audio_src_class_init):
3669           update strings, values are in microseconds
3670           change the default sink buffer time to something that is smaller
3671           (to help software volume mixing have a slightly lower delay) but
3672           still be acceptable on Wim's laptop
3673
3674 2005-12-20  Edward Hervey  <edward@fluendo.com>
3675
3676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
3677         Made a quack, forgot to add DUCK to the riff video template.
3678
3679 2005-12-19  Edward Hervey  <edward@fluendo.com>
3680
3681         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
3682         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3683         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3684         (gst_ogm_parse_chain):
3685         Make sure pads are initialized correctly.
3686         * gst-libs/gst/riff/riff-ids.h:
3687         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3688         (gst_riff_create_video_template_caps):
3689         Add a whole bunch of FOURCC <=> MimeType.
3690         Extend the riff video pad template to support the newly added fourcc.
3691
3692 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
3693
3694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
3695         (gst_ogg_demux_activate_chain):
3696           Extra debug output when activating/deactivating chains.
3697
3698         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3699         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
3700         (unlinked):
3701           Remove a queue from our list when it becomes unlinked.
3702           Don't add queues to elements in class 'Demux' if they
3703           can only produce one pad 
3704
3705 2005-12-18  Julien MOUTTE  <julien@moutte.net>
3706
3707         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
3708         (gst_video_sink_get_type): Add a debug category.
3709
3710 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
3711
3712         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3713         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
3714           Handle downstream newsegment by sending our own newsegment before the
3715           next buffer to be released. (#323900)
3716
3717 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
3718
3719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3720         (gst_base_rtp_depayload_set_gst_timestamp):
3721           add queue delay to new segment as well (as opposed to just the first
3722           buffer). (bug #322347)
3723
3724 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
3725
3726         * ext/libvisual/visual.c: (make_valid_name):
3727           change some char* into char[]
3728         * gst/audiotestsrc/gstaudiotestsrc.c:
3729         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
3730         (gst_audio_test_src_create):
3731         * gst/audiotestsrc/gstaudiotestsrc.h:
3732           prepare to handle EOS and SEGMENT_DONE
3733
3734 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3735
3736         * tests/check/generic/states.c: (GST_START_TEST):
3737           Blacklist cdparanoia element in state test.
3738
3739 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3740
3741           Patch by: Benjamin Pineau
3742
3743         * gst/tcp/gsttcp.c:
3744         * gst/tcp/gsttcpclientsink.c:
3745         * gst/tcp/gsttcpserversink.c:
3746         * gst/tcp/gsttcpserversrc.c:
3747           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
3748
3749 2005-12-15  Michael Smith  <msmith@fluendo.com>
3750
3751         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
3752         (gst_video_rate_chain):
3753           Fix timestamping for videorate when the first buffer it sees has a
3754           non-zero timestamp. Fix some misleading debug output.
3755
3756 2005-12-15  Michael Smith  <msmith@fluendo.com>
3757
3758         * gst/audioresample/gstaudioresample.c:
3759           Don't leak all input buffers to audioresample.
3760
3761 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3762
3763         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
3764           Don't operate on empty text buffers. Strip newlines and
3765           tabs only from the end of the text, but leave them intact
3766           in the middle. Fix typo in gtk-doc description.
3767
3768 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         * gst/playback/gstplaybasebin.c:
3771         * gst/playback/gstplaybin.c: (handoff):
3772           Make sure the video frame buffer we return to apps via the
3773           "frame" property always has caps set on it. Modify
3774           _gst_gvalue_set_object() macro to handle NULL objects
3775           gracefully too.
3776
3777 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
3778
3779         * gst/audiotestsrc/gstaudiotestsrc.c:
3780         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3781         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
3782         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
3783         (gst_audio_test_src_create):
3784         * gst/audiotestsrc/gstaudiotestsrc.h:
3785         Adjust to some recent api changes and add wtays new cool seeking
3786         capabillities
3787
3788 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3789
3790         * ext/alsa/Makefile.am:
3791         * ext/alsa/gstalsadeviceprobe.c:
3792         * ext/alsa/gstalsadeviceprobe.h:
3793           Helper functions to add device probing via the GstPropertyProbe
3794           interface to a class.
3795
3796         * ext/alsa/gstalsamixer.h:
3797           Comment out GST_ALSA_MIXER, it returns a struct that's not
3798           used.
3799
3800         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3801           Add some debug info. 
3802
3803         * ext/alsa/gstalsamixerelement.c:
3804         (gst_alsa_mixer_element_interface_supported),
3805         (gst_implements_interface_init),
3806         (gst_alsa_mixer_element_init_interfaces),
3807         (gst_alsa_mixer_element_class_init),
3808         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3809         (gst_alsa_mixer_element_set_property),
3810         (gst_alsa_mixer_element_get_property),
3811         (gst_alsa_mixer_element_change_state):
3812         * ext/alsa/gstalsamixerelement.h:
3813           Add 'device' and 'device-name' properties. Add GstPropertyProbe
3814           for device handling (gnome-volume-control will need that).
3815
3816 2005-12-12  Christian Schaller  <uraeus@gnome.org>
3817
3818         * ext/Makefile.am: fix cdparanoia entry
3819         * gst-plugins-base.spec.in: add cdparanoia
3820
3821 2005-12-12  Michael Smith  <msmith@fluendo.com>
3822
3823         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
3824           Use the correct function to free list of typefind factories.
3825
3826 2005-12-12  Wim Taymans  <wim@fluendo.com>
3827
3828         * gst/videotestsrc/gstvideotestsrc.c:
3829         (gst_video_test_src_class_init), (gst_video_test_src_init),
3830         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
3831         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
3832         (gst_video_test_src_create):
3833         * gst/videotestsrc/gstvideotestsrc.h:
3834         Implement seeking in videotestsrc.
3835         Small cleanups.
3836
3837 2005-12-12  Wim Taymans  <wim@fluendo.com>
3838
3839         * ext/cdparanoia/Makefile.am:
3840         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3841         (gst_paranoia_endian_get_type), (_do_init),
3842         (cdparanoia_class_init), (cdparanoia_init),
3843         (cdparanoia_set_property), (cdparanoia_get_property),
3844         (cdparanoia_do_seek), (cdparanoia_is_seekable),
3845         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
3846         (cdparanoia_convert), (cdparanoia_get_query_types),
3847         (cdparanoia_query), (cdparanoia_set_index),
3848         (cdparanoia_uri_set_uri):
3849         * ext/cdparanoia/gstcdparanoia.h:
3850         Partially ported cdparanoia now that basesrc can support a
3851         plugin like this..
3852
3853 2005-12-12  Wim Taymans  <wim@fluendo.com>
3854
3855         * tests/examples/seek/scrubby.c: (main):
3856         Set higher priority for bus events so they don't get reordered with
3857         gtk gui events.
3858
3859         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
3860         (flush_toggle_cb), (main):
3861         Added checkbox to disable flushing seeks. 
3862         Disable scrubbing when doing non flushing seeks.
3863
3864 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
3867         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
3868         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
3869         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
3870           Implement some sort of event handling that doesn't rely on
3871           g_return_if_fail; make sure we always push the last chunk of an 
3872           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
3873           state change function; remove some old cruft. Seeking is still
3874           rather unlikely to work though.
3875
3876         * tools/.cvsignore:
3877           Ignore more.
3878
3879 2005-12-11  Julien MOUTTE  <julien@moutte.net>
3880
3881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
3882         Fixed a leak of the current image reference when cleaning up.
3883         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
3884
3885 2005-12-09  Michael Smith  <msmith@fluendo.com>
3886
3887         * tools/Makefile.am:
3888         * tools/gst-launch-ext-m.m:
3889           Remove gst-launch-ext. It doesn't work, and is no longer
3890           particularly useful.
3891
3892 2005-12-08  Luca Ognibene  <luogni@tin.it>
3893
3894         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3895           don't pass random values to ogmparse convert function.
3896           Make seeking possible in the exile1.ogm file.
3897
3898 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
3899
3900         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3901         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3902           Work around refcount problem with g_value_set_object() that occur
3903           if the core has been compiled against GLib-2.6 (g_value_set_object()
3904           will only g_object_ref() the element, but the caller will
3905           gst_object_unref() it and bad things will happen due to the way
3906           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
3907           totem for people on FC4 using Thomas's 0.10 RPMs.
3908           
3909 2005-12-07  Edward Hervey  <edward@fluendo.com>
3910
3911         Time to welcome ogm to 0.10 :)
3912         
3913         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
3914         (gst_ogg_pad_typefind):
3915         Oggdemux can now properly typefind elements with dynamic pads.
3916         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3917         Properly set caps on src pad, and set caps on outgoing buffers.
3918
3919 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3920
3921         * ext/alsa/gstalsamixer.h:
3922         * ext/alsa/gstalsamixerelement.h:
3923         * ext/alsa/gstalsamixeroptions.h:
3924         * ext/alsa/gstalsamixertrack.h:
3925         * ext/alsa/gstalsasink.c:
3926         * ext/alsa/gstalsasink.h:
3927         * ext/alsa/gstalsasrc.c:
3928         * ext/alsa/gstalsasrc.h:
3929         * ext/cdparanoia/gstcdparanoia.h:
3930         * ext/gnomevfs/gstgnomevfsuri.h:
3931         * ext/ogg/gstoggdemux.c:
3932         * ext/ogg/gstoggmux.c:
3933         * ext/pango/gsttextoverlay.h:
3934         * ext/theora/theoradec.c:
3935         * ext/theora/theoraenc.c:
3936         * ext/vorbis/vorbisdec.h:
3937         * ext/vorbis/vorbisenc.c:
3938         * ext/vorbis/vorbisenc.h:
3939         * ext/vorbis/vorbisparse.h:
3940         * gst-libs/gst/audio/gstaudioclock.h:
3941         * gst-libs/gst/audio/gstaudiosink.c:
3942         * gst-libs/gst/audio/gstaudiosink.h:
3943         * gst-libs/gst/audio/gstaudiosrc.c:
3944         * gst-libs/gst/audio/gstaudiosrc.h:
3945         * gst-libs/gst/audio/gstbaseaudiosink.c:
3946         * gst-libs/gst/audio/gstbaseaudiosink.h:
3947         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3948         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3949         * gst-libs/gst/audio/gstringbuffer.h:
3950         * gst-libs/gst/audio/multichannel.h:
3951         * gst-libs/gst/floatcast/floatcast.h:
3952         * gst-libs/gst/interfaces/colorbalance.c:
3953         * gst-libs/gst/interfaces/colorbalance.h:
3954         * gst-libs/gst/interfaces/colorbalancechannel.h:
3955         * gst-libs/gst/interfaces/mixer.h:
3956         * gst-libs/gst/interfaces/mixeroptions.h:
3957         * gst-libs/gst/interfaces/mixertrack.h:
3958         * gst-libs/gst/interfaces/navigation.h:
3959         * gst-libs/gst/interfaces/propertyprobe.h:
3960         * gst-libs/gst/interfaces/tuner.h:
3961         * gst-libs/gst/interfaces/tunerchannel.h:
3962         * gst-libs/gst/interfaces/tunernorm.h:
3963         * gst-libs/gst/interfaces/xoverlay.h:
3964         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3965         * gst-libs/gst/riff/riff-ids.h:
3966         * gst-libs/gst/riff/riff-media.h:
3967         * gst-libs/gst/riff/riff-read.h:
3968         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3969         * gst-libs/gst/rtp/gstbasertppayload.c:
3970         * gst-libs/gst/rtp/gstbasertppayload.h:
3971         * gst-libs/gst/rtp/gstrtpbuffer.c:
3972         * gst-libs/gst/rtp/gstrtpbuffer.h:
3973         * gst-libs/gst/tag/gsttageditingprivate.h:
3974         * gst-libs/gst/tag/gstvorbistag.c:
3975         (gst_tag_list_from_vorbiscomment_buffer):
3976         * gst-libs/gst/tag/tag.h:
3977         * gst-libs/gst/video/video.h:
3978         * gst/adder/gstadder.c:
3979         * gst/adder/gstadder.h:
3980         * gst/audioconvert/audioconvert.c:
3981         * gst/audioconvert/audioconvert.h:
3982         * gst/audioconvert/gstaudioconvert.c:
3983         * gst/audioconvert/gstchannelmix.c:
3984         * gst/audioconvert/gstchannelmix.h:
3985         * gst/audiorate/gstaudiorate.c:
3986         * gst/audioresample/buffer.h:
3987         * gst/audioresample/functable.h:
3988         * gst/audioresample/gstaudioresample.c:
3989         * gst/audioresample/resample.h:
3990         * gst/ffmpegcolorspace/avcodec.h:
3991         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3992         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3993         * gst/ffmpegcolorspace/imgconvert.c:
3994         * gst/ffmpegcolorspace/imgconvert_template.h:
3995         * gst/playback/gstdecodebin.c:
3996         * gst/playback/gstplaybasebin.h:
3997         * gst/playback/gstplaybin.c:
3998         * gst/playback/gststreaminfo.h:
3999         * gst/tcp/gstfdset.c:
4000         * gst/tcp/gstfdset.h:
4001         * gst/tcp/gstmultifdsink.c:
4002         * gst/tcp/gstmultifdsink.h:
4003         * gst/tcp/gsttcp.h:
4004         * gst/tcp/gsttcpclientsrc.c:
4005         * gst/tcp/gsttcpclientsrc.h:
4006         * gst/tcp/gsttcpplugin.h:
4007         * gst/tcp/gsttcpserversink.c:
4008         * gst/tcp/gsttcpserversrc.c:
4009         * gst/typefind/gsttypefindfunctions.c:
4010         * gst/videorate/gstvideorate.c:
4011         * gst/videotestsrc/gstvideotestsrc.h:
4012         * gst/videotestsrc/videotestsrc.h:
4013         * sys/v4l/gstv4lcolorbalance.h:
4014         * sys/v4l/gstv4ltuner.h:
4015         * sys/v4l/gstv4lxoverlay.h:
4016         * sys/v4l/v4l_calls.h:
4017         * sys/v4l/videodev_mjpeg.h:
4018         * tests/check/elements/audioconvert.c:
4019         * tests/check/elements/audioresample.c:
4020         * tests/check/elements/audiotestsrc.c:
4021         * tests/check/elements/videotestsrc.c:
4022         * tests/check/elements/volume.c:
4023         * tests/examples/seek/scrubby.c:
4024         * tests/examples/seek/seek.c:
4025           expand tabs
4026
4027 === release 0.10.0 ===
4028
4029 2005-12-05   <thomas (at) apestaart (dot) org>
4030
4031         * configure.ac:
4032           releasing 0.10.0, "Mont-d'or"
4033
4034 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4035
4036         * tests/examples/seek/Makefile.am:
4037         Build fix for when gtk is not available.
4038
4039 2005-12-05  Andy Wingo  <wingo@pobox.com>
4040
4041         * ext/libvisual/visual.c: (get_buffer):
4042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4043         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4044         * ext/theora/theoradec.c: (theora_handle_data_packet):
4045         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4046         (theora_enc_chain):
4047         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4048         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4049         Update for alloc_buffer changes.
4050
4051 2005-12-05  Andy Wingo  <wingo@pobox.com>
4052
4053         patch by: Kai Vehmanen <kv2004 eca cx>
4054         
4055         * gst-libs/gst/rtp/gstbasertpdepayload.c
4056         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4057
4058 2005-12-04  Andy Wingo  <wingo@pobox.com>
4059
4060         patch by: Sebastien Cote <sebas642 yahoo ca>
4061         
4062         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4063         Fixes #319172.
4064
4065 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
4066
4067         * docs/plugins/Makefile.am:
4068         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4069         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4070         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4071         * ext/pango/gstclockoverlay.c:
4072         * ext/pango/gsttextoverlay.c: 
4073         * ext/pango/gsttextrender.c:
4074         * ext/pango/gsttimeoverlay.c:
4075           Add gtk-doc blurbs to pango elements.
4076
4077 2005-12-02  Wim Taymans  <wim@fluendo.com>
4078
4079         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4080         * gst/audioresample/buffer.h:
4081         * gst/audioresample/gstaudioresample.c:
4082         * gst/audioresample/gstaudioresample.h:
4083         * gst/audioresample/resample.c: (resample_input_flush),
4084         (resample_input_pushthrough), (resample_input_eos),
4085         (resample_get_output_size_for_input),
4086         (resample_get_input_size_for_output), (resample_get_output_size),
4087         (resample_get_output_data):
4088         * gst/audioresample/resample.h:
4089         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4090         Fix audioresample, seek torture, new segments, reverse negotiation
4091         etc.. work fine.
4092
4093 2005-12-02  Wim Taymans  <wim@fluendo.com>
4094
4095         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4096         Small cleanups.
4097
4098 2005-12-02  Wim Taymans  <wim@fluendo.com>
4099
4100         * gst/audioconvert/gstaudioconvert.c:
4101         (gst_audio_convert_transform):
4102         Post errors.
4103
4104 === release 0.9.7 ===
4105
4106 2005-12-01   <thomas (at) apestaart (dot) org>
4107
4108         * configure.ac:
4109           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4110
4111 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4112
4113         * Makefile.am:
4114         * po/hu.po:
4115         * win32/MANIFEST:
4116         * win32/gst.sln:
4117           add win32 MANIFEST file
4118           do something to the hungarian translation
4119
4120 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         * ext/Makefile.am:
4123           Add $(PANGO_DIR) to SUBDIRS
4124
4125         * ext/pango/gstclockoverlay.c:
4126         * ext/pango/gsttimeoverlay.c:
4127           Fix and improve element descriptions.
4128
4129 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4130
4131         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4132         * docs/plugins/inspect/plugin-libvisual.xml:
4133         * docs/plugins/inspect/plugin-pango.xml:
4134           add pango plugin to docs
4135
4136 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4137
4138         * configure.ac:
4139         * ext/Makefile.am:
4140           moved pango to base
4141
4142 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4143
4144         * configure.ac:
4145         * tests/Makefile.am:
4146         * tests/icles/.cvsignore:
4147         * tests/icles/Makefile.am:
4148         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4149         (close_display), (resize_window), (move_window), (create_window),
4150         (terminate_playback), (pause_playback), (start_playback), (main):
4151           add stress test for xoverlay from Julien
4152
4153 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4154
4155         * docs/libs/tmpl/gstcolorbalance.sgml:
4156         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4157         * gst-libs/gst/rtp/gstbasertppayload.c:
4158         * gst-libs/gst/rtp/gstrtpbuffer.c:
4159         * gst-libs/gst/rtp/gstrtpbuffer.h:
4160           Do burger's rename for rtp payloaders and depayloaders
4161
4162 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4163
4164         * win32/:
4165           add Visual Studio 6 build files
4166
4167 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4168
4169         * docs/libs/gst-plugins-base-libs-docs.sgml:
4170         * docs/libs/gst-plugins-base-libs-sections.txt:
4171         * docs/libs/tmpl/gstaudio.sgml:
4172         * docs/libs/tmpl/gstringbuffer.sgml:
4173         * gst-libs/gst/interfaces/xoverlay.c:
4174         * gst-libs/gst/video/gstvideofilter.c:
4175         * gst-libs/gst/video/gstvideosink.c:
4176           update documentation
4177
4178 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4179
4180         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4181         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4182         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4183         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4184         (gst_multi_fd_sink_get_stats),
4185         (gst_multi_fd_sink_remove_client_link),
4186         (gst_multi_fd_sink_handle_client_read),
4187         (gst_multi_fd_sink_client_queue_data),
4188         (gst_multi_fd_sink_client_queue_caps),
4189         (gst_multi_fd_sink_client_queue_buffer),
4190         (gst_multi_fd_sink_new_client),
4191         (gst_multi_fd_sink_handle_client_write),
4192         (gst_multi_fd_sink_recover_client),
4193         (gst_multi_fd_sink_queue_buffer),
4194         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4195         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4196         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4197         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4198         * gst/tcp/gstmultifdsink.h:
4199         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4200         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4201         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4202         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4203         (gst_tcp_client_sink_set_property),
4204         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4205         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4206         * gst/tcp/gsttcpclientsink.h:
4207         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4208         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4209         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4210         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4211         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4212         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4213         * gst/tcp/gsttcpclientsrc.h:
4214         * gst/tcp/gsttcpplugin.c: (plugin_init):
4215         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4216         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4217         (gst_tcp_server_sink_finalize),
4218         (gst_tcp_server_sink_handle_server_read),
4219         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4220         (gst_tcp_server_sink_set_property),
4221         (gst_tcp_server_sink_get_property),
4222         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4223         * gst/tcp/gsttcpserversink.h:
4224         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4225         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4226         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4227         (gst_tcp_server_src_set_property),
4228         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4229         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4230         * gst/tcp/gsttcpserversrc.h:
4231           more borgifying
4232
4233 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4234
4235         * docs/plugins/Makefile.am:
4236         * docs/plugins/gst-plugins-base-plugins.args:
4237         * docs/plugins/inspect/plugin-libvisual.xml:
4238         * gst/audioconvert/plugin.h:
4239         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4240         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4241         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4242         (gst_audio_rate_chain), (gst_audio_rate_set_property),
4243         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4244         (plugin_init):
4245         * gst/audiotestsrc/gstaudiotestsrc.c:
4246         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4247         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4248         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4249         (gst_audio_test_src_get_query_types),
4250         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4251         (gst_audio_test_src_create_square),
4252         (gst_audio_test_src_create_saw),
4253         (gst_audio_test_src_create_triangle),
4254         (gst_audio_test_src_create_silence),
4255         (gst_audio_test_src_create_white_noise),
4256         (gst_audio_test_src_init_pink_noise),
4257         (gst_audio_test_src_generate_pink_noise_value),
4258         (gst_audio_test_src_create_pink_noise),
4259         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4260         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4261         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4262         (plugin_init):
4263         * gst/audiotestsrc/gstaudiotestsrc.h:
4264         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4265         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4266         (gst_sub_parse_init), (gst_sub_parse_formats),
4267         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4268         (convert_encoding), (get_next_line),
4269         (gst_sub_parse_data_format_autodetect),
4270         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4271         (gst_sub_parse_loop), (gst_sub_parse_chain),
4272         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4273         (plugin_init):
4274         * gst/subparse/gstsubparse.h:
4275         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4276         (gst_video_rate_base_init), (gst_video_rate_class_init),
4277         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4278         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4279         (gst_video_rate_init), (gst_video_rate_event),
4280         (gst_video_rate_chain), (gst_video_rate_set_property),
4281         (gst_video_rate_get_property), (gst_video_rate_change_state),
4282         (plugin_init):
4283         * gst/videoscale/gstvideoscale.c:
4284         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4285         (gst_video_scale_src_template_factory),
4286         (gst_video_scale_sink_template_factory),
4287         (gst_video_scale_get_type), (gst_video_scale_base_init),
4288         (gst_video_scale_class_init), (gst_video_scale_init),
4289         (gst_video_scale_set_property), (gst_video_scale_get_property),
4290         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4291         (gst_video_scale_prepare_size), (parse_caps),
4292         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4293         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4294         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4295         (plugin_init):
4296         * gst/videoscale/gstvideoscale.h:
4297         * gst/videotestsrc/gstvideotestsrc.c:
4298         (gst_video_test_src_pattern_get_type),
4299         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4300         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4301         (gst_video_test_src_set_pattern),
4302         (gst_video_test_src_set_property),
4303         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4304         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4305         (gst_video_test_src_event), (gst_video_test_src_get_times),
4306         (gst_video_test_src_create), (plugin_init):
4307         * gst/videotestsrc/gstvideotestsrc.h:
4308         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
4309         (gst_video_test_src_smpte), (gst_video_test_src_snow),
4310         (gst_video_test_src_black):
4311         * gst/videotestsrc/videotestsrc.h:
4312           borgify further
4313           clean up docs a little
4314
4315 2005-11-30  Wim Taymans  <wim@fluendo.com>
4316
4317         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4318         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4319         (gst_basertppayload_event), (gst_basertppayload_push),
4320         (gst_basertppayload_change_state):
4321         * gst-libs/gst/rtp/gstbasertppayload.h:
4322         closed #320644.
4323
4324 2005-11-30  Julien MOUTTE  <julien@moutte.net>
4325
4326         * docs/libs/gst-plugins-base-libs-docs.sgml:
4327         * docs/libs/gst-plugins-base-libs-sections.txt:
4328         * gst-libs/gst/video/gstvideofilter.c:
4329         * gst-libs/gst/video/gstvideosink.c:
4330         * gst-libs/gst/video/gstvideosink.h: Adding docs.
4331
4332 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4333
4334         * LICENSE:
4335           move
4336         * po/af.po:
4337         * po/az.po:
4338         * po/cs.po:
4339         * po/en_GB.po:
4340         * po/hu.po:
4341         * po/it.po:
4342         * po/nb.po:
4343         * po/nl.po:
4344         * po/or.po:
4345         * po/sq.po:
4346         * po/sr.po:
4347         * po/sv.po:
4348         * po/uk.po:
4349         * po/vi.po:
4350         * Makefile.am:
4351           update
4352         * scripts/autoplugins.sh:
4353           remove
4354
4355 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4356
4357         * Makefile.am:
4358         * configure.ac:
4359         * examples/Makefile.am:
4360         * examples/capsfilter/Makefile.am:
4361         * examples/capsfilter/capsfilter1.c:
4362         * examples/gob/Makefile.am:
4363         * examples/gob/gst-identity2.gob:
4364         * examples/indexing/.cvsignore:
4365         * examples/indexing/Makefile.am:
4366         * examples/indexing/indexmpeg.c:
4367         * examples/seeking/.cvsignore:
4368         * examples/seeking/Makefile.am:
4369         * examples/seeking/cdparanoia.c:
4370         * examples/seeking/cdplayer.c:
4371         * examples/seeking/chained.c:
4372         * examples/seeking/scrubby.c:
4373         * examples/seeking/seek.c:
4374         * examples/stats/Makefile.am:
4375         * examples/stats/mp2ogg.c:
4376         * examples/switch/.cvsignore:
4377         * examples/switch/Makefile.am:
4378         * examples/switch/switcher.c:
4379         * tests/Makefile.am:
4380         * tests/check/generic/.cvsignore:
4381         * tests/check/pipelines/.cvsignore:
4382         * tests/examples/Makefile.am:
4383         * tests/examples/seek/Makefile.am:
4384           reorganize stuff under tests/
4385
4386 2005-11-30  Edward Hervey  <edward@fluendo.com>
4387
4388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4389         Go away you stupid GstStaticPadTemplate memleak.
4390
4391 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4392
4393         * gst-libs/gst/net/Makefile.am:
4394         * gst-libs/gst/net/README:
4395         * gst-libs/gst/net/gstnetbuffer.c:
4396         * gst-libs/gst/net/gstnetbuffer.h:
4397           this was moved to "netbuffer"
4398
4399 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4400
4401         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
4402         (gst_video_filter_class_init), (gst_video_filter_init):
4403         * gst-libs/gst/video/gstvideofilter.h:
4404           borgify name to bring in line with other classes
4405
4406 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4407
4408         * gst/audioscale/.cvsignore:
4409         * gst/audioscale/Makefile.am:
4410         * gst/audioscale/README:
4411         * gst/audioscale/audioscale.vcproj:
4412         * gst/audioscale/dtof.c:
4413         * gst/audioscale/dtos.c:
4414         * gst/audioscale/functable.c:
4415         * gst/audioscale/gstaudioscale.c:
4416         * gst/audioscale/gstaudioscale.h:
4417         * gst/audioscale/private.h:
4418         * gst/audioscale/resample.c:
4419         * gst/audioscale/resample.h:
4420         * gst/audioscale/test.c:
4421           remove
4422
4423 2005-11-30  Edward Hervey  <edward@fluendo.com>
4424
4425         * gst-libs/gst/netbuffer/Makefile.am:
4426         really, really tired
4427
4428 2005-11-30  Edward Hervey  <edward@fluendo.com>
4429
4430         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4431         Update for new GstTypeFindFactory _register()
4432
4433 2005-11-30  Edward Hervey  <edward@fluendo.com>
4434
4435         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
4436         Let's not override libgstnet from core for no reason...
4437         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
4438         Ok, maybe not so quick next time.
4439
4440 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4441
4442         * configure.ac:
4443         * gst-libs/gst/Makefile.am:
4444           moved gst-libs/gst/net to netbuffer through CVS surgery
4445           remove old directory
4446           updating build to accomodate
4447           (#322257)
4448
4449 2005-11-29  Andy Wingo  <wingo@pobox.com>
4450
4451         * pkgconfig/gstreamer-plugins-base.pc.in:
4452         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4453         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
4454         (#322257).
4455
4456 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
4457
4458         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4459         3rd time's the charm. Correct ref-counting for discarded buffers.
4460
4461 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
4462
4463         * gst/playback/gststreamselector.c:
4464         (gst_stream_selector_class_init),
4465         (gst_stream_selector_set_property),
4466         (gst_stream_selector_get_property),
4467         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4468         Fix ref-counting
4469
4470 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
4471
4472         * gst/subparse/gstsubparse.c: (feed_textbuf):
4473           Don't access already unref'ed buffer.
4474
4475 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
4476
4477         * gst/playback/gststreamselector.c:
4478         (gst_stream_selector_class_init), (gst_stream_selector_init),
4479         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
4480         (gst_stream_selector_get_property),
4481         (gst_stream_selector_get_linked_pad),
4482         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4483         * gst/playback/gststreamselector.h:
4484         Add the active-pad property for playbin to use shortly. Ignore buffers
4485         from any other pad, returning GST_FLOW_NOT_LINKED
4486
4487 2005-11-29  Julien MOUTTE  <julien@moutte.net>
4488
4489         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
4490         patch from bug #322704 (Alessandro Decina).
4491
4492 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4493
4494         * gst-libs/gst/audio/Makefile.am:
4495           folded audiofilter into the audio library
4496
4497 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4498
4499         * gst/videoscale/gstvideoscale.h:
4500         * gst/videoscale/gstvideoscale.c:
4501           remove unimplemented scale methods
4502
4503 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
4504
4505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
4506           Don't leak caps.
4507
4508 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4509
4510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
4511         (gst_ximagesink_setcaps):
4512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4513         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
4514         happens (only visible on ximagesink but bug is in xv too) set_caps was
4515         destroying the internal x[v]image used to memcpy non locally alloced
4516         buffers so that it got renewed on next _chain. The issue is that 
4517         _expose will try to put that image as it reffed it in _put.
4518         Using gst_buffer_unref instead of destroy fixes it !
4519
4520 2005-11-28  Edward Hervey  <edward@fluendo.com>
4521
4522         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4523         (try_to_link_1), (queue_filled_cb):
4524         Better use of the queues. Start with a small size queue and only increase
4525         the size of the queues when the other queues are empty.
4526
4527 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4528
4529         * gst-libs/gst/video/Makefile.am:
4530           compile in copied-over videofilter into the video library
4531         * gst-libs/gst/video/videosink.h:
4532           rename the header to gstvideosink.h since it's a base GstObject class
4533         * sys/ximage/ximagesink.h:
4534         * sys/xvimage/xvimagesink.h:
4535           use the new header
4536
4537 2005-11-28  Wim Taymans  <wim@fluendo.com>
4538
4539         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
4540         * gst/playback/gstplaybasebin.h:
4541         Prepare to handle errors betters.
4542
4543         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
4544         Set sinks to PAUSED first before adding and linking them so that
4545         we don't interrupt dataflow.
4546
4547 2005-11-28  Wim Taymans  <wim@fluendo.com>
4548
4549         * gst-libs/gst/audio/TODO:
4550         Updated TODO
4551
4552         * gst-libs/gst/audio/gstaudiosink.c:
4553         (gst_audioringbuffer_open_device),
4554         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4555         (gst_audioringbuffer_release):
4556         Small cleanups.
4557
4558         * gst-libs/gst/audio/gstbaseaudiosink.c:
4559         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
4560         (gst_base_audio_sink_change_state):
4561         Slave to the master clock when going to PLAYING and unslave when
4562         going to PAUSED.
4563
4564         * gst-libs/gst/audio/gstringbuffer.c:
4565         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4566         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4567         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4568         (gst_ring_buffer_clear_all), (wait_segment),
4569         (gst_ring_buffer_commit), (gst_ring_buffer_read),
4570         (gst_ring_buffer_advance):
4571         * gst-libs/gst/audio/gstringbuffer.h:
4572         Add some docs and cleanups.
4573
4574 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4575
4576         * sys/xvimage/xvimagesink.c:
4577         (gst_xvimagesink_navigation_send_event): Fix navigation events
4578         coordinates translation with pixel aspect ratios.
4579
4580 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4581
4582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4583         Use calculated video geometry from _setcaps instead of buffer
4584         caps to respect pixel aspect ratio. (fixes #322388)
4585
4586 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4587
4588         * docs/libs/tmpl/gstcolorbalance.sgml:
4589         * docs/libs/tmpl/gstmixer.sgml:
4590         * docs/libs/tmpl/gstxoverlay.sgml:
4591         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
4592         interface.
4593
4594 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4595
4596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4597         Refuse to create an XvImage if we can't find the format.
4598
4599 2005-11-28  Edward Hervey  <edward@fluendo.com>
4600
4601         * gst-libs/gst/riff/riff-media.c:
4602         (gst_riff_create_audio_template_caps):
4603         Add ATRAC3 to the list of riff-possible audio caps.
4604         I know we still don't have a plugin for atrac3, but it's saner to output
4605         that than a cryptic mimetype.
4606
4607 2005-11-27  Edward Hervey  <edward@fluendo.com>
4608
4609         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
4610         Don't try to create a zero-sized subbuffer.
4611
4612 2005-11-27  Julien MOUTTE  <julien@moutte.net>
4613
4614         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
4615         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
4616         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
4617         (gst_ximagesink_expose): Fixed a tricky race.
4618         * sys/ximage/ximagesink.h:
4619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4620         (gst_xvimagesink_expose): Fixed a tricky race.
4621         * sys/xvimage/xvimagesink.h:
4622
4623 2005-11-27  Edward Hervey  <edward@fluendo.com>
4624
4625         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4626         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
4627         Remove unused properties, and add queues between demuxers and decoders
4628         so that a lot more files can preroll properly.
4629
4630 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4631
4632         * gst-libs/gst/net/Makefile.am:
4633         * gst-libs/gst/rtp/Makefile.am:
4634         * gst-libs/gst/tag/Makefile.am:
4635           remove silly include
4636         * gst/tags/Makefile.am:
4637         * gst/tags/gsttagediting.c:
4638         * gst/tags/gsttageditingprivate.h:
4639         * gst/tags/tagedit.vcproj:
4640           remove directory, is as good as empty
4641
4642 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4643
4644         * configure.ac:
4645           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
4646         * gst-libs/Makefile.am:
4647         * gst-libs/gst/audio/Makefile.am:
4648         * gst-libs/gst/interfaces/Makefile.am:
4649         * gst-libs/gst/net/Makefile.am:
4650         * gst-libs/gst/riff/Makefile.am:
4651         * gst-libs/gst/rtp/Makefile.am:
4652         * gst-libs/gst/tag/Makefile.am:
4653         * gst-libs/gst/video/Makefile.am:
4654           and use them
4655
4656 2005-11-27  Julien MOUTTE  <julien@moutte.net>
4657
4658         * docs/libs/tmpl/gstcolorbalance.sgml:
4659         * docs/libs/tmpl/gstmixer.sgml:
4660         * docs/libs/tmpl/gstxoverlay.sgml:
4661         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
4662         * sys/ximage/ximagesink.h:
4663         * sys/xvimage/xvimagesink.h: More and more documentation.
4664
4665 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4666
4667         * docs/libs/gst-plugins-base-libs-docs.sgml:
4668         * docs/libs/gst-plugins-base-libs-sections.txt:
4669         * docs/libs/tmpl/gstcolorbalance.sgml:
4670         * docs/libs/tmpl/gstmixer.sgml:
4671         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
4672         to documentation.
4673
4674 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4675
4676         * docs/plugins/Makefile.am:
4677         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4678         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4679         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
4680
4681 2005-11-26  Julien MOUTTE  <julien@moutte.net>
4682
4683         * docs/plugins/Makefile.am:
4684         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4685         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4686         * docs/plugins/inspect/plugin-adder.xml:
4687         * docs/plugins/inspect/plugin-alsa.xml:
4688         * docs/plugins/inspect/plugin-audioconvert.xml:
4689         * docs/plugins/inspect/plugin-audiorate.xml:
4690         * docs/plugins/inspect/plugin-audioresample.xml:
4691         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4692         * docs/plugins/inspect/plugin-decodebin.xml:
4693         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4694         * docs/plugins/inspect/plugin-gnomevfs.xml:
4695         * docs/plugins/inspect/plugin-ogg.xml:
4696         * docs/plugins/inspect/plugin-playbin.xml:
4697         * docs/plugins/inspect/plugin-subparse.xml:
4698         * docs/plugins/inspect/plugin-tcp.xml:
4699         * docs/plugins/inspect/plugin-theora.xml:
4700         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4701         * docs/plugins/inspect/plugin-video4linux.xml:
4702         * docs/plugins/inspect/plugin-videorate.xml:
4703         * docs/plugins/inspect/plugin-videoscale.xml:
4704         * docs/plugins/inspect/plugin-videotestsrc.xml:
4705         * docs/plugins/inspect/plugin-volume.xml:
4706         * docs/plugins/inspect/plugin-vorbis.xml:
4707         * docs/plugins/inspect/plugin-ximagesink.xml:
4708         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
4709         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
4710
4711 2005-11-26  Edward Hervey  <edward@fluendo.com>
4712
4713         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
4714         Properly return GstFlowReturn from gst_pad_push in chain functions.
4715
4716 2005-11-25  Michael Smith  <msmith@fluendo.com>
4717
4718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4719         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4720         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4721         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
4722           Handle various conditions better when we don't understand a stream.
4723           Removes a heap of CRITICALs on ogg streams containing unknown data.
4724
4725 2005-11-24  Andy Wingo  <wingo@pobox.com>
4726
4727         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
4728         Be threadsafe.
4729
4730 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4731
4732         * configure.ac: back to HEAD
4733
4734 === release 0.9.6 ===
4735
4736 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
4737
4738         * configure.ac:
4739           releasing 0.9.6, "White Eight"
4740
4741 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4742
4743         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4744         * docs/plugins/inspect/plugin-sine.xml:
4745           remove sinesrc some more
4746
4747 2005-11-23  Wim Taymans  <wim@fluendo.com>
4748
4749         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4750         If we are reading too slowly, jump forward in the ringbuffer
4751         instead of blocking.
4752
4753 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4754
4755         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4756         (gst_visual_chain):
4757         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
4758         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
4759         (gst_videorate_chain):
4760         * gst/videotestsrc/gstvideotestsrc.c:
4761         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
4762         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
4763         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
4764         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
4765         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4766         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4767           Updates for API changes
4768
4769 2005-11-23  Wim Taymans  <wim@fluendo.com>
4770
4771         * gst-libs/gst/audio/gstbaseaudiosink.c:
4772         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4773         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4774         Fix for calibration API change.
4775
4776 2005-11-23  Michael Smith <msmith@fluendo.com>
4777
4778         * gst-libs/gst/audio/multichannel.c:
4779         (gst_audio_get_channel_positions),
4780         (gst_audio_set_channel_positions),
4781         (gst_audio_set_structure_channel_positions_list),
4782         (gst_audio_fixate_channel_positions):
4783           Use gst_value_array_*() functions on value arrays, not
4784           gst_value_list_*().
4785
4786 2005-11-23  Edward Hervey  <edward@fluendo.com>
4787
4788         * autogen.sh:
4789         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
4790         Fixes autogen
4791
4792 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4793
4794         * check/Makefile.am:
4795         * check/elements/videotestsrc.c: (setup_videotestsrc),
4796         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
4797         (main):
4798           add a test for videotestsrc
4799
4800 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4801
4802         * gst/sine/.cvsignore:
4803         * gst/sine/Makefile.am:
4804         * gst/sine/gstsinesrc.c:
4805         * gst/sine/gstsinesrc.h:
4806         * gst/sine/sinesrc.vcproj:
4807           and remove sinesrc from the repository.  Closes #321446
4808
4809 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4810
4811         * configure.ac:
4812         * gst-plugins-base.spec.in:
4813           remove sinesrc from the build
4814
4815 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4816
4817         * check/Makefile.am:
4818         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
4819         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
4820         (main):
4821           add a test for audiotestsrc, testing all waves.  Even seems
4822           leak-free at first glance, nice job Stefan
4823
4824 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4825
4826         * po/af.po:
4827         * po/az.po:
4828         * po/cs.po:
4829         * po/en_GB.po:
4830         * po/hu.po:
4831         * po/it.po:
4832         * po/nb.po:
4833         * po/nl.po:
4834         * po/or.po:
4835         * po/sq.po:
4836         * po/sr.po:
4837         * po/sv.po:
4838         * po/uk.po:
4839         * po/vi.po:
4840           Translation string updates
4841
4842         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4843         (gst_v4lsrc_set_caps):
4844         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4845         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4846         * sys/v4l/v4lsrc_calls.h:
4847           Improve v4lsrc, by making it work again.
4848
4849 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4850
4851         * ext/libvisual/visual.c: (gst_visual_chain):
4852           Fix the fps calculations.
4853
4854         * gst/ffmpegcolorspace/avcodec.h:
4855           Move structure element for clarity
4856
4857         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
4858         * gst-libs/gst/interfaces/tunernorm.h:
4859         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
4860         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
4861         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
4862         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
4863         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
4864         (gst_v4lmjpegsrc_getcaps):
4865         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4866         (gst_v4lsrc_set_caps):
4867         * sys/v4l/gstv4lsrc.h:
4868         * sys/v4l/v4l_calls.c: (gst_v4l_open):
4869         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4870         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4871         * sys/v4l/v4lsrc_calls.h:
4872           Fractional framerates...
4873
4874 2005-11-22  Wim Taymans  <wim@fluendo.com>
4875
4876         * gst-libs/gst/audio/gstbaseaudiosink.c:
4877         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4878         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4879         And we provide a clock by default, of course...
4880
4881 2005-11-22  Wim Taymans  <wim@fluendo.com>
4882
4883         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
4884         This clock can be slaved to a master clock now.
4885
4886         * gst-libs/gst/audio/gstbaseaudiosink.c:
4887         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4888         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
4889         (gst_base_audio_sink_set_clock),
4890         (gst_base_audio_sink_set_property),
4891         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
4892         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4893         * gst-libs/gst/audio/gstbaseaudiosink.h:
4894         Handle slaving the internal clock to the clock selected in the
4895         pipeline.
4896         Add property to make the basesink not provide a clock.
4897
4898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4899         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4900         (gst_base_rtp_depayload_wait):
4901         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4902         We can use the clock in GstElement, no need to store it ourselves.
4903
4904 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4905
4906         * docs/libs/tmpl/gstaudio.sgml:
4907           update
4908         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4909         (gst_paranoia_endian_get_type):
4910         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
4911         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4912         * gst/audiotestsrc/gstaudiotestsrc.c:
4913         (gst_audiostestsrc_wave_get_type):
4914         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
4915         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4916         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4917         (gst_sync_method_get_type), (gst_unit_type_get_type),
4918         (gst_client_status_get_type), (gst_multifdsink_class_init),
4919         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
4920         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
4921         (gst_multifdsink_get_property):
4922         * gst/tcp/gstmultifdsink.h:
4923         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
4924         * gst/videotestsrc/gstvideotestsrc.c:
4925         (gst_videotestsrc_pattern_get_type):
4926           remove deprecated properties
4927           fix up enums to correctly have short lowercase dashed nicks
4928
4929 2005-11-22  Michael Smith <msmith@fluendo.com>
4930
4931         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4932         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4933           Add underscore.
4934
4935 2005-11-22  Michael Smith <msmith@fluendo.com>
4936
4937         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4938         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4939           Use utility method for scaling clocktime for fractional framerates.
4940
4941 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
4942
4943         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4944         (gst_visual_chain):
4945         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4946         * ext/theora/theoradec.c: (theora_handle_type_packet):
4947         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4948         (theora_enc_chain):
4949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4950         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
4951         * gst-libs/gst/video/video.h:
4952         * gst/ffmpegcolorspace/avcodec.h:
4953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4954         (gst_ffmpeg_caps_to_pixfmt):
4955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4956         (gst_ffmpegcsp_set_caps):
4957         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4958         (gst_videorate_setcaps), (gst_videorate_blank_data),
4959         (gst_videorate_chain):
4960         * gst/videotestsrc/gstvideotestsrc.c:
4961         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
4962         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
4963         (gst_videotestsrc_event), (gst_videotestsrc_create):
4964         * gst/videotestsrc/gstvideotestsrc.h:
4965         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4966         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4967         (gst_ximagesink_get_times), (gst_ximagesink_init):
4968         * sys/ximage/ximagesink.h:
4969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4970         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4971         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
4972         * sys/xvimage/xvimagesink.h:
4973           Convert elements to use fractions for their framerate.
4974           V4L elements to come later tonight.
4975
4976 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4977
4978         * gst-libs/gst/audio/audio.c:
4979         * gst-libs/gst/audio/audio.h:
4980           remove some deprecated functions
4981
4982 2005-11-22  Andy Wingo  <wingo@pobox.com>
4983
4984         * Update for gst_tag_setter API changes.
4985
4986 2005-11-22  Andy Wingo  <wingo@pobox.com>
4987
4988         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4989         (gst_ogg_demux_perform_seek):
4990         * ext/theora/theoradec.c (theora_dec_sink_event):
4991         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4992         update-funcnames.
4993
4994 2005-11-22  Wim Taymans  <wim@fluendo.com>
4995
4996         * examples/seeking/seek.c: (main):
4997         Give higher priority to bus signals than the gtk events
4998         to fix a race condition in the segment looping.
4999
5000 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5001
5002         * ext/theora/Makefile.am:
5003         * ext/vorbis/Makefile.am:
5004         * gst-libs/gst/tag/Makefile.am:
5005         * gst-plugins-base.spec.in:
5006           Rename libgsttagedit to libgsttag (#322117).
5007
5008 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5012           Call gst_x_overlay_prepare_xwindow_id() to give applications
5013           a final chance to set their own xwindow id before the video
5014           sink creates its own window.
5015
5016 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5017
5018         * sys/xvimage/xvimagesink.c:
5019         (gst_xvimagesink_navigation_send_event): Handle navigation
5020         events correcly with borders if applicable.
5021
5022 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5023
5024         Patch by: Luca Ognibene
5025
5026         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5027         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5029         (gst_ffmpegcsp_caps_remove_format_info):
5030         * gst/ffmpegcolorspace/imgconvert.c:
5031         * gst/ffmpegcolorspace/imgconvert_template.h:
5032           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5033           #318353); use gst_structure_has_name().
5034
5035 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5036
5037         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5038         (gst_ximagesink_class_init): Add debug macros on functions.
5039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5040         (gst_xvimagesink_xwindow_draw_borders),
5041         (gst_xvimagesink_xvimage_put),
5042         (gst_xvimagesink_xwindow_update_geometry),
5043         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5044         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5045         (gst_xvimagesink_xcontext_clear),
5046         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5047         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5048         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5049         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5050         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5051         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5052         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5053         expose while being PAUSED, out of data flow navigation events, etc..
5054
5055 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5056
5057         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5058         * gst-libs/gst/audio/audio.h:
5059           fix prototype - wondering why the test worked regardless
5060
5061 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5062
5063         * check/Makefile.am:
5064         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5065         * gst-libs/gst/audio/audio.h:
5066           add a method that returns a proper GstClockTime
5067
5068 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5071         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5072         * gst-libs/gst/interfaces/xoverlay.h:
5073           Remove everything having to do with the desired size; add 
5074           gst_x_overlay_prepare_xwindow_id() function; remove the
5075           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5076           post a message on the bus instead (#321816).
5077
5078         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5080         (gst_xvimagesink_xoverlay_init):
5081           Remove desired size stuff (#321816).
5082
5083 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5084
5085         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5086         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5087         (mpeg_video_type_find), (mpeg_video_stream_type_find):
5088           Terminate vararg functions with NULL instead of 0 to 
5089           make gcc4 happy.
5090
5091 2005-11-21  Andy Wingo  <wingo@pobox.com>
5092
5093         patch by: Sebastien Cote <sebas642@yahoo.ca>
5094         
5095         * gst-libs/gst/rtp/gstrtpbuffer.h: 
5096         * gst-libs/gst/rtp/gstrtpbuffer.c
5097         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5098
5099 2005-11-21  Andy Wingo  <wingo@pobox.com>
5100
5101         * gst/playback/gstplaybin.c (gen_audio_element) 
5102         (gen_video_element): Use the new MISSING_PLUGIN core error
5103         category. Closes #320060.
5104
5105         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
5106         * gst/videorate/gstvideorate.c (gst_videorate_event):
5107         * ext/theora/theoradec.c (theora_dec_sink_event): 
5108         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5109         stream lock.
5110
5111         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5112         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5113         stream lock changes.
5114
5115 2005-11-21  Wim Taymans  <wim@fluendo.com>
5116
5117         * gst-libs/gst/audio/gstbaseaudiosink.c:
5118         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5119         (gst_base_audio_sink_provide_clock),
5120         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5121         (gst_base_audio_sink_change_state):
5122         * gst/audioresample/gstaudioresample.c:
5123         Segment update fix.
5124
5125 2005-11-21  Andy Wingo  <wingo@pobox.com>
5126
5127         * *.h:
5128         * *.c: Ran scripts/update-macros. Oh yes.
5129
5130 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5131
5132         * sys/ximage/Makefile.am:
5133         * sys/ximage/ximage.c:
5134           Rename ximage plugin to ximagesink (#321426) (Don't forget to
5135           remove your old libgstximage.* manually if necessary).
5136
5137 2005-11-21  Michael Smith <msmith@fluendo.com>
5138
5139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5140           Minimal fix for bug #320200: set the min/max bitrate in the correct
5141           units. A better fix would be to upgrade to the RATEMANAGE2
5142           interface, rather than using the deprecated interface used here, but
5143           that would require an update in our libvorbis dependency (to 1.1),
5144           which is probably undesirable.
5145
5146 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
5147
5148         * ext/libvisual/visual.c: (get_buffer):
5149         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5150         (gst_base_audio_src_fixate):
5151         * gst/audioconvert/gstaudioconvert.c:
5152         (gst_audio_convert_fixate_caps):
5153         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5154         * gst/audiotestsrc/gstaudiotestsrc.c:
5155         (gst_audiotestsrc_src_fixate):
5156         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5157         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5158         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5159         * gst/videotestsrc/gstvideotestsrc.c:
5160         (gst_videotestsrc_src_fixate):
5161         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5163           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5164           (#322027)
5165
5166
5167 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5168
5169         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5170         (gst_riff_create_iavs_caps):
5171         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5172         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5173         (gst_riff_parse_info):
5174         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5175         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5177           Fixes for GST_FOURCC_FORMAT API change.
5178
5179 2005-11-21  Andy Wingo  <wingo@pobox.com>
5180
5181         patch by: Alessandro Dessina <alessandro nnva org>
5182
5183         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5184         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5185         (gst_ogg_parse_chain):
5186         * ext/theora/theoraenc.c (theora_set_header_on_caps):
5187         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5188         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5189         gst_value_list calls on arrays. Fixes #321962.
5190
5191 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5194         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5195         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5196         * gst/adder/gstadder.c: (gst_adder_init),
5197         (gst_adder_request_new_pad), (gst_adder_collected),
5198         (gst_adder_change_state):
5199           Update for gst_collectpads_foo() to gst_collect_pads_foo()
5200           API change.
5201
5202 2005-11-21  Michael Smith <msmith@fluendo.com>
5203
5204         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5205         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5206           Properly handle pad_push return values.
5207
5208 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
5209
5210         * gst-libs/gst/tag/Makefile.am:
5211         * gst-libs/gst/tag/gstvorbistag.c:
5212         (gst_tag_list_to_vorbiscomment_buffer):
5213           Remove obsolete vorbistag element and debug category.
5214
5215         * gst/playback/gstplaybasebin.c: (check_queue):
5216           Don't divide by 0 when queue-threshold is 0.
5217
5218         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5219           Don't modify an existing pixel-aspect-ratio if we fail to read
5220           a new one.
5221
5222 2005-11-20  Wim Taymans  <wim@fluendo.com>
5223
5224         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5225         (gst_vorbisenc_push_packet):
5226         GST_PAD_IS_USABLE is gone, use the return value of
5227         the push or pad_alloc_buffer instead.
5228
5229 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5230
5231         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5232         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5233         (gst_ximagesink_ximage_destroy),
5234         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5235         (gst_ximagesink_xwindow_new),
5236         (gst_ximagesink_xwindow_update_geometry),
5237         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5238         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5239         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5240         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5241         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5242         (gst_ximagesink_navigation_send_event),
5243         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5244         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5245         (gst_ximagesink_finalize), (gst_ximagesink_init),
5246         (gst_ximagesink_class_init):
5247         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5248         This new version brings correct software scaling, non flickering
5249         window while resizing, pixel aspect ratio handling, usage of
5250         hardware buffer pools, out of data flow event thread for 
5251         navigation and handling of expose events even when being PAUSED,
5252         a new property to keep video aspect ratio when resizing, etc...
5253
5254 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5255
5256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5257         (gst_videoscale_fixate_caps): Introduce back caps fixate with
5258         handling of PAR.
5259
5260 2005-11-18    <bilboed@dvdsrc.fluendo.com>
5261
5262         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
5263         Unsetting IS_SINK flag from the fakesink, so decodebin
5264         never behaves as a sink.
5265
5266 2005-11-17  Wim Taymans  <wim@fluendo.com>
5267
5268         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5269         (gst_base_audio_src_change_state):
5270         Fix the audiosrc base class again, we did not unflush.
5271
5272 2005-11-17  Julien MOUTTE  <julien@moutte.net>
5273
5274         * examples/seeking/seek.c: (make_dv_pipeline),
5275         (make_vorbis_theora_pipeline), (make_avi_pipeline),
5276         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5277         to ogg/vorbis/theora pipeline.
5278
5279 2005-11-17  Wim Taymans  <wim@fluendo.com>
5280
5281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5282         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5283         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5284         Fix EOS on multiple streams.
5285         More debugging.
5286
5287 2005-11-16  Wim Taymans  <wim@fluendo.com>
5288
5289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5290         (gst_ogg_demux_perform_seek):
5291         Segment done must include stream time.
5292
5293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5294         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5295         (gst_ogg_mux_change_state):
5296         Fix ogg muxer again.
5297
5298 2005-11-16  Wim Taymans  <wim@fluendo.com>
5299
5300         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5301         Fix compile again.
5302
5303 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5304
5305         * ext/libvisual/visual.c: (gst_visual_init):
5306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5307         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
5308         (gst_ogg_parse_chain):
5309         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5310         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
5311         * ext/theora/theoradec.c: (gst_theora_dec_init):
5312         * ext/theora/theoraenc.c: (gst_theora_enc_init):
5313         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5314         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
5315         * gst/adder/gstadder.c: (gst_adder_class_init),
5316         (gst_adder_dispose):
5317         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5318         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5319         * gst/videorate/gstvideorate.c: (gst_videorate_init):
5320           Fix a whole set of pad template leaks
5321
5322 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5323
5324         * check/generic/states.c: (GST_START_TEST):
5325           fix the test so that it only checks for elements that are part of
5326           this source module
5327
5328 2005-11-16  Michael Smith <msmith@fluendo.com>
5329
5330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
5331         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
5332         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5333         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5334         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
5335         (gst_ogg_mux_change_state):
5336           Fix leaking collectpads.
5337
5338 2005-11-16  Edward Hervey  <edward@fluendo.com>
5339
5340         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5341         (gst_videorate_event), (gst_videorate_chain):
5342         Handle segment seeks
5343
5344 2005-11-16  Wim Taymans  <wim@fluendo.com>
5345
5346         * gst-libs/gst/audio/gstbaseaudiosink.c:
5347         (gst_base_audio_sink_provide_clock),
5348         (gst_base_audio_sink_change_state):
5349         Set ringbuffer to non-flushing when going to PAUSED, set to
5350         flushing again when going to READY.
5351
5352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5353         (gst_ring_buffer_stop):
5354         Start in flushing mode by default.
5355         Don't set flushing in the _stop method, let the app call
5356         this explicitly.
5357
5358 2005-11-16  Julien MOUTTE  <julien@moutte.net>
5359
5360         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
5361         * gst-libs/gst/video/videosink.h: Add helper function needed
5362         for video sinks.
5363
5364 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5365
5366         * gst/videoscale/gstvideoscale.c:
5367         (gst_videoscale_handle_src_event):
5368           Don't leak reference to pad parent.
5369
5370 2005-11-16  Wim Taymans  <wim@fluendo.com>
5371
5372         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
5373         Set ringbuffer to flushing when stopping so that we don't
5374         block on wait_segment anymore and livelock.
5375
5376 2005-11-16  Wim Taymans  <wim@fluendo.com>
5377
5378         * examples/seeking/seek.c: (send_event), (do_seek),
5379         (loop_toggle_cb), (segment_done), (main):
5380         Added looping checkbox.
5381
5382 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5383
5384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5385         (gst_ogg_demux_init):
5386         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5387         (gst_vorbis_dec_init):
5388           revert unrefs, they don't pass make check
5389
5390 2005-11-15  Johan Dahlin  <johan@gnome.org>
5391
5392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5393         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
5394         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5395         (gst_vorbis_dec_init):
5396         Fix pad template leaks. 
5397
5398 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5399
5400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5401           Make state change function thread safe.
5402
5403 2005-11-15  Edward Hervey  <edward@fluendo.com>
5404
5405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
5406         (gst_ogg_demux_class_init):
5407         Implement GstElement::send_event, so we can send seek events
5408         in GST_STATE_READY
5409
5410 2005-11-14  Julien MOUTTE  <julien@moutte.net>
5411
5412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
5413         Discovered how to take away flickering while resizing the
5414         window. Please don't put that in ximagesink, refactoring in
5415         progress.
5416
5417 2005-11-14  Michael Smith <msmith@fluendo.com>
5418
5419         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
5420         (gst_multifdsink_render):
5421           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
5422
5423 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5424
5425         * gst/playback/gstplaybin.c: (gen_audio_element):
5426           Use autoaudiosink, it tends to be more widely available than
5427           autoaudiiosink.
5428           
5429 2005-11-14  Andy Wingo  <wingo@pobox.com>
5430
5431         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
5432         as well if it is available. Fixes #316442.
5433
5434 2005-11-14  Michael Smith <msmith@fluendo.com>
5435
5436         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
5437         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
5438         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5439         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5440         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
5441         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
5443         (gst_vorbisenc_change_state):
5444           Fix a small memory leak in vorbisenc.
5445           Fix large memory leaks in oggmux, also fix lots of state change
5446           bugs in oggmux.
5447
5448 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5449
5450         * gst/videotestsrc/gstvideotestsrc.c:
5451         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
5452         (gst_videotestsrc_src_fixate):
5453           move fixation to a fixate function
5454           remove negotiate function, basesrc's is good enough
5455           fixes a bug for check when using the element alone
5456
5457 2005-11-13  Edward Hervey  <edward@fluendo.com>
5458
5459         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
5460         (key_toggle_cb), (main):
5461         Added checkboxes for adding/removing the accurate and key_unit seek
5462         flags.
5463
5464 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5465
5466         * configure.ac: back to HEAD
5467
5468 === release 0.9.5 ===
5469
5470 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
5471
5472         * configure.ac:
5473           releasing 0.9.5, "No No Kia"
5474
5475 2005-11-11  Edward Hervey  <edward@fluendo.com>
5476
5477         * examples/seeking/seek.c: (make_parselaunch_pipeline):
5478         Added parse-launch syntax seeking mode for the seeking example.
5479         This should help stress-test even more cases.
5480         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
5481
5482 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         * sys/xvimage/xvimagesink.c:
5485         (gst_xvimagesink_navigation_send_event):
5486           Check whether peer pad exists before sending navigation events
5487           to it.
5488
5489 2005-11-11  Michael Smith <msmith@fluendo.com>
5490
5491         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
5492         (gst_vorbisenc_buffer_from_packet):
5493         * ext/vorbis/vorbisenc.h:
5494           Set duration on encoded buffers. This allows oggmux's
5495           max_page_delay parameter to actually work.
5496
5497 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
5498
5499         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5500         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
5501         (gst_ffmpegcsp_avpicture_fill):
5502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5503         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
5504           Make palettes work again (see #132341). Use our own macros
5505           for rounding up.
5506
5507 2005-11-10  Andy Wingo  <wingo@pobox.com>
5508
5509         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
5510         string doober.
5511
5512 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5513
5514         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5515         (gst_ffmpegcsp_transform_caps):
5516           Prefer passthrough in transform_caps
5517
5518 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5519
5520         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5521           check for ALSA errors properly, instead of relying on ALSA's
5522           error strings to serve to the user.
5523
5524 2005-11-10  Wim Taymans  <wim@fluendo.com>
5525
5526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
5527         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
5528         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
5529         Modernise the seek code.
5530
5531 2005-11-10  Michael Smith <msmith@fluendo.com>
5532         
5533         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
5534         (setup_substreams), (set_active_source):
5535           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
5536           trying to go to NULL if we failed to read a file.
5537
5538 2005-11-10  Wim Taymans  <wim@fluendo.com>
5539
5540         * gst/audiotestsrc/gstaudiotestsrc.c:
5541         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
5542         (gst_audiotestsrc_create):
5543         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5544         (gst_sinesrc_get_times), (gst_sinesrc_create):
5545         * gst/videotestsrc/gstvideotestsrc.c:
5546         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
5547         (gst_videotestsrc_create):
5548         The base class can now sync for us.
5549
5550 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5551
5552         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
5553           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
5554           name=source autoprobe=false autoprobe-fps=false copy-mode=1
5555           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
5556           format=(fourcc)I420" ! xvimagesink
5557
5558 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
5559
5560         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5561         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
5562         (gst_sinesrc_newsegment):
5563           Send newsegment event in TIME format, set duration if
5564           num-buffers is set, fix duration querying.
5565
5566 2005-11-10  Michael Smith <msmith@fluendo.com>
5567
5568         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5569         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5570         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5571         (gst_ogg_mux_collected):
5572          Fix EOS handling, partially. Now forwarding an EOS event once we have
5573          EOS on all pads works correctly. However, we still don't properly set
5574          EOS on the actual ogg stream pages.
5575
5576 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
5577
5578         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
5579           Set elements to NULL state before disposing of them.
5580
5581 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
5582
5583         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5586         (gst_base_rtp_depayload_init),
5587         (gst_base_rtp_depayload_set_gst_timestamp):
5588         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5589           We need to send a newsegment event for each instance, not
5590           just for the first instance of this class (get rid of
5591           static variable in function). (#321011).
5592           
5593 2005-11-08  Michael Smith <msmith@fluendo.com>
5594
5595         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5596         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
5597         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
5598         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
5599           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
5600           This makes us mux things correctly according to the ogg muxing
5601           rules. Still not handling EOS correctly right now, though.
5602
5603 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
5604
5605         * gst/audioconvert/gstaudioconvert.c:
5606           Fix typo in docs. 
5607
5608 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
5611         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
5612           Initialise segment_stop to GST_CLOCK_TIME_NONE when
5613           creating a new chain; should fix live streaming. Also
5614           add more debug output and fix a typo.
5615
5616 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
5617
5618         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5619
5620         * gst/volume/gstvolume.c: (volume_set_caps):
5621           Fix compilation on Solaris with Forte. (#320923)
5622
5623 2005-11-08  Wim Taymans  <wim@fluendo.com>
5624
5625         * gst-libs/gst/audio/gstbaseaudiosink.c:
5626         (gst_base_audio_sink_render):
5627         No need to do a typecheck.
5628
5629 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
5630
5631         * ext/alsa/gstalsa.h:
5632           We register a debug category, so let's use it.
5633
5634 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
5635
5636         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5637         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
5638         Fixed a small problem.
5639
5640 2005-11-04  Wim Taymans  <wim@fluendo.com>
5641
5642         * examples/seeking/Makefile.am:
5643         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
5644         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
5645         (make_playerbin_pipeline), (format_value), (update_scale),
5646         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
5647         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
5648         (print_usage), (main):
5649         Added app for playback speed testing.
5650
5651         * examples/seeking/seek.c: (dynamic_link),
5652         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
5653         (make_mpeg_pipeline), (do_seek), (set_update_scale),
5654         (message_received), (main):
5655         Updated seek example.
5656
5657 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
5658
5659         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5660         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5661         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
5662         (gst_base_rtp_depayload_set_clock):
5663         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5664         Don't sleep on the bench (system clock) when you have a nice 
5665         comfortable bed (Gstreamer clock) to sleep on.
5666
5667 2005-11-03  Wim Taymans  <wim@fluendo.com>
5668
5669         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5670         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
5671         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
5672         Handle the case where a pad_block failed.
5673
5674 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
5675
5676         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
5677
5678         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5679         (gst_base_rtp_depayload_add_to_queue),
5680         (gst_base_rtp_depayload_push),
5681         (gst_base_rtp_depayload_set_gst_timestamp),
5682         (gst_base_rtp_depayload_queue_release):
5683           Fixes some bugs in the depayloader's queuing/de-queueing code.
5684
5685 2005-10-31  Michael Smith <msmith@fluendo.com>
5686
5687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5688         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5689         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
5690           Patch from Alessandro Decina <alessandro@nnva.org>.
5691           Make oggdemux only find the final time in a chain, not per-pad,
5692           since the per-pad information can be very expensive to locate, and
5693           it isn't used anywhere. This makes reading a file containing
5694           OggSkeleton reasonably fast.
5695           Also, make chain finding work when there are logical bitstreams that
5696           can't be decoded. Fixes #319110.
5697
5698 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5699
5700         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5701         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5702         (gst_base_rtp_depayload_chain),
5703         (gst_base_rtp_depayload_add_to_queue),
5704         (gst_base_rtp_depayload_push),
5705         (gst_base_rtp_depayload_set_gst_timestamp),
5706         (gst_base_rtp_depayload_queue_release),
5707         (gst_base_rtp_depayload_start_thread),
5708         (gst_base_rtp_depayload_set_property),
5709         (gst_base_rtp_depayload_get_property):
5710         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5711         Some random fixes, to fullfill the desires of thomas.
5712
5713 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5714
5715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5716         (gst_base_rtp_depayload_add_to_queue),
5717         (gst_base_rtp_depayload_push):
5718         Fixed the queueing algorithm.
5719
5720 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
5721
5722         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5723         (gst_base_rtp_depayload_push):
5724         A small fix
5725
5726 2005-10-31  Wim Taymans  <wim@fluendo.com>
5727
5728         * gst-libs/gst/audio/gstringbuffer.h:
5729         Don't break ABI.
5730
5731         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5732         (gst_ffmpeg_caps_to_pixfmt):
5733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5734         (gst_ffmpegcsp_set_caps):
5735         Some more comments.
5736         Handle missing required caps fields better.
5737
5738 2005-10-31  Wim Taymans  <wim@fluendo.com>
5739
5740         * gst-libs/gst/audio/gstbaseaudiosink.c:
5741         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
5742         (gst_base_audio_sink_render):
5743         * gst-libs/gst/audio/gstringbuffer.c:
5744         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5745         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5746         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
5747         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
5748         (gst_ring_buffer_read):
5749         * gst-libs/gst/audio/gstringbuffer.h:
5750         Add flushing mode to the ringbuffer so that it in all cases does
5751         not try to handle more audio. This makes sure it does not try to
5752         block anymore when flushing and fixes a livelock.
5753
5754 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
5755
5756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5757         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5758         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
5759           Explicitly check for -1 values before doing a conversion
5760           and always map them to -1. (#315545)
5761
5762 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5763
5764         * gst/playback/gstplaybin.c: (gen_video_element):
5765           first try autovideosink, then xvimagesink, then error out
5766         * po/POTFILES.in:
5767           add translatable file
5768         * po/af.po:
5769         * po/az.po:
5770         * po/cs.po:
5771         * po/en_GB.po:
5772         * po/hu.po:
5773         * po/it.po:
5774         * po/nb.po:
5775         * po/nl.po:
5776         * po/or.po:
5777         * po/sq.po:
5778         * po/sr.po:
5779         * po/sv.po:
5780         * po/uk.po:
5781         * po/vi.po:
5782           update translations
5783
5784 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
5785
5786         * gst-libs/gst/rtp/gstbasedepayload.c:
5787         * gst-libs/gst/rtp/gstbasedepayload.h:
5788           Minor cleanups
5789
5790 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5791
5792         * gst/playback/.cvsignore:
5793         * gst/playback/decodetest.c:
5794         * gst/playback/test3.c:
5795           Port these two tests as well.
5796
5797 2005-10-27  Wim Taymans  <wim@fluendo.com>
5798
5799         * ext/theora/theoradec.c: (theora_dec_src_query),
5800         (theora_dec_sink_event):
5801         * ext/theora/theoraenc.c: (theora_enc_sink_event),
5802         (theora_enc_change_state):
5803         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5804         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5805         Take proper locks when handling events.
5806
5807 2005-10-27  Wim Taymans  <wim@fluendo.com>
5808
5809         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
5810         (gst_adder_change_state):
5811         Fix timestamps and fix deadlock when stopping the collectpads.
5812
5813 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
5814
5815         * gst-libs/gst/rtp/gstrtpbuffer.h:
5816         Declaring the payload types as strings too so that they can be used
5817         in the padtemplate inialization.
5818
5819 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
5820
5821         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
5822
5823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5824         (gst_base_rtp_depayload_class_init):
5825         Fixes a small but nasty bug. The derived elements no longer segfaults
5826         on finalization.
5827
5828 2005-10-26  Michael Smith <msmith@fluendo.com>
5829
5830         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
5831           When clearing an audioconvert context, set tmpbufsize to zero, so
5832           we'll allocate it again later if required.
5833           This fixes audioconvert re-negotiating formats, which previously
5834           segfaulted with a NULL destination buffer.
5835
5836 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
5837
5838         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5839         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
5840         (gst_base_rtp_depayload_set_gst_timestamp),
5841         (gst_base_rtp_depayload_queue_release):
5842         Fixed a smalll memleak.
5843
5844 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
5845         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5846         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
5847         (gst_base_rtp_depayload_finalize),
5848         (gst_base_rtp_depayload_setcaps),
5849         (gst_base_rtp_depayload_add_to_queue),
5850         (gst_base_rtp_depayload_push),
5851         (gst_base_rtp_depayload_set_gst_timestamp),
5852         (gst_base_rtp_depayload_queue_release),
5853         (gst_base_rtp_depayload_thread),
5854         (gst_base_rtp_depayload_change_state):
5855         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5856         Changed the C++ comments to C comments
5857
5858 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
5861         * gst/tcp/gsttcpclientsrc.h:
5862         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
5863         * gst/tcp/gsttcpserversrc.h:
5864           Remove unused 'curoffset' structure member.
5865
5866 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
5867
5868         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5869         (gst_base_rtp_depayload_base_init),
5870         (gst_base_rtp_depayload_finalize):
5871         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5872         * gst-libs/gst/rtp/gstbasertppayload.h:
5873           The pad-template on the sinkpad should be set by the derived classes.
5874           Also added some useful macros.
5875
5876 2005-10-24  Wim Taymans  <wim@fluendo.com>
5877
5878         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5879         Correctly flush decoder samples even if we could not
5880         copy them to an output buffer. Fixes #319618.
5881
5882 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5883
5884         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
5886         the caps against our xcontext caps.
5887
5888 2005-10-24  Wim Taymans  <wim@fluendo.com>
5889
5890         * gst-libs/gst/audio/gstbaseaudiosink.c:
5891         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5892         Remove g_print
5893         Use sync property from baseclass to disable sync.
5894
5895 2005-10-24  Wim Taymans  <wim@fluendo.com>
5896
5897         * gst-libs/gst/audio/gstbaseaudiosink.c:
5898         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5899         Buffers with no timestamps get aligned with previous buffers or
5900         on underrun, played ASAP.
5901
5902 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5903
5904         * gst-libs/gst/video/video.h:
5905         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5906         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
5908         here comes my change on caps for framerate and geometry range.
5909         We are now accepting 1 to MAXINT for width and height, and from
5910         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
5911         to be blended correctly in videomixer.
5912
5913 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5914
5915         * configure.ac:
5916           back to HEAD
5917
5918 === release 0.9.4 ===
5919
5920 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5921
5922         * NEWS:
5923         * RELEASE:
5924         * configure.ac:
5925           releasing 0.9.4, "Velociraptor"
5926
5927 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5928
5929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5930         * po/POTFILES.in:
5931           STOPPED -> FAILED
5932
5933 2005-10-21  Wim Taymans  <wim@fluendo.com>
5934
5935         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5936         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
5937         (pad_blocked), (close_pad_link), (new_pad):
5938         Don't try to remove elements twice.
5939
5940 2005-10-21  Wim Taymans  <wim@fluendo.com>
5941
5942         * ext/theora/theoradec.c: (theora_dec_src_query),
5943         (theora_dec_sink_event):
5944         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5945         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5946         (vorbis_handle_data_packet):
5947         * ext/vorbis/vorbisdec.h:
5948         Fix old naming.
5949
5950         * gst-libs/gst/audio/gstbaseaudiosink.c:
5951         (gst_base_audio_sink_render):
5952         Don't try to sync on buffers without a timestamp.
5953
5954 2005-10-21  Wim Taymans  <wim@fluendo.com>
5955
5956         * ext/theora/theoradec.c: (theora_dec_src_query),
5957         (theora_dec_sink_event):
5958         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5959         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5960         (vorbis_handle_data_packet):
5961         * ext/vorbis/vorbisdec.h:
5962         Fix old naming.
5963
5964 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5965
5966         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
5967         (gst_vorbisenc_src_query):
5968           Implement position and duration queries.
5969
5970         * gst/playback/test3.c: (update_scale), (main):
5971           Fix for async state changes and print nicer output.
5972
5973 2005-10-20  Wim Taymans  <wim@fluendo.com>
5974
5975         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5976         (dump_element_stats), (main):
5977         * gst/playback/test6.c: (main):
5978         Fix tests again
5979
5980 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5983         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5984           Don't use functions for position queries when handling
5985           duration queries.
5986
5987 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5990         (vorbis_handle_data_packet), (vorbis_dec_chain),
5991         (vorbis_dec_change_state):
5992         * ext/vorbis/vorbisdec.h:
5993           Vorbis streams can be embedded in other container formats
5994           than ogg, container formats where the demuxer might set 
5995           timestamps on encoded vorbis buffers instead of those silly 
5996           granulepos thingies. In short: make vorbisdec handle 
5997           timestamps on incoming buffers as well.
5998
5999 2005-10-20  Wim Taymans  <wim@fluendo.com>
6000
6001         * gst/playback/gstplaybasebin.c: (group_destroy),
6002         (gst_play_base_bin_change_state):
6003         Fix leak.
6004         Handle case where playbasebin is now ASYNC because
6005         decodebin is.
6006
6007 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6008
6009         * gst/audioconvert/Makefile.am:
6010         * gst/audioconvert/bufferframesconvert.c:
6011         * gst/audioconvert/plugin.c: (plugin_init):
6012         * gst/audioconvert/plugin.h:
6013           And bye bye buffer-frames-convert
6014
6015 2005-10-19  Wim Taymans  <wim@fluendo.com>
6016
6017         * check/elements/audioconvert.c:
6018         * docs/libs/tmpl/gstaudio.sgml:
6019         * docs/libs/tmpl/gstcolorbalance.sgml:
6020         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6021         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6022         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6023         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6024         * gst-libs/gst/audio/audio.h:
6025         * gst/audioconvert/audioconvert.h:
6026         * gst/audioconvert/gstaudioconvert.c:
6027         (gst_audio_convert_parse_caps):
6028         * gst/volume/gstvolume.c:
6029         Bye bye buffer-frames.
6030
6031 2005-10-19  Wim Taymans  <wim@fluendo.com>
6032
6033         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6034         (query_positions_elems), (query_positions_pads), (update_scale),
6035         (do_seek), (set_update_scale), (message_received), (main):
6036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6037         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6038         (gst_ogg_demux_loop):
6039         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6040         * ext/theora/theoradec.c: (theora_dec_src_query),
6041         (theora_dec_sink_event):
6042         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6043         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6044         * gst/adder/gstadder.c: (gst_adder_query):
6045         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6046         * gst/playback/test3.c: (update_scale):
6047         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6048         (dump_element_stats), (main):
6049         * gst/playback/test6.c: (main):
6050         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6051         Query API update.
6052
6053 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6056         (xml_check_first_element), (xml_type_find), (smil_type_find),
6057         (plugin_init):
6058           Add typefinding for SMIL and for generic XML. Based on patch by
6059           Akos Maroy (#308663).
6060
6061 2005-10-18  Wim Taymans  <wim@fluendo.com>
6062
6063         * gst/playback/Makefile.am:
6064         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6065         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6066         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6067         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6068         (gst_decode_bin_change_state):
6069         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6070         (gst_play_bin_send_event_to_sink):
6071         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6072         (dump_element_stats), (main):
6073         * gst/playback/test6.c: (main):
6074         Make playbin async, it'll commit state to paused when all streams
6075         are detected.
6076         Remove ugly hack.
6077         Added test6.c to show async behaviour.
6078
6079 2005-10-18  Wim Taymans  <wim@fluendo.com>
6080
6081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6082         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6083         Fix for segment-start/stop API change.
6084
6085 2005-10-18  Wim Taymans  <wim@fluendo.com>
6086
6087         * check/Makefile.am:
6088         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6089         (main):
6090         Add future test for clock selection.
6091
6092 2005-10-18  Wim Taymans  <wim@fluendo.com>
6093
6094         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6095         (gst_alsasink_close):
6096         Set handle to NULL.
6097
6098         * gst-libs/gst/audio/gstringbuffer.c:
6099         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6100         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6101         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6102         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6103         (gst_ring_buffer_read):
6104         More debug info.
6105
6106 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
6107
6108         * gst/audiotestsrc/Makefile.am:
6109         * gst/sine/Makefile.am:
6110         * gst/volume/Makefile.am:
6111           fix broken build of controllerized plugins
6112
6113 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6114
6115         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6116
6117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6118         (gst_riff_create_video_template_caps):
6119           Add support for Indeo-3 (IV32).
6120
6121 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6122
6123         * configure.ac:
6124           rewrite
6125
6126 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6127
6128         * gst-libs/gst/video/video.c: (gst_video_get_size):
6129         * gst/audiotestsrc/gstaudiotestsrc.c:
6130           doc updates
6131
6132 2005-10-17  Andy Wingo  <wingo@pobox.com>
6133
6134         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6135         with the collectpads change.
6136         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6137
6138         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6139
6140         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6141
6142         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6143         alloc_buffer flow return to callers.
6144         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6145         change. Fix some memleaks in theoraenc.
6146
6147         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6148         in strange circumstance.
6149
6150 2005-10-17  Julien MOUTTE  <julien@moutte.net>
6151
6152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6153         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6154         from caps, let's use the caps...
6155
6156 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6157
6158         * configure.ac:
6159           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6160
6161 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6162
6163         * gst-libs/gst/interfaces/Makefile.am:
6164           fix silly typo
6165
6166 2005-10-16  Andy Wingo  <wingo@pobox.com>
6167
6168         * gst/playback/gstdecodebin.c
6169         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6170         function!
6171         (try_to_link_1): Increase kraziness level.
6172
6173 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6174
6175         * configure.ac:
6176           restructure like the core one
6177         * gst-libs/gst/audio/Makefile.am:
6178         * gst-libs/gst/interfaces/Makefile.am:
6179         * gst-libs/gst/net/Makefile.am:
6180         * gst-libs/gst/riff/Makefile.am:
6181         * gst-libs/gst/rtp/Makefile.am:
6182         * gst-libs/gst/tag/Makefile.am:
6183         * gst-libs/gst/video/Makefile.am:
6184           use correct linker flags, now the libs are properly versioned
6185         * check/elements/audioconvert.c: (verify_convert):
6186         * ext/alsa/gstalsaplugin.c:
6187         * ext/cdparanoia/gstcdparanoia.c:
6188         * ext/gnomevfs/gstgnomevfs.c:
6189         * ext/libvisual/visual.c:
6190         * ext/ogg/gstogg.c:
6191         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6192         * ext/theora/theora.c:
6193         * ext/vorbis/vorbis.c:
6194         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6195         * gst-libs/gst/tag/gsttagediting.c:
6196         * gst-libs/gst/video/video.c:
6197         * gst/adder/gstadder.c:
6198         * gst/audioconvert/plugin.c:
6199         * gst/audiorate/gstaudiorate.c:
6200         * gst/audioresample/gstaudioresample.c:
6201         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6202         * gst/audioscale/gstaudioscale.c:
6203         * gst/audioscale/resample.c:
6204         * gst/audiotestsrc/gstaudiotestsrc.c:
6205         * gst/ffmpegcolorspace/gstffmpeg.c:
6206         * gst/playback/gstdecodebin.c: (close_pad_link):
6207         * gst/playback/gstplaybin.c: (gen_video_element),
6208         (gen_audio_element):
6209         * gst/sine/gstsinesrc.c:
6210         * gst/subparse/gstsubparse.c:
6211         * gst/tags/gsttagediting.c:
6212         * gst/tcp/gsttcpplugin.c:
6213         * gst/typefind/gsttypefindfunctions.c:
6214         * gst/videorate/gstvideorate.c:
6215         * gst/videoscale/gstvideoscale.c:
6216         * gst/videotestsrc/gstvideotestsrc.c:
6217         * gst/volume/gstvolume.c:
6218         * sys/v4l/gstv4l.c:
6219         * sys/ximage/ximage.c:
6220         * sys/xvimage/xvimagesink.c:
6221           fix up defines
6222
6223 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * ext/vorbis/vorbisenc.c:
6226         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6227         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6228         (gst_tag_to_vorbis_comments):
6229           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6230
6231 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
6232
6233         * examples/stats/mp2ogg.c:
6234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6235           typo fixes
6236
6237 2005-10-13  Michael Smith <msmith@fluendo.com>
6238
6239         * ext/ogg/gstoggmux.c:
6240           Use magic glib macros to define constants as 64 bit, to ensure
6241           appropriate vararg passing.
6242
6243 2005-10-13  Michael Smith <msmith@fluendo.com>
6244
6245         * ext/ogg/gstoggmux.c:
6246         * gst/audioconvert/audioconvert.c: (float):
6247           Don't use LL suffix, as it's not portable, and neither of these
6248           uses required it anyway.
6249
6250 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
6251
6252         * examples/indexing/indexmpeg.c: (main):
6253         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6254         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6255         (cdparanoia_convert), (cdparanoia_query):
6256         * ext/cdparanoia/gstcdparanoia.h:
6257         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6258         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6259         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6261         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6262         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6263         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6264         (gst_multifdsink_render), (gst_multifdsink_start),
6265         (gst_multifdsink_stop):
6266         * gst/tcp/gstmultifdsink.h:
6267         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6268         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6269         (gst_tcpclientsink_stop):
6270         * gst/tcp/gsttcpclientsink.h:
6271         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6272         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6273         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6274         * gst/tcp/gsttcpclientsrc.h:
6275         * gst/tcp/gsttcpserversink.h:
6276         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6277         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6278         (gst_tcpserversrc_stop):
6279         * gst/tcp/gsttcpserversrc.h:
6280         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6281         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6282         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6283           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6284           moved bitshift from macro to enum definition
6285
6286 2005-10-12  Wim Taymans  <wim@fluendo.com>
6287
6288         * examples/seeking/Makefile.am:
6289         Oops.
6290
6291 2005-10-12  Wim Taymans  <wim@fluendo.com>
6292
6293         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6294         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6295         Don't assert on normal stuff.
6296
6297         * gst/playback/gstplaybin.c: (do_playbin_seek):
6298         API fix.
6299
6300 2005-10-12  Wim Taymans  <wim@fluendo.com>
6301
6302         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6303         * examples/seeking/Makefile.am:
6304         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6305         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6306         (do_seek), (set_update_scale), (message_received), (main):
6307         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6308         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6309         Update for _get_state() API change.
6310
6311 2005-10-11  Wim Taymans  <wim@fluendo.com>
6312
6313         * gst-libs/gst/audio/gstbaseaudiosink.c:
6314         (gst_base_audio_sink_render):
6315         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6316         (gst_base_audio_src_create):
6317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6318         (gst_ring_buffer_read):
6319         Cleanups.
6320         Commit and read from ringbuffer in samples rather than bytes.
6321
6322 2005-10-11  Wim Taymans  <wim@fluendo.com>
6323
6324         * gst-libs/gst/audio/gstbaseaudiosink.c:
6325         (gst_base_audio_sink_render):
6326         Respect segment rate and accum when scheduling samples.
6327
6328 2005-10-11  Julien MOUTTE  <julien@moutte.net>
6329
6330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6331         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
6332         EOS correctly, that needs more work.
6333
6334 2005-10-11  Wim Taymans  <wim@fluendo.com>
6335
6336         * check/generic/states.c: (GST_START_TEST):
6337         remove old property.
6338
6339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6340         (gst_ogg_demux_perform_seek):
6341         * ext/theora/theoradec.c: (theora_dec_sink_event):
6342         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6343         (vorbis_handle_data_packet):
6344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6345         (gst_base_rtp_depayload_set_gst_timestamp):
6346         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6347         Update for newsegment API change.
6348
6349 2005-10-11  Michael Smith <msmith@fluendo.com>
6350
6351         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6352         (do_playbin_seek), (gst_play_bin_send_event):
6353           Override send_event differently, so that we can takes bits of
6354           functionality from GstPipeline (special handling for seeks,
6355           including pausing/resuming, and resetting stream time) and still get
6356           the appropriate behaviour of only forwarding event to a single sink,
6357           rather than all of them.
6358           Unfortunately requires a lot of code duplication, but the
6359           alternatives are equally ugly in the end.
6360
6361 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6362
6363         * check/elements/audioconvert.c: (setup_audioconvert),
6364         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6365         (GST_START_TEST), (audioconvert_suite):
6366           clean up tests a little, fix some leaks.
6367
6368 2005-10-10  Wim Taymans  <wim@fluendo.com>
6369
6370         * ext/alsa/gstalsasink.c:
6371         Also allow unsigned int.
6372
6373         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6374         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6375         Small cleanup
6376
6377 2005-10-10  Wim Taymans  <wim@fluendo.com>
6378
6379         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6380         Small update, use API as stated in design docs.
6381
6382         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6383         (update_scale), (do_seek), (seek_cb), (set_update_scale),
6384         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
6385         (message_received), (main):
6386         Updated seek example for GOption. Some usability improvements.
6387
6388 2005-10-10  Wim Taymans  <wim@fluendo.com>
6389
6390         * gst/audioconvert/audioconvert.h:
6391         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6392         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
6393         Alloc temp storage somewhere else where we can do it more
6394         portable.
6395
6396 2005-10-10  Wim Taymans  <wim@fluendo.com>
6397
6398         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
6399         (gst_tcpserversrc_start):
6400         Don't block in accept while doing the state change, move
6401         to poll and make cancellable.
6402
6403 2005-10-09  Philippe Khalaf <burger@speedy.org>
6404
6405         * gst-libs/gst/rtp/rtpbasedepayload.c:
6406         Set timestamp and add queue delay to timestamp
6407         * gst-libs/gst/rtp/rtpbuffer.h:
6408         Set correct payload type for h263
6409
6410 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
6411
6412         * gst/audiotestsrc/gstaudiotestsrc.c:
6413         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
6414         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
6415         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
6416         (gst_audiotestsrc_create_triangle),
6417         (gst_audiotestsrc_create_silence),
6418         (gst_audiotestsrc_create_white_noise),
6419         (gst_audiotestsrc_init_pink_noise),
6420         (gst_audiotestsrc_generate_pink_noise_value),
6421         (gst_audiotestsrc_create_pink_noise),
6422         (gst_audiotestsrc_change_wave):
6423         * gst/audiotestsrc/gstaudiotestsrc.h:
6424           fixed typo, added pink noise
6425
6426 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
6427
6428         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
6429         (plugin_init):
6430           Add wavpack and spc typefind functions from 0.8 branch.
6431
6432 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
6433
6434         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
6435         (ar_type_find), (msdos_type_find), (plugin_init):
6436           Add typefind functions for tar archives, ar archives,
6437           RAR archives, and msdos-executables (dlls, exe, etc.).
6438           Some of those would be wrongly identified as mpeg
6439           streams of some sort before (#315550).
6440
6441 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
6442
6443         * configure.ac:
6444         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6445         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6446         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
6447         * gst/audiotestsrc/Makefile.am:
6448         * gst/audiotestsrc/gstaudiotestsrc.c:
6449         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
6450         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
6451         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
6452         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
6453         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
6454         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
6455         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
6456         (gst_audiotestsrc_create_silence),
6457         (gst_audiotestsrc_create_white_noise),
6458         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
6459         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
6460         (gst_audiotestsrc_start), (plugin_init):
6461         * gst/audiotestsrc/gstaudiotestsrc.h:
6462           add new plugin and element
6463         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
6464           use gobject_class
6465
6466 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
6467
6468         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
6469         (gst_adder_init), (gst_adder_request_new_pad),
6470         (gst_adder_change_state):
6471           Add query function to source pad, so adder reports the correct
6472           time/sample position when queried (#315457); fix state change
6473           function; use GST_DEBUG_FUNCPTR() for pad functions.
6474
6475 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6476
6477         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
6478           Fix leaks in typefind registration
6479           Clean up the gratuitous commenting and whitespacing a little
6480
6481 2005-10-08  Wim Taymans  <wim@fluendo.com>
6482
6483         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
6484         Only actually wait for the thread to be stopped if it's 
6485         running.
6486
6487 2005-10-08  Wim Taymans  <wim@fluendo.com>
6488
6489         * gst-libs/gst/audio/gstbaseaudiosink.c:
6490         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6491         If we receive EOS we can start playback of what we had.
6492
6493 2005-10-08  Wim Taymans  <wim@fluendo.com>
6494
6495         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6496         (gst_multifdsink_finalize), (multifdsink_hash_remove),
6497         (gst_multifdsink_stop):
6498         Fix crasher when going to NULL multiple times.
6499
6500 2005-10-06  Wim Taymans  <wim@fluendo.com>
6501
6502         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
6503         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6504         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6505         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
6506         patch from Edgard Lima <edgard.lima@indt.org.br>
6507         Fixed gstbaseaudiosrc adding ring buffer sync to it.
6508
6509 2005-10-06  Wim Taymans  <wim@fluendo.com>
6510
6511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6512         Report the FLOW_RETURN as string in the error message.
6513
6514         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
6515         Don't assert when clearing an unnegotiated buffer.
6516
6517 2005-10-04  Michael Smith <msmith@fluendo.com>
6518
6519         * gst/playback/gstplaybasebin.c: (group_destroy),
6520         (gen_preroll_element), (remove_groups), (setup_source):
6521         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
6522         (setup_sinks), (gst_play_bin_send_event),
6523         (gst_play_bin_change_state):
6524           Set state to NULL before removing from bin. Fix refcounting.
6525
6526 2005-10-04  Michael Smith <msmith@fluendo.com>
6527
6528         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
6529           Correct refcounting in send_event() function. Previously was wrong
6530           if the first sink was unable to handle the event.
6531
6532 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6533
6534         * configure.ac:
6535           back to development
6536
6537 === release 0.9.3 ===
6538
6539 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6540
6541         * configure.ac:
6542           Releasing 0.9.3, "De Facto"
6543
6544 2005-10-03  Andy Wingo  <wingo@pobox.com>
6545
6546         * gst/playback/gstdecodebin.c (try_to_link_1)
6547         (remove_element_chain): set element to NULL before removing it.
6548
6549 2005-10-02  Johan Dahlin  <johan@gnome.org>
6550
6551         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
6552         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
6553         MT safe.
6554
6555 2005-10-02  Andy Wingo  <wingo@pobox.com>
6556
6557         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
6558         (gst_ring_buffer_prepare_read): 
6559         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
6560         Demote to LOG.
6561
6562 2005-09-29  Wim Taymans  <wim@fluendo.com>
6563
6564         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
6565         * ext/theora/theoradec.c: (theora_handle_data_packet):
6566         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6567         Propagate error codes from alloc_buffer too.
6568
6569 2005-09-29  Wim Taymans  <wim@fluendo.com>
6570
6571         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
6572         We use fixed caps.
6573
6574         * gst/playback/Makefile.am:
6575         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6576         (dump_element_stats), (main):
6577         Added example stream introspection code.
6578
6579 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
6580
6581         * gst/adder/gstadder.c: (gst_adder_collected):
6582           fix adder for float elements
6583
6584 2005-09-28  Wim Taymans  <wim@fluendo.com>
6585
6586         * gst-libs/gst/audio/gstbaseaudiosink.c:
6587         (gst_base_audio_sink_class_init),
6588         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6589         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6590         (gst_base_audio_src_class_init),
6591         (gst_base_audio_src_provide_clock):
6592         get_clock -> provide_clock
6593
6594 2005-09-28  Andy Wingo  <wingo@pobox.com>
6595
6596         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
6597         and unlocking.
6598
6599         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
6600         unlocking.
6601
6602         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
6603         Actually add the pad template.
6604         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
6605
6606         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
6607         I'm at it...
6608
6609         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
6610         from fdsrc. Get caps in create() instead of start() so it can be
6611         interrupted. Interruption somewhat untested.
6612
6613         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
6614         Proper EOS handling.
6615
6616 2005-09-27  Andy Wingo  <wingo@pobox.com>
6617
6618         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
6619
6620         * gst/tcp/gsttcpserversrc.c: Cleaned up.
6621
6622         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
6623
6624         * gst/tcp/gsttcp.h: 
6625         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
6626         out of tcpclientsrc.c. Cancellable.
6627         (gst_tcp_socket_read): Made private, cancellable, with better
6628         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
6629         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
6630         whole buffer, and better diagnostics.
6631         (gst_tcp_gdp_read_caps): Same.
6632
6633         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
6634
6635 2005-09-26  Andy Wingo  <wingo@pobox.com>
6636
6637         * gst/sine/gstsinesrc.h:
6638         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
6639         change the 'sync' property to 'is-live' and implement it halfway,
6640         update for controller api change.
6641
6642         * gst/volume/gstvolume.c (volume_transform_ip): Update for
6643         controller api change.
6644
6645 2005-09-24  Wim Taymans  <wim@fluendo.com>
6646
6647         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
6648         * gst-libs/gst/audio/gstaudiosink.c:
6649         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6650         (gst_audioringbuffer_stop):
6651         * gst-libs/gst/audio/gstbaseaudiosink.c:
6652         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6653         (gst_base_audio_sink_change_state):
6654         * gst-libs/gst/audio/gstbaseaudiosink.h:
6655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
6656         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6657         (gst_ring_buffer_commit), (gst_ring_buffer_read):
6658         * gst-libs/gst/audio/gstringbuffer.h:
6659         Fix sync again. Moved sample alignment to basesink.
6660
6661 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6662
6663         * docs/plugins/Makefile.am:
6664         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6665         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6666         * gst/volume/gstvolume.c:
6667           add/fix docs
6668         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
6669         * gst-libs/gst/audio/audio.h:
6670           add conversion macros for frames <-> clocktime
6671
6672 2005-09-23  David Schleef  <ds@schleef.org>
6673
6674         * gst/audioresample/Makefile.am:
6675         * gst/audioresample/debug.h:
6676         * gst/audioresample/gstaudioresample.c:
6677         * gst/audioresample/resample.c: Convert to using gst debugging
6678
6679 2005-09-22  Wim Taymans  <wim@fluendo.com>
6680
6681         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6682         (gst_play_bin_send_event):
6683         Only seek on one sink, the first one that succeeds.
6684
6685 2005-09-22  Michael Smith <msmith@fluendo.com>
6686
6687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
6688         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6689         Don't flush encoder state unless we have an initialised encoder.
6690         Clear out encoder state on PAUSED_TO_READY.
6691
6692 2005-09-22  Wim Taymans  <wim@fluendo.com>
6693
6694         * gst-libs/gst/rtp/gstbasertppayload.c:
6695         (gst_basertppayload_class_init), (gst_basertppayload_init),
6696         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6697         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6698         (gst_basertppayload_is_filled), (gst_basertppayload_push),
6699         (gst_basertppayload_set_property),
6700         (gst_basertppayload_get_property),
6701         (gst_basertppayload_change_state):
6702         * gst-libs/gst/rtp/gstbasertppayload.h:
6703         Added max-ptime to control amount of data in the rtp packets.
6704
6705 2005-09-21  Andy Wingo  <wingo@pobox.com>
6706
6707         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
6708         thingies.
6709
6710         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
6711         can be called multiple times, dogs.
6712
6713 2005-09-21  Wim Taymans  <wim@fluendo.com>
6714
6715         * gst-libs/gst/rtp/gstbasertppayload.c:
6716         (gst_basertppayload_class_init), (gst_basertppayload_init),
6717         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6718         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6719         (gst_basertppayload_push), (gst_basertppayload_get_property),
6720         (gst_basertppayload_change_state):
6721         Allow 0 ssrc too.
6722
6723 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
6724
6725         * docs/libs/compiling.sgml:
6726           fixing typos
6727
6728 2005-09-20  Wim Taymans  <wim@fluendo.com>
6729
6730         * gst-libs/gst/rtp/gstbasertppayload.c:
6731         (gst_basertppayload_class_init), (gst_basertppayload_init),
6732         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6733         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6734         (gst_basertppayload_push), (gst_basertppayload_set_property),
6735         (gst_basertppayload_get_property),
6736         (gst_basertppayload_change_state):
6737         * gst-libs/gst/rtp/gstbasertppayload.h:
6738         Added property to configure sequence number offsets.
6739
6740 2005-09-20  Wim Taymans  <wim@fluendo.com>
6741
6742         * gst-libs/gst/rtp/gstbasertppayload.c:
6743         (gst_basertppayload_class_init), (gst_basertppayload_init),
6744         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6745         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6746         (gst_basertppayload_push), (gst_basertppayload_set_property),
6747         (gst_basertppayload_get_property),
6748         (gst_basertppayload_change_state):
6749         * gst-libs/gst/rtp/gstbasertppayload.h:
6750         Make timestamp offset configurable.
6751
6752 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6753
6754         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6755           fix wrong pop/unref
6756
6757 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
6758
6759         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * gst-libs/gst/interfaces/propertyprobe.c:
6762         (gst_property_probe_probe_property_name),
6763         (gst_property_probe_needs_probe_name),
6764         (gst_property_probe_get_values_name),
6765         (gst_property_probe_probe_and_get_values_name):
6766           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
6767           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
6768
6769 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6770
6771         * check/Makefile.am:
6772           have some tests be disabled for valgrinding
6773         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
6774         (GST_START_TEST):
6775         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
6776           Fix A Leak.  Chain To Parent Finalize.
6777
6778 2005-09-19  Wim Taymans  <wim@fluendo.com>
6779
6780         * examples/seeking/seek.c: (make_wav_pipeline), (main):
6781         Fixed wav pipeline.
6782
6783 2005-09-19  Wim Taymans  <wim@fluendo.com>
6784
6785         * gst-libs/gst/rtp/gstbasertppayload.c:
6786         (gst_basertppayload_class_init), (gst_basertppayload_init),
6787         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6788         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6789         (gst_basertppayload_push), (gst_basertppayload_get_property),
6790         (gst_basertppayload_change_state):
6791         Posting ERROR and WARNING messages is good.
6792
6793 2005-09-19  Wim Taymans  <wim@fluendo.com>
6794
6795         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6796         (gst_base_rtp_depayload_add_to_queue),
6797         (gst_base_rtp_depayload_push),
6798         (gst_base_rtp_depayload_set_gst_timestamp),
6799         (gst_base_rtp_depayload_queue_release):
6800         This one was not supposed to go in.
6801
6802 2005-09-19  Wim Taymans  <wim@fluendo.com>
6803
6804         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6805         Fix for bus API.
6806
6807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6808         (gst_base_rtp_depayload_chain),
6809         (gst_base_rtp_depayload_add_to_queue),
6810         (gst_base_rtp_depayload_push),
6811         (gst_base_rtp_depayload_set_gst_timestamp),
6812         (gst_base_rtp_depayload_queue_release):
6813         Some cleanups.
6814
6815         * gst-libs/gst/rtp/gstbasertppayload.c:
6816         (gst_basertppayload_class_init), (gst_basertppayload_init),
6817         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
6818         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6819         (gst_basertppayload_get_property),
6820         (gst_basertppayload_change_state):
6821         Added debugging category.
6822
6823 2005-09-18  David Schleef  <ds@schleef.org>
6824
6825         * gst/playback/gstdecodebin.c: free plugin list correctly
6826         * gst/playback/gstplaybin.c: emit warning if autovideosink
6827           and autoaudiosink can't be found (instead of segfaulting)
6828
6829 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6830
6831         * check/elements/audioconvert.c: (GST_START_TEST):
6832           try out 24 bit conversion
6833
6834 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6835
6836         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6837         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6838         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
6839         * ext/vorbis/vorbisenc.h:
6840           Fix EOS handling.  Still needs a fix in the ogg muxer to
6841           mark the last page as eos.
6842
6843 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6844
6845         * common/gtk-doc-plugins.mak:
6846         * docs/plugins/Makefile.am:
6847         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6848         * gst/ffmpegcolorspace/Makefile.am:
6849         * gst/ffmpegcolorspace/avcodec.h:
6850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6851         * gst/tcp/gstmultifdsink.c:
6852           fix up ffmpegcolorspace docs; extract header
6853
6854 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6855
6856         * common/gtk-doc-plugins.mak:
6857         * docs/plugins/Makefile.am:
6858         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6859         * ext/theora/Makefile.am:
6860         * ext/theora/gsttheoraenc.h:
6861         * ext/theora/theoraenc.c:
6862         * ext/vorbis/vorbisenc.c:
6863           pick up signals and args for vorbis; add some docs for vorbis
6864
6865 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6866
6867         * common/gstdoc-scangobj:
6868         * common/gtk-doc-plugins.mak:
6869         * docs/libs/Makefile.am:
6870         * docs/plugins/gst-plugins-base-plugins.args:
6871         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6872         * docs/plugins/gst-plugins-base-plugins.interfaces:
6873         * docs/plugins/gst-plugins-base-plugins.prerequisites:
6874         * docs/plugins/gst-plugins-base-plugins.signals:
6875           only scanobj stuff from our source module.  Not sure yet
6876           if that's correct, given the hierarchy stuff :)
6877
6878 2005-09-15  Wim Taymans  <wim@fluendo.com>
6879
6880         * gst/audioconvert/gstaudioconvert.c:
6881         And enable 24 bits mode as well..
6882
6883 2005-09-15  Wim Taymans  <wim@fluendo.com>
6884
6885         * gst-libs/gst/rtp/Makefile.am:
6886         * gst-libs/gst/rtp/gstbasertppayload.c:
6887         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
6888         (gst_basertppayload_class_init), (gst_basertppayload_init),
6889         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
6890         (gst_basertppayload_chain), (gst_basertppayload_set_options),
6891         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6892         (gst_basertppayload_set_property),
6893         (gst_basertppayload_get_property),
6894         (gst_basertppayload_change_state):
6895         * gst-libs/gst/rtp/gstbasertppayload.h:
6896         Added rtp payloader base class.
6897
6898 2005-09-15  Andy Wingo  <wingo@pobox.com>
6899
6900         * configure.ac (plugindir): Remove the EOL matcher from the
6901         regexp, as it causes me problems. Libtool? Make? Who knows?
6902
6903 2005-09-14  David Schleef  <ds@schleef.org>
6904
6905         * check/generic/states.c: 
6906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
6907         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6908           Fixes for changes in registry API.
6909
6910         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
6911           to GST_PLUGIN_LDFLAGS.
6912         * ext/libvisual/visual.c: Make the library shut up.
6913         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
6914         * gst-libs/gst/audio/gstaudiofilter.c: same
6915
6916 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6917
6918         * docs/plugins/Makefile.am:
6919         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6920         * docs/plugins/inspect/plugin-libvisual.xml:
6921         * docs/plugins/tmpl/element-tcpserversink.sgml:
6922         * ext/theora/theoraenc.c:
6923           add libvisual plugin and theoraenc element to docs
6924
6925 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6926
6927         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6928         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6929         * ext/theora/theoraenc.c:
6930           add theoraenc
6931
6932 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         * gst/audioconvert/Makefile.am:
6935           Audioconvert derives from GstBaseTransform and should
6936           link to the library with our base elements to avoid
6937           unresolved symbols. Makes things work with MinGW (#316160)
6938
6939         * gst/playback/test4.c: (main):
6940           Fix MinGW build problem and use g_usleep() instead of 
6941           sleep() (#316162)
6942
6943 2005-09-12  Wim Taymans  <wim@fluendo.com>
6944
6945         * gst/audioconvert/audioconvert.c: (float),
6946         (audio_convert_prepare_context), (audio_convert_convert):
6947         * gst/audioconvert/audioconvert.h:
6948         Cleanups, speedups, simplifications, added back support
6949         for 24 bits.
6950
6951 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6952
6953         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6954         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6955         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6956         * docs/plugins/tmpl/element-tcpserversink.sgml:
6957         * gst/ffmpegcolorspace/gstffmpeg.c:
6958         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6959         * gst/videotestsrc/gstvideotestsrc.c:
6960         * gst/volume/gstvolume.c:
6961           add more elements to the docs
6962
6963 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
6964
6965         * check/Makefile.am:
6966         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
6967         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
6968           Add extra tests for basetransform based components. 
6969           Comment out the test_element_negotiation test until we decide
6970           if it's testing correct behaviour.
6971         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
6972         (gst_visual_chain), (gst_visual_change_state):
6973           Slightly more correct but still bogus timestamping.
6974           Fix state change function.
6975         * gst/audioconvert/gstaudioconvert.c:
6976         (gst_audio_convert_class_init):
6977         * gst/audioresample/gstaudioresample.c:
6978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6979         (gst_ffmpegcsp_class_init):
6980         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6981         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
6982         (gst_videoscale_prepare_image):
6983         * gst/volume/gstvolume.c: (gst_volume_class_init),
6984         (volume_transform_ip):
6985           Basetransform updates. Enable passthrough modes.
6986         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6987         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6988         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6989           Negotiation fix that allows the window to return to the original
6990           size and renegotiate passthrough upstream. Extra debug output.
6991
6992 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6993
6994         * gst/sine/gstsinesrc.c:
6995         * gst/volume/gstvolume.c:
6996           fix up header include
6997
6998 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6999
7000         * gst-libs/gst/audio/gstbaseaudiosink.c:
7001         (gst_base_audio_sink_render):
7002         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7003         * gst/volume/gstvolume.c: (gst_volume_class_init),
7004         (volume_transform):
7005           fixing lost sync, some more debugging
7006
7007 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
7008
7009         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7010         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7011         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7012         (gst_xvimagesink_check_xshm_calls):
7013           Fix compilation when XShm is not available.
7014
7015 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7016
7017         * ext/libvisual/visual.c: (gst_visual_dispose),
7018         (gst_visual_getcaps), (gst_visual_src_setcaps),
7019         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7020         (gst_visual_change_state):
7021           Finish fixing up libvisual plugin so that it runs. 
7022
7023 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7024
7025         * ext/vorbis/vorbisenc.c:
7026         * gst-libs/gst/tag/gstvorbistag.c:
7027           gsttaginterface.h -> gsttagsetter.h
7028
7029 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7030
7031         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7032           added another test that failes for me (test is not active by default)
7033
7034 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7035
7036         * configure.ac:
7037           v4l2 is no longer in gst-plugins-base
7038
7039 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7040
7041         * configure.ac:
7042           In the output at the end, don't show the first plugin on the same
7043           line as "Core plug-ins, always built:".
7044           Indent the output as for other plugin categories
7045         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7046           #define that can be used to not use peer buffer_alloc functions for
7047           test purposes.
7048         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7049         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7050         (gst_ximagesink_show_frame):
7051         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7052         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7053         (gst_xvimagesink_show_frame):
7054           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7055           fails gracefully instead of XError aborting or deadlocking.
7056
7057 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7058
7059         * ext/libvisual/Makefile.am:
7060           link against gst-base-libs
7061
7062 2005-09-06  David Schleef  <ds@schleef.org>
7063
7064         * configure.ac: Enable libvisual plugin.
7065         * ext/libvisual/Makefile.am:
7066         * ext/libvisual/visual.c: Fixes to make it compile.
7067
7068 === release 0.9.2 ===
7069
7070 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7071
7072         * NEWS:
7073         * RELEASE:
7074         * configure.ac:
7075         * docs/random/ChangeLog-0.8:
7076           releasing 0.9.2, "Spoon"
7077
7078 2005-09-05  Michael Smith <msmith@fluendo.com>
7079
7080         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7081           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7082           that in the vorbisenc element.
7083
7084 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7085
7086         * common/gtk-doc-plugins.mak:
7087         * docs/plugins/Makefile.am:
7088           fix distcheck
7089         * gst/audioresample/resample.c:
7090           fix wrong docstring
7091
7092 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7093
7094         * common/gst-xmlinspect.py:
7095         * common/gtk-doc-plugins.mak:
7096           only inspect plugins for this given package
7097           require gst-python 0.9
7098
7099 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7100
7101         * Makefile.am:
7102         * autogen.sh:
7103         * common/gst-xmlinspect.py:
7104         * configure.ac:
7105         * docs/Makefile.am:
7106         * docs/plugins/inspect/plugin-alsa.xml:
7107         * docs/plugins/inspect/plugin-audioresample.xml:
7108         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7109         * docs/plugins/inspect/plugin-ogg.xml:
7110         * docs/plugins/tmpl/element-gnomevfssink.sgml:
7111         * docs/plugins/tmpl/element-multifdsink.sgml:
7112         * docs/plugins/tmpl/element-tcpserversink.sgml:
7113         * docs/plugins/tmpl/element-vorbisenc.sgml:
7114         * gst-plugins-base.spec.in:
7115           various doc-related updates
7116
7117 2005-08-31  Wim Taymans  <wim@fluendo.com>
7118
7119         * gst-libs/gst/audio/gstbaseaudiosink.c:
7120         (gst_base_audio_sink_render):
7121         Resync if the buffer timestamps drift more than a 10th 
7122         of a second.
7123
7124 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
7125
7126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7127         (gst_v4lsrc_get_property):
7128           The 'timestamp-offset' property is registered as an int64, so
7129           let's use g_value_{set|get}_int64() in our setter and getter
7130           functions (makes it work and fixes warnings with gst-inspect).
7131
7132 2005-08-30  Wim Taymans  <wim@fluendo.com>
7133
7134         * check/elements/audioconvert.c: (setup_audioconvert):
7135         * check/elements/audioresample.c: (setup_audioresample):
7136         * check/elements/volume.c: (setup_volume):
7137         Fix checks.
7138
7139 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7140
7141         * common/gtk-doc-plugins.mak:
7142         * common/plugins.xsl:
7143         * docs/plugins/Makefile.am:
7144           make module a param
7145
7146 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7147
7148         * examples/seeking/seek.c: (make_mp3_pipeline),
7149         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7150         (play_cb), (pause_cb), (stop_cb):
7151           update the example
7152
7153 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7154
7155         * gst/volume/gstvolume.c: (gst_volume_class_init),
7156         (volume_transform):
7157           do not update controlled params, if buffer has no timestamp
7158
7159 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7160
7161         * configure.ac:
7162         * gst/sine/Makefile.am:
7163         * gst/volume/Makefile.am:
7164           controllerized elements also need to link against controller-libs ;)
7165
7166 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7167
7168         * docs/libs/tmpl/gstcolorbalance.sgml:
7169         * docs/libs/tmpl/gstgconf.sgml:
7170         * docs/libs/tmpl/gstmixer.sgml:
7171         * docs/libs/tmpl/gstringbuffer.sgml:
7172         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7173         (gst_sinesrc_create):
7174         * gst/volume/gstvolume.c: (gst_volume_class_init),
7175         (volume_transform):
7176           controllerized two audio plugins
7177
7178 2005-08-29  Andy Wingo  <wingo@pobox.com>
7179
7180         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
7181         (vorbis_handle_data_packet): Fix some int overflow errors.
7182
7183         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7184         -1.
7185         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7186         valid.
7187         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7188         if it's valid. Fixed streaming-mode playback.
7189
7190         * check/elements/volume.c (cleanup_volume): Fix for running
7191         CK_FORK=no.
7192
7193         * check/elements/audioconvert.c: Convert from native endian, not
7194         little endian.
7195
7196 2005-08-29  Michael Smith <msmith@fluendo.com>
7197
7198         * ext/ogg/Makefile.am:
7199         * ext/ogg/gstogg.c: (plugin_init):
7200         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7201         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7202         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7203         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7204         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7205         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7206         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7207         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7208         Add an ogg parser element.
7209
7210 2005-08-28  Andy Wingo  <wingo@pobox.com>
7211
7212         * Updates for two-arg init from GST_BOILERPLATE_FULL.
7213
7214 2005-08-26  Wim Taymans  <wim@fluendo.com>
7215
7216         * gst/audioconvert/audioconvert.c: (if), (float),
7217         (audio_convert_get_func_index), (check_default),
7218         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7219         (audio_convert_clean_context), (audio_convert_get_sizes),
7220         (audio_convert_convert):
7221         Cleanups.
7222
7223 2005-08-26  Wim Taymans  <wim@fluendo.com>
7224
7225         * gst/audioconvert/audioconvert.c: (if), (float),
7226         (audio_convert_get_func_index), (check_default),
7227         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7228         (audio_convert_clean_context), (audio_convert_get_sizes),
7229         (audio_convert_convert):
7230         More elegant and working temp buffer selection algo.
7231
7232 2005-08-26  Wim Taymans  <wim@fluendo.com>
7233
7234         * gst/audioconvert/audioconvert.c: (if), (float),
7235         (audio_convert_get_func_index), (check_default),
7236         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7237         (audio_convert_clean_context), (audio_convert_get_sizes),
7238         (get_temp_buffer), (audio_convert_convert):
7239         Use realloc else we lose our original data.
7240
7241 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7242
7243         * gst/audioresample/gstaudioresample.c:
7244           use base class' newsegment to properly timestamp
7245
7246 2005-08-26  Wim Taymans  <wim@fluendo.com>
7247
7248         * gst/audioconvert/audioconvert.c: (if), (float),
7249         (audio_convert_get_func_index), (check_default),
7250         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7251         (audio_convert_clean_context), (audio_convert_get_sizes),
7252         (get_temp_buffer), (audio_convert_convert):
7253         * gst/audioconvert/gstaudioconvert.c:
7254         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7255         (gst_audio_convert_transform_caps),
7256         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7257         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7258         Oops, allocate enough space to perform the channel mix.
7259
7260 2005-08-26  Wim Taymans  <wim@fluendo.com>
7261
7262         * gst/audioconvert/Makefile.am:
7263         * gst/audioconvert/audioconvert.c: (if), (float),
7264         (audio_convert_get_func_index), (check_default),
7265         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7266         (audio_convert_clean_context), (audio_convert_get_sizes),
7267         (get_temp_buffer), (audio_convert_convert):
7268         * gst/audioconvert/audioconvert.h:
7269         * gst/audioconvert/gstaudioconvert.c:
7270         (gst_audio_convert_class_init), (gst_audio_convert_init),
7271         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7272         (gst_audio_convert_get_unit_size),
7273         (gst_audio_convert_transform_caps),
7274         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7275         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7276         * gst/audioconvert/gstaudioconvert.h:
7277         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7278         (gst_channel_mix_fill_identical),
7279         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7280         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7281         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7282         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7283         (gst_channel_mix_mix):
7284         * gst/audioconvert/gstchannelmix.h:
7285         Cleanups, librarify a bit, optimize, better negotiation and more.
7286
7287 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7288
7289         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7290         Another from MikeS:
7291         During typefinding, don't support negative offsets
7292         (offsets from the end of the stream) in our typefind->peek() function
7293         - nothing embedded in ogg ever needs them. However, we need to recognise
7294         those requests and reject them, otherwise we return invalid pointers.
7295
7296 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7297
7298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7299         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7300         (vorbisdec_finalize), (vorbis_handle_type_packet):
7301           Big shout-out to MikeS for fixing this giant memory leak.
7302           Huzzah!
7303
7304 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7305
7306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
7307         (audio_convert_get_unit_size):
7308           plug some leaks
7309
7310 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7311
7312         * check/Makefile.am:
7313         * check/elements/audioconvert.c: (setup_audioconvert),
7314         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7315         (GST_START_TEST), (audioconvert_suite), (main):
7316           add a test for audioconvert
7317         * gst/audioresample/gstaudioresample.c:
7318         * gst/audioresample/gstaudioresample.h:
7319           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
7320           note that for buffers of 1/3 sec this means DURATION(c) is 
7321           one nanosecond more than for a and b
7322
7323 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7324
7325         * check/Makefile.am:
7326         * check/elements/audioresample.c: (setup_audioresample),
7327         (cleanup_audioresample), (fail_unless_perfect_stream),
7328         (test_perfect_stream_instance), (GST_START_TEST),
7329           add a check for audioresample
7330         (audioresample_suite), (main):
7331         * check/elements/volume.c: (GST_START_TEST):
7332           remove unused method
7333         * gst/audioresample/gstaudioresample.c:
7334           set correct buffer parameters since we're changing them
7335         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7336           add some debug
7337
7338 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7339
7340         * gst/audioresample/debug.c:
7341         * gst/audioresample/gstaudioresample.c:
7342           add room for extra overlap samples when asked to transform size
7343           protect against possible mem corruption and check for discrepancies
7344           between written size and outbuffer's size so we can warn for
7345           potential problems
7346         * gst/audioresample/resample.c: (resample_init),
7347         (resample_get_output_size_for_input), (resample_get_output_size),
7348         (resample_set_n_channels), (resample_set_format):
7349           set debug level based on RESAMPLE_DEBUG env var
7350           make sure that get_output_size* returns a whole number of
7351           sample_size
7352           set sample_size each time either channel or format is set
7353         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
7354         * gst/audioresample/resample_functable.c:
7355         (resample_scale_functable):
7356         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7357           remove r->sample_size, it's done in resample.c now
7358           add some debugging to the ref implementation
7359           make sure we only give back bytes that are wholes of the sample
7360           size
7361
7362 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
7363         * gst/playback/gstplaybasebin.c: (fill_buffer):
7364         Revert unpopular change for GST_MESSAGE_SRC to GObject.
7365
7366 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
7367
7368         * gst/volume/gstvolume.c:
7369           made set_caps function static
7370
7371 2005-08-24  Wim Taymans  <wim@fluendo.com>
7372
7373         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7374         (gst_vorbisenc_change_state):
7375         Stop leaking taglists.
7376
7377 2005-08-24  Wim Taymans  <wim@fluendo.com>
7378
7379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
7380         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
7381         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
7382         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
7383         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7384         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7385         Parse seeking events better.
7386         Unref static caps.
7387         Generate correct newsegment events, fixes seeking in live oggs.
7388
7389         * ext/theora/theoradec.c: (theora_dec_src_query),
7390         (theora_dec_src_event), (theora_dec_src_getcaps),
7391         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
7392         Use newsegment values to report correct play time.
7393
7394         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7395         (vorbis_dec_src_event), (vorbis_dec_sink_event):
7396         * ext/vorbis/vorbisdec.h:
7397         Parse and use newsegment values to report correct play time.
7398
7399         * gst-libs/gst/audio/gstbaseaudiosink.c:
7400         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7401         Clear ringbuffer on flush.
7402         Use newsegment values to calculate playback time.
7403
7404         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7406         Basesink does newsegment calculations for us now.
7407
7408 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7409
7410         * check/Makefile.am:
7411         * configure.ac:
7412           add core's plugins to the mix so that playbin works
7413         * check/generic/states.c: (GST_START_TEST):
7414           set a 0 timeout on pipelines, so they don't force the next
7415           state change
7416         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
7417         (gst_play_base_bin_change_state):
7418           remove the crappy error handling and do GST error handling
7419
7420 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7421
7422         * check/Makefile.am:
7423         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
7424           add same test as to core, it bitches out on playbin atm.
7425
7426 2005-08-24  Wim Taymans  <wim@fluendo.com>
7427
7428         * configure.ac:
7429         Remove audioscale.
7430
7431 2005-08-24  Wim Taymans  <wim@fluendo.com>
7432
7433         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
7434         (gst_videoscale_prepare_size), (parse_caps),
7435         (gst_videoscale_set_caps), (gst_videoscale_get_size),
7436         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
7437         (gst_videoscale_transform):
7438         * gst/videoscale/gstvideoscale.h:
7439         Refactor, make use of BaseTranform really well.
7440
7441 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7442
7443         * configure.ac:
7444           compile audioresample
7445         * gst/audioresample/Makefile.am:
7446         * gst/audioresample/buffer.c:
7447         * gst/audioresample/functable.c:
7448         * gst/audioresample/gstaudioresample.c:
7449         * gst/audioresample/gstaudioresample.h:
7450         * gst/audioresample/resample.c:
7451         (resample_get_output_size_for_input):
7452         * gst/audioresample/resample.h:
7453         * gst/audioresample/resample_chunk.c:
7454         * gst/audioresample/resample_functable.c:
7455         * gst/audioresample/resample_ref.c:
7456           port to use basetransform; doesn't work in all cases yet
7457
7458 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7459
7460         * gst/audioconvert/gstaudioconvert.c:
7461         (gst_audio_convert_class_init), (gst_audio_convert_init),
7462         (audio_convert_get_unit_size), (audio_convert_transform_caps),
7463         (audio_convert_fixate_caps), (audio_convert_set_caps),
7464         (audio_convert_transform),
7465         (gst_audio_convert_buffer_to_default_format),
7466         (gst_audio_convert_buffer_from_default_format),
7467         (gst_audio_convert_channels):
7468         * gst/audioconvert/gstchannelmix.c:
7469         * gst/audioconvert/gstchannelmix.h:
7470           port to basetransform
7471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7472         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
7473         (gst_ffmpegcsp_get_unit_size):
7474         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7475         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
7476           fix for basetransform changes
7477
7478 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7479
7480         * check/Makefile.am:
7481           Add CHECK_CFLAGS and LDFLAGS
7482
7483         * gst/playback/gstplaybasebin.c: (fill_buffer):
7484           GST_MESSAGE_SRC became a GObject
7485
7486 2005-08-24  Wim Taymans  <wim@fluendo.com>
7487
7488         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
7489         (gst_ring_buffer_clear_all):
7490         * gst-libs/gst/audio/gstringbuffer.h:
7491         Added function to clear the ringbuffer.
7492
7493 2005-08-24  Andy Wingo  <wingo@pobox.com>
7494
7495         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
7496         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
7497         of _open and _close.
7498
7499         * sys/v4l/gstv4lxoverlay.h:
7500         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
7501         an Xv connection here, instead of all the time. Make Xv only be
7502         loaded if you axe for it. Kindof a workaround for buggy behaviour
7503         of Xv when using remote xservers (XvQueryExtension would block).
7504         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
7505         replace the _open and _close public API. Only start the xv
7506         connection if necessary.
7507         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
7508
7509 2005-08-23  David Schleef  <ds@schleef.org>
7510
7511         * gst/audioresample/Makefile.am: Leet audioresampling code
7512         * gst/audioresample/buffer.c:
7513         * gst/audioresample/buffer.h:
7514         * gst/audioresample/debug.c:
7515         * gst/audioresample/debug.h:
7516         * gst/audioresample/functable.c:
7517         * gst/audioresample/functable.h:
7518         * gst/audioresample/gstaudioresample.c:
7519         * gst/audioresample/gstaudioresample.h:
7520         * gst/audioresample/resample.c:
7521         * gst/audioresample/resample.h:
7522         * gst/audioresample/resample_chunk.c:
7523         * gst/audioresample/resample_functable.c:
7524         * gst/audioresample/resample_ref.c:
7525
7526 2005-08-23  Wim Taymans  <wim@fluendo.com>
7527
7528         * examples/seeking/seek.c: (make_vorbis_pipeline),
7529         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
7530         Small seek updates.
7531
7532 2005-08-23  Andy Wingo  <wingo@pobox.com>
7533
7534         * gst-libs/gst/audio/gstbaseaudiosrc.c
7535         (gst_base_audio_src_fixate): Only fixate endianness if it is
7536         present in the caps.
7537
7538 2005-08-22  Andy Wingo  <wingo@pobox.com>
7539
7540         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
7541         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
7542         device-name property.
7543
7544         * gst-libs/gst/audio/gstaudiosrc.h:
7545         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
7546         close_device in the ring buffer, like gstaudiosink.
7547
7548         * ext/alsa/gstalsamixer.h:
7549         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
7550         macro to implement the interface without much code. Cleanups. 
7551
7552         * ext/alsa/gstalsasrc.h:
7553         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
7554         READY.
7555
7556         * ext/alsa/Makefile.am: Add new files.
7557         * ext/alsa/gstalsamixerelement.c: 
7558         * ext/alsa/gstalsamixerelement.c: Split element code out from
7559         mixer code so that alsasrc can be a mixer too.
7560
7561 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7562
7563         * check/elements/volume.c: (setup_volume), (cleanup_volume),
7564         (GST_START_TEST):
7565         * check/elements/vorbisdec.c: (setup_vorbisdec),
7566         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
7567         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7568         (vorbis_handle_identification_packet),
7569         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
7570         (vorbis_handle_header_packet), (vorbis_dec_push),
7571         (vorbis_dec_chain):
7572           use the setup/teardown methods to save code.  save code is good.
7573
7574 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7575
7576         * check/Makefile.am:
7577           add ext dir for plugins
7578           add vorbisdec test conditionally
7579         * check/elements/volume.c: (setup_volume), (cleanup_volume),
7580         (GST_START_TEST), (volume_suite):
7581           add a test with wrong caps
7582         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
7583         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
7584           add a vorbisdec test
7585         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
7586         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
7587           clean up debug output
7588         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7589           yay, fix a segfault/security issue in vorbisdec
7590           gst-launch fakesrc ! vorbisdec wasn't happy
7591         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
7592         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
7593         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
7594         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7595         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
7596         (gst_vorbisenc_set_metadata), (get_constraints_string),
7597         (update_start_message), (gst_vorbisenc_setup),
7598         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7599         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
7600         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
7601         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
7602         * ext/vorbis/vorbisenc.h:
7603           march in line
7604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7605         (gst_ffmpegcsp_transform):
7606           have the kow come home
7607         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7608           debug my func ptr
7609         * gst/volume/gstvolume.c: (volume_set_caps):
7610           add a debug
7611
7612 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7613
7614         * Makefile.am:
7615         * check/.cvsignore:
7616         * check/Makefile.am:
7617         * check/elements/.cvsignore:
7618         * check/elements/volume.c: (chain_func), (event_func),
7619         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
7620         (main):
7621         * configure.ac:
7622           add unit test structure for gst-plugins-base
7623           add a test for volume
7624         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
7625         (gst_volume_set_volume), (gst_volume_get_volume),
7626         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
7627         (volume_funcfind), (volume_process_float), (volume_process_int16),
7628         (volume_set_caps), (volume_transform), (volume_update_mute),
7629         (volume_update_volume), (volume_set_property),
7630         (volume_get_property):
7631           document a little; use basetransform vmethod _set_caps
7632
7633 2005-08-19  Andy Wingo  <wingo@pobox.com>
7634
7635         * ext/alsa/gstalsamixertrack.h:
7636         * ext/alsa/gstalsamixertrack.c:
7637         * ext/alsa/gstalsamixeroptions.h:
7638         * ext/alsa/gstalsamixeroptions.c:
7639         * ext/alsa/gstalsamixer.h:
7640         * ext/alsa/gstalsamixer.c: Port to 0.9.
7641
7642         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
7643         Remove gstalsa.c and alsaclock. No more cruft here.
7644         
7645 2005-08-18  Wim Taymans  <wim@fluendo.com>
7646
7647         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7648         (gst_base_rtp_depayload_chain),
7649         (gst_base_rtp_depayload_add_to_queue),
7650         (gst_base_rtp_depayload_push),
7651         (gst_base_rtp_depayload_queue_release):
7652         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7653         Fix for RTPBuffer changes.
7654
7655         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
7656         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
7657         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
7658         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
7659         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
7660         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
7661         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
7662         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
7663         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
7664         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
7665         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
7666         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
7667         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
7668         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
7669         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
7670         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
7671         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
7672         (gst_rtpbuffer_get_payload):
7673         * gst-libs/gst/rtp/gstrtpbuffer.h:
7674         Don't subclass GstBuffer but add methods and helper functions
7675         to construct and manipulate RTP packets in regular GstBuffers.
7676
7677 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
7678
7679         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
7680           moved statement below switch
7681         * gst/volume/gstvolume.c: (gst_volume_class_init):
7682           added debug ptr
7683
7684 2005-08-16  Wim Taymans  <wim@fluendo.com>
7685
7686         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7687         (gst_base_audio_src_change_state):
7688         Open and close device in READY<->NULL state change.
7689
7690 2005-08-16  Andy Wingo  <wingo@pobox.com>
7691
7692         * examples/seeking/Makefile.am: Don't compile non-compiling
7693         compiled objects with the compiler.
7694
7695         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
7696         elements.
7697
7698 2005-08-12  Philippe Khalaf <burger@speedy.org>
7699         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7700         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7701           Made a thread to release the queue.
7702           Removed timestamp conversion for now.
7703
7704 2005-08-10  Philippe Khalaf <burger@speedy.org>
7705         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7706         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7707           Added rtp timestamp -> gst timestamp conversion.
7708           Fixed several problems with queue.
7709
7710 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
7711
7712         * gst-libs/gst/audio/gstaudioclock.h:
7713         * gst-libs/gst/audio/gstaudiofilter.h:
7714         * gst-libs/gst/audio/gstaudiosink.h:
7715         * gst-libs/gst/audio/gstaudiosrc.h:
7716         * gst-libs/gst/audio/gstbaseaudiosink.h:
7717         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7718         * gst-libs/gst/audio/gstringbuffer.h:
7719         * gst-libs/gst/net/gstnetbuffer.h:
7720         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7721         * gst-libs/gst/rtp/gstrtpbuffer.h:
7722           Add padding (you will need to rebuild gst-plugins-base,
7723           gst-plugins and all applications afterwards!)
7724
7725 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
7726
7727         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7728         (gst_riff_parse_chunk):
7729           Fix bug in debug message and add some more debug messages.
7730
7731 2005-08-08  Edward Hervey  <edward@fluendo.com>
7732
7733         * gst-libs/gst/riff/riff-media.c:
7734         backported updates since branch
7735
7736 2005-08-08  Andy Wingo  <wingo@pobox.com>
7737
7738         * gst-libs/gst/audio/gstbaseaudiosink.c
7739         (gst_base_audio_sink_change_state): Open the device in NULL->READY
7740         like good elements should. Close on READY->NULL too.
7741
7742         * gst-libs/gst/audio/gstaudiosink.c
7743         (gst_audioringbuffer_open_device,
7744         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
7745         (gst_audioringbuffer_release): Updates for new ring buffer API,
7746         hook into the new audio sink api.
7747
7748         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
7749         (GstAudioSinkClass.close): Just open and close the device -- no
7750         resource allocation or configuration.
7751         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
7752         vmethods, handle device setup and resource allocation.
7753
7754         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
7755         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
7756         base class API.
7757
7758         * gst-libs/gst/audio/gstringbuffer.h
7759         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
7760         New vmethods.
7761
7762         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
7763         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
7764         New API functions. The device should be opened before acquiring
7765         and closed after releasing.
7766
7767 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
7768
7769         * gst-libs/gst/interfaces/mixer.h:
7770           Reset padding to GST_PADDING.
7771
7772 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7773
7774         * gst/playback/gstplaybin.c: (remove_sinks):
7775           Remove visualization from parent explicitely; works around some
7776           apparent refcount issue that I haven't tracked down yet.
7777
7778 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7779
7780         * ext/alsa/gstalsasink.c: (set_hwparams):
7781           Assign debug category, add negotiation debug msgs.
7782
7783 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7784
7785         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
7786           Fix error code for file-not-found to NOT_FOUND.
7787
7788 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7789
7790         * common/gtk-doc-plugins.mak:
7791         * docs/plugins/Makefile.am:
7792         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7793         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7794           renamed to actual element names, so much nicer to look at
7795         * docs/plugins/tmpl/gstmultifdsink.sgml:
7796           remove
7797         * docs/plugins/tmpl/multifdsink.sgml:
7798         * docs/plugins/tmpl/tcpserversink.sgml:
7799           add
7800         * ext/alsa/gstalsa.c:
7801         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
7802         * ext/ogg/gstoggmux.c:
7803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7804         * gst/playback/gstdecodebin.c:
7805         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7806         * gst/tcp/gsttcpserversink.c:
7807           various fixes and documentation additions
7808
7809 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7810
7811         * common/Makefile.am:
7812         * common/gstdoc-scangobj:
7813         * common/gtk-doc-plugins.mak:
7814         * common/gtk-doc.mak:
7815           add a custom scangobj that uses the registry
7816           add a custom gtk-doc-plugins.mak that uses it
7817           some doc build fixes
7818         * configure.ac:
7819         * docs/Makefile.am:
7820         * docs/plugins/Makefile.am:
7821         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7822         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7823         * docs/plugins/gst-plugins-base-plugins.types:
7824         * docs/plugins/tmpl/gstmultifdsink.sgml:
7825           add docs for one element, multifdsink
7826         * gst/adder/gstadder.h:
7827         * gst/volume/gstvolume.h:
7828           don't privatize enum
7829         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7830         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7831         (gst_sync_method_get_type), (gst_client_status_get_type),
7832         (gst_multifdsink_class_init),
7833         (gst_multifdsink_client_queue_buffer),
7834         (gst_multifdsink_handle_client_write):
7835         * gst/tcp/gstmultifdsink.h:
7836         * gst/tcp/gsttcp.h:
7837         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7838         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7839         (gst_tcpclientsink_render):
7840         * gst/tcp/gsttcpclientsink.h:
7841         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7842         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
7843         (gst_tcpclientsrc_start):
7844         * gst/tcp/gsttcpclientsrc.h:
7845         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7846         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
7847         * gst/tcp/gsttcpserversrc.h:
7848         * gst/typefind/gsttypefindfunctions.c:
7849           remove superfluous Type stuff
7850
7851 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7852
7853         * gst/playback/gstplaybin.c: (gen_video_element):
7854           Enable videoscale.
7855
7856 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7857
7858         * gst-libs/gst/gconf/gconf.c:
7859         * gst-libs/gst/gconf/gconf.h:
7860           Fix some Andy Problem [tm].
7861
7862 2005-08-04  Andy Wingo  <wingo@pobox.com>
7863
7864         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
7865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
7866         (gst_ffmpegcsp_get_size): Adapt to API changes.
7867
7868         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
7869         Implement an in-place do-nothing transform.
7870
7871 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7872
7873         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7874         (gst_ximagesink_renegotiate_size):
7875           Do not set new window sizes yet if we prepare a new buffer size
7876           for upstream renegotiation (software scaling) at some point in the
7877           future, because this new size waqs not actually accepted yet. Once
7878           accepted, renegotiation later on will set the new sizes just fine.
7879           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
7880           embedding testcase.
7881
7882 2005-08-03  Andy Wingo  <wingo@pobox.com>
7883
7884         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
7885         (gst_ximagesink_buffer_alloc): 
7886         Protect the height, width, and desired_caps with the pool_lock.
7887         Fixes videotestsrc ! queue ! ximagesink.
7888
7889 2005-08-02  Edward Hervey  <edward@fluendo.com>
7890
7891         * gst/volume/gstvolume.c:
7892         include left from controller cleanup
7893
7894 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
7895         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
7896           Stop collectpads before calling the parent state
7897           change function on PAUSED->READY.
7898
7899 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
7900         * configure.ac:
7901           When testing for X libs, use the X CFlags 
7902         * gst/adder/gstadder.c: (gst_adder_change_state):
7903           Stop the collectpads before calling parent state change function
7904           on PAUSED->READY, otherwise we deadlock deactivating pads.
7905
7906 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
7907
7908         * configure.ac:
7909         * docs/libs/tmpl/gstcolorbalance.sgml:
7910         * docs/libs/tmpl/gstmixer.sgml:
7911         * examples/Makefile.am:
7912         * gst/sine/Makefile.am:
7913         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
7914         (gst_sinesrc_set_property), (plugin_init):
7915         * gst/sine/gstsinesrc.h:
7916         * gst/volume/Makefile.am:
7917         * gst/volume/gstvolume.c: (gst_volume_set_volume),
7918         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
7919         (volume_process_float), (volume_process_int16),
7920         (volume_set_property), (plugin_init):
7921         * gst/volume/gstvolume.h:
7922           deactivate and remove dparams (libgstcontrol)
7923
7924 2005-07-29  Wim Taymans  <wim@fluendo.com>
7925
7926         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
7927         Convert me to BaseTransform!! help..
7928
7929 2005-07-29  Andy Wingo  <wingo@pobox.com>
7930
7931         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
7932         sinks.
7933
7934         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
7935         support of both endiannesses.
7936
7937 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7938
7939         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7940           Fix confusing debug message (s/event/query/)
7941
7942 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7943
7944         * gst/videotestsrc/videotestsrc.h:
7945           Use "_stdint.h" instead of <stdint.h>
7946
7947 2005-07-27  Wim Taymans  <wim@fluendo.com>
7948
7949         * ext/vorbis/Makefile.am:
7950         Revert wrong commit.
7951
7952 2005-07-27  Wim Taymans  <wim@fluendo.com>
7953
7954         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
7955         More compilation fixen.
7956
7957 2005-07-27  Wim Taymans  <wim@fluendo.com>
7958
7959         * gst-libs/gst/audio/gstbaseaudiosink.c:
7960         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7961         (gst_base_audio_sink_create_ringbuffer),
7962         (gst_base_audio_sink_change_state):
7963         Fix compilation.
7964
7965 2005-07-27  Wim Taymans  <wim@fluendo.com>
7966
7967         * examples/seeking/seek.c: (setup_dynamic_link),
7968         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
7969         (query_positions_elems), (query_positions_pads), (do_seek):
7970         Update seek example.
7971
7972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7973         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
7974         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
7975         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7976         (gst_ogg_demux_handle_event),
7977         (gst_ogg_demux_deactivate_current_chain),
7978         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7979         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7980         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
7981         (gst_ogg_demux_loop):
7982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
7983         * ext/theora/theoradec.c: (theora_dec_src_event),
7984         (theora_dec_src_getcaps), (theora_dec_sink_event),
7985         (theora_dec_push), (theora_dec_chain):
7986         * ext/vorbis/Makefile.am:
7987         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7988         (vorbis_dec_sink_event), (vorbis_dec_push),
7989         (vorbis_handle_data_packet):
7990         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7991         (gst_vorbisenc_chain):
7992         * gst/playback/gststreaminfo.c: (cb_probe):
7993         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7994         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7995         * gst/videoscale/gstvideoscale.c:
7996         (gst_videoscale_handle_src_event):
7997         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7998         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7999         (gst_ximagesink_navigation_send_event):
8000         * sys/xvimage/xvimagesink.c:
8001         (gst_xvimagesink_navigation_send_event):
8002         Various event updates and cleanups
8003
8004 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8005
8006         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8007           Fix segfault for I420/YV12.
8008
8009 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8010
8011         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8012           Report bitrate.
8013
8014 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8015
8016         * gst/playback/gstplaybin.c: (gen_video_element),
8017         (gen_audio_element):
8018           Switch to auto*sink elements as default sinks; add volume element
8019           so that volume control in totem works.
8020
8021 2005-07-21  Wim Taymans  <wim@fluendo.com>
8022
8023         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8024         * gst/playback/gstplaybin.c: (setup_sinks),
8025         (gst_play_bin_change_state):
8026         Refcount fix and more comments.
8027
8028 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8029
8030         * sys/ximage/Makefile.am:
8031         * sys/ximage/ximage.c: (plugin_init):
8032         * sys/ximage/ximagesink.c:
8033         Prepare for adding ximagesrc, rename of plugin to ximage etc.
8034         
8035
8036 2005-07-21  Wim Taymans  <wim@fluendo.com>
8037
8038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8039         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8040         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8041         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8042         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8043         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8044         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8045         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8046         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8047         Generate correct disconts for live chained oggs.
8048
8049         * gst-libs/gst/audio/gstbaseaudiosink.c:
8050         (gst_base_audio_sink_render),
8051         (gst_base_audio_sink_create_ringbuffer),
8052         (gst_base_audio_sink_change_state):
8053         Handle discont math correctly.
8054
8055         * gst/playback/gstplaybin.c: (add_sink):
8056         Some small debug cleanup.
8057
8058 2005-07-21  Wim Taymans  <wim@fluendo.com>
8059
8060         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8061         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8062         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8063         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8064         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8065         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8066         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8067         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8068         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8069         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8070         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8071         (gst_ogg_demux_change_state), (gst_ogg_print):
8072         Reorganize code to send the right disconts when in streaming
8073         mode.
8074
8075 2005-07-20  Andy Wingo  <wingo@pobox.com>
8076
8077         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8078         fix (?), fixes a seggie mcfalterson (#310894).
8079
8080 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8081
8082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8083         (gst_ogg_mux_set_header_on_caps):
8084         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8085         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8086         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8087         * gst-libs/gst/audio/multichannel.c:
8088         (gst_audio_set_channel_positions),
8089         (gst_audio_set_structure_channel_positions_list):
8090         * gst/playback/gstdecodebin.c: (dynamic_create):
8091         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8092         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8093           Fixes for API changes in core.
8094
8095 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8096
8097         * gst/playback/gstplaybasebin.c: (fill_buffer):
8098           Use _new_custom() so we can set custom message types for buffering
8099           messages.
8100
8101 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8102
8103         * configure.ac:
8104         * gst-libs/gst/Makefile.am:
8105         * gst-libs/gst/gconf/.cvsignore:
8106         * gst-libs/gst/gconf/Makefile.am:
8107         * gst-libs/gst/gconf/test-gconf.c:
8108         * pkgconfig/Makefile.am:
8109         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8110         * pkgconfig/gstreamer-gconf.pc.in:
8111           Remove gconf stuff, use gconf elements instead from now on.
8112
8113 2005-07-20  Wim Taymans  <wim@fluendo.com>
8114
8115         * gst-libs/gst/audio/TODO:
8116         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8117         (gst_audio_clock_get_internal_time):
8118         * gst-libs/gst/audio/gstaudioclock.h:
8119         * gst-libs/gst/audio/gstbaseaudiosink.c:
8120         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8121         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8122         (gst_base_audio_sink_render),
8123         (gst_base_audio_sink_create_ringbuffer),
8124         (gst_base_audio_sink_change_state):
8125         Make sure the audio clock always returns an increasing value.
8126
8127 2005-07-19  Andy Wingo  <wingo@pobox.com>
8128
8129         * gst/videotestsrc/: Cleanups.
8130
8131 2005-07-19  Wim Taymans  <wim@fluendo.com>
8132
8133         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8134         Better debugging.
8135
8136 2005-07-19  Wim Taymans  <wim@fluendo.com>
8137
8138         * examples/seeking/seek.c: (make_dv_pipeline),
8139         (make_vorbis_theora_pipeline), (query_rates),
8140         (query_positions_elems), (query_positions_pads), (do_seek):
8141         Make correct DV pipeline.
8142
8143 2005-07-18  Andy Wingo  <wingo@pobox.com>
8144
8145         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8146         default. Also because it's the only thing that really works. (This
8147         is used in the GConf elements).
8148         Use AS_LIBTOOL_TAGS.
8149
8150 2005-07-18  Wim Taymans  <wim@fluendo.com>
8151
8152         * gst/playback/gstdecodebin.c: (remove_element_chain):
8153         * gst/playback/gstplaybin.c: (add_sink):
8154         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8155         (gst_stream_info_set_mute):
8156         * gst/playback/gststreamselector.c:
8157         (gst_stream_selector_get_linked_pad),
8158         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8159         More leak and compile fixes.
8160
8161 2005-07-18  Wim Taymans  <wim@fluendo.com>
8162
8163         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8164         (query_rates), (query_positions_elems), (query_positions_pads),
8165         (do_seek), (seek_cb), (stop_seek):
8166         Updated seek example. 
8167
8168         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8169         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8170         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8171         * gst/playback/gstplaybin.c: (add_sink):
8172         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8173         (gst_stream_info_set_mute):
8174         Some refcount leak fixes.
8175
8176 2005-07-16  Wim Taymans  <wim@fluendo.com>
8177
8178         * gst-libs/gst/audio/gstbaseaudiosink.c:
8179         (gst_base_audio_sink_render):
8180         Align samples even if we have roundoff errors in the 
8181         timestamp conversion.
8182
8183 2005-07-16  Wim Taymans  <wim@fluendo.com>
8184
8185         * docs/libs/tmpl/gstringbuffer.sgml:
8186         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8187         (query_rates), (query_positions_elems), (query_positions_pads),
8188         (update_scale), (do_seek):
8189         Updated seek example.
8190
8191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8192         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8193         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8194         (gst_ogg_demux_loop):
8195         Push out correct discont values.
8196
8197         * ext/theora/theoradec.c: (theora_dec_src_convert),
8198         (theora_dec_sink_convert), (theora_dec_src_getcaps),
8199         (theora_dec_sink_event), (theora_handle_type_packet),
8200         (theora_handle_header_packet), (theora_dec_push),
8201         (theora_handle_data_packet), (theora_dec_chain),
8202         (theora_dec_change_state):
8203         Better timestamping.
8204
8205         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8206         (vorbis_dec_sink_event), (vorbis_dec_push),
8207         (vorbis_handle_data_packet), (vorbis_dec_chain):
8208         * ext/vorbis/vorbisdec.h:
8209         Better timestamping.
8210
8211         * gst-libs/gst/audio/gstbaseaudiosink.c:
8212         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8213         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8214         Handle syncing on timestamps instead of sample offsets. Make
8215         use of DISCONT values as described in design docs.
8216
8217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8218         (gst_base_audio_src_get_time):
8219         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8220         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8221         (gst_ring_buffer_read):
8222         * gst-libs/gst/audio/gstringbuffer.h:
8223         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8224         (gst_ximagesink_show_frame):
8225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8226         Correcly convert buffer timestamp to stream time.
8227
8228 2005-07-16  Wim Taymans  <wim@fluendo.com>
8229
8230         * gst/audioconvert/gstaudioconvert.c:
8231         (gst_audio_convert_get_buffer):
8232         Timestamp buffers correctly.
8233
8234         * gst/playback/gstplaybin.c: (gen_video_element):
8235         Make internal fakesink silent.
8236
8237 2005-07-15  Wim Taymans  <wim@fluendo.com>
8238
8239         * gst/ffmpegcolorspace/Makefile.am:
8240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8241         (gst_ffmpegcsp_caps_remove_format_info),
8242         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8243         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8244         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8245         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8246         Ported ffmpegcolorspace to basetransform.
8247
8248         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8249         * gst/volume/gstvolume.c: (volume_transform):
8250         Ported to new API.
8251
8252 2005-07-14  Wim Taymans  <wim@fluendo.com>
8253
8254         * gst/videotestsrc/Makefile.am:
8255         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8256         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8257         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8258         (gst_videotestsrc_init), (gst_videotestsrc_event),
8259         (gst_videotestsrc_create), (gst_videotestsrc_start),
8260         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8261         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8262         (gst_videotestsrc_get_property):
8263         * gst/videotestsrc/gstvideotestsrc.h:
8264         Make videotestsrc a pushsrc.
8265
8266 2005-07-14  Wim Taymans  <wim@fluendo.com>
8267
8268         * gst/tcp/gstfdset.c: (gst_fdset_free):
8269         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8270         (gst_multifdsink_add), (gst_multifdsink_remove),
8271         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8272         (gst_multifdsink_remove_client_link),
8273         (gst_multifdsink_client_queue_data),
8274         (gst_multifdsink_client_queue_caps),
8275         (gst_multifdsink_client_queue_buffer),
8276         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8277         (gst_multifdsink_stop):
8278         * gst/tcp/gstmultifdsink.h:
8279         0.8 backporting.
8280
8281         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8282         Also draw image when not from a pool.
8283
8284 2005-07-14  Wim Taymans  <wim@fluendo.com>
8285
8286         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8287         (mute_stream), (silence_stream):
8288         Small debug additions.
8289
8290 2005-07-14  Wim Taymans  <wim@fluendo.com>
8291
8292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8293         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8294         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8295         Better error recovery, ignore unconnected pads and
8296         non-fatal errors.
8297
8298 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8299
8300         * docs/libs/tmpl/gstaudio.sgml:
8301         * docs/libs/tmpl/gstcolorbalance.sgml:
8302         * docs/libs/tmpl/gstgconf.sgml:
8303         * docs/libs/tmpl/gstmixer.sgml:
8304         * docs/libs/tmpl/gstringbuffer.sgml:
8305         * docs/libs/tmpl/gsttuner.sgml:
8306         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8307         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8308         (gst_tcpclientsrc_class_init):
8309         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8310         (gst_tcpserversrc_class_init):
8311         * sys/v4l/gstv4lelement.c:
8312           more autistic cleanliness in functions/names/defines
8313
8314 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8315
8316         * configure.ac:
8317           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
8318           added manually to each Makefile.am so we are sure it goes
8319           *last* and doesn't add -L flags before linking in libs of our
8320           own, like, say, internal .la libs, that then accidentally pick
8321           up the installed copy.
8322         * docs/libs/Makefile.am:
8323         * ext/alsa/Makefile.am:
8324         * ext/cdparanoia/Makefile.am:
8325         * ext/gnomevfs/Makefile.am:
8326         * ext/libvisual/Makefile.am:
8327         * ext/ogg/Makefile.am:
8328         * ext/theora/Makefile.am:
8329         * ext/vorbis/Makefile.am:
8330         * gst-libs/gst/video/Makefile.am:
8331         * gst/adder/Makefile.am:
8332         * gst/audioconvert/Makefile.am:
8333         * gst/audiorate/Makefile.am:
8334         * gst/audioscale/Makefile.am:
8335         * gst/ffmpegcolorspace/Makefile.am:
8336         * gst/playback/Makefile.am:
8337         * gst/sine/Makefile.am:
8338         * gst/subparse/Makefile.am:
8339         * gst/tags/Makefile.am:
8340         * gst/tcp/Makefile.am:
8341         * gst/typefind/Makefile.am:
8342         * gst/videorate/Makefile.am:
8343         * gst/videoscale/Makefile.am:
8344         * gst/videotestsrc/Makefile.am:
8345         * gst/volume/Makefile.am:
8346         * sys/v4l/Makefile.am:
8347         * sys/ximage/Makefile.am:
8348         * sys/xvimage/Makefile.am:
8349           adapt properly to this change. This should make sure that
8350           plugins and libs properly link to the as-yet-uninstalled
8351           copies of stuff like libgstinterfaces and libgstvideo
8352
8353 2005-07-13  Andy Wingo  <wingo@pobox.com>
8354
8355         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
8356         (gst_v4lsrc_fixate): Fixate on format as well.
8357
8358         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
8359         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
8360         buffer points to it.
8361         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
8362         rather just doing X calls ourselves. Also fixes a memleak.
8363
8364 2005-07-12  Andy Wingo  <wingo@pobox.com>
8365
8366         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
8367         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
8368         (gst_v4lsrc_create): Re-add the copy-mode property, default to
8369         TRUE to avoid deadlocks if an element holds on to our buffers.
8370
8371 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8372
8373         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8374         (gst_sinesrc_init), (gst_sinesrc_create),
8375         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8376         (gst_sinesrc_start):
8377         * gst/sine/gstsinesrc.h:
8378           removing num-buffers property before moving it
8379
8380 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8381
8382         * configure.ac:
8383           use overridable ERROR_CFLAGS
8384         * docs/libs/gst-plugins-base-libs.types:
8385         * docs/libs/tmpl/gstringbuffer.sgml:
8386         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8387         (gst_alsasink_class_init):
8388         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
8389         (gst_alsasrc_class_init):
8390         * gst-libs/gst/audio/audio.h:
8391         * gst-libs/gst/audio/gstaudioclock.h:
8392         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
8393         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
8394         (gst_audio_filter_link), (gst_audio_filter_init),
8395         (gst_audio_filter_chain), (gst_audio_filter_set_property),
8396         (gst_audio_filter_get_property),
8397         (gst_audio_filter_class_add_pad_templates):
8398         * gst-libs/gst/audio/gstaudiofilter.h:
8399         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8400         (gst_audio_filter_template_get_type),
8401         (gst_audio_filter_template_base_init),
8402         (gst_audio_filter_template_class_init),
8403         (gst_audio_filter_template_init),
8404         (gst_audio_filter_template_set_property),
8405         (gst_audio_filter_template_get_property), (plugin_init),
8406         (gst_audio_filter_template_setup),
8407         (gst_audio_filter_template_filter),
8408         (gst_audio_filter_template_filter_inplace):
8409         * gst-libs/gst/audio/gstaudiosink.c:
8410         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8411         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
8412         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
8413         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
8414         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
8415         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
8416         * gst-libs/gst/audio/gstaudiosink.h:
8417         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
8418         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
8419         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8420         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
8421         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
8422         (gst_audio_src_class_init), (gst_audio_src_init),
8423         (gst_audio_src_create_ringbuffer):
8424         * gst-libs/gst/audio/gstaudiosrc.h:
8425         * gst-libs/gst/audio/gstbaseaudiosink.c:
8426         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
8427         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8428         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
8429         (gst_base_audio_sink_set_property),
8430         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
8431         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
8432         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
8433         (gst_base_audio_sink_create_ringbuffer),
8434         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
8435         * gst-libs/gst/audio/gstbaseaudiosink.h:
8436         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8437         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
8438         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
8439         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
8440         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
8441         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
8442         (gst_base_audio_src_event), (gst_base_audio_src_create),
8443         (gst_base_audio_src_create_ringbuffer),
8444         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
8445         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8446         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8447         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
8448         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
8449         (gst_ring_buffer_debug_spec_caps),
8450         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
8451         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8452         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8453         (gst_ring_buffer_start), (gst_ring_buffer_pause),
8454         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
8455         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
8456         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
8457         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8458         (gst_ring_buffer_clear):
8459         * gst-libs/gst/audio/gstringbuffer.h:
8460         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
8461         (gst_video_sink_class_init), (gst_video_sink_get_type):
8462         * gst-libs/gst/video/videosink.h:
8463         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
8464         (gst_multifdsink_class_init),
8465         (gst_multifdsink_handle_client_write),
8466         (gst_multifdsink_change_state):
8467         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8468         (gst_tcpclientsink_setcaps):
8469         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8470         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
8471         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
8472         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
8473         (gst_ximagesink_send_pending_navigation),
8474         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
8475         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
8476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8477         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8478         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
8479         (gst_xvimagesink_send_pending_navigation),
8480         (gst_xvimagesink_navigation_send_event),
8481         (gst_xvimagesink_set_xwindow_id),
8482         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
8483         (gst_xvimagesink_get_type):
8484         more macro splitting
8485
8486 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8487
8488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8489           plug a memleak, allows me to import 1479 albums in one go
8490           in jamboree
8491         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8492         (vorbis_handle_type_packet), (vorbis_dec_chain),
8493         (vorbis_dec_change_state):
8494           fix some format strings
8495
8496 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8497
8498         * docs/libs/tmpl/gstcolorbalance.sgml:
8499         * docs/libs/tmpl/gstmixer.sgml:
8500         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8501         (gst_alsasink_set_property), (gst_alsasink_get_property):
8502         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
8503         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
8504           add device property
8505
8506 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8507
8508         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8509         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
8510         (audiocast_register_listener), (audiocast_thread_run),
8511         (gst_gnomevfssrc_send_additional_headers_callback),
8512         (gst_gnomevfssrc_received_headers_callback),
8513         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
8514         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
8515         (gst_gnomevfssrc_get_size):
8516           add/clean up debugging
8517         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
8518           cleanups
8519
8520 2005-07-07  Andy Wingo  <wingo@pobox.com>
8521
8522         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
8523         framerate. Need to get a handle on when exactly this function is
8524         called, tho.
8525
8526         * sys/v4l/v4lsrc_calls.h:
8527         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
8528         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
8529         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
8530
8531         * sys/v4l/v4l_calls.h: Cast to V4lElement.
8532         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
8533         v4lelements are sources.
8534
8535         * sys/v4l/gstv4lxoverlay.h:
8536         * sys/v4l/gstv4lxoverlay.c:
8537         * sys/v4l/gstv4ltuner.h:
8538         * sys/v4l/gstv4ltuner.c: Header loc fixen.
8539         
8540         * sys/v4l/gstv4lsrc.h:
8541         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
8542         PushSrc/BaseSrc. Removed most sync-related properties, videorate
8543         or something should handle that. Made a live source.
8544
8545         * sys/v4l/gstv4lelement.h:
8546         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
8547         signals. Some cleanups.
8548
8549         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
8550
8551         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
8552         stuff.
8553
8554         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
8555         stuff.
8556
8557         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
8558
8559 2005-07-07  Wim Taymans  <wim@fluendo.com>
8560
8561         * ext/theora/theoradec.c: (theora_get_query_types),
8562         (theora_dec_src_getcaps), (theora_dec_push):
8563         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
8564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
8565         Remove deprecated/unused query types.
8566
8567 2005-07-06  Wim Taymans  <wim@fluendo.com>
8568
8569         * ext/alsa/Makefile.am:
8570         * ext/alsa/gstalsaplugin.c: (plugin_init):
8571         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8572         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
8573         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
8574         (gst_alsasrc_class_init), (gst_alsasrc_init),
8575         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
8576         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
8577         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
8578         (gst_alsasrc_reset):
8579         * ext/alsa/gstalsasrc.h:
8580         * gst-libs/gst/audio/Makefile.am:
8581         * gst-libs/gst/audio/gstaudiosink.c:
8582         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8583         (gst_audioringbuffer_start):
8584         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
8585         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
8586         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
8587         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
8588         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
8589         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
8590         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
8591         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
8592         * gst-libs/gst/audio/gstaudiosrc.h:
8593         * gst-libs/gst/audio/gstbaseaudiosink.c:
8594         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8595         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
8596         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
8597         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8598         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
8599         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
8600         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
8601         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
8602         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
8603         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
8604         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
8605         (gst_baseaudiosrc_change_state):
8606         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8607         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8608         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
8609         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
8610         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8611         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
8612         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
8613         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
8614         * gst-libs/gst/audio/gstringbuffer.h:
8615         Added audiosource base classes.
8616         Ported alsasrc, still very basic.
8617
8618 2005-07-06  Wim Taymans  <wim@fluendo.com>
8619
8620         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
8621         (theora_dec_push), (theora_handle_data_packet):
8622         Prepare for better timestamp fix later.
8623
8624         * gst/audioconvert/gstaudioconvert.c:
8625         List most accurate caps first
8626
8627         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
8628         Use proper pad task function.
8629
8630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8631         (gst_xvimagesink_show_frame):
8632         Fix deadlock when alloc failed.
8633
8634 2005-07-05  Andy Wingo  <wingo@pobox.com>
8635
8636         * ext/gnomevfs/gstgnomevfssrc.c:
8637         * gst/sine/gstsinesrc.c:
8638         * gst/tcp/gsttcpserversrc.c:
8639         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
8640
8641         * sys/v4l/: Port from 0.8.
8642
8643         * Many files: Null if we got it....
8644
8645 2005-07-05  Andy Wingo  <wingo@pobox.com>
8646
8647         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
8648         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
8649         Signedness fixes.
8650
8651 2005-07-05  Wim Taymans  <wim@fluendo.com>
8652
8653         * configure.ac:
8654         * gst/tcp/Makefile.am:
8655         * gst/tcp/README:
8656         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
8657         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
8658         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
8659         (is_sync_frame), (gst_multifdsink_handle_client_write),
8660         (gst_multifdsink_render), (gst_multifdsink_start),
8661         (gst_multifdsink_stop), (gst_multifdsink_change_state):
8662         * gst/tcp/gstmultifdsink.h:
8663         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
8664         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
8665         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
8666         * gst/tcp/gsttcp.h:
8667         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8668         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8669         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
8670         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
8671         * gst/tcp/gsttcpclientsink.h:
8672         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8673         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
8674         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
8675         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
8676         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
8677         * gst/tcp/gsttcpclientsrc.h:
8678         * gst/tcp/gsttcpplugin.c: (plugin_init):
8679         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
8680         * gst/tcp/gsttcpserversink.h:
8681         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8682         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
8683         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
8684         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
8685         (gst_tcpserversrc_stop):
8686         * gst/tcp/gsttcpserversrc.h:
8687         * gst/tcp/gsttcpsink.c:
8688         * gst/tcp/gsttcpsink.h:
8689         * gst/tcp/gsttcpsrc.c:
8690         * gst/tcp/gsttcpsrc.h:
8691         Ported tcp plugins to 0.9. 
8692         
8693
8694 2005-07-05  Andy Wingo  <wingo@pobox.com>
8695
8696         * gst/playback/gstplaybasebin.c (fill_buffer):
8697         message_new_application fixen.
8698
8699         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
8700         Style fix.
8701
8702 2005-07-04  Wim Taymans  <wim@fluendo.com>
8703
8704         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8705         Set caps on output buffer.
8706
8707 2005-07-04  Andy Wingo  <wingo@pobox.com>
8708
8709         * ext/gnomevfs/gstgnomevfssrc.c
8710         (gst_gnomevfssrc_received_headers_callback) 
8711         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
8712         hopefully.
8713
8714         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
8715         No refcount leakage.
8716
8717         * configure.ac: Enable -Werror.
8718         
8719         * ext/theora/theoradec.c (theora_dec_src_getcaps):
8720         * gst/audioconvert/bufferframesconvert.c
8721         (buffer_frames_convert_fixate):
8722         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
8723         (gst_audio_convert_fixate):
8724         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
8725         (gst_sinesrc_create): Fixate func changes.
8726         
8727         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8728         (gst_ximagesink_buffer_alloc): Unused var.
8729
8730 2005-07-01  Andy Wingo  <wingo@pobox.com>
8731
8732         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
8733         getcaps to do explicit caps. Needs to be done in all decoders,
8734         possibly via a base class.
8735
8736         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
8737
8738         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
8739         caps on the sink pad, just rely on the pad template. Also, setting
8740         ANY caps on a pad is not valid because the caps are not fixed.
8741
8742         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
8743         caps on the buffer, and get the width from the desired_caps if
8744         they're set.
8745         (gst_ximagesink_renegotiate_size): Implement via setting the
8746         desired_caps on the ximagesink.
8747         (gst_ximagesink_setcaps): Only reset the width of the player if it
8748         wasn't already set. Not sure if this is right.
8749         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
8750
8751         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
8752         that the user wants. NULL unless the window has been resized.
8753
8754         * gst/volume/gstvolume.c (volume_transform): Adapt to
8755         basetransform refcount changes.
8756         
8757 2005-07-01  Andy Wingo  <wingo@pobox.com>
8758
8759         * gst/videoscale/gstvideoscale.c:
8760         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
8761         from BaseTransform, implements a transform_caps. Removed dead code
8762         including some PAR stuff that was never reached -- should probably
8763         be added back somehow.
8764
8765 2005-07-01  Andy Wingo  <wingo@pobox.com>
8766
8767         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
8768         come later.
8769
8770 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8771
8772         * configure.ac:
8773         * docs/libs/Makefile.am:
8774         * docs/libs/gst-plugins-libs.types:
8775         * ext/alsa/Makefile.am:
8776         * ext/alsa/gstalsamixer.h:
8777         * ext/alsa/gstalsamixeroptions.h:
8778         * ext/alsa/gstalsamixertrack.h:
8779         * gst-libs/gst/Makefile.am:
8780         * gst-libs/gst/colorbalance/.cvsignore:
8781         * gst-libs/gst/colorbalance/Makefile.am:
8782         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8783         * gst-libs/gst/colorbalance/colorbalance.c:
8784         * gst-libs/gst/colorbalance/colorbalance.h:
8785         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8786         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8787         * gst-libs/gst/colorbalance/colorbalancechannel.h:
8788         * gst-libs/gst/interfaces/Makefile.am:
8789         * gst-libs/gst/interfaces/colorbalance.c:
8790         (gst_color_balance_class_init):
8791         * gst-libs/gst/interfaces/colorbalance.h:
8792         * gst-libs/gst/interfaces/interfaces-marshal.list:
8793         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
8794         * gst-libs/gst/interfaces/mixer.h:
8795         * gst-libs/gst/interfaces/mixeroptions.h:
8796         * gst-libs/gst/interfaces/navigation.c:
8797         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
8798         * gst-libs/gst/interfaces/tuner.h:
8799         * gst/volume/Makefile.am:
8800         * gst/volume/gstvolume.c:
8801         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8802         * sys/ximage/Makefile.am:
8803         * sys/ximage/ximagesink.c:
8804         * sys/xvimage/Makefile.am:
8805         * sys/xvimage/xvimagesink.c:
8806           fold in all interfaces into an interfaces dir, preserving CVS
8807           history
8808
8809 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8810
8811         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8812           Fix build after riff changes.
8813
8814 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8815
8816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8817         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8818         (gst_riff_create_video_template_caps),
8819         (gst_riff_create_audio_template_caps),
8820         (gst_riff_create_iavs_template_caps):
8821         * gst-libs/gst/riff/riff-media.h:
8822         * gst-libs/gst/riff/riff-read.h:
8823         * gst-libs/gst/riff/riff.c: (gst_riff_init):
8824           Add gst_riff_init() to initialize the debug category, instead
8825           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
8826
8827 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8828
8829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
8830           Oops, I shouldn't apply hacks.
8831
8832 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8833
8834         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
8835           Remove pad_loop function which doesn't work.
8836
8837 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8838
8839         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
8840           Send EOS when deactivating.
8841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8842         (check_queue), (queue_threshold_reached), (queue_out_of_data),
8843         (gen_preroll_element), (probe_triggered), (mute_stream),
8844         (silence_stream), (new_decoded_pad), (setup_substreams),
8845         (set_active_source):
8846         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
8847         (remove_sinks), (add_sink):
8848         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
8849           Change for new probe API.
8850
8851 2005-06-29  Wim Taymans  <wim@fluendo.com>
8852
8853         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
8854         * gst-libs/gst/audio/gstbaseaudiosink.c:
8855         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8856         (gst_baseaudiosink_change_state):
8857         * gst-libs/gst/audio/gstbaseaudiosink.h:
8858         * gst-libs/gst/audio/gstringbuffer.c:
8859         (gst_ringbuffer_set_callback):
8860         Fix compilation error.
8861         Ringbuffer starts out as not running.
8862         Free our clock in dispose.
8863         When releasing the ringbuffer we need to renegotiate so
8864         clear the pad caps.
8865
8866 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8867
8868         * autogen.sh:
8869         * configure.ac:
8870         * docs/Makefile.am:
8871         * docs/libs/Makefile.am:
8872         * docs/libs/gst-plugins-libs-docs.sgml:
8873         * docs/libs/gst-plugins-libs-sections.txt:
8874         * docs/libs/gst-plugins-libs.types:
8875         * docs/libs/tmpl/gstaudio.sgml:
8876         * docs/libs/tmpl/gstcolorbalance.sgml:
8877         * docs/libs/tmpl/gstringbuffer.sgml:
8878         * gst-libs/gst/audio/gstringbuffer.c:
8879         (gst_ringbuffer_set_callback):
8880           reinstate gtk-doc docs for plugin libs
8881
8882 2005-06-28  Wim Taymans  <wim@fluendo.com>
8883
8884         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8885         (gst_ogg_demux_init):
8886         Removed pad loop function.
8887
8888 2005-06-28  Wim Taymans  <wim@fluendo.com>
8889
8890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8891         If we're building a chain we are not in an error case
8892         when we queue a buffer.
8893
8894 2005-06-28  Andy Wingo  <wingo@pobox.com>
8895
8896         * *.c: Don't cast to GstObject before reffing/unreffing.
8897
8898 2005-06-27  Andy Wingo  <wingo@pobox.com>
8899
8900         * gst/videotestsrc/gstvideotestsrc.c
8901         (gst_videotestsrc_activate_push): Activation API changes.
8902
8903         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
8904         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
8905         they have refs on the decodebin.
8906
8907         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
8908         parent class.
8909         (gst_ogg_pad_typefind): Don't leak a pad ref.
8910         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
8911         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
8912         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
8913
8914 2005-06-27  Edward Hervey  <edward@fluendo.com>
8915
8916         * ext/theora/theoradec.c: (theora_dec_change_state): 
8917         re-arranged call to parent's state change in order to avoid locks (or
8918         worse).
8919
8920 2005-06-26  Edward Hervey  <edward@fluendo.com>
8921
8922         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8923         2nd argument of 'unknow-type' signal is a GstCaps and not a
8924         GstMiniObject
8925
8926 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
8927         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
8928           Set the worker thread's running flag to TRUE before starting the
8929           thread.
8930         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
8931           Catch a failure to add typefind to the bin.
8932
8933 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8934
8935         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8936         (gst_sinesrc_init), (gst_sinesrc_create),
8937         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8938         (gst_sinesrc_start):
8939         * gst/sine/gstsinesrc.h:
8940           add num-buffers and timestamp-offset properties
8941         * gst/videotestsrc/gstvideotestsrc.c:
8942         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
8943         (gst_videotestsrc_get_property):
8944           add timestamp-offset property
8945
8946 2005-06-23  Christian Schaller  <uraeus@gnome.org>
8947
8948         * configure.ac: add videorate
8949         * gst-plugins-base.spec.in: add videorate
8950
8951 2005-06-23  Wim Taymans  <wim@fluendo.com>
8952
8953         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8954         (gst_videorate_getcaps), (gst_videorate_setcaps),
8955         (gst_videorate_event), (gst_videorate_chain):
8956         Fixed videorate, fixating an already fixated caps is not
8957         an error.
8958
8959 2005-06-23  Wim Taymans  <wim@fluendo.com>
8960
8961         * ext/ogg/README:
8962         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
8963         Buffer on caps is not boxed anymore.
8964
8965 2005-06-22  Wim Taymans  <wim@fluendo.com>
8966
8967         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8968         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8969         Set buffers on caps as miniobjects and not as boxed.
8970
8971 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8972
8973         * configure.ac:
8974           back to HEAD
8975
8976 === release 0.9.1 ===
8977
8978 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8979
8980         * .cvsignore:
8981         * NEWS:
8982         * README:
8983         * RELEASE:
8984         * configure.ac:
8985         * po/af.po:
8986         * po/az.po:
8987         * po/cs.po:
8988         * po/en_GB.po:
8989         * po/hu.po:
8990         * po/it.po:
8991         * po/nb.po:
8992         * po/nl.po:
8993         * po/or.po:
8994         * po/sq.po:
8995         * po/sr.po:
8996         * po/sv.po:
8997         * po/uk.po:
8998         * po/vi.po:
8999           updates for release
9000
9001 2005-06-09  Andy Wingo  <wingo@pobox.com>
9002
9003         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9004         
9005 2005-06-09  Andy Wingo  <wingo@pobox.com>
9006
9007         * configure.ac:
9008         * gst-libs/gst/Makefile.am:
9009         * gst-libs/gst/net/Makefile.am:
9010         Add gstnet to build.
9011
9012 2005-06-09  Andy Wingo  <wingo@pobox.com>
9013
9014         * gst-libs/gst/gconf/gconf.c:
9015         * gst/playback/test.c:
9016         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9017         fixes.
9018
9019         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9020
9021         * ext/theora/theoraenc.c (theora_enc_chain): 
9022         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9023
9024         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9025         RealPad.
9026
9027 2005-06-02  Wim Taymans  <wim@fluendo.com>
9028
9029         * gst-libs/gst/net/Makefile.am:
9030         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9031         * pkgconfig/gstreamer-libs.pc.in:
9032         Added net stuff, version net lib.
9033
9034 2005-06-02  Wim Taymans  <wim@fluendo.com>
9035
9036         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9037         (query_rates), (query_positions_elems), (query_positions_pads),
9038         (do_seek):
9039         Updated seek example.
9040
9041 2005-06-02  Andy Wingo  <wingo@pobox.com>
9042
9043         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9044         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9045         list.
9046
9047         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9048         remove the typefind, the bin dispose will do it for us. When it's
9049         removed and unreffed, the signal handler will be disconnected,
9050         too.
9051         (unlinked): It's too difficult to disconnect from unlinked
9052         handlers, as they are on pads not elements. Just punt if the pads
9053         aren't grandkids of the bin.
9054
9055 2005-06-02  Wim Taymans  <wim@fluendo.com>
9056
9057         * ext/ogg/README:
9058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9059         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9060         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9061         * ext/theora/theoradec.c: (theora_dec_src_query),
9062         (theora_handle_data_packet):
9063         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9064         (theora_enc_chain):
9065         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9066         (vorbis_handle_data_packet):
9067         * gst/audioconvert/bufferframesconvert.c:
9068         (buffer_frames_convert_chain):
9069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9070         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9071         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9072         (gst_ffmpegcsp_chain):
9073         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9074         (gst_videorate_getcaps), (gst_videorate_setcaps),
9075         (gst_videorate_event), (gst_videorate_chain):
9076         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9077         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9078         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9079         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9080         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9081         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9082         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9083         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9084         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9085         Cleanups and buffer alloc.
9086
9087 2005-05-31  Wim Taymans  <wim@fluendo.com>
9088
9089         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9090         Don't try to call the delay method when the device is not
9091         opened.
9092
9093 2005-05-31  Wim Taymans  <wim@fluendo.com>
9094
9095         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9096         Get actual segment size and buffer size after opening
9097         the device.
9098
9099 2005-05-30  Wim Taymans  <wim@fluendo.com>
9100
9101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9102         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9103         Also FLUSH upstream, makes the loop function exit faster.
9104         
9105         * ext/theora/theoradec.c: (theora_dec_src_query):
9106         Some more debug info in the query.
9107         
9108         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9109         (gst_ximagesink_setcaps):
9110         Release lock on par error, better error reporting.
9111
9112 2005-05-26  Wim Taymans  <wim@fluendo.com>
9113
9114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9115         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9116         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9117         Clear chains in READY
9118         Queue packets until the chain is activated.
9119
9120 2005-05-25  Wim Taymans  <wim@fluendo.com>
9121
9122         * gst-libs/gst/audio/gstaudiosink.c:
9123         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9124         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9125         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9126         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9127         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9128         (gst_audiosink_create_ringbuffer):
9129         * gst-libs/gst/audio/gstbaseaudiosink.c:
9130         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9131         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9132         (gst_baseaudiosink_set_property), (build_linear_format),
9133         (debug_spec_caps), (debug_spec_buffer),
9134         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9135         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9136         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9137         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9138         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9139         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9140         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9141         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9142         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9143         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9144         (wait_segment), (gst_ringbuffer_commit),
9145         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9146         (gst_ringbuffer_clear):
9147         Various small cleanups.
9148
9149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9150         (gst_audio_convert_change_state):
9151         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9152         No need to take the locks anymore.
9153
9154 2005-05-25  Wim Taymans  <wim@fluendo.com>
9155
9156         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9157         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9158         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9159         (type_found):
9160         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9161         (group_destroy), (group_commit), (queue_overrun),
9162         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9163         (mute_stream), (new_decoded_pad), (setup_substreams),
9164         (setup_source), (mute_group_type), (set_active_source),
9165         (gst_play_base_bin_change_state):
9166         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9167         (gen_video_element), (gen_text_element), (gen_audio_element),
9168         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9169         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9170         (gst_stream_info_dispose), (gst_stream_info_set_mute):
9171         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9172         Some playbin cleanups mostly refcounting sloppyness.
9173
9174 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9175
9176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9177           Work with streaming input.
9178
9179 2005-05-25  Wim Taymans  <wim@fluendo.com>
9180
9181         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9182         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9183         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9184         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9185         No need to take the STREAM lock anymore.
9186
9187 2005-05-25  Wim Taymans  <wim@fluendo.com>
9188
9189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9190         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9191         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9192         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9193         (gst_ogg_demux_sink_activate):
9194         * ext/theora/theoradec.c: (theora_dec_src_event),
9195         (theora_handle_comment_packet), (theora_dec_chain),
9196         (theora_dec_change_state):
9197         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9198         (vorbis_handle_data_packet), (vorbis_dec_chain),
9199         (vorbis_dec_change_state):
9200         Remove STREAM locks as they are taken in core now.
9201         Never set bogus granulepos on vorbis/theora.
9202         Fix leaks in theoradec tag parsing.
9203
9204 2005-05-25  Wim Taymans  <wim@fluendo.com>
9205
9206         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9207         Fix memleaks, GST_BUFFER_DATA() is not freed.
9208
9209 2005-05-25  Wim Taymans  <wim@fluendo.com>
9210
9211         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9212         Open non-blocking, set to blocking mode afterwards to avoid
9213         lockups when audio device is busy.
9214
9215 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9216
9217         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9218           This can't be good.
9219
9220 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9221
9222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9223         (gst_audio_convert_chain), (gst_audio_convert_link_src),
9224         (gst_audio_convert_setcaps):
9225           Implement instant setup switching.
9226
9227 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9228
9229         * gst/playback/gstplaybasebin.c: (probe_triggered):
9230           Fix missing unlock.
9231         * gst/playback/gstplaybin.c: (add_sink):
9232           First add, then link (otherwise pad link fails).
9233
9234 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9235
9236         * examples/Makefile.am:
9237         fix buildbot (make distcheck)
9238
9239 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9240
9241         * gst/playback/gstplaybin.c: (gen_vis_element):
9242           Remove some wrong code. Doesn't work yet.
9243
9244 2005-05-19  Wim Taymans  <wim@fluendo.com>
9245
9246         * gst-libs/gst/net/Makefile.am:
9247         * gst-libs/gst/net/README:
9248         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9249         (gst_netbuffer_class_init), (gst_netbuffer_init),
9250         (gst_netbuffer_finalize), (gst_netbuffer_copy),
9251         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9252         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9253         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9254         * gst-libs/gst/net/gstnetbuffer.h:
9255         Added buffer subclass to store extra to/from addresses for
9256         network sources/sinks.
9257
9258 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9259
9260         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9261           Don't lock an unassigned variable.
9262
9263 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9264
9265         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9266           Increase buffer for video, decrease buffer for other media types.
9267         * gst/playback/gstplaybin.c: (gen_video_element),
9268         (gen_audio_element):
9269           Change names for debugging purposes.
9270
9271 2005-05-18  Wim Taymans  <wim@fluendo.com>
9272
9273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9274         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9275         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9276         (gst_ffmpegcsp_chain):
9277         Enable buffer alloc passthrough if the source and dest
9278         formats are the same.
9279
9280 2005-05-17  Wim Taymans  <wim@fluendo.com>
9281
9282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9283         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9284         (gst_ogg_demux_chain_unlocked):
9285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9286         (gst_audio_convert_caps_remove_format_info),
9287         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9288         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9289         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9290         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9291         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9292         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9293         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9294         (gst_ffmpegcsp_get_property):
9295         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9296         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9297         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9298         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9299         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9300         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9301         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9302         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9303         Leak fixes in oggdemux.
9304         Some cleanups in audioconvert.
9305         Make passthrough work along with buffer_alloc etc.
9306         Make buffer_alloc and buffer recycling actually work in
9307         xvimagesink.
9308
9309 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9310
9311         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
9312           make the compiler happy
9313
9314 2005-05-17  Wim Taymans  <wim@fluendo.com>
9315
9316         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9317         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9318         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
9319         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
9320         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9321         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
9322         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
9323         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9324         (gst_xvimagesink_set_xwindow_id):
9325         * sys/xvimage/xvimagesink.h:
9326         Port xvimagesink to new MiniObject.
9327
9328 2005-05-17  Wim Taymans  <wim@fluendo.com>
9329
9330         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9331         (gst_audiofilter_chain):
9332         * gst-libs/gst/audio/gstaudiosink.c:
9333         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9334         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9335         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9336         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9337         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9338         (gst_audiosink_create_ringbuffer):
9339         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9340         (gst_audio_convert_caps_remove_format_info),
9341         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9342         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9343         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9344         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9345         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9346         Fix passthrough in ffmpegcolorspace.
9347         Fix memset in audiosink on wrong memory.
9348
9349 2005-05-16  David Schleef  <ds@schleef.org>
9350
9351         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
9352         to GstMiniObject.
9353
9354 2005-05-16  David Schleef  <ds@schleef.org>
9355
9356         Port from GstData to GstMiniObject.
9357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9359         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
9360         (gst_ogg_mux_collected):
9361         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9362         * ext/theora/theoradec.c: (theora_handle_comment_packet),
9363         (theora_handle_data_packet):
9364         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9365         (theora_set_header_on_caps), (theora_enc_chain):
9366         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9367         (vorbis_handle_comment_packet):
9368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9369         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
9370         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
9371         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
9372         * gst/audioconvert/gstaudioconvert.c:
9373         (gst_audio_convert_get_buffer):
9374         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9375         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
9376         (mute_stream), (silence_stream):
9377         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9378         * gst/volume/gstvolume.c: (volume_transform):
9379         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9380         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
9381         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
9382         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
9383         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
9384         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
9385         (gst_ximagesink_buffer_alloc):
9386         * sys/ximage/ximagesink.h:
9387
9388 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9389
9390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9391         (fill_buffer), (check_queue), (queue_threshold_reached),
9392         (queue_out_of_data):
9393         * gst/playback/gstplaybasebin.h:
9394           Post buffer-fullness on the bus.
9395
9396 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9397
9398         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9399         (try_to_link_1):
9400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9401         (group_commit), (probe_triggered), (setup_source),
9402         (gst_play_base_bin_change_state):
9403         * gst/playback/gstplaybasebin.h:
9404         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9405         (gst_play_bin_init), (remove_sinks), (setup_sinks),
9406         (gst_play_bin_change_state):
9407           Move setup_output_pads into a virtual function, remove
9408           group-switch (no longer needed) and redirect (handled by bus
9409           now) signals.
9410
9411 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9412
9413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9414         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
9415         (get_active_group), (get_building_group), (group_destroy),
9416         (group_commit), (check_queue), (queue_overrun),
9417         (queue_threshold_reached), (queue_out_of_data),
9418         (gen_preroll_element), (remove_groups), (unknown_type),
9419         (add_element_stream), (no_more_pads), (probe_triggered),
9420         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
9421         (setup_substreams), (setup_source), (finish_source),
9422         (prepare_output), (muted_group_change_state),
9423         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9424         (gst_play_base_bin_change_state):
9425         * gst/playback/gstplaybasebin.h:
9426         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9427         (gst_play_bin_init), (gst_play_bin_set_property),
9428         (gen_video_element), (gen_text_element), (gen_audio_element),
9429         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
9430         (gst_play_bin_change_state):
9431         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9432         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
9433         (stream_info_change_state), (gst_stream_info_set_mute),
9434         (gst_stream_info_get_property):
9435         * gst/playback/gststreaminfo.h:
9436         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9437         (gst_stream_selector_get_linked_pad),
9438         (gst_stream_selector_getcaps),
9439         (gst_stream_selector_get_linked_pads),
9440         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9441         * gst/playback/gststreamselector.h:
9442           Rough port of playbin. Needs some more work, but is mostly done,
9443           and uses a few locks in important places, which should make stuff
9444           like chain-switches clean. Still uses GST_STATE() in a few places,
9445           which isn't all that good an idea, subtitles/elements disabled
9446           because no elements to test with and thus probably broken, query
9447           and event handling moved to GstBin, internal thread removed
9448           alltogether because the pipeline does that for us now. Can play
9449           Ogg/Vorbis files. Haven't tested anything else yet.
9450
9451 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9452
9453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9454           Do no-more-pads (needed for autoplugging).
9455
9456 2005-05-10  Andy Wingo  <wingo@pobox.com>
9457
9458         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
9459         message to the bus with the tags. Still not sent downstream tho.
9460
9461         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
9462         get_parent.
9463         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
9464         avoid refcounting hassles.
9465
9466 2005-05-09  Andy Wingo  <wingo@pobox.com>
9467
9468         * gst/volume/Makefile.am:
9469         * gst/volume/demo.c
9470         * gst/volume/gstvolume.h
9471         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
9472         basetransform. Probably need an audio filter base class.
9473
9474 2005-05-09  Wim Taymans  <wim@fluendo.com>
9475
9476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
9477         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
9478         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
9479         (gst_vorbisenc_chain):
9480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9481         (gst_audio_convert_caps_remove_format_info),
9482         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9483         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9484         Make caps writable before writing to it.
9485         Fix negotiation in audioconvert some more.
9486
9487 2005-05-09  Wim Taymans  <wim@fluendo.com>
9488
9489         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9490         (gst_videorate_getcaps), (gst_videorate_setcaps),
9491         (gst_videorate_event), (gst_videorate_chain):
9492         Better negotiation.
9493
9494 2005-05-09  Wim Taymans  <wim@fluendo.com>
9495
9496         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9497         (gst_videorate_getcaps), (gst_videorate_setcaps),
9498         (gst_videorate_blank_data), (gst_videorate_init),
9499         (gst_videorate_event), (gst_videorate_chain),
9500         (gst_videorate_change_state):
9501         Port videorate, do a better job at negotiation while we're at
9502         it.
9503
9504 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
9505
9506         * configure.ac:
9507           Disable libvisual
9508
9509         * examples/Makefile.am:
9510         * gst-libs/gst/audio/Makefile.am:
9511         * gst-libs/gst/riff/Makefile.am:
9512         * gst-libs/gst/tag/Makefile.am:
9513         * gst-libs/gst/video/Makefile.am:
9514           Fixups for missing variables.
9515
9516 2005-05-09  Wim Taymans  <wim@fluendo.com>
9517
9518         * examples/seeking/seek.c: (make_theora_pipeline),
9519         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
9520         (query_rates), (query_positions_elems), (query_positions_pads),
9521         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
9522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
9523         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
9524         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
9525         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
9526         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
9527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9528         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9529         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9530         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
9531         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
9532         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9533         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9534         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
9535         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9536         (theora_dec_src_convert), (theora_dec_sink_convert),
9537         (theora_dec_src_query), (theora_dec_sink_query),
9538         (theora_dec_src_event), (theora_dec_sink_event),
9539         (theora_handle_comment_packet), (theora_handle_type_packet),
9540         (theora_handle_header_packet), (theora_handle_data_packet),
9541         (theora_dec_chain):
9542         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9543         (vorbis_dec_convert), (vorbis_dec_src_query),
9544         (vorbis_dec_sink_query), (vorbis_dec_src_event),
9545         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9546         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9547         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9548         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
9549         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
9550         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
9551         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9552         (gst_play_bin_query):
9553         * gst/playback/test3.c: (update_scale):
9554         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
9555         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
9556         * gst/subparse/gstsubparse.c: (gst_subparse_init):
9557         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
9558         (gst_videotestsrc_src_query):
9559         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
9560         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
9561         (paint_hline_YUV9):
9562         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
9563         Port to new query API.
9564         Updated seek.
9565         Cleanups in x[v]imagesink
9566
9567 2005-05-09  Andy Wingo  <wingo@pobox.com>
9568
9569         * ext/alsa/gstalsasink.h:
9570         * ext/gnomevfs/gstgnomevfssrc.c:
9571         (gst_gnomevfssrc_get_icy_metadata):
9572         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
9573         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
9574         * ext/theora/theoradec.c (theora_dec_src_query)
9575         (theora_dec_src_event, theora_dec_sink_event)
9576         (theora_handle_comment_packet, theora_handle_data_packet):
9577         * ext/theora/theoraenc.c (theora_enc_chain):
9578         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
9579         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
9580         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
9581         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
9582         (qt_type_find):
9583         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
9584         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
9585         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
9586         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
9587         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
9588         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
9589         (paint_setup_xBGR8888, paint_setup_RGBx8888)
9590         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
9591         (paint_setup_RGB565, paint_setup_xRGB1555):
9592         * gst/videotestsrc/videotestsrc.h:
9593         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
9594         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
9595         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
9596         GCC4 fixes.
9597         
9598         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
9599         gst_pad_query_position. Fixes oggdemux.
9600
9601 2005-05-08  David Schleef  <ds@schleef.org>
9602
9603         * configure.ac: Require liboil.
9604         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
9605         a few more.
9606         * gst/videotestsrc/videotestsrc.c:
9607         * gst/videotestsrc/videotestsrc.h:
9608
9609 2005-05-06  Wim Taymans  <wim@fluendo.com>
9610
9611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9612         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9613         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9614         Well, unreffing a buffer right before pushing it is asking
9615         for trouble..
9616
9617 2005-05-06  Christian Schaller  <uraeus@gnome.org>
9618
9619         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
9620
9621 2005-05-06  Wim Taymans  <wim@fluendo.com>
9622
9623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9624         (gst_audio_convert_caps_remove_format_info),
9625         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9626         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9628         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9629         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9630         * gst/sine/Makefile.am:
9631         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
9632         (gst_sinesrc_class_init), (gst_sinesrc_init),
9633         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
9634         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
9635         (gst_sinesrc_update_freq):
9636         * gst/sine/gstsinesrc.h:
9637         * gst/tcp/gstmultifdsink.c:
9638         * sys/xvimage/xvimagesink.c:
9639         Fixed negotiation wrt _peer_get_caps()
9640         Some cleanups.
9641
9642
9643 2005-05-06  Wim Taymans  <wim@fluendo.com>
9644
9645         * gst-libs/gst/audio/gstaudiosink.c:
9646         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9647         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9648         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9649         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9650         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9651         (gst_audiosink_create_ringbuffer):
9652         * gst-libs/gst/audio/gstbaseaudiosink.c:
9653         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9654         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9655         (gst_baseaudiosink_set_property), (build_linear_format),
9656         (debug_spec_caps), (debug_spec_buffer),
9657         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9658         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9659         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9660         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9661         * gst-libs/gst/audio/gstbaseaudiosink.h:
9662         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9663         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9664         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9665         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9666         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9667         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9668         (wait_segment), (gst_ringbuffer_commit),
9669         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9670         (gst_ringbuffer_clear):
9671         * gst-libs/gst/audio/gstringbuffer.h:
9672         Make the base audiosink return an error when there is no
9673         audiobuffer negotiated.
9674
9675 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9676
9677         * ext/Makefile.am:
9678         Disable cdparanoia until someone ports it!
9679
9680 2005-05-06  Wim Taymans  <wim@fluendo.com>
9681
9682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9683         (gst_ogg_demux_sink_activate):
9684         And revert after wingo's revert.. sigh..
9685
9686 2005-05-05  Andy Wingo  <wingo@pobox.com>
9687
9688         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
9689         GObject.
9690         * configure.ac: Return audiorate and subparse from the ghetto.
9691         Re-enable -Wall -Werror.
9692         * gst/subparse/gstsubparse.c:
9693         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
9694         or chain-based. Cleaned up a bit. Not tested.
9695         
9696 2005-05-05  Christian Schaller <christian@fluendo.com> 
9697
9698         * Makefile.am: remove stuff that is not building
9699         * configure.ac: remove stuff that is not building
9700         * examples/Makefile.am: remove stuff that is not building
9701         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
9702         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
9703         * sys/Makefile.am: remove stuff that is not building
9704         * testsuite/Makefile.am: remove stuff that is not building
9705
9706 2005-05-05  Andy Wingo  <wingo@pobox.com>
9707
9708         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
9709         * gst-libs/gst/tag/gstvorbistag.c:
9710         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
9711         * gst/adder/gstadder.h:
9712         * gst/audioconvert/gstchannelmix.c:
9713         (gst_audio_convert_fill_one_other):
9714         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
9715         (gst_audiorate_init), (gst_audiorate_chain):
9716         * gst/playback/gstplaybasebin.c: (setup_source):
9717         * gst/playback/test3.c: (update_scale):
9718         Some GCC4 fixes
9719         
9720         * po/af.po:
9721         * po/az.po:
9722         * po/cs.po:
9723         * po/en_GB.po:
9724         * po/hu.po:
9725         * po/it.po:
9726         * po/nb.po:
9727         * po/nl.po:
9728         * po/or.po:
9729         * po/sq.po:
9730         * po/sr.po:
9731         * po/sv.po:
9732         * po/uk.po:
9733         * po/vi.po: Foo
9734
9735 2005-05-05  Wim Taymans  <wim@fluendo.com>
9736
9737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9738         (gst_audio_convert_caps_remove_format_info),
9739         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9740         (gst_audio_convert_change_state), (gst_audio_convert_channels):
9741         * gst/videotestsrc/gstvideotestsrc.c:
9742         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
9743         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
9744         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
9745         (gst_videotestsrc_init), (gst_videotestsrc_loop):
9746         Don't ignore _push() return values.
9747         Make sure no processing is done when shutting down.
9748         Videotestsrc pad activation fix.
9749
9750 2005-05-05  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/adder/Makefile.am:
9753         * gst/adder/gstadder.c: (gst_adder_setcaps),
9754         (gst_adder_class_init), (gst_adder_init),
9755         (gst_adder_request_new_pad), (gst_adder_collected),
9756         (gst_adder_change_state):
9757         * gst/adder/gstadder.h:
9758         Ported adder as an example of a mixer element using
9759         collect pads. Needs more negotiation work.
9760
9761 2005-05-05  Wim Taymans  <wim@fluendo.com>
9762
9763         * ext/theora/theoradec.c: (_inc_granulepos),
9764         (theora_dec_src_event), (theora_dec_sink_event),
9765         (theora_handle_comment_packet), (theora_handle_type_packet),
9766         (theora_handle_header_packet), (theora_handle_data_packet),
9767         (theora_dec_chain):
9768         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9769         (gst_theora_enc_init), (theora_enc_sink_setcaps),
9770         (theora_push_buffer), (theora_push_packet),
9771         (theora_enc_sink_event), (theora_enc_chain),
9772         (theora_enc_change_state), (theora_enc_set_property),
9773         (theora_enc_get_property):
9774         Added stream lock to decoder so that we can serialize
9775         the discont event.
9776         More theoraenc porting, recover from errors, do clean
9777         shutdown.
9778
9779 2005-05-05  Wim Taymans  <wim@fluendo.com>
9780
9781         * ext/ogg/Makefile.am:
9782         * ext/ogg/README:
9783         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9784         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
9785         (gst_ogg_print):
9786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9787         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9788         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9789         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9790         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
9791         (gst_ogg_mux_change_state):
9792         Ported ogg muxer.
9793
9794 2005-05-05  Wim Taymans  <wim@fluendo.com>
9795
9796         * docs/design-audiosinks.txt:
9797         * gst-libs/gst/audio/TODO:
9798         * gst-libs/gst/audio/gstaudiosink.c:
9799         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9800         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9801         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9802         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9803         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9804         (gst_audiosink_create_ringbuffer):
9805         * gst-libs/gst/audio/gstbaseaudiosink.c:
9806         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9807         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9808         (gst_baseaudiosink_set_property), (build_linear_format),
9809         (debug_spec_caps), (debug_spec_buffer),
9810         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9811         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9812         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9813         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9814         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9815         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9816         (gst_ringbuffer_release), (gst_ringbuffer_play),
9817         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9818         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9819         (gst_ringbuffer_set_sample), (wait_segment),
9820         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9821         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9822         More work on the audiosink, mostly debugging and a race in
9823         shutdown.
9824
9825 2005-04-28  Wim Taymans  <wim@fluendo.com>
9826
9827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9828         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
9829         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
9830         (vorbis_dec_src_query), (vorbis_dec_src_event),
9831         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9832         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9833         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9834         Don't crap out when seeking back to position 0.
9835
9836 2005-04-28  Wim Taymans  <wim@fluendo.com>
9837
9838         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9839         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9840         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
9841         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9842         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
9843         Make audio sink configurable, use alsasink as default.
9844
9845 2005-04-28  Wim Taymans  <wim@fluendo.com>
9846
9847         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9848         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9849         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9850         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
9851         (vorbis_dec_change_state):
9852         * ext/vorbis/vorbisdec.h:
9853         Refactor, use STREAM_LOCK.
9854
9855 2005-04-28  Wim Taymans  <wim@fluendo.com>
9856
9857         * ext/theora/theoradec.c: (_inc_granulepos),
9858         (theora_dec_sink_event), (theora_handle_comment_packet),
9859         (theora_handle_type_packet), (theora_handle_header_packet),
9860         (theora_handle_data_packet), (theora_dec_chain),
9861         (theora_dec_change_state):
9862         Refactor a bit, use STREAM_LOCK.
9863
9864 2005-04-28  Wim Taymans  <wim@fluendo.com>
9865
9866         * ext/alsa/Makefile.am:
9867         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
9868         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
9869         (gst_alsa_link), (gst_alsa_close_audio):
9870         * ext/alsa/gstalsaplugin.c: (plugin_init):
9871         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9872         (gst_alsasink_dispose), (gst_alsasink_base_init),
9873         (gst_alsasink_class_init), (gst_alsasink_init),
9874         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
9875         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
9876         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
9877         (gst_alsasink_reset):
9878         * ext/alsa/gstalsasink.h:
9879         Implement alsasink with simple open/write/close API. 
9880         Make alsa dir build by disabling compilation of code.
9881
9882 2005-04-28  Wim Taymans  <wim@fluendo.com>
9883
9884         * gst-libs/gst/audio/Makefile.am:
9885         * gst-libs/gst/audio/audio.h:
9886         * gst-libs/gst/audio/audioclock.c:
9887         * gst-libs/gst/audio/audioclock.h:
9888         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
9889         (gst_audio_clock_class_init), (gst_audio_clock_init),
9890         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
9891         * gst-libs/gst/audio/gstaudioclock.h:
9892         * gst-libs/gst/audio/gstaudiosink.c:
9893         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9894         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9895         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9896         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9897         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9898         (gst_audiosink_create_ringbuffer):
9899         * gst-libs/gst/audio/gstbaseaudiosink.c:
9900         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9901         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9902         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
9903         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
9904         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9905         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9906         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9907         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9908         * gst-libs/gst/audio/gstbaseaudiosink.h:
9909         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9910         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
9911         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9912         (gst_ringbuffer_release), (gst_ringbuffer_play),
9913         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9914         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9915         (gst_ringbuffer_set_sample), (wait_segment),
9916         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9917         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9918         * gst-libs/gst/audio/gstringbuffer.h:
9919         Make ringbuffer faster and more simple by removing the locks
9920         in the playback thread.
9921         Add sample accurate playback based on buffer sample offsets.
9922         Make the baseaudiosink provide a clock.
9923         Parse caps in the base class.
9924         Correctly handle seeking, flushing and state changes.
9925
9926 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9927
9928         * configure.ac:
9929         * gst/audioconvert/Makefile.am:
9930         * gst/audioscale/Makefile.am:
9931           Fix part of the build.  Come on guys, autogen didn't even work :)
9932
9933 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9934
9935         * configure.ac:
9936         * gst-libs/gst/Makefile.am:
9937         * gst-libs/gst/media-info/.cvsignore:
9938         * gst-libs/gst/media-info/Makefile.am:
9939         * gst-libs/gst/media-info/README:
9940         * gst-libs/gst/media-info/media-info-priv.c:
9941         * gst-libs/gst/media-info/media-info-priv.h:
9942         * gst-libs/gst/media-info/media-info-test.c:
9943         * gst-libs/gst/media-info/media-info.c:
9944         * gst-libs/gst/media-info/media-info.h:
9945         * gst-libs/gst/media-info/media-info.vcproj:
9946         * pkgconfig/Makefile.am:
9947         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9948         * pkgconfig/gstreamer-media-info.pc.in:
9949           Remove media-info, which is also successed by playbin (see Totem
9950           implementation).
9951
9952 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9953
9954         * configure.ac:
9955         * examples/Makefile.am:
9956         * examples/gstplay/.cvsignore:
9957         * examples/gstplay/Makefile.am:
9958         * examples/gstplay/player.c:
9959         * gst-libs/gst/Makefile.am:
9960         * gst-libs/gst/play/.cvsignore:
9961         * gst-libs/gst/play/Makefile.am:
9962         * gst-libs/gst/play/play.c:
9963         * gst-libs/gst/play/play.h:
9964         * gst-libs/gst/play/play.vcproj:
9965         * pkgconfig/Makefile.am:
9966         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9967         * pkgconfig/gstreamer-play.pc.in:
9968           Remove libgstplay, playbin is now the official successor.
9969
9970 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9971
9972         * configure.ac:
9973         * gst-libs/gst/Makefile.am:
9974         * gst-libs/gst/xwindowlistener/Makefile.am:
9975         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9976         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
9977           Remove deprecated xwindowlistener (I've moved xwindowlistening
9978           in the v4l/v4l2 plugins over to serverside).
9979
9980 2005-04-25  David Schleef  <ds@schleef.org>
9981
9982         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
9983         to examples/dynparams.  Examples do not belong interspersed with
9984         source code.
9985         * examples/dynparams/demo-dparams.c:
9986         * gst/sine/Makefile.am:
9987         * gst/sine/demo-dparams.c:
9988
9989 2005-04-25  David Schleef  <ds@schleef.org>
9990
9991         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9992         * gst-libs/gst/audio/Makefile.am:
9993         * gst-libs/gst/riff/Makefile.am:
9994         * gst-libs/gst/tag/Makefile.am:
9995         * gst-libs/gst/video/Makefile.am:
9996         * gst-libs/gst/xwindowlistener/Makefile.am:
9997
9998         Convert to 0.9 API, seems to work:
9999         * sys/ximage/Makefile.am:
10000         * sys/ximage/ximagesink.c:
10001
10002 2005-04-24  David Schleef  <ds@schleef.org>
10003
10004         Link plugins against libraries:
10005         * ext/alsa/Makefile.am:
10006         * gst/tcp/Makefile.am:
10007
10008         Remove asm code that should be in liboil
10009         * gst/videoscale/Makefile.am:
10010         * gst/videoscale/videoscale_x86_asm.s:
10011
10012         gettext wants these checked in:
10013         * po/af.po:
10014         * po/az.po:
10015         * po/cs.po:
10016         * po/en_GB.po:
10017         * po/hu.po:
10018         * po/it.po:
10019         * po/nb.po:
10020         * po/nl.po:
10021         * po/or.po:
10022         * po/sq.po:
10023         * po/sr.po:
10024         * po/sv.po:
10025         * po/uk.po:
10026         * po/vi.po:
10027
10028 2005-04-24  David Schleef  <ds@schleef.org>
10029
10030         Convert gst_main() to g_main_loop_run()
10031         * gst/playback/decodetest.c: (main):
10032         * gst/playback/test2.c: (main):
10033         * gst/playback/test3.c: (main):
10034         * gst/playback/test4.c: (main):
10035
10036         Link plugins against libraries:
10037         * ext/libvisual/Makefile.am:
10038         * sys/xvimage/Makefile.am:
10039
10040 2005-04-24  David Schleef  <ds@schleef.org>
10041
10042         * configure.ac: Remove idct and resample libs
10043         * gst-libs/gst/Makefile.am: same
10044
10045         Remove usage of gst_library_load():
10046         * ext/alsa/gstalsaplugin.c: (plugin_init):
10047         * ext/libvisual/visual.c: (plugin_init):
10048         * ext/ogg/gstogg.c: (plugin_init):
10049         * ext/theora/theora.c: (plugin_init):
10050         * ext/vorbis/vorbis.c: (plugin_init):
10051         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10052         * gst/audioscale/gstaudioscale.c:
10053         * gst/adder/gstadder.c: (plugin_init):
10054         * gst/audioconvert/plugin.c: (plugin_init):
10055         * sys/ximage/ximagesink.c: (plugin_init):
10056         * sys/xvimage/xvimagesink.c: (plugin_init):
10057         * gst/tcp/gsttcpplugin.c: (plugin_init):
10058
10059         Link plugins against libraries:
10060         * ext/ogg/Makefile.am:
10061         * ext/theora/Makefile.am:
10062         * ext/vorbis/Makefile.am:
10063         * gst/audioconvert/Makefile.am:
10064
10065         Create proper libraries:
10066         * gst-libs/gst/riff/Makefile.am:
10067         * gst-libs/gst/audio/Makefile.am:
10068         * gst-libs/gst/video/Makefile.am:
10069
10070         Move resample library to audioscale plugin directory:
10071         * gst-libs/gst/resample/Makefile.am:
10072         * gst-libs/gst/resample/README:
10073         * gst-libs/gst/resample/dtof.c:
10074         * gst-libs/gst/resample/dtos.c:
10075         * gst-libs/gst/resample/functable.c:
10076         * gst-libs/gst/resample/private.h:
10077         * gst-libs/gst/resample/resample.c:
10078         * gst-libs/gst/resample/resample.h:
10079         * gst-libs/gst/resample/resample.vcproj:
10080         * gst-libs/gst/resample/test.c:
10081         * gst/audioscale/Makefile.am:
10082         * gst/audioscale/README:
10083         * gst/audioscale/dtof.c:
10084         * gst/audioscale/dtos.c:
10085         * gst/audioscale/functable.c:
10086         * gst/audioscale/private.h:
10087         * gst/audioscale/resample.c:
10088         * gst/audioscale/resample.h:
10089         * gst/audioscale/test.c:
10090
10091         Move tagedit library to gst-libs:
10092         * gst-libs/gst/tag/Makefile.am:
10093         * gst-libs/gst/tag/gstid3tag.c:
10094         * gst-libs/gst/tag/gsttagediting.c:
10095         * gst-libs/gst/tag/gsttageditingprivate.h:
10096         * gst-libs/gst/tag/gstvorbistag.c:
10097         * gst/tags/Makefile.am:
10098         * gst/tags/gstid3tag.c:
10099         * gst/tags/gstvorbistag.c:
10100
10101         Fix for core changes:
10102         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10103         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10104         (gst_sinesrc_getrange):
10105
10106 2005-04-23  David Schleef  <ds@schleef.org>
10107
10108         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
10109         in gst-plugins in a long time, and properly belongs in liboil.
10110         * gst-libs/gst/idct/Makefile.am:
10111         * gst-libs/gst/idct/README:
10112         * gst-libs/gst/idct/dct.h:
10113         * gst-libs/gst/idct/doieee:
10114         * gst-libs/gst/idct/fastintidct.c:
10115         * gst-libs/gst/idct/floatidct.c:
10116         * gst-libs/gst/idct/idct.c:
10117         * gst-libs/gst/idct/idct.h:
10118         * gst-libs/gst/idct/idtc.vcproj:
10119         * gst-libs/gst/idct/ieeetest.c:
10120         * gst-libs/gst/idct/intidct.c:
10121
10122 2005-04-20  Wim Taymans  <wim@fluendo.com>
10123
10124         * docs/design-audiosinks.txt:
10125         * gst-libs/gst/audio/Makefile.am:
10126         * gst-libs/gst/audio/TODO:
10127         * gst-libs/gst/audio/gstaudiosink.c:
10128         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10129         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10130         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10131         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10132         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10133         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10134         (gst_audiosink_class_init), (gst_audiosink_init),
10135         (gst_audiosink_create_ringbuffer):
10136         * gst-libs/gst/audio/gstaudiosink.h:
10137         * gst-libs/gst/audio/gstbaseaudiosink.c:
10138         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10139         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10140         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10141         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10142         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10143         (gst_baseaudiosink_create_ringbuffer),
10144         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10145         * gst-libs/gst/audio/gstbaseaudiosink.h:
10146         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10147         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10148         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10149         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10150         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10151         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10152         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10153         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10154         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10155         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10156         * gst-libs/gst/audio/gstringbuffer.h:
10157         An attempt at a set of audio base classes together with some
10158         design docs.
10159
10160 2005-04-20  Wim Taymans  <wim@fluendo.com>
10161
10162         * gst/audioconvert/Makefile.am:
10163         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10164         (gst_audio_convert_caps_remove_format_info),
10165         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10166         (gst_audio_convert_channels):
10167         Link against audio libs.
10168         Fix audio convert plugin.
10169
10170 2005-04-20  Wim Taymans  <wim@fluendo.com>
10171
10172         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10173         (gst_ogg_demux_sink_activate):
10174         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10175         (theora_set_header_on_caps), (theora_enc_sink_event),
10176         (theora_enc_chain):
10177         Fix theora encoder.
10178
10179 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10180
10181         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10182         * gst/playback/gstdecodebin.c: (find_compatibles):
10183           Work with staticpadtemplates in elementfactories.
10184
10185 2005-04-12  Wim Taymans  <wim@fluendo.com>
10186
10187         * gst/playback/README:
10188         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10189         (compare_ranks), (print_feature), (gst_decode_bin_init),
10190         (dynamic_create), (dynamic_free), (find_compatibles),
10191         (mimetype_is_raw), (close_pad_link), (got_redirect),
10192         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10193         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10194         (gst_decode_bin_change_state):
10195         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10196         (gst_play_base_bin_init), (group_destroy), (group_commit),
10197         (check_queue), (queue_overrun), (queue_threshold_reached),
10198         (queue_out_of_data), (gen_preroll_element), (unknown_type),
10199         (new_decoded_pad), (setup_subtitle), (gen_source_element),
10200         (got_redirect), (setup_source), (play_base_eos),
10201         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10202         (gst_play_base_bin_remove_element):
10203         * gst/playback/gstplaybasebin.h:
10204         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10205         (gst_play_bin_init), (gst_play_bin_dispose),
10206         (gst_play_bin_set_property), (gen_video_element),
10207         (gen_text_element), (gen_audio_element), (remove_sinks),
10208         (gst_play_bin_send_event):
10209         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10210         (stream_info_change_state), (gst_stream_info_set_mute):
10211         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10212         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10213         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10214         (gst_stream_selector_chain):
10215         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10216         (main):
10217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10218         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10219         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10220         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10221         Raw and crude port of decodebin. 
10222         Make playbin compile.
10223
10224 2005-04-06  Wim Taymans  <wim@fluendo.com>
10225
10226         * ext/gnomevfs/Makefile.am:
10227         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10228         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10229         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10230         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10231         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10232         (gst_gnomevfssrc_stop):
10233         * ext/ogg/Makefile.am:
10234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10235         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10236         * ext/theora/Makefile.am:
10237         * ext/theora/theoradec.c: (_inc_granulepos),
10238         (theora_dec_sink_event), (theora_dec_chain):
10239         * ext/vorbis/Makefile.am:
10240         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10241         (vorbis_dec_sink_event), (vorbis_dec_chain):
10242         * gst-libs/gst/audio/Makefile.am:
10243         * sys/xvimage/Makefile.am:
10244         Make gnomevfssrc extend the source base class.
10245         Fix linking against libs in various plugins.
10246
10247 2005-04-06  Andy Wingo  <wingo@pobox.com>
10248
10249         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10250         GST_BASE_LIBS.
10251
10252         * configure.ac: Add check and AC_SUBST for libgstbase.
10253
10254 2005-03-31  Wim Taymans  <wim@fluendo.com>
10255
10256         * examples/seeking/Makefile.am:
10257         * examples/seeking/cdparanoia.c: (main):
10258         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10259         (play_cb), (pause_cb), (stop_cb), (main):
10260         * examples/seeking/playbin.c:
10261         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10262         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10263         (make_sid_pipeline), (make_vorbis_pipeline),
10264         (make_theora_pipeline), (make_vorbis_theora_pipeline),
10265         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10266         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10267         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10268         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10269         (stop_cb), (main):
10270         * examples/seeking/spider_seek.c:
10271         * examples/seeking/vorbisfile.c:
10272         * ext/gnomevfs/Makefile.am:
10273         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10274         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10275         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10276         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10277         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10278         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10279         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10280         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10281         * ext/ogg/README:
10282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10283         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10284         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10285         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10286         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10287         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10288         (gst_ogg_pad_event), (gst_ogg_pad_reset),
10289         (gst_ogg_demux_factory_filter), (compare_ranks),
10290         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10291         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10292         (gst_ogg_chain_new), (gst_ogg_chain_free),
10293         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10294         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10295         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10296         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10297         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10298         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10299         (gst_ogg_demux_get_prev_page),
10300         (gst_ogg_demux_deactivate_current_chain),
10301         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10302         (gst_ogg_demux_bisect_forward_serialno),
10303         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10304         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10305         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10306         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
10307         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
10308         (gst_ogg_demux_change_state), (gst_ogg_print):
10309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10310         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
10311         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10312         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
10313         (gst_ogg_mux_loop):
10314         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10315         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10316         (theora_dec_src_convert), (theora_dec_sink_convert),
10317         (theora_dec_src_query), (theora_dec_src_event),
10318         (theora_dec_sink_event), (theora_dec_chain),
10319         (theora_dec_change_state):
10320         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10321         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
10322         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
10323         (theora_enc_change_state):
10324         * ext/vorbis/Makefile.am:
10325         * ext/vorbis/oggvorbisenc.c:
10326         * ext/vorbis/oggvorbisenc.h:
10327         * ext/vorbis/vorbis.c: (plugin_init):
10328         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10329         (vorbis_dec_src_query), (vorbis_dec_src_event),
10330         (vorbis_dec_sink_event), (vorbis_dec_chain),
10331         (vorbis_dec_change_state):
10332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
10333         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
10334         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10335         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
10336         (gst_vorbisenc_change_state):
10337         * ext/vorbis/vorbisenc.h:
10338         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
10339         * gst-libs/gst/audio/audioclock.c:
10340         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10341         (gst_audiofilter_init), (gst_audiofilter_chain):
10342         * gst-libs/gst/audio/testchannels.c: (main):
10343         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
10344         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
10345         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
10346         (gmip_find_track_streaminfo), (gmip_find_track_format):
10347         * gst-libs/gst/media-info/media-info.c:
10348         (gst_media_info_read_idler):
10349         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
10350         (gst_play_get_all_by_interface):
10351         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10352         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
10353         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10354         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
10355         (gst_riff_parse_info):
10356         * gst-libs/gst/riff/riff-read.h:
10357         * gst-libs/gst/riff/riff.c: (plugin_init):
10358         * gst-libs/gst/video/Makefile.am:
10359         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
10360         (gst_videosink_class_init), (gst_videosink_get_type):
10361         * gst-libs/gst/video/videosink.h:
10362         * gst/audioconvert/bufferframesconvert.c:
10363         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
10364         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
10365         * gst/audioconvert/channelmixtest.c: (main):
10366         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10367         (gst_audio_convert_chain),
10368         (gst_audio_convert_caps_remove_format_info),
10369         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
10370         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
10371         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
10372         (gst_audio_convert_buffer_to_default_format),
10373         (gst_audio_convert_buffer_from_default_format),
10374         (gst_audio_convert_channels):
10375         * gst/audioconvert/gstchannelmix.h:
10376         * gst/ffmpegcolorspace/avcodec.h:
10377         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10378         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
10379         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
10380         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
10381         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
10382         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10383         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
10384         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10385         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10386         (dv_type_find):
10387         * gst/videotestsrc/gstvideotestsrc.c:
10388         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
10389         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
10390         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
10391         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
10392         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
10393         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
10394         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
10395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10396         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
10397         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
10398         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
10399         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10400         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10401         (gst_xvimagesink_navigation_send_event),
10402         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
10403         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
10404         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10405         * sys/xvimage/xvimagesink.h:
10406         Plugin port to 0.9, ogg/theora playback should work in the seek
10407         example now.
10408         Removed old examples.
10409         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
10410         explained in 0.9 TODO doc.
10411
10412
10413 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10414
10415         * autogen.sh:
10416         * configure.ac:
10417         * ext/Makefile.am:
10418         * gst/Makefile.am:
10419         * po/POTFILES.in:
10420         * po/af.po:
10421         * po/az.po:
10422         * po/cs.po:
10423         * po/en_GB.po:
10424         * po/hu.po:
10425         * po/it.po:
10426         * po/nb.po:
10427         * po/nl.po:
10428         * po/or.po:
10429         * po/sq.po:
10430         * po/sr.po:
10431         * po/sv.po:
10432         * po/uk.po:
10433         * po/vi.po:
10434         * sys/Makefile.am:
10435         * testsuite/Makefile.am:
10436           remove a whole bunch of plugins.  This module now contains a set
10437           of free reference plugins/elements as agreed.
10438
10439 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10440
10441         * configure.ac:
10442           hunting season on 0.9 is now OPEN
10443
10444 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10445
10446         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10447           Kick the hell out of gcc for not warning me about a symbol conflict.
10448
10449 2005-02-22  Luca Ognibene  <luogni@tin.it>
10450
10451         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
10452
10453         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
10454           Don't leak caps string (fixes #168134)
10455
10456         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
10457         (gst_jpegenc_init), (gst_jpegenc_finalize),
10458         (gst_jpegenc_change_state):
10459           Don't leak line buffers and context struct (fixes #168133).
10460
10461 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
10462
10463         * configure.ac:
10464         * ext/dirac/gstdiracdec.cc:
10465         (gst_diracdec_chain):
10466           Since dirac 0.5.0 the framerate in dirac is expressed as a
10467           rational number. Fix build and up requirement to 0.5.0, and
10468           also pass parameters to gst_diracdec_link in the right order
10469           (fixes #167959).
10470
10471 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
10472
10473         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
10474         * ext/faad/gstfaad.h:
10475         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
10476         certain invalid muxed streams, where some packets will contain 
10477         junk after decoder data. Partially fixes #149158.
10478
10479 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
10480         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
10481           Make sure we only write to writable buffers
10482
10483 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
10484
10485         * gst-libs/gst/riff/riff-media.c:
10486         (gst_riff_create_audio_caps_with_data):
10487           Do actually fix invalid RIFF fmt header values for alaw
10488           and mulaw audio instead of just saying so.
10489
10490         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10491           Give gst_riff_create_audio_caps_with_data() a chance to
10492           fix up broken format header fields before extracting any
10493           parameters from the header. (fixes #167633)
10494
10495 2005-02-19  Martin Holters  <martin.holters@gmx.de>
10496
10497         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
10498
10499         * gst/audioconvert/bufferframesconvert.c:
10500         (buffer_frames_convert_link):
10501           Don't leak othercaps. (fixes #167878)
10502
10503 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
10504
10505         * configure.ac:
10506         * ext/libvisual/visual.c: (gst_visual_srclink),
10507         (gst_visual_change_state):
10508           Support libvisual 0.2.0.
10509
10510 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
10511
10512         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
10513         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
10514           Use same rowstrides for I420 as used everywhere else.
10515
10516 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
10517
10518         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10519           Declare variables at beginning of block and make gcc-2.95 happy
10520           (fixes # 167482, patch by Gergely Nagy).
10521           
10522         * gst/tcp/gsttcpclientsrc.c:
10523         * gst/tcp/gsttcpclientsrc.h:
10524           Move some includes into the header, so that struct sockaddr_in is
10525           defined when it should be defined on FreeBSD as well (fixes
10526           #167483).
10527           
10528         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
10529           Don't pass uninitialised values to setsockopt() here either.
10530
10531 2005-02-17  Luca Ognibene  <luogni at tin dot it>
10532
10533         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
10534
10535         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
10536           Don't pass uninitialised values to setsockopt(). (fixes #167704)
10537
10538 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10539
10540         * gst/playback/gstplaybin.c: (add_sink):
10541           Invert bin_add/link order to workaround deadlock in opt.
10542
10543 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10544
10545         * gst/modplug/gstmodplug.cc:
10546           Add missing break causing position queries to fail.
10547
10548 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10549
10550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
10551           Granpos can apparently be -1, which screws up calculations...
10552
10553 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
10554
10555         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10556         (gst_ximagesink_send_pending_navigation),
10557         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
10558         (gst_ximagesink_init):
10559         * sys/ximage/ximagesink.h:
10560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10561         (gst_xvimagesink_send_pending_navigation),
10562         (gst_xvimagesink_navigation_send_event),
10563         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
10564         * sys/xvimage/xvimagesink.h:
10565           Use a mutex protected list to marshal navigation
10566           events into the stream thread from whichever thread
10567           sends them.
10568
10569 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
10570
10571         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
10572           Display current position and track length; misc. clean-ups.
10573           
10574         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
10575         (speed_init), (speed_chain):
10576           Add query function, so that the stream length and current position
10577           get adjusted when queried (note that current position queries may
10578           still be wrong if the audio sink returns values based on buffer
10579           timestamps instead of passing on the query).
10580
10581 2005-02-13  Benjamin Otte  <otte@gnome.org>
10582
10583         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
10584         (gst_audio_convert_channels):
10585           create channel conversion matrix when linking
10586         * gst/audioconvert/.cvsignore:
10587         * gst/audioconvert/Makefile.am:
10588         * gst/audioconvert/channelmixtest.c: (main):
10589           add (ugly) test that ensures stereo <=> mono conversion works
10590           correctly
10591
10592 2005-02-13  Benjamin Otte  <otte@gnome.org>
10593
10594         * gst/audioconvert/gstchannelmix.h:
10595           include missing header file
10596         * gst/audioconvert/gstchannelmix.c:
10597         (gst_audio_convert_fill_compatible):
10598           use same sign for both channels when converting to/from compatible
10599           channel. Previously used different signs made the signals cancel
10600           each other out and appear like silence. (fixes #167269)
10601
10602 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
10603
10604         * gst/ffmpegcolorspace/avcodec.h:
10605         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10606         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10607         (gst_ffmpegcsp_avpicture_fill):
10608         * gst/ffmpegcolorspace/imgconvert.c:
10609           Convert to and from YV12 (fixes #156379).
10610
10611 2005-02-12  Julien MOUTTE  <julien@moutte.net>
10612
10613         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10614         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
10615         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
10616         (gst_ximagesink_expose), (gst_ximagesink_set_property),
10617         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
10618         methods from chain and negotiation and vice versa (Fixes #166142).
10619         * sys/ximage/ximagesink.h: Add stream_lock.
10620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10621         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10622         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10623         (gst_xvimagesink_expose): Check for xcontext before trying to link.
10624
10625 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
10626
10627         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
10628           Don't send "Hey! You gave me a NULL pointer you naughty person" as
10629           error message when we can't open the DVD device (when dvdnav_open()
10630           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
10631           the above). Send something more useful instead (fixes #167117).
10632
10633 2005-02-11  Julien MOUTTE  <julien@moutte.net>
10634
10635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10636         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
10637         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10638         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10639         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10640         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
10641         methods from chain and negotiation and vice versa (Fixes #166142).
10642         Fix a possible bug of images in the buffer pool being discarded because
10643         we are looking at the wrong geometry.
10644         * sys/xvimage/xvimagesink.h: Add stream_lock.
10645
10646 2005-02-11  David Schleef  <ds@schleef.org>
10647
10648         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
10649         unsigned int. (fixes #167128)
10650
10651 2005-02-11  David Schleef  <ds@schleef.org>
10652
10653         * gst/librfb/Makefile.am: Testing stuff before committing is
10654           for wimps... and people with fast machines.  Fix stupid
10655           mistake.
10656
10657 2005-02-11  David Schleef  <ds@schleef.org>
10658
10659         * configure.ac: Pull in librfb from my CVS tree, because it is
10660           too small and annoying to be separate.  Move rfbsrc plugin
10661           to gst/.
10662         * ext/Makefile.am:
10663         * ext/librfb/Makefile.am:
10664         * ext/librfb/gstrfbsrc.c:
10665         * gst/librfb/Makefile.am:
10666         * gst/librfb/gstrfbsrc.c:
10667         * gst/librfb/rfb.c:
10668         * gst/librfb/rfb.h:
10669         * gst/librfb/rfbbuffer.c:
10670         * gst/librfb/rfbbuffer.h:
10671         * gst/librfb/rfbbytestream.c:
10672         * gst/librfb/rfbbytestream.h:
10673         * gst/librfb/rfbcontext.h:
10674         * gst/librfb/rfbdecoder.c:
10675         * gst/librfb/rfbdecoder.h:
10676         * gst/librfb/rfbutil.h:
10677
10678 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
10679
10680         * gst/speed/Makefile.am:
10681         * gst/speed/demo-mp3.c: (main):
10682         * gst/speed/filter.func:
10683         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
10684         (speed_class_init), (speed_init), (speed_chain_int16),
10685         (speed_chain_float32), (speed_chain), (speed_set_property),
10686         (speed_get_property), (speed_change_state):
10687         * gst/speed/gstspeed.h:
10688           Fix speed element and make it chain-based (fixes #156467),
10689           and make it handle more than one channel.
10690
10691 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
10692
10693         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
10694         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
10695         (gst_dtsdec_chain), (gst_dtsdec_change_state):
10696         * ext/dts/gstdtsdec.h:
10697           Don't clobber the stack constructing the channels array.
10698           Make the element chain-based. DTS tracks can now be played.
10699           
10700 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
10701
10702         * gst-libs/gst/audio/multichannel.h:
10703         * gst-libs/gst/gconf/gconf.h:
10704         * gst-libs/gst/idct/idct.h:
10705         * gst-libs/gst/media-info/media-info-priv.h:
10706         * gst-libs/gst/play/play.h:
10707         * gst-libs/gst/resample/private.h:
10708         * gst-libs/gst/resample/resample.h:
10709         * gst-libs/gst/riff/riff-ids.h:
10710         * gst-libs/gst/video/video.h:
10711         * gst-libs/gst/video/videosink.h:
10712           Add G_BEGIN_DECLS and G_END_DECLS around headers where
10713           missing, so that they work when included from C++ code.
10714
10715 2005-02-09  David Schleef  <ds@schleef.org>
10716
10717         * testsuite/gst-lint: Check for non-statically scoped
10718           parent_class variables.  This won't be a problem once
10719           plugins are loaded with RTLD_LOCAL.
10720
10721 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10722
10723         * ext/mplex/gstmplexibitstream.cc:
10724           gcc madness.
10725
10726 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10727
10728         * ext/ogg/gstogmparse.c:
10729         * gst/debug/gstnavigationtest.c:
10730           Die, thou faulty symbol pollutors (non-static parent_class).
10731
10732 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10733
10734         * ext/mplex/gstmplexibitstream.cc:
10735           Fix event handling (#165525).
10736
10737 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10738
10739         * ext/mikmod/gstmikmod.c:
10740         * gst/modplug/gstmodplug.cc:
10741           Add missing endianness to template (fixes #165509).
10742
10743 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10744
10745         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
10746           Fix wrong order of reading of optional bytes (#165290).
10747
10748 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10749
10750         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10751           Implement FILLER event awareness.
10752
10753 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10754
10755         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
10756           Fix track calculations (#166208).
10757
10758 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10759
10760         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10761
10762         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
10763         * ext/libpng/gstpngenc.c:
10764           Fix byte-order, use proper fixed caps. Fixes #164197.
10765
10766 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10767
10768         * configure.ac:
10769           Add dvdlpcmdec 
10770
10771         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
10772         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
10773           Don't push buffers if the src pad isn't negotiated yet.
10774           
10775         * gst/audioconvert/gstaudioconvert.c:
10776         (gst_audio_convert_buffer_to_default_format),
10777         (gst_audio_convert_buffer_from_default_format):
10778           Add support for 24-bit width.
10779
10780         * gst/dvdlpcmdec/.cvsignore:
10781         * gst/dvdlpcmdec/Makefile.am:
10782         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
10783         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
10784         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
10785         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
10786         (plugin_init):
10787         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
10788           New decoder for rearranging DVD LPCM into our audio/x-raw-int
10789           format. Needs support for the channels maps if someone can find 
10790           a DVD LPCM track with > 2 channels.
10791
10792         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
10793         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
10794         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
10795         * gst/mpegstream/gstdvddemux.h:
10796         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10797         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
10798         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
10799         * gst/mpegstream/gstmpegdemux.h:
10800         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
10801         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
10802         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
10803         (gst_mpeg_parse_handle_src_query),
10804         (gst_mpeg_parse_handle_src_event):
10805           Use audio/x-dvd-lpcm for LPCM output.
10806           Add DTS output.
10807
10808 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10809
10810         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10811
10812         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
10813         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
10814           Add BGRA handling (#165736).
10815
10816 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
10817
10818         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10819
10820         * gst/law/alaw-decode.c: (alawdec_link):
10821         * gst/law/alaw-encode.c: (alawenc_link):
10822         * gst/law/mulaw-decode.c: (mulawdec_link):
10823         * gst/law/mulaw-encode.c: (mulawenc_link):
10824           Fix caps memleaks (#166600).
10825
10826 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
10827
10828         * ext/tarkin/mem.h:
10829         * ext/tarkin/wavelet.h:
10830         * ext/tarkin/yuv.h:
10831         * gst/ffmpegcolorspace/avcodec.h:
10832           Include "_stdint.h" instead of <stdint.h>. Fixes build on
10833           systems that don't have stdint.h, like Solaris9 (fixes #166631).
10834
10835 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10836
10837         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
10838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
10839         (gst_xvimagesink_change_state):
10840           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
10841           Xv video (and thereby regenerate Xv colourkey) in clear() so
10842           that PLAY -> READY -> PLAY works (fixes #162504).
10843
10844 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10845
10846         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
10847           Switch to list instead of range, since MJPEG-devices really just
10848           support decimations, not any size.
10849
10850 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10851         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
10852         (gst_mpeg2dec_reset), (free_all_buffers),
10853         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
10854         * ext/mpeg2dec/gstmpeg2dec.h:
10855           The libmpeg2 user-allocated buffer management is awkward, 
10856           to say the least. Hopefully this fixes things.
10857
10858 2005-02-04  Andy Wingo  <wingo@pobox.com>
10859
10860         * gst/audioconvert/bufferframesconvert.c
10861         (buffer_frames_convert_fixate): New function, fixates to 256
10862         frames per buffer by default. (Much better than 1.)
10863         (buffer_frames_convert_init): Set the fixate function for both src
10864         and sink pad.
10865         (buffer_frames_convert_link): After success setting nonfixed caps,
10866         get the negotiated caps so we can know how many buffer-frames it
10867         will be. No idea how this worked at all before.
10868
10869 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10870
10871         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
10872         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
10873         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
10874         (handle_sequence), (handle_picture):
10875         * ext/mpeg2dec/gstmpeg2dec.h:
10876           Rearrange buffer tracking and refcounting and refactor
10877           a little for readability. 
10878
10879 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
10880         * sys/v4l/gstv4l.c: (plugin_init):
10881         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
10882         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
10883         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
10884         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
10885         * sys/v4l/gstv4ljpegsrc.h:
10886         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
10887         * sys/v4l/v4l_calls.h:
10888         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
10889         (gst_v4lsrc_get_fps):
10890         * sys/v4l/v4lsrc_calls.h:
10891           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
10892           you jpeg inside rgb frames" driver.
10893           Don't error in the v4lsrc link function, just return 
10894           REFUSED.
10895
10896 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10897
10898         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
10899         (gst_qcamsrc_open):
10900           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
10901
10902 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10903
10904         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10905           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
10906
10907 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10908
10909         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
10910           Reset negotiated state on PAUSED->READY.
10911
10912 2005-02-02  David Schleef  <ds@schleef.org>
10913
10914         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
10915         whereever possible.  (Fixes #165997)
10916         * examples/capsfilter/capsfilter1.c: (main):
10917         * examples/dynparams/filter.c: (create_ui):
10918         * examples/seeking/cdparanoia.c: (get_track_info), (main):
10919         * examples/seeking/chained.c: (main):
10920         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10921         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10922         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
10923         (make_mpeg_pipeline), (make_mpegnt_pipeline):
10924         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10925         * examples/switch/switcher.c: (main):
10926         * ext/dv/demo-play.c: (main):
10927         * ext/faad/gstfaad.c: (gst_faad_change_state):
10928         * ext/mad/gstmad.c: (gst_mad_chain):
10929         * ext/smoothwave/demo-osssrc.c: (main):
10930         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
10931         (gst_gconf_render_bin_from_description),
10932         (gst_gconf_get_default_audio_sink),
10933         (gst_gconf_get_default_video_sink),
10934         (gst_gconf_get_default_audio_src),
10935         (gst_gconf_get_default_video_src),
10936         (gst_gconf_get_default_visualization_element):
10937         * gst/level/demo.c: (main):
10938         * gst/level/plot.c: (main):
10939         * gst/playback/gstplaybin.c: (gen_video_element),
10940         (gen_audio_element):
10941         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
10942         * gst/playondemand/demo-mp3.c: (setup_pipeline):
10943         * gst/sine/demo-dparams.c: (main):
10944         * gst/spectrum/demo-osssrc.c: (main):
10945         * gst/speed/demo-mp3.c: (main):
10946         * gst/volume/demo.c: (main):
10947         * testsuite/embed/embed.c: (main):
10948
10949 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10950
10951         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10952         (gst_tcpclientsink_finalize):
10953         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10954         (gst_tcpclientsrc_finalize):
10955         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10956         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
10957         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10958         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
10959           Don't leak the hostname when shutting down.
10960           In tcpserversrc, take a copy of the default hostname.
10961
10962 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10963
10964         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
10965           Set caps to systemstream=TRUE.
10966
10967 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10968
10969         * testsuite/Makefile.am:
10970           Fix more OSX buildbots.
10971
10972 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10973
10974         * ext/mpeg2dec/gstmpeg2dec.c:
10975           Don't send things to NULL PAD_PEERs
10976
10977         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
10978           Copy-on-write the incoming buffer.
10979
10980         * gst/mpegstream/gstdvddemux.h:
10981         * gst/mpegstream/gstmpegclock.h:
10982         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10983         (normal_seek), (gst_mpeg_demux_handle_src_event):
10984         * gst/mpegstream/gstmpegdemux.h:
10985         * gst/mpegstream/gstmpegpacketize.h:
10986         * gst/mpegstream/gstmpegparse.c:
10987         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10988         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10989         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10990         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10991         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10992         * gst/mpegstream/gstmpegparse.h:
10993         * gst/mpegstream/gstrfc2250enc.h:
10994           Various changes to the way time is computed that make seeking and
10995           total time estimation much better here.
10996           Use G_BEGIN/END_DECLS instead of __cplusplus
10997
10998         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10999           Use gst_buffer_stamp instead of only copying the TIMESTAMP
11000
11001 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11002
11003         * gst/subparse/gstsubparse.c:
11004           Fix OSX buildbot.
11005
11006 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11007
11008         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11009         (theora_enc_chain), (theora_enc_change_state):
11010         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11011         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11012         (gst_vorbisenc_change_state):
11013         * ext/vorbis/vorbisenc.h:
11014           Set granulepos and timestamp correctly for streams not
11015           starting at 0, taking into account the initial delay.
11016
11017 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11018
11019         * gst/mpegstream/gstdvddemux.c:
11020           Add audio/x-dts to audio pad template caps
11021
11022 2005-01-30  David Schleef  <ds@schleef.org>
11023
11024         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11025         (create_context), (gst_polypsink_link): Fix silly endianness
11026         bug.  Add some debugging.  Remove float from caps; it doesn't
11027         work.  Attempt to get remote audio working.
11028
11029 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11030
11031         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11032           Add 3IV2 fourcc.
11033
11034 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11035
11036         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11037         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11038         (gst_avi_demux_stream_data):
11039         * gst/avi/gstavidemux.h:
11040           Invert DIB images. Fixes #132341.
11041
11042 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11043
11044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11045         (gst_ffmpegcsp_chain):
11046           D'oh, reference the palette data, not the palette structure.
11047           Fixes color distortion in #132341.
11048
11049 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11050
11051         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11052           PAR can be non-fixed when not provided as argument (#162626).
11053
11054 2005-01-29  David Moore  <dcm@acm.org>
11055
11056         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11057
11058         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11059         (gst_qtdemux_loop_header):
11060           Re-apply patch from #142272 that allows non-seekable sources,
11061           re-proposed by Daniel Drake <dsd@gentoo.org>.
11062
11063 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11064
11065         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11066           Use the src template for creating the src pad (#162330).
11067
11068 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11069
11070         * configure.ac:
11071         * ext/musepack/Makefile.am:
11072         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11073         (gst_musepackdec_init), (gst_musepackdec_dispose),
11074         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11075         (gst_musepack_stream_init), (gst_musepackdec_loop),
11076         (gst_musepackdec_change_state):
11077         * ext/musepack/gstmusepackdec.cpp:
11078         * ext/musepack/gstmusepackdec.h:
11079         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11080         (gst_musepack_reader_read), (gst_musepack_reader_seek),
11081         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11082         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11083         * ext/musepack/gstmusepackreader.cpp:
11084         * ext/musepack/gstmusepackreader.h:
11085           Update to 1.1 API (#165446).
11086
11087 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11088
11089         * ext/Makefile.am:
11090           Unbreak buildbot.
11091
11092 2005-01-28  Andy Wingo  <wingo@pobox.com>
11093
11094         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11095         to reflect a different dubious internet source. Add a reference
11096         and some commentary.
11097
11098 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11099
11100         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11101         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11102         * gst/playback/gststreamselector.h:
11103           Be more selective when we're redoing caps negotiation from
11104           within the chain function on a stream change.
11105
11106 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11107
11108         * configure.ac:
11109         * ext/Makefile.am:
11110         * ext/amrnb/Makefile.am:
11111         * ext/amrnb/amrnb.c: (plugin_init):
11112         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11113         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11114         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11115         (gst_amrnbdec_state_change):
11116         * ext/amrnb/amrnbdec.h:
11117         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11118         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11119         (gst_amrnbparse_init), (gst_amrnbparse_formats),
11120         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11121         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11122         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11123         * ext/amrnb/amrnbparse.h:
11124           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11125         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11126           Add AMR-NB/-WB raw formats.
11127         * ext/alsa/gstalsa.c: (gst_alsa_link):
11128           Keep valid time when changing format.
11129         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11130         (qtdemux_parse_trak):
11131           Add some more format-specific options (#140141, #143555, #155163).
11132
11133 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11134
11135         * gst/matroska/matroska-demux.c:
11136         (gst_matroska_demux_parse_blockgroup):
11137           Fix logic error in timing of subtitle stream synchronization.
11138         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11139           Add skip-chunk, which is found in kodak-camera streams.
11140
11141 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11142
11143         * po/LINGUAS:
11144         * po/vi.po:
11145           Adding Vietnamese translation (submitted by Clytie Siddall)
11146
11147 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11148
11149         * gst/playback/gstdecodebin.c: (try_to_link_1):
11150           Use realpad for signal.
11151
11152 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11153
11154         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11155           Fix category so decodebin picks it up.
11156
11157 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11158
11159         * ext/mad/Makefile.am:
11160         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11161         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11162         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11163         (found_type), (gst_id3demux_bin_change_state):
11164         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11165         (gst_id3_tag_init), (gst_id3_tag_handle_event),
11166         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11167         (gst_id3_tag_change_state), (plugin_init):
11168         * ext/mad/gstmad.h:
11169           Add id3demuxbin (which is a simple bin consisting of id3demux
11170           and typefind), take over rank from id3demux, remove typefind
11171           code from id3demux. Makes all broken mp3s that I know of work,
11172           and thereby fixes #152688.
11173
11174 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
11175
11176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11177
11178         * ext/mad/gstmad.c: (gst_mad_src_event):
11179         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11180           Allow seeks on audio pad, make mad forward those (#164826).
11181         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11182           Set duration (#165335).
11183
11184 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11185
11186         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11187         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11188         (gst_asf_demux_process_ext_content_desc),
11189         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11190         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11191         * gst/asfdemux/gstasfdemux.h:
11192           Improve metadata display, e.g. if the metadata comes before the
11193           streams are loaded (which is perfectly valid).
11194
11195 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11196
11197         * tools/gst-launch-ext-m.m:
11198           Fix AVI/ASF pipelines (#165340).
11199
11200 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
11201         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
11202         build failure on amd64
11203
11204 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
11205
11206         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11207         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11208           Check environment variables GST_ID3V2_TAG_ENCODING,
11209           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11210           list of character encodings to force interpretation of non-unicode
11211           strings stored in an ID3v2 tag to a particular encoding. If none
11212           is specified, try to use current locale's encoding, then fall back
11213           to ISO-8859-1 (which will always succeed). (Resolves #149274)
11214         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11215         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11216           Check environment variables GST_ID3V1_TAG_ENCODING,
11217           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11218           list of character encodings to use in case a string encountered
11219           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11220           specified, try to use the current locale's encoding, then fall
11221           back to ISO-8859-1 (which will always succeed).
11222
11223 2005-01-25  Benjamin Otte  <otte@gnome.org>
11224
11225         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11226           - on half framerate, compute the rate in advance so the comparisons
11227             don't compare wrong values
11228           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11229             behaviour
11230           - don't use mad_header_decode anymore, mad_frame_decode does that
11231             automatically
11232           - when getting rid of consumed bytes, reset the stream's skiplen
11233           (fixes #163867)
11234
11235 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11236
11237         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11238           Use 1/2 a second for default max_discont, as PES streams from DVB
11239           seem to have larger spacings in the SCR. 
11240           Fix a typo.
11241
11242 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11243
11244         * gst/playback/gstplaybasebin.c: (group_commit):
11245           Notify delayed stream-info availability.
11246
11247 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11248         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11249         (gst_a52dec_handle_event), (gst_a52dec_chain):
11250         Add some debug output. Check that a discont has a valid
11251         time associated.
11252         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11253         (gst_alsa_sink_loop):
11254         Ignore TAG events. A little extra debug for broken timestamps.
11255         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11256         (dvdnavsrc_change_state):
11257         Ensure we send a discont to engage the link before we send any
11258         other events.
11259         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11260         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11261         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11262         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11263         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11264         dvd://title works in totem because typefinding sends a seek that ends
11265         up going back to chapter 1 regardless.
11266         * ext/mpeg2dec/gstmpeg2dec.c:
11267         * ext/mpeg2dec/gstmpeg2dec.h:
11268         Output correct timestamps and handle disconts.
11269         * ext/ogg/gstoggdemux.c: (get_relative):
11270         Small guard against a null dereference.
11271         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11272         (gst_textoverlay_set_property):
11273         Free memory when done. Don't call gst_event_filler_get_duration on
11274         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11275         g_warning.
11276         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11277         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11278         (gst_sw_srclink), (gst_smoothwave_chain):
11279         Draw solid lines, prettier colours.
11280         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11281         Add a default palette that'll work for some movies.
11282         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11283         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11284         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11285         * gst/mpegstream/gstdvddemux.h:
11286         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11287         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11288         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11289         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11290         * gst/mpegstream/gstmpegparse.h:
11291         Use PTM/NAV events when for timestamp adjustment when connected to 
11292         dvdnavsrc. Don't use many discont events where one suffices.
11293         * gst/playback/gstplaybasebin.c: (group_destroy),
11294         (gen_preroll_element), (gst_play_base_bin_add_element):
11295         * gst/playback/gstplaybasebin.h:
11296         Make sure we remove subtitles from the same bin we put them in.
11297         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11298         (gst_subparse_buffer_format_autodetect),
11299         (gst_subparse_change_state):
11300         Fix some memleaks and invalid accesses.
11301         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11302         (oggskel_type_find), (cmml_type_find), (plugin_init):
11303         Some typefind functions for Annodex v3.0 files
11304         * gst/wavparse/gstwavparse.h:
11305         GstRiffReadClass is the correct parent class.
11306
11307 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11308
11309         * gst-libs/gst/riff/riff-media.c:
11310         (gst_riff_create_video_caps_with_data):
11311           Add extradata to huffyuv (fixes #165013).
11312         * gst-libs/gst/riff/riff-read.c:
11313         (gst_riff_read_strf_vids_with_data):
11314           Fix extradata extraction if it is in the chunk size.
11315
11316 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
11317
11318         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11319
11320         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
11321         (gst_quarktv_change_state), (gst_quarktv_dispose):
11322           Memory free'ing location fix (#164708).
11323
11324 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11325
11326         * gst/playback/gstplaybasebin.c: (group_commit),
11327         (gen_preroll_element), (probe_triggered), (gen_source_element),
11328         (setup_source), (gst_play_base_bin_change_state),
11329         (gst_play_base_bin_add_element):
11330           Don't block for streams.
11331         * gst/playback/gststreaminfo.c: (stream_info_change_state),
11332         (gst_stream_info_set_mute):
11333           Use gst_pad_set_active_recursive.
11334
11335 2005-01-25  Andy Wingo  <wingo@pobox.com>
11336
11337         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
11338         for #ifndef HAVE_XVIDEO.
11339
11340 2005-01-24  Jeffrey C. Ollie
11341
11342         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
11343
11344         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
11345         * ext/gsm/gstgsmdec.h:
11346         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
11347         * ext/gsm/gstgsmenc.h:
11348         Fix rate to 8kHz as per spec, removes obscure errors when no rate
11349         was given by property. Add proper buffer timestamps and offsets.
11350
11351 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11352
11353         * gst-libs/gst/riff/riff-media.c:
11354         (gst_riff_create_audio_caps_with_data):
11355           Audio can be <8000Hz.
11356
11357 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11358
11359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11360           Explicit state change to workaround refcount bugs.
11361
11362 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11363
11364         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
11365         (gst_avimux_riff_get_avi_header):
11366           Fix...
11367
11368 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11369
11370         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
11371         (gst_riff_read_element_data):
11372         * gst-libs/gst/riff/riff-read.h:
11373           Add _peek version (req'ed in CDXA).
11374         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
11375         (gst_cdxaparse_loop):
11376           Fix parsing in playbin.
11377         * gst/playback/gstdecodebin.c: (close_pad_link):
11378           Ignore current_ pads, they cause major annoyance.
11379
11380 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11381
11382         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11383           Safety guard.
11384
11385 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11386
11387         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
11388           Fix padding...
11389
11390 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11391
11392         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
11393           Allow for 0-sized buffers. Fixes length query problems in
11394           starwars.mkv from the testsuite.
11395
11396 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
11397
11398         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
11399         (gst_video_box_i420), (gst_video_box_chain):
11400           Fix row strides for I420 (fixes #163159)
11401           
11402 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11403
11404         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11405           MPEG2 has a useful rate property, so we can actually use that.
11406           For MPEG-1, continue using the bytes/time properties.
11407
11408 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11409
11410         * gst-libs/gst/riff/riff-media.c:
11411         (gst_riff_create_video_caps_with_data),
11412         (gst_riff_create_video_template_caps):
11413           Add intel-h263.
11414
11415 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11416
11417         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11418           Fail if caps negotiation fails. Should fix #162184, and should
11419           definately be in there regardless of it fixing the actual bug.
11420         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
11421         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
11422         (gst_avimux_riff_get_avix_header),
11423         (gst_avimux_riff_get_video_header),
11424         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
11425         (gst_avimux_start_file), (gst_avimux_handle_event),
11426         (gst_avimux_change_state):
11427         * gst/avi/gstavimux.h:
11428           Refactor structure writing to use GST_WRITE_UINT macros, add
11429           metadata writing support.
11430
11431 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11432
11433         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11434           Elements may already be destroyed when this function is called.
11435
11436 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11437
11438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11439         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
11440           More memory leak fixes (#149162).
11441
11442 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11443
11444         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11445         (gst_qtdemux_add_stream):
11446           Fix two memleaks.
11447
11448 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11449
11450         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
11451           Argh...
11452
11453 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11454
11455         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
11456           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
11457           when fixating to six channels in Totem.
11458
11459 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
11460
11461         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
11462           Fix compile warnings on Solaris 10 buildbot
11463
11464 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
11465
11466         * ext/dvdread/dvdreadsrc.c: (_read):
11467           Don't read beyond the last cell in a chapter (fixes 
11468           invalid memory access)
11469
11470 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
11471
11472         * ext/dvdread/stream_labels.c:
11473         (dvdreadsrc_get_audio_stream_labels):
11474           Use NULL for an empty GList instead of g_list_alloc(); fix 
11475           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
11476           of GString (easier to bulk free later)
11477
11478 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
11479
11480         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11481
11482         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11483         (gst_ffmpeg_pixfmt_to_caps):
11484           Fix BGRA32 caps (#164209).
11485
11486 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
11487
11488         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11489
11490         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11491         (gst_ffmpeg_caps_to_pixfmt):
11492           alpha_mask can be RGBA/ABGR. Fixes #164265.
11493
11494 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
11495
11496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11497
11498         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
11499         (gst_mpeg2dec_alloc_buffer):
11500         * ext/mpeg2dec/gstmpeg2dec.h:
11501           Crop if decoding size is not the actual image size (#163676).
11502
11503 2005-01-17  Steve Baker  <steve@stevebaker.org>
11504
11505         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11506
11507         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
11508         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
11509           Add libsndfile typefind functions (#163309).
11510
11511 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11512
11513         * tools/gst-launch-ext-m.m:
11514           Add .aac, fix .m1v/.m2v (#163891).
11515
11516 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11517
11518         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
11519           Sanity check, don't wait endlessly since the clock might not
11520           actually run at this point (which is a deadlock). Fixes #164069.
11521
11522 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11523
11524         * gst/playback/gstplaybasebin.c: (probe_triggered):
11525           Of course, only pause if group is done...
11526
11527 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11528
11529         * gst/playback/gstplaybasebin.c: (probe_triggered):
11530           Thread safety.
11531
11532 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11533
11534         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
11535           Don't return state change success when the parent
11536           failed.
11537
11538 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11539
11540         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
11541           Free events (fix memleak in #162905).
11542
11543 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
11544
11545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11546
11547         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11548         (gst_ffmpeg_caps_to_pixfmt):
11549           Fix for depth = 15. Fixes #161675.
11550
11551 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11552
11553         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11554           Set FPS correctly, even for webcams and the like.
11555         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
11556           Don error on setting while capturing.
11557
11558 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11559
11560         * ext/dv/gstdvdec.c:
11561         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11562         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
11563           I'm a bad boy. using /1001. to force C to do float division
11564           and not integer division (as it did in my last commit)
11565           Thanks to David I. Lehn for pointing this mistake.
11566
11567 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11568
11569         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11570           Revert Johan??s 1.35->1.36 since it breaks compat.
11571
11572 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11573
11574         * ext/dv/gstdvdec.c:
11575         * ext/libfame/gstlibfame.c:
11576         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11577         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
11578           replace framerate aproximations by their real value
11579           (24000/1001, 30000/1001, 60000/1001)
11580           Finish fixing bug #164049
11581
11582 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11583
11584         * ext/ogg/gstoggmux.c:
11585           eos/bos debugging
11586         * gst/tcp/gstmultifdsink.c:
11587         * gst/tcp/gstmultifdsink.h:
11588         * gst/tcp/gsttcp.c:
11589         * gst/tcp/gsttcp.h:
11590         * gst/tcp/gsttcpclientsink.c:
11591         * gst/tcp/gsttcpclientsrc.c:
11592         * gst/tcp/gsttcpserversink.c:
11593         * gst/tcp/gsttcpserversrc.c:
11594           improve reusability of elements after state changes and errors
11595           make multifdsink throw away streamheaders when receiving new ones
11596
11597 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11598
11599         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
11600           Fix for if items are already in list...
11601
11602 2005-01-12  Benjamin Otte  <otte@gnome.org>
11603
11604         * gst/adder/gstadder.c: (gst_adder_loop):
11605           fix adder a bit so it doesn't screw up with events as much anymore
11606
11607 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
11608
11609         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
11610         (pixbufscale_scale), (gst_pixbufscale_chain):
11611         * ext/gdk_pixbuf/pixbufscale.h:
11612           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
11613           to ensure rowstrides are calculated the same way as 
11614           ffmpegcolorspace
11615           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
11616           that we pick up duration and offset also.
11617
11618 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11619
11620         * gst/avi/gstavimux.c: (gst_avimux_class_init),
11621         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
11622           Reusability fixes.
11623
11624 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11625
11626         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11627         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11628         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11629         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11630           Update flags when requested.
11631
11632 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11633
11634         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
11635           Fix dmix.
11636
11637 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11638
11639         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11640         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
11641         (probe_triggered), (new_decoded_pad), (gen_source_element),
11642         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
11643         * gst/playback/gstplaybasebin.h:
11644         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11645         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
11646         (gst_play_bin_change_state):
11647           Implement group-switch signal for use in apps to clear metadata
11648           cache, clean up subtitle, add suburi property instead of # hack,
11649           some error-out fixes.
11650
11651 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11652
11653         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11654           Debug.
11655         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
11656           If we got a state change in the _get handler, don't return success.
11657
11658 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11659
11660         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
11661         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
11662           Make jpegdec quiet on MJPEG decoding
11663         * gst/asfdemux/README:
11664           Fix mimetypes for MJPEG and H263
11665
11666 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11667
11668         * ext/theora/theoradec.c: (theora_dec_chain):
11669           Fix broken code generation by gcc by swapping arguments.
11670         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11671           Fix \n in debug.
11672
11673 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11674
11675         * TODO:
11676           delete this file, it is by far outdated
11677         * ext/alsa/gstalsa.1: remove
11678         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
11679         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
11680         (gst_alsa_get_caps):
11681           Add HW probing for supported sample rates. Fixes #161704
11682
11683 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11684
11685         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11686           Don't crash, biatch! :).
11687
11688 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11689
11690         * ext/musepack/gstmusepackreader.cpp:
11691         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11692           Some work on tags - still doesn't work in playbin...
11693         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11694           Handle events...
11695
11696 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11697
11698         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
11699           Also shove tags on kid pads.
11700
11701 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11702
11703         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11704           Don't bail on unknown events.
11705         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11706           Don't crash on events before negotiation.
11707         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11708           Send tags on pads, too.
11709         * gst/playback/gststreamselector.c:
11710         (gst_stream_selector_request_new_pad):
11711           Forward events on first pad if no input was selected yet.
11712
11713 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11714
11715         * gst/playback/gstplaybasebin.c: (setup_substreams):
11716           Don't disable streamtype if the stream doesn't exist, since
11717           then playing a video after audio will disable both and nothing
11718           will happen. Fixes the testsuite.
11719
11720 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11721
11722         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
11723         (gst_v4l_xoverlay_set_xwindow_id):
11724         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
11725         (gst_v4l2_xoverlay_set_xwindow_id):
11726           Add debug categories, fix overlay disabling.
11727
11728 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11729
11730         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
11731         * ext/alsa/gstalsa.h:
11732           Add HW probing for period_count/size and buffer_size MIX/MAX
11733           Adjust default/user defined value if out of bounds
11734           Should fix bug #162024
11735
11736 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11737
11738         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
11739           Fix warning (#161191).
11740
11741 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11742
11743         * ext/dvdread/stream_labels.c:
11744         (dvdreadsrc_get_audio_stream_labels):
11745           Fix warning (init the good variable in switch default)
11746
11747 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
11748
11749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11750
11751         * gst/tta/gstttaparse.c: (gst_tta_src_event):
11752           Fix gcc-2.95 compile (#163485).
11753
11754 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11755
11756         * configure.ac:
11757         * ext/flac/gstflacenc.c: (gst_flacenc_init),
11758         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
11759         (gst_flacenc_tell_callback), (gst_flacenc_chain),
11760         (gst_flacenc_change_state):
11761         * ext/flac/gstflacenc.h:
11762           Update for API change in flac-1.1.1. Update requirement in
11763           configure.ac. Fixes #162974.
11764
11765 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11766
11767         * gst/playback/gstplaybasebin.c: (group_destroy):
11768           Remove hack to get rid of assert and get rid of unlinked
11769           signals properly.
11770
11771 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11772
11773         * gst/playback/gstplaybasebin.c: (setup_source):
11774           Set source to NULL so that resources are free'ed. Fixes issues
11775           with playback of CDDA and similar device-accessing things.
11776
11777 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11778
11779         * testsuite/embed/Makefile.am:
11780           test->noinst, fix make test in buildbot.
11781
11782 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11783
11784         * ext/dvdread/stream_labels.c: new file
11785         * ext/dvdread/stream_labels.h: new file
11786         * ext/dvdread/Makefile.am:
11787         * ext/dvdread/dvdreadsrc.c: (_seek_title):
11788           Extract audio stream label from DVD IFO files.
11789           It only dump them on the console for now, still have to
11790           make playbin aware of them.
11791
11792 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11793
11794         * gst/playback/gstplaybasebin.c: (setup_source):
11795           Fix hanging subs.
11796
11797 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11798
11799         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11800         (gen_preroll_element), (remove_groups), (setup_subtitle),
11801         (gen_source_element), (setup_source):
11802         * gst/playback/gstplaybasebin.h:
11803           Multiple .sub files is just a stupid idea... Fix some threading
11804           mistakes. Interestingly, external .sub files cause playbin to
11805           hang, I don't know why... Parsing fixes contributed by Fran??ois
11806           Kooman <fkooman@tuxed.net>.
11807
11808 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11809
11810         * testsuite/embed/Makefile.am:
11811           Fix buildbot.
11812
11813 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11814
11815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11816
11817         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11818         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11819         (gst_pngenc_set_property):
11820         * ext/libpng/gstpngenc.h:
11821           Add compression level property (#163323).
11822
11823 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11824
11825         * configure.ac:
11826         * examples/capsfilter/capsfilter1.c: (main):
11827         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11828         * ext/dvdread/Makefile.am:
11829         * ext/dvdread/demo-play:
11830         * ext/dvdread/demo-play.c:
11831         * gconf/gstreamer.schemas.in:
11832         * gst-libs/gst/gconf/gconf.c:
11833         * sys/v4l/TODO:
11834         * testsuite/Makefile.am:
11835         * testsuite/embed/Makefile.am:
11836         * testsuite/embed/embed.c: (cb_expose), (main):
11837           Remove all references to xvideosink, fix examples (#140845).
11838         * gst/playback/gstplaybasebin.c: (group_destroy):
11839           Apparently, disposal does not unlink - so do explicitely.
11840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11841           Add debug.
11842
11843 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
11844
11845         * README: fix PKG_CONFIG_PATH instructions, what was there
11846         previously was breaking default search path, not nice. 
11847         Fixes #163358
11848
11849 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11850
11851         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
11852         (gst_audioscale_chain):
11853           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
11854           when resampling - how the ^@$^!@^! is this possible?!?
11855
11856 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11857
11858         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11859           Reset variables on READY.
11860         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
11861         (gst_matroska_mux_loop):
11862           Require data before writing header.
11863
11864 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
11865
11866         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11867
11868         * ext/mad/gstmad.c: (gst_mad_chain):
11869           Don't call mad_stream_sync() directly after recovering sync.
11870           Fixes #151661.
11871
11872 2005-01-09  Martin Eikermann  <meiker@upb.de>
11873
11874         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11875
11876         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
11877         (snapshot_handler), (gst_snapshot_sinkconnect),
11878         (gst_snapshot_chain):
11879           Allocate resources when required, fix recursive signal emission
11880           and fix caps. Fixes #161667.
11881
11882 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11883
11884         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11885
11886         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
11887         (gst_pngdec_chain):
11888           Handle only 8-bppc (bits-per-pixel-component) images, better
11889           error handling and correct strides. Fixes #163177.
11890         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
11891         (gst_pngenc_chain):
11892           Better error handling. Fixes #163348.
11893
11894 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11895
11896         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
11897         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
11898         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
11899         (dvdnavsrc_uri_handler_init):
11900           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
11901         * gst/playback/gstplaybasebin.c: (gen_source_element):
11902           Add MMS to streaming URIs.
11903
11904 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11905
11906         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11907         * sys/xvimage/xvimagesink.c:
11908         (gst_xvimagesink_navigation_send_event):
11909           Check for pad availability before sending event.
11910
11911 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11912
11913         * gst-plugins.spec.in:
11914           Add subparse.
11915
11916 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11917
11918         * configure.ac:
11919           Since we use functions from CVS, up requirement.
11920
11921 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11922
11923         * gst/playback/Makefile.am:
11924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11925         (group_destroy), (group_commit), (group_is_muted),
11926         (gen_preroll_element), (add_stream), (unknown_type),
11927         (probe_triggered), (preroll_unlinked), (mute_stream),
11928         (silence_stream), (new_decoded_pad), (setup_substreams),
11929         (setup_source), (get_active_source), (mute_group_type),
11930         (muted_group_change_state), (set_active_source),
11931         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11932         (play_base_eos), (gst_play_base_bin_change_state):
11933         * gst/playback/gstplaybasebin.h:
11934         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
11935         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11936         (gst_stream_info_dispose), (stream_info_mute_pad),
11937         (stream_info_change_state), (gst_stream_info_set_mute):
11938         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
11939         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
11940         (gst_stream_selector_init), (gst_stream_selector_dispose),
11941         (gst_stream_selector_get_linked_pad),
11942         (gst_stream_selector_get_caps), (gst_stream_selector_link),
11943         (gst_stream_selector_get_linked_pads),
11944         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
11945         * gst/playback/gststreamselector.h:
11946           Adding stream selection support plus required properties for
11947           applications to use this. Fully fixes #100931.
11948
11949 2005-01-08  Benjamin Otte  <otte@gnome.org>
11950
11951         * gst/games/gstpuzzle.c: (nav_event_handler):
11952           - handle nav events differently: forward every event no matter if it
11953             was handled or not.
11954           - translate events
11955           You can now cheat by using navigationtest ! puzzle and moving the
11956           mouse close to the edge of a tile. ;)
11957
11958 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11959
11960         * configure.ac:
11961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11962         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
11963         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
11964         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
11965         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
11966         (gst_ogm_parse_plugin_init):
11967         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
11968         (gst_textoverlay_link), (gst_textoverlay_getcaps),
11969         (gst_textoverlay_event), (gst_textoverlay_video_chain),
11970         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
11971         * ext/pango/gsttextoverlay.h:
11972         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11973         (gst_matroska_demux_handle_seek_event),
11974         (gst_matroska_demux_sync_streams),
11975         (gst_matroska_demux_parse_blockgroup),
11976         (gst_matroska_demux_subtitle_caps),
11977         (gst_matroska_demux_plugin_init):
11978         * gst/matroska/matroska-ids.h:
11979         * gst/playback/gstdecodebin.c: (close_pad_link):
11980         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11981         (gen_preroll_element), (remove_groups), (add_stream),
11982         (new_decoded_pad), (setup_subtitles), (gen_source_element),
11983         (setup_source):
11984         * gst/playback/gstplaybasebin.h:
11985         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
11986         * gst/subparse/Makefile.am:
11987         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11988         (gst_subparse_base_init), (gst_subparse_class_init),
11989         (gst_subparse_init), (gst_subparse_formats),
11990         (gst_subparse_eventmask), (gst_subparse_event),
11991         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11992         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11993         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11994         (parse_mpsub_deinit), (parse_mpsub_init),
11995         (gst_subparse_buffer_format_autodetect),
11996         (gst_subparse_format_autodetect), (gst_subparse_loop),
11997         (gst_subparse_change_state), (gst_subparse_type_find),
11998         (plugin_init):
11999         * gst/subparse/gstsubparse.h:
12000         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12001         (plugin_init):
12002           Add subtitle support, .sub parser (supports SRT and MPsub),
12003           OGM text support, Matroska UTF-8 text support, deadlock fixes
12004           all over the place, subtitle awareness in decodebin/playbin
12005           and some fixes to textoverlay to handle subtitles in a stream
12006           correctly. Fixes #100931.
12007
12008 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12009
12010         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12011           Check for pad availability before doing a query on it.
12012
12013 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12014
12015         * ext/dv/gstdvdec.c:
12016           really fix bpp24/32 dvdec caps (classic rgba indeed)
12017         * gst/asfdemux/gstasfdemux.c:
12018         (gst_asf_demux_process_ext_content_desc):
12019           don't send text tags if they are empty (bis repetita)
12020
12021 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12022
12023         * ext/dv/gstdvdec.c:
12024          remove unneeded comment from dvdec
12025           (related to DV 4CC codes in AVI files)
12026           moved them in gstreamer/docs/random/mimetypes
12027         * gst/asfdemux/gstasfdemux.c:
12028         (gst_asf_demux_process_ext_content_desc):
12029          don't send text tags if they are empty
12030          fix mem leak on error path
12031         * gst/ffmpegcolorspace/avcodec.h:
12032         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12033         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12034         (gst_ffmpegcsp_avpicture_fill):
12035         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12036         * gst/ffmpegcolorspace/imgconvert_template.h:
12037          adds BGR32 and BGRA32 to ffmpegcolorspace
12038           (still bad colors, fixing it on next commit)
12039           helps with dvdec outputing BGR32
12040
12041 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12042
12043         * ext/dv/gstdvdec.c:
12044          Fix audio caps i just broke (missing ',')
12045         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12046         (gst_matroska_mux_reset):
12047          Fix typo + add FIXME about old "x-gst-metadata" crap
12048
12049 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12050
12051         * ext/dv/demo-play.c: (main):
12052          xvideosink -> xvimagesink
12053         * ext/dv/gstdvdec.c:
12054          change rgb 32/32 caps to 24/32 (no alpha)
12055          change nb of channels to be a list (2 or 4, not 2)
12056          change sample rate to be a list (32, 44.1, 48 kHz) not a range
12057         * gst/asfdemux/gstasfdemux.c:
12058         (gst_asf_demux_process_ext_content_desc):
12059          Add 'date/year' to extracted metadata list
12060
12061 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12062
12063         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12064           The return value of fixate_to does not imply that the requested
12065           value was set, so don't assume.
12066
12067 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
12068
12069         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12070
12071         * ext/libpng/gstpngdec.c:
12072         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12073         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12074         * ext/libpng/gstpngenc.h:
12075           Alpha support (encoder; #163161), mime fixage.
12076
12077 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
12078
12079         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12080
12081         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12082         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12083         (gst_faac_set_property), (gst_faac_get_property):
12084         * ext/faac/gstfaac.h:
12085           Allow for ADTS output (#153434).
12086
12087 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12088
12089         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12090           Fix against template (#150576).
12091
12092 2005-01-06  Benjamin Otte  <otte@gnome.org>
12093
12094         * gst/games/gstpuzzle.c: (draw_puzzle):
12095           don't draw a puzzle if either width or height of tiles would be 0.
12096
12097 2005-01-06  Benjamin Otte  <otte@gnome.org>
12098
12099         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12100         (gst_puzzle_class_init), (gst_puzzle_finalize):
12101           no memleaks, please
12102         (gst_puzzle_create), (gst_puzzle_init),
12103         (gst_puzzle_set_property), (gst_puzzle_setup):
12104           change initialization code around so we don't reshuffle on resize
12105         (draw_puzzle):
12106           fix another stupid typo
12107
12108 2005-01-06  Benjamin Otte  <otte@gnome.org>
12109
12110         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12111           fix stupid typo that borked copying on YUY2
12112
12113 2005-01-06  Benjamin Otte  <otte@gnome.org>
12114
12115         * gst/games/gstpuzzle.c: (draw_puzzle):
12116           fix edges when image sizes aren't multiples of tile sizes
12117
12118 2005-01-06  Benjamin Otte  <otte@gnome.org>
12119
12120         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12121           make RGB endianness work correctly
12122         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12123           refactor and fix race with initial shuffling
12124         (nav_event_handler):
12125           allow using the mouse to puzzle
12126         (draw_puzzle):
12127           insist on tiles having width and height as multiples of 4 to get
12128           clean YUV image handling
12129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12130         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12131           s/DEBUG/LOG/ for common messages
12132         (gst_xvimagesink_navigation_send_event):
12133           fix mouse event translation to not include screen PAR
12134         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12135           fix mouse event translation to actually work
12136
12137 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12138
12139         * gst/asfdemux/gstasfdemux.c:
12140         (gst_asf_demux_process_ext_content_desc):
12141          Extract TrackNumber metadata + clean up code
12142         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12143          Hope this is the good fix (var used unitialised)
12144
12145 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12146
12147         * ext/faad/gstfaad.c: (gst_faad_chain):
12148           Only increment timestamp if it's valid. Fixes raw AAC streams.
12149
12150 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12151
12152         * configure.ac:
12153         * gst/games/Makefile.am:
12154         * gst/games/gstpuzzle.c:
12155           add a puzzle game with...
12156         * gst/games/gstvideoimage.c:
12157         * gst/games/gstvideoimage.h:
12158           ... full colorspace support (that includes YUV9 and RGB16)) stolen
12159           from videotestsrc and made into something that would be a nice
12160           library for a lot of other plugins.
12161
12162 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12163
12164         * configure.ac:
12165          don't compile faad plugin if a RC of 2.0 is found
12166          Fixes #155346 (and FC1 buildbot)
12167         * gst/asfdemux/gstasfdemux.c:
12168         (gst_asf_demux_process_ext_content_desc):
12169          try to make Solaris compiler happier
12170
12171 2005-01-06  Paul Jack  <pjack@sfaf.org>
12172
12173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12174
12175         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12176           Fix segfault (#161667).
12177
12178 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12179
12180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12181           Fix framerate reporting.
12182
12183 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12184
12185         * gst-libs/gst/riff/riff-ids.h:
12186         * gst/wavenc/riff.h:
12187          Add AMR (VBR and CBR) ids to riff.h audio codec list
12188         * gst/asfdemux/gstasfdemux.c:
12189         (gst_asf_demux_process_ext_content_desc),
12190         (gst_asf_demux_process_object):
12191           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12192
12193 2005-01-05  Martin Eikermann  <meiker@upb.de>
12194
12195         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12196
12197         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12198         (gst_dvd_demux_handle_discont):
12199         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12200         (gst_mpeg_demux_handle_discont):
12201           Recreate pads on new-media (#160730).
12202         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12203           Send discont even if manager changes timestamps (#161929).
12204
12205 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
12206
12207         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12208
12209         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12210           Fix invalid memory access (#159211).
12211
12212 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12213
12214         * examples/gstplay/player.c: (main):
12215           Don't iterate.
12216         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12217           Add visualizations.
12218         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12219         (gst_a52dec_handle_frame):
12220           Set duration.
12221         * ext/dvdnav/gst-dvd:
12222           Add audioconvert. Fixes #161325.
12223         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12224           Explicitely case to gint64. Possible valgrind error.
12225         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12226         (gst_play_tick_callback), (gst_play_change_state),
12227         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12228         (gst_play_set_location), (gst_play_get_location),
12229         (gst_play_seek_to_time), (gst_play_set_data_src),
12230         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12231         (gst_play_set_visualization), (gst_play_connect_visualization),
12232         (gst_play_get_framerate), (gst_play_get_all_by_interface),
12233         (gst_play_new):
12234           Use playbin. Fixes #139749 and #147744.
12235         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12236           Add genre tag.
12237         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12238         (audioscale_get_type), (gst_audioscale_base_init),
12239         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12240         (gst_audioscale_getcaps), (gst_audioscale_fixate),
12241         (gst_audioscale_link), (gst_audioscale_get_buffer),
12242         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12243         (gst_audioscale_init), (gst_audioscale_dispose),
12244         (gst_audioscale_chain), (gst_audioscale_set_property),
12245         (gst_audioscale_get_property), (plugin_init):
12246           Indent properly.
12247         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12248           Fix LPCM.
12249         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12250         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12251         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12252           Add more metadata (fixes #162656).
12253
12254 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12255
12256         * configure.ac:
12257           back to cvs
12258
12259 === release 0.8.7 ===
12260
12261 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12262
12263         * NEWS:
12264         * RELEASE:
12265         * configure.ac:
12266           releasing 0.8.7, "Hyperspace"
12267
12268 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12269
12270         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12271
12272         * gst/playback/gstplaybasebin.c:
12273          Fix for #162924 - free caps after use, not before
12274
12275 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12276
12277         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12278
12279         * gst/playback/gstplaybasebin.c:
12280         * gst/wavparse/gstwavparse.c:
12281           Fix for #154773 - fixes playback of small .wav files
12282
12283 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12284
12285         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12286
12287         * gst/audioscale/gstaudioscale.c:
12288           Fix for #162819 - make audioscale reusable
12289           Fixes playback of more than one file with playbin/totem
12290
12291 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12292
12293         * gst/ffmpegcolorspace/avcodec.h:
12294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12295         * gst/ffmpegcolorspace/imgconvert.c:
12296           clean up the mess that made me cry and avoid needless duplication
12297
12298 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12299
12300         * gst/ffmpegcolorspace/imgconvert.c:
12301           give some indication of why we're segfaulting
12302
12303 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12304
12305         * configure.ac:
12306           Fix indentation, fix v4l2 plugin detection.
12307         * ext/Makefile.am:
12308           Fix libmms location (Maciej, use diff -u!).
12309         * ext/alsa/gstalsa.c: (gst_alsa_init):
12310           Initialize caps cache to NULL.
12311         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12312           Only change state on audiosink if it exists.
12313
12314 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
12315
12316         * gst/matroska/matroska-demux.c:
12317         * gst/matroska/matroska-ids.h:
12318         * gst/matroska/matroska-demux.h:
12319         Fix Vorbis streams failing to decode in some files, where cluster_time
12320         isn't 0, because then it doesn't send codec_priv before actual data.
12321         Remove time-based test and replace it with marker set on beginning of
12322         new stream
12323
12324 2004-12-28  David Schleef  <ds@schleef.org>
12325
12326         Merge patch from Ronald fixing problems with streaming
12327         text.
12328         * ext/cairo/gstcairo.c: (plugin_init):
12329         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12330         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12331         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12332         (gst_textoverlay_font_init), (gst_textoverlay_init),
12333         (gst_textoverlay_set_property):
12334         * ext/cairo/gsttextoverlay.h:
12335
12336 2004-12-27  David Schleef  <ds@schleef.org>
12337
12338         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12339         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12340         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12341         (gst_textoverlay_font_init), (gst_textoverlay_init),
12342         (gst_textoverlay_set_property): Improvements to actually
12343         render text as white on black outline on video, including
12344         font selection and horizontal/vertical alignment.  (Ronald's
12345         christmas present)
12346         * ext/cairo/gsttextoverlay.h:
12347
12348 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12349
12350         * ext/ogg/gstogg.c:
12351         * ext/ogg/gstogmparse.c:
12352           fix ogm[audio/video]parse plugin registration
12353           (riff won't load if bytestream is already loaded)
12354
12355 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12356
12357         * gst/audioconvert/gstchannelmix.c:
12358           fix for GLIB < 2.4
12359
12360 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12361
12362         * Makefile.am:
12363         * configure.ac:
12364           disable docs again until it actually passes make distcheck.
12365
12366 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12367
12368         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
12369         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12370         (plugin_init):
12371           Add 3GP (variables name Q3GP because they can't start with a
12372           number). Add samr audio fourcc (used in .3gp files), decoder
12373           is work in progress. Also do a GST_WARNING instead of ERROR
12374           in case of unknown nodes, to decrease output.
12375
12376 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12377
12378         * Makefile.am:
12379           really fix dist
12380
12381 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12382
12383         * configure.ac:
12384         * ext/speex/gstspeexdec.h:
12385         * ext/speex/gstspeexenc.h:
12386           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
12387           Fix detection code in configure.ac
12388
12389 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12390
12391         * gst/matroska/matroska-demux.c:
12392         (gst_matroska_demux_parse_blockgroup):
12393           Save position, so that queries give proper return values. Don't
12394           know how this could ever have worked before...
12395
12396 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12397
12398         * configure.ac:
12399           Put additional LAME check inside the conditional.  Fixes #152339
12400
12401 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12402
12403         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12404         (gst_avi_demux_stream_scan):
12405           Add some more debug. Fix logic error when setting movi offset
12406           while reading index.
12407
12408 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12409
12410         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12411         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
12412         (gst_avi_demux_process_next_entry):
12413           Add some debugging. Better detection of broken indexes and the
12414           accompanying index recovery. No infinite loops on state changes
12415           when we're still in our loopfunction.
12416
12417 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12418
12419         * configure.ac:
12420           Fix up.
12421
12422 2004-12-22  Archana Shah  <archana.shah@wipro.com>
12423
12424         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12425
12426         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
12427           Normalizing the value before setting
12428         (gst_sunaudiomixer_get_volume):
12429           Normalizing the value after getting. Fixes bug# 161980
12430
12431 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12432
12433         * Makefile.am: Make sure docs gets disted
12434         * docs/Makefile.am: Make sure all needed files get disted
12435         * gst-plugins.spec.in: latest updates
12436
12437 2004-12-22  Wim Taymans  <wim@fluendo.com>
12438
12439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12440         Revert patch 1.38 as clock distribution over schedulers does
12441         not work correcly in the core yet.
12442
12443 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12444
12445         * sys/oss/README: remove this file, which predates my birth
12446           (and which content is by far outdated)
12447
12448 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
12449
12450         * Makefile.am:
12451         * configure.ac:
12452         * docs/Makefile.am:
12453         * docs/libs/Makefile.am:
12454         * docs/libs/gst-plugins-libs-docs.sgml:
12455         * docs/libs/gst-plugins-libs-sections.txt:
12456         * docs/libs/tmpl/gstgconf.sgml:
12457         * docs/upload.mak:
12458         * docs/version.entities.in:
12459           Added boilerplate gtk-doc files for plugin-libs documentation.
12460
12461 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12462
12463         * gst/auparse/gstauparse.c: fix int and float audio caps
12464
12465 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12466
12467         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12468         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12469           g_assert() can be a macro, don't use #ifdef inside it.
12470
12471 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
12472
12473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12474
12475         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
12476         (gst_videorate_init), (gst_videorate_chain),
12477         (gst_videorate_change_state):
12478           Event handling (fixes #159986).
12479
12480 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12481
12482         * gst-libs/gst/riff/riff-media.c:
12483         (gst_riff_create_video_caps_with_data):
12484           Add BLZ0 (Blizzard's version of DivX) fourcc.
12485
12486 2004-12-18  David Schleef  <ds@schleef.org>
12487
12488         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
12489         portability fix.
12490
12491 2004-12-18  David Schleef  <ds@schleef.org>
12492
12493         * gst/tta/ttadec.h: Disable some header code that isn't used
12494         and clearly isn't portable.
12495
12496 2004-12-18  David Schleef  <ds@schleef.org>
12497
12498         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
12499         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12500         (avcodec_get_pix_fmt), (avpicture_layout),
12501         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
12502         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
12503         Fix code to not use GCC extensions (and c99 extensions that
12504         Forte does not like.)
12505
12506 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12507
12508         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12509
12510         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
12511         (gst_deinterlace_chain):
12512           Rowstride fixes. Fixes #161039.
12513         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
12514         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
12515         (gst_video_crop_getcaps), (gst_video_crop_link),
12516         (gst_video_crop_i420), (gst_video_crop_chain),
12517         (gst_video_crop_change_state):
12518           Rework of negotiation. Actually works now. Fixes #158650.
12519
12520 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12521
12522         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
12523           That was very stupid.
12524
12525 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12526
12527         * gst/matroska/matroska-demux.c:
12528         (gst_matroska_demux_parse_blockgroup):
12529           Fix possible crasher.
12530
12531 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12532
12533         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
12534         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
12535           Lace sizes can be zero.
12536
12537 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12538
12539         * ext/musepack/gstmusepackdec.cpp:
12540           Fetch error return values. Fixes #161624.
12541         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12542           Really EOS.
12543
12544 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12545
12546         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12547           Work for truncated (unfinished download etc.) files. Fixes #160514.
12548
12549 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12550
12551         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12552           Fix for integer overflow. Makes #156001 not crash. Probably masks
12553           the real bug.
12554
12555 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12556
12557         * gst/ac3parse/gstac3parse.c: (plugin_init):
12558           Parsers never have ranks. Fixes #159651.
12559
12560 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12561
12562         * gst/playback/gstdecodebin.c: (compare_ranks):
12563           make sure the facotries are ordered the same every time even if they
12564           have the same rank by using the name
12565         * gst/playback/gstdecodebin.c: (find_compatibles):
12566           make sure we don't add factories to the list twice
12567
12568 2004-12-16  David Schleef  <ds@schleef.org>
12569
12570         * configure.ac: look for musepack headers as musepack/*.h
12571         (fixes #159847)
12572         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
12573         * ext/musepack/gstmusepackreader.h: same
12574
12575 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12576
12577         * gst-libs/gst/riff/riff-read.c:
12578         (gst_riff_read_strf_auds_with_data):
12579           Read extradata correctly (fixes #155879).
12580
12581 2004-12-16  David Schleef  <ds@schleef.org>
12582
12583         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
12584         audio.  does _not_ attempt or allow conversion unless channels
12585         is 1 or 2.
12586
12587 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12588
12589         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
12590
12591 2004-12-16  David Schleef  <ds@schleef.org>
12592
12593         * gst/audioscale/gstaudioscale.c: the resample library only
12594         handles 1 or 2 channels.  Change caps to compensate.
12595
12596 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12597
12598         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
12599         (gst_matroska_demux_audio_caps):
12600           Some MPEG-AAC hacks, because else it doesn't work...
12601
12602 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12603
12604         * gst-libs/gst/riff/riff-media.c:
12605         (gst_riff_create_video_caps_with_data),
12606         (gst_riff_create_video_template_caps):
12607           Add h264.
12608
12609 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12610
12611         * gst-libs/gst/audio/Makefile.am:
12612           Try to fix buildbot.
12613
12614 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12615
12616         * gst/tcp/gstmultifdsink.c:
12617           Clean up and uniformize debugging.
12618
12619 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
12620
12621         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12622
12623         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12624         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
12625         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
12626         (gst_mpeg_demux_change_state):
12627           Reset on ready. Fixes 160276.
12628
12629 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
12630
12631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12632
12633         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12634         (gst_ffmpegcsp_pad_link):
12635           Fix memleak (#154815).
12636
12637 2004-12-16  James Bowes  <bowes@cs.dal.ca>
12638
12639         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12640
12641         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
12642         (gst_musicbrainz_init), (gst_musicbrainz_chain),
12643         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
12644         * ext/musicbrainz/gsttrm.h:
12645           Add support for using a proxy server when getting a trm id from
12646           the MusicBrainz database (#149613).
12647
12648 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
12649
12650         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12651
12652         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
12653         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12654           Fix memleaks (#157233).
12655
12656 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
12657
12658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12659
12660         * gst-libs/gst/resample/resample.c: (gst_resample_close):
12661         * gst-libs/gst/resample/resample.h:
12662         * gst/audioscale/gstaudioscale.c:
12663           Fix memleak (#159215).
12664
12665 2004-12-16  Toni Willberg  <toniw@iki.fi>
12666
12667         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12668
12669         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
12670         * sys/oss/oss_probe.c: (main):
12671           Check for mono/stereo support (similar to samplerate probing),
12672           fixes #159433. Also add missing copyright header to oss_probe.c.
12673
12674 2004-12-15  David Schleef  <ds@schleef.org>
12675
12676         * configure.ac: add audioresample and cairo plugins.  Remove
12677         HAVE_MMX stuff, because it's not used.
12678         * ext/Makefile.am: same
12679         * ext/audioresample/Makefile.am: You are not ready for an
12680         audio resampling element based on audioresample.
12681         * ext/audioresample/gstaudioresample.c:
12682         * ext/audioresample/gstaudioresample.h:
12683         * ext/cairo/Makefile.am: You are not ready for overlay elements
12684         based on cairo.  Don't look too closely, these elements kinda
12685         suck right now.
12686         * ext/cairo/gstcairo.c: new
12687         * ext/cairo/gsttextoverlay.c: new
12688         * ext/cairo/gsttextoverlay.h: new
12689         * ext/cairo/gsttimeoverlay.c: new
12690         * ext/cairo/gsttimeoverlay.h: new
12691         * gst-libs/gst/media-info/media-info-priv.h: fix compile
12692         problem with compilers that don't support variadic macros.
12693
12694 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12695
12696         Reviewed by:  David Schleef  <ds@schleef.org>
12697
12698         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
12699         Bala, registering sunaudiosrc (oops!), and cleaning up code a
12700         bit.  Also ran indent-gst.
12701         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
12702         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
12703         (gst_sunaudiosrc_setparams):
12704
12705 2004-12-14  David Schleef  <ds@schleef.org>
12706
12707         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
12708         output rate to 16000.  Should fix #160235.
12709
12710 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12711
12712         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
12713         Add typefinding for mpeg2 pes streams
12714
12715 2004-12-13  David Schleef  <ds@schleef.org>
12716
12717         * configure.ac:  Applied patch from bug #143659, making default
12718         sources and sinks OS-dependent (for Solaris), and added code
12719         for OS/X.
12720         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
12721
12722 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12723
12724         * gst-libs/gst/riff/riff-media.c:
12725           forgot to add h2.64 to avidemux template caps
12726
12727 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12728
12729         * gst/wavenc/riff.h:
12730         * gst-libs/gst/riff/riff-media.c:
12731         * gst-libs/gst/riff/riff-ids.h:
12732         * gst/avi/gstavimux.c
12733         add 4CC code for VideoSoft h264 in AVI (VSSH)
12734           fixes bug #160655
12735         remove s323 from riff, it's quicktime specific :(
12736
12737 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12738
12739         * gst/asfdemux/README
12740         * gst/wavenc/riff.h
12741         * gst-libs/gst/riff/riff-ids.h
12742         * gst-libs/gst/riff/riff-media.c
12743         * gst/qtdemux/qtdemux.c:
12744           add new 4CC codes for h263 related codecs
12745           fixes partially bug #155163
12746
12747 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
12748
12749         * configure.ac: Update polyaudio requirement to 0.7
12750         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
12751
12752 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12753
12754         * gst/interleave/deinterleave.c:
12755         fix my name's spelling! :)
12756
12757 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12758
12759         * AUTHORS ChangeLog
12760         * gst/auparse/gstauparse.c
12761         * gst/interleave/deinterleave.c
12762         * gst/law/:
12763                 alaw-decode.c alaw-encode.c
12764                 mulaw-decode.c mulaw-encode.c
12765         * gst/oneton/gstoneton.c
12766         * sys/osxaudio/:
12767                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
12768         * sys/osxvideo/:
12769                 cocoawindow.h cocoawindow.m
12770                 osxvideosink.h osxvideosink.m
12771
12772         put the same mail address for Zaheer Abbas Merali everywhere
12773
12774 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12775
12776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
12777           Align by packetsize, and assert that we a packet available before
12778           playing. The first makes webstreams work (they often include
12779           trailing padding data in a packet), the second allows pausing a
12780           ASF stream in totem without getting demux errors afterwards.
12781
12782 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12783
12784         * ext/ogg/gstoggdemux.c: (get_relative):
12785           Check for non-NULL before accessing member (end-of-chain).
12786
12787 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12788
12789         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12790         (cdparanoia_set_property), (cdparanoia_get_property):
12791         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12792         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
12793         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12794         (dvdreadsrc_init), (dvdreadsrc_set_property),
12795         (dvdreadsrc_get_property):
12796         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
12797         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
12798           Synchronize property names where not yet the case. Devices are
12799           now device=X, other versions are deprecated (but still exist).
12800           Also use g_free() unconditionally.
12801         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12802         (setup_source), (gst_play_base_bin_get_property):
12803           Expose source.
12804
12805 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12806
12807         * configure.ac: move GCONF macro outside conditional for the am
12808           conditional. Fixes #160439
12809
12810 2004-12-08  David Schleef  <ds@schleef.org>
12811
12812         * tools/gst-visualise-m.m: Switch to elements that currently
12813         exist.
12814
12815 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12816
12817         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12818           We love wrong commas.
12819
12820 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12821
12822         * gst/matroska/matroska-demux.c:
12823         (gst_matroska_demux_handle_src_query):
12824           Don't set DEFAULT, unsupported - makes length display incorrectly
12825           in some cases.
12826
12827 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12828
12829         * gst/monoscope/README: remove blurb about files being GPL
12830         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
12831         * gst/monoscope/monoscope.c: Change license to BSD with explanation
12832           monoscope is now effectively LGPL licensed
12833
12834 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12835
12836         * gst/monoscope/README: Update information to be more correct
12837         * gst/monoscope/convolve.c: Relicense to LGPL
12838         * gst/monoscope/convolve.h: Relicense to LGPL
12839
12840 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
12841
12842         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12843           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
12844         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
12845           set default_duration for mpeg1 audio
12846
12847 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12848
12849         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
12850         * ext/alsa/gstalsa.h:
12851           refactor big chunks of the core caps negotiation code to make it
12852           a lot faster, because people claim it's really slow
12853           (actually, just cache the getcaps when the device is opened)
12854
12855 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12856
12857         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
12858         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
12859         (gst_a52dec_handle_frame), (gst_a52dec_chain),
12860         (gst_a52dec_change_state), (plugin_init):
12861         * ext/a52dec/gsta52dec.h:
12862           Do something useful with timestamps. Make chain-based (since
12863           there's really no reason to be loopbased).
12864         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12865           Update current_byte/frame correctly.
12866
12867 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12868
12869         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
12870         (gst_ape_demux_stream_init):
12871           Forward tags, too.
12872
12873 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12874
12875         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
12876           Let's make sure we're done typefinding when detecting tags.
12877
12878 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12879
12880         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
12881         (gst_ebml_read_init), (gst_ebml_read_use_event),
12882         (gst_ebml_read_element_id), (gst_ebml_peek_id),
12883         (gst_ebml_read_seek), (gst_ebml_read_skip),
12884         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
12885         (gst_ebml_read_master):
12886         * gst/matroska/ebml-read.h:
12887         * gst/matroska/matroska-demux.c:
12888         (gst_matroska_demux_parse_contents),
12889         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
12890           Disgustingly evil hack for working around INTERRUPT events and
12891           their extremely annoying habit of being a pain in the ass. We
12892           simply peek a cluster before reading any of it.
12893
12894 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12895
12896         * ext/musepack/gstmusepackdec.cpp:
12897           There's also floating point libmusepacks.
12898
12899 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12900
12901         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
12902         (gst_faad_chanpos_to_gst), (gst_faad_chain):
12903           Set DURATION even if source buffer didn't. Also use increasing
12904           timestamps.
12905         * gst-libs/gst/riff/riff-media.c:
12906         (gst_riff_create_audio_caps_with_data):
12907           Block_align can have larger values than 8192.
12908
12909 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12910
12911         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
12912         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
12913         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
12914         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
12915           Fix caps.
12916
12917 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12918
12919         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12920           Fix logic bug.
12921
12922 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12923
12924         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12925           Yay, another one.
12926
12927 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12928
12929         * ext/esd/esdsink.c: (gst_esdsink_chain):
12930           Make error actually say something useful (fixes #156798).
12931         * gst-libs/gst/riff/riff-media.c:
12932         (gst_riff_create_video_caps_with_data),
12933         (gst_riff_create_video_template_caps):
12934           Add Intel Video 5.0 fourcc (IV50).
12935
12936 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
12937
12938         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
12939         detection on mono and stereo mp3 files.
12940
12941 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12942
12943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12944           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
12945           the contained stream).
12946
12947 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12948
12949         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
12950           Oops, remove debug.
12951
12952 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12953
12954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12955
12956         * gst/law/alaw-decode.c: (alawdec_getcaps):
12957         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
12958           Prevent warnings when negotiating caps (fixes #159338).
12959
12960 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12961
12962         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12963         (gst_ffmpegcsp_chain):
12964           Remove old leftover that shouldn't be there...
12965
12966 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12967
12968         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12969
12970         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12971           Don't forward DISCONT events (fixes #159684).
12972
12973 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12974
12975         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
12976           Unlink manually since sometimes bin disposal (and therefore
12977           pad unlinking) is delayed, which will cause a new media file
12978           to not be able to start playing instantly.
12979
12980 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12981
12982         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
12983           On mute of an unlinked stream, check for pad availability so
12984           we don't crash on unlinked pad.
12985
12986 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12987
12988         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12989         (gst_avi_demux_massage_index):
12990           Fix quite humiliating bug in omitting 0-sized index chunks but
12991           forgetting to count them for timestamps.
12992
12993 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12994
12995         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12996           Actually leave the loop if we failed to sync. Don't crash.
12997
12998 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12999
13000         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13001         (gst_dvd_demux_process_private):
13002         * gst/mpegstream/gstdvddemux.h:
13003           Fix crash (#159759). Doesn't work, though. :-(.
13004
13005 2004-11-28  Benjamin Otte  <otte@gnome.org>
13006
13007         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13008           more overwriting protection due to modifying channels one by one
13009           instead of all at once
13010
13011 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13012
13013         * gst/audioconvert/gstchannelmix.c:
13014         (gst_audio_convert_fill_normalize):
13015           Normalize using absolute values.
13016
13017 2004-11-28  Julien MOUTTE  <julien@moutte.net>
13018
13019         * configure.ac:
13020         * ext/Makefile.am:
13021         * ext/directfb/Makefile.am:
13022         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13023         (gst_directfbvideosink_get_pixel_format),
13024         (gst_directfbvideosink_get_format_from_fourcc),
13025         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13026         (gst_directfbvideosink_sink_link),
13027         (gst_directfbvideosink_change_state),
13028         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13029         (gst_directfbvideosink_buffer_alloc),
13030         (gst_directfbvideosink_interface_supported),
13031         (gst_directfbvideosink_interface_init),
13032         (gst_directfbvideosink_navigation_send_event),
13033         (gst_directfbvideosink_navigation_init),
13034         (gst_directfbvideosink_set_property),
13035         (gst_directfbvideosink_get_property),
13036         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13037         (gst_directfbvideosink_base_init),
13038         (gst_directfbvideosink_class_init),
13039         (gst_directfbvideosink_get_type), (plugin_init):
13040         * ext/directfb/directfbvideosink.h: Adding a first version of
13041         directfbvideosink.
13042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13043         more.
13044
13045 2004-11-28  Benjamin Otte  <otte@gnome.org>
13046
13047         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13048           walk the samples backwards if out_channels > in_channels so we don't
13049           overwrite data
13050
13051 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13052
13053         * gst/audioconvert/Makefile.am:
13054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13055         (gst_audio_convert_link), (gst_audio_convert_change_state),
13056         (gst_audio_convert_channels):
13057         * gst/audioconvert/gstchannelmix.c:
13058         (gst_audio_convert_unset_matrix),
13059         (gst_audio_convert_fill_identical),
13060         (gst_audio_convert_fill_compatible),
13061         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13062         (gst_audio_convert_fill_others),
13063         (gst_audio_convert_fill_normalize),
13064         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13065         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13066         * gst/audioconvert/gstchannelmix.h:
13067           Implement a channel mixer.
13068
13069 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
13070
13071         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13072         * ext/alsa/gstalsa.h:
13073         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13074         Make alsasink actually honor gst_element_set_clock and use that
13075         clock instead of its internal one.
13076
13077 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13078
13079         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13080         (gst_play_base_bin_change_state): nullify source and decoder when
13081         going from READY to NULL so that we don't try to do weird stuff with
13082         them when going from NULL to READY
13083         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13084         instead of g_object_unref
13085         (gen_video_element), (gen_audio_element): more refcounting fixes, now
13086         it should be correct
13087         (gst_play_bin_change_state): don't call remove_sinks if we are
13088         currently disposing the object
13089
13090 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13091
13092         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13093           Don't forget bass if it's there. Else left channel is silent...
13094
13095 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13096
13097         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13098         (gst_a52dec_change_state):
13099           Don't do sample adjusting anymore, we use float audio now.
13100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13101           Don't fixate to non-existing properties.
13102
13103 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13104
13105         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13106         (gst_a52dec_change_state):
13107           Advertise that we can do surround sound.
13108
13109 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13110
13111         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13112           Add buffer-frames=0.
13113         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13114         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13115         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13116         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13117         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13118         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13119         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13120         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13121         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13122         * ext/dvdread/dvdreadsrc.h:
13123           Add seeking, querying for bytes, sectors, title, angle and
13124           chapter. Handle multiple chapters. Relicense to LGPL because
13125           Billy agreed on that (thanks Billy!).
13126
13127 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13128
13129         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13130         call parent dispose method
13131
13132 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
13133
13134         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13135         (gst_audio_clock_get_internal_time):
13136         Fix active <-> inactive transitions: ensure time value always
13137         grows and avoid abrupt value changes.
13138
13139 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
13140
13141         * configure.ac:
13142         * gst/tta/Makefile.am:
13143         * gst/tta/crc32.h:
13144         * gst/tta/filters.h:
13145         * gst/tta/gsttta.c:
13146         * gst/tta/gstttadec.c:
13147         * gst/tta/gstttadec.h:
13148         * gst/tta/gstttaparse.c:
13149         * gst/tta/gstttaparse.h:
13150         * gst/tta/ttadec.h:
13151           added TTA parser and decoder
13152
13153 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13154
13155         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13156         (probe_triggered), (check_queue), (buffer_underrun),
13157         (buffer_running), (buffer_overrun), (gen_source_element),
13158         (setup_source):
13159         * gst/playback/gstplaybasebin.h:
13160           Implement buffering. Needs some more work.
13161
13162 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13163
13164         * ext/theora/theoradec.c: (theora_dec_chain):
13165           Fix ilog mask range overflow.
13166
13167 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13168
13169         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13170           Don't omit the last (which in case of dmix is the only :) )
13171           channel count. Don't set channels if <= 2.
13172
13173 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
13174
13175         * gst/playback/gstplaybin.c: (gen_video_element),
13176         (gen_audio_element): Removed 2 obsolete comments
13177
13178 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13179
13180         * ext/vorbis/oggvorbisenc.c
13181         * ext/vorbis/vorbisenc.c :
13182           change description fields of those plugins to differentiate them
13183           (pitivi show Encoders by description, they had the same one)
13184
13185 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
13186
13187         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13188
13189         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13190         (gst_play_bin_set_property), (gen_video_element),
13191         (gen_audio_element):
13192           Refcounting fixes for provided audio-/videosinks.
13193
13194 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13195
13196         * gst/playback/gstplaybin.c: (gen_video_element),
13197         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13198           Don't reference all sinks, but only the video- and audiosinks.
13199           The vis. element should be disposed when we're done with it.
13200           We don't have any reason to keep it around. This fixes warnings
13201           when reusing playbin for playing multiple audio files with
13202           vis. enabled. Also release audio device on pause - idea stolen
13203           from Rhythmbox.
13204
13205 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13206
13207         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13208         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13209         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13210         * ext/alsa/gstalsaplugin.c: (plugin_init):
13211         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13212         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13213         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13214         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13215         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13216         (gst_faad_change_state), (plugin_init):
13217         * ext/faad/gstfaad.h:
13218         * ext/vorbis/vorbis.c: (plugin_init):
13219         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13220         * gst-libs/gst/audio/Makefile.am:
13221         * gst-libs/gst/audio/audio.c: (plugin_init):
13222         * gst-libs/gst/audio/multichannel.c:
13223         (gst_audio_check_channel_positions),
13224         (gst_audio_get_channel_positions),
13225         (gst_audio_set_channel_positions),
13226         (gst_audio_set_structure_channel_positions_list),
13227         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13228         (gst_audio_fixate_channel_positions):
13229         * gst-libs/gst/audio/multichannel.h:
13230         * gst-libs/gst/audio/testchannels.c: (main):
13231         * gst/audioconvert/gstaudioconvert.c:
13232         (gst_audio_convert_class_init), (gst_audio_convert_init),
13233         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13234         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13235         (gst_audio_convert_fixate), (gst_audio_convert_channels):
13236         * gst/audioconvert/plugin.c: (plugin_init):
13237           Surround sound support.
13238
13239 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13240
13241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13242           Fix position for discont if we're close as well. Nitpicking, but
13243           saves a few milliseconds of extra waiting or skipping.
13244
13245 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13246
13247         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13248           We sometimes need parsers for playback, so add those too.
13249
13250 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13251
13252         * configure.ac:
13253         * gst/apetag/Makefile.am:
13254         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13255         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13256         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13257         (gst_ape_demux_get_src_query_types),
13258         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13259         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13260         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13261         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13262         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13263         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13264         (gst_ape_demux_change_state):
13265         * gst/apetag/apedemux.h:
13266         * gst/apetag/apetag.c: (plugin_init):
13267         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13268         (plugin_init):
13269           APE v1/2 tag reader plus typefind function.
13270
13271 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13272
13273         * configure.ac:
13274         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13275         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13276           Remove hacks for older core. Require newer core version
13277           accordingly.
13278
13279 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13280
13281         * gst/cdxaparse/Makefile.am:
13282         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13283         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13284         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13285         * gst/cdxaparse/gstcdxaparse.h:
13286         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13287         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13288         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13289         (gst_cdxastrip_get_src_query_types),
13290         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13291         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13292         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13293         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13294         * gst/cdxaparse/gstcdxastrip.h:
13295           SVCD/VCD header stripping separated from CDXA image parsing.
13296         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13297         (plugin_init):
13298           Add VCD/SVCD header typefinding for VCD/SVCD.
13299         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13300         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13301         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13302         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13303         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13304         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13305         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13306         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
13307         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
13308         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
13309         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
13310         * sys/vcd/vcdsrc.h:
13311           Fix up, add seeking, querying, URI interface. Works in totem now.
13312
13313 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13314
13315         * configure.ac:
13316           back to CVS
13317
13318 === release 0.8.6 ===
13319
13320 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13321
13322         * NEWS:
13323         * RELEASE:
13324         * configure.ac:
13325         * po/af.po:
13326         * po/az.po:
13327         * po/cs.po:
13328         * po/en_GB.po:
13329         * po/hu.po:
13330         * po/it.po:
13331         * po/nb.po:
13332         * po/nl.po:
13333         * po/or.po:
13334         * po/sq.po:
13335         * po/sr.po:
13336         * po/sv.po:
13337         * po/uk.po:
13338           releasing 0.8.6, "IOU Love"
13339
13340 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13341
13342         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13343
13344         * gst/playback/gstplaybasebin.c:
13345           Fix unplayable files error handling.  Fixes #158365
13346
13347 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13348
13349         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13350
13351         * gst/typefind/gsttypefindfunctions.c:
13352           Fix broken mp3 typefinding.  Fixes #158375
13353
13354 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13355
13356         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13357
13358         * ext/ogg/gstoggdemux.c:
13359           Fix sync on broken files.  Fixes #158976
13360
13361 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13362
13363         patch by: Edward Hervey <bilboed@bilboed.com>
13364
13365         * ext/libpng/gstpngenc.c:
13366           Copy over buffer properties.  Fixes #158832
13367
13368 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13369
13370         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
13371
13372         * ext/dvdread/dvdreadsrc.c:
13373           Fixes invalid reads (#158462)
13374
13375 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13376
13377         * sys/v4l/gstv4lsrc.c:
13378         * sys/v4l/gstv4lsrc.h:
13379         * sys/v4l/v4lsrc_calls.c:
13380           Probe less and cache it.  Fixes #159187.
13381
13382 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13383
13384         * gst/videorate/gstvideorate.c:
13385           Handle all video formats. Fixes #159186.
13386
13387 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
13388         * gst/synaesthesia/gstsynaesthesia.c:
13389         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
13390         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
13391         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
13392         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
13393         (gst_synaesthesia_change_state), (plugin_init):
13394         Fix up synaesthesia to work under different samplerates/ buffer sizes.
13395         Force 320x200 output, as that's the only thing the underlying
13396         synaesthesia implementation supports. Still needs to be made
13397         re-entrant.
13398
13399 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13400
13401         * configure.ac:
13402           Fix mpeg2enc configure check (similar to mplex check below).
13403
13404 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
13405
13406         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13407
13408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13409           Fix for gcc-2.95 (fixes #158221).
13410
13411 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13412
13413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13414           Re-add clock distribution hack (until new core is released).
13415           Fixes #158125.
13416
13417 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
13418         * configure.ac:
13419           fix mplex configure check segfaulting on some systems (bug #140994)
13420
13421 2004-11-13  Benjamin Otte  <otte@gnome.org>
13422
13423         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
13424           add debugging
13425         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13426           do a wait when we enter the loop func with no data available to
13427           write instead of getting into an 100% CPU loop by just returning and
13428           being called again by the scheduler
13429
13430 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
13431
13432         * configure.ac:
13433         * ext/libvisual/visual.c: (gst_visual_get_type),
13434         (libvisual_log_handler), (gst_visual_getcaps),
13435         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
13436         (plugin_init):
13437           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
13438         * ext/smoothwave/Makefile.am:
13439         * ext/smoothwave/demo-osssrc.c: (main):
13440         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
13441         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
13442         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
13443         (plugin_init):
13444         * ext/smoothwave/gstsmoothwave.h:
13445           Make gstsmoothwave a working element in the 20th century.
13446
13447         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
13448           Fix incorrect link function
13449
13450 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13451
13452         * gst/volume/gstvolume.c:
13453           Allow buffer-frames=0.
13454
13455 2004-11-12 Iain <iaingnome@gmail.com>
13456
13457         * configure.ac: Check for polypaudio
13458
13459         * ext/Makefile.am: Build the polyp dir
13460
13461         * ext/polyp: The polypsink sources.
13462
13463 2004-10-30 Iain <iaingnome@gmail.com>
13464
13465         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
13466         caps to reflect the new number of channels.
13467
13468 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13469
13470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13471           Fix for negotiation order problem. This would show when the
13472           ALSA loopfuction was called before any other function. ALSA
13473           wouldn't do anything because we're not negotiated yet, leading
13474           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
13475
13476 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13477
13478         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13479
13480         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13481           No warnings (#157986).
13482
13483 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13484
13485         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13486           Prefer apev1/2 and id3v1 (at end of file) over musepack.
13487
13488 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13489
13490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
13491           Signal no-more-pads (so it works in playbin).
13492
13493 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13494
13495         * ext/musepack/gstmusepackreader.cpp:
13496           Workaround for older core.
13497
13498 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13499
13500         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
13501           Actually test for odd width/height rather than testing whether
13502           a temporary variable that was 0 before we subtracted 1 is now
13503           not equal to zero (which it always is).
13504
13505 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13506
13507         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13508         Fix compilation if HAVE_XVIDEO is not defined
13509
13510 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13511
13512         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13513         Fix compilation if HAVE_XVIDEO is not defined
13514
13515 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
13516
13517         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13518         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
13519         (gst_goom_change_state), (plugin_init):
13520         Use the bytestream adapter so goom doesn't depend on the input
13521         buffer size.
13522         Add a debug category
13523
13524 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13525
13526         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13527           Only set hardware parameters *after* negotiation. Before
13528           negotiation, it will set ANY and that seems to cause crashes
13529           (see e.g. #151288, #153227).
13530
13531 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13532
13533         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13534           This seems to be antique leftover. It needs to pass error
13535           checking.
13536         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
13537         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
13538         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
13539         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
13540           Fix GstXOverlay implementation (#151059).
13541
13542 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13543
13544         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13545           Don't assert (#157853).
13546
13547 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13548
13549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13550           Fix bytes/samples confustion.
13551         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
13552           Fix for underrun (#144389).
13553
13554 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13555
13556         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13557           Disable halfway-seek for pending release (since it needs a new
13558           core release).
13559
13560 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13561
13562         * sys/v4l/gstv4lsrc.c:
13563         * sys/v4l/gstv4lsrc.h:
13564         * sys/v4l/v4lsrc_calls.c:
13565           add autoprobe-fps property so we can separate autoprobing parts
13566
13567 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13568
13569         * sys/v4l/gstv4lsrc.c:
13570         * sys/v4l/v4lsrc_calls.c:
13571         initialise fourcc to catch unset fourcc's, and debug
13572
13573 2004-11-09  Wim Taymans  <wim@fluendo.com>
13574
13575         * gst/playback/README:
13576         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
13577         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13578         (gst_play_bin_dispose), (gst_play_bin_set_property),
13579         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
13580         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13581         (gst_play_bin_get_formats), (gst_play_bin_convert),
13582         (gst_play_bin_get_query_types), (gst_play_bin_query):
13583         Cleanups and some more documentation.
13584
13585 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
13586
13587         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
13588         (gst_cacasink_init), (gst_cacasink_chain):
13589         * ext/libcaca/gstcacasink.h:
13590         Cacasink inherits from VideoSink, so let that store the clock.
13591
13592 2004-11-09  Wim Taymans  <wim@fluendo.com>
13593
13594         * gst/playback/README:
13595         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
13596         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
13597         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
13598         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
13599         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
13600         (setup_sinks):
13601         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
13602         (gst_stream_info_is_mute), (gst_stream_info_set_property):
13603         * gst/playback/gststreaminfo.h:
13604         Updated README.
13605         Only switch groups if all streams have muted (EOSed).
13606         Send Tags in sync with the stream playback instead of in
13607         the playback/preroll phase.
13608         Some cleanups, free the fakesrc elements.
13609
13610 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13611
13612         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
13613           buffer-frames property was missing
13614         * ext/arts/gst_arts.c:
13615           rate missing from sinkcaps
13616         * ext/audiofile/gstafparse.c:
13617         * ext/audiofile/gstafsink.c:
13618         * ext/audiofile/gstafsrc.c:
13619         * ext/swfdec/gstswfdec.c:
13620           int audio doesn't know buffer-frames
13621         * ext/cdparanoia/gstcdparanoia.c:
13622           int audio doesn't know chunksize either
13623         * ext/nas/nassink.c:
13624           it's endianness, not endianess
13625         * gst-libs/gst/audio/audio.h:
13626           make float standard pad template caps really describe float
13627         * gst/law/mulaw.c: (linear_factory):
13628           signed only, please
13629         * gst/mpegstream/gstdvddemux.c:
13630           widths of 20 are not valid
13631
13632 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13633
13634         Submitted by: Luca Ferretti <elle.uca@infinito.it>
13635
13636         * po/LINGUAS:
13637         * po/it.po:
13638           Add Italian
13639
13640 2004-11-08  Wim Taymans  <wim@fluendo.com>
13641
13642         * gst/playback/README:
13643         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
13644         * gst/playback/gstplaybasebin.c: (probe_triggered),
13645         (gst_play_base_bin_change_state):
13646         Updated README, added more comments for fixmes etc..
13647
13648 2004-11-08  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13651         We can remove this hack now.
13652
13653 2004-11-08  Wim Taymans  <wim@fluendo.com>
13654
13655         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
13656         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13657         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13658         Only mix AYUV for maximum quality.
13659
13660 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13661
13662         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
13663         (gst_ogg_demux_push), (gst_ogg_pad_push):
13664           Let's act as if we're synchronized now! :).
13665         * ext/theora/theoradec.c: (theora_dec_chain):
13666           Add some debug.
13667
13668 2004-11-08  Wim Taymans  <wim@fluendo.com>
13669
13670         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13671         (gst_alpha_set_property), (gst_alpha_sink_link),
13672         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
13673         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
13674         (gst_alpha_init_params), (gst_alpha_chain):
13675         Implement alpha functions for AYUV too, this increases
13676         accuracy quite a bit.
13677
13678 2004-11-08  Wim Taymans  <wim@fluendo.com>
13679
13680         * gst/ffmpegcolorspace/avcodec.h:
13681         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13682         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
13683         (gst_ffmpegcsp_avpicture_fill):
13684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13685         (gst_ffmpegcsp_caps_remove_format_info):
13686         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13687         (shrink12), (img_get_alpha_info), (deinterlace_line),
13688         (deinterlace_line_inplace):
13689         * gst/ffmpegcolorspace/imgconvert_template.h:
13690         Added AYUV colorspace and handle RGBA a bit more respectful.
13691
13692 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13693
13694         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13695           Actually always send a discont (cornercase when resending the
13696           same serial-tagged chain twice).
13697
13698 2004-11-08  Julien MOUTTE  <julien@moutte.net>
13699
13700         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
13701         (gst_ximagesink_finalize):
13702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
13703         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
13704
13705 2004-11-08  Wim Taymans  <wim@fluendo.com>
13706
13707         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
13708         Don't segfault on NULL data.
13709
13710 2004-11-08  Wim Taymans  <wim@fluendo.com>
13711
13712         * gst/playback/gstdecodebin.c: (unlinked):
13713         * gst/playback/gstplay-marshal.list:
13714         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13715         (gst_play_base_bin_init), (group_create), (get_active_group),
13716         (get_building_group), (group_destroy), (group_commit),
13717         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
13718         (add_element_stream), (no_more_pads), (probe_triggered),
13719         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
13720         (state_change), (setup_source), (gst_play_base_bin_get_property),
13721         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13722         (gst_play_base_bin_link_stream),
13723         (gst_play_base_bin_get_streaminfo):
13724         * gst/playback/gstplaybasebin.h:
13725         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13726         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
13727         Add support for chained ogg files. Prepare for playlist
13728         support. This patch introduces the concept of pad groups, which
13729         together compose one playable media file.
13730
13731 2004-11-07  David Schleef  <ds@schleef.org>
13732
13733         * testsuite/gst-lint: Check for pad templates that aren't statically
13734         scoped.
13735
13736 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13737
13738         * configure.ac:
13739         * ext/Makefile.am:
13740         * ext/musepack/Makefile.am:
13741         * ext/musepack/gstmusepackdec.cpp:
13742         * ext/musepack/gstmusepackdec.h:
13743         * ext/musepack/gstmusepackreader.cpp:
13744         * ext/musepack/gstmusepackreader.h:
13745           Add musepack decoder.
13746         * ext/faad/gstfaad.c: (gst_faad_base_init):
13747           Make pad templates static.
13748         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13749         (plugin_init):
13750           Add musepack typefinder, make mp3 typefinding work halfway stream,
13751           which doesn't actually work yet because id3demux doesn't implement
13752           _get_length().
13753
13754 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13755
13756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13757         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
13758           Fix interrupt event handling (#144436).
13759
13760 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13761
13762         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
13763           Hide unused glory.
13764
13765 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13766
13767         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13768
13769         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13770           Fix weird caps (#157548).
13771
13772 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13773
13774         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13775
13776         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
13777           Add missing NULL terminator (#157543).
13778
13779 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13780
13781         * gst/tcp/gsttcp.h:
13782         * gst/tcp/gsttcpclientsink.c:
13783         * gst/tcp/gsttcpclientsrc.c:
13784         * gst/tcp/gsttcpserversink.c:
13785         * gst/tcp/gsttcpserversrc.c:
13786           ports can go up to 65535.  Move common defines to gsttcp.h
13787
13788 2004-11-05  Wim Taymans  <wim@fluendo.com>
13789
13790         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
13791         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
13792         Added two more colorspaces.
13793
13794 2004-11-05  Wim Taymans  <wim@fluendo.com>
13795
13796         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13797         (gst_ffmpegcsp_avpicture_fill):
13798         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13799         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
13800         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
13801         More stride fixes.
13802
13803 2004-11-05  Wim Taymans  <wim@fluendo.com>
13804
13805         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
13806         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
13807         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13808         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
13809         (gst_videomixer_loop):
13810         More stride fixes.
13811
13812 2004-11-05  Benjamin Otte  <otte@gnome.org>
13813
13814         * ext/mad/gstmad.c: (gst_mad_chain):
13815           don't overflow data buffer. Flush not needed sync data when syncing
13816           failed.
13817
13818 2004-11-04  Wim Taymans  <wim@fluendo.com>
13819
13820         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13821         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
13822         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
13823         (gst_alpha_init_params), (gst_alpha_chain),
13824         (gst_alpha_change_state):
13825         Updated the chroma keying algorithm with something more
13826         sophisticated.
13827
13828 2004-11-03  Wim Taymans  <wim@fluendo.com>
13829
13830         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13831         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13832         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13833         Fix stride issues. Does not completely work for odd
13834         heights.
13835
13836 2004-11-03  Wim Taymans  <wim@fluendo.com>
13837
13838         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13839         (gst_alpha_chroma_key), (gst_alpha_chain):
13840         Fix stride issues. Does not completely work for odd
13841         heights.
13842
13843 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
13844
13845         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
13846         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
13847         leak fixes
13848
13849 2004-11-03  Wim Taymans  <wim@fluendo.com>
13850
13851         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13852         (gst_ffmpegcsp_avpicture_fill):
13853         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13854         (avpicture_alloc):
13855         * gst/ffmpegcolorspace/imgconvert_template.h:
13856         Use correct _fill function to get correct strides.
13857
13858 2004-11-02  David Schleef  <ds@schleef.org>
13859
13860         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13861         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
13862         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
13863         Change all g_print()s to debugging.  Add a bunch of consistency
13864         checks.
13865
13866 2004-11-02  Wim Taymans  <wim@fluendo.com>
13867
13868         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13869         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
13870         (unlinked), (no_more_pads), (close_link):
13871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13872         (unknown_type), (add_element_stream), (new_decoded_pad),
13873         (removed_decoded_pad), (setup_source):
13874         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
13875         (gst_stream_info_class_init), (gst_stream_info_init),
13876         (gst_stream_info_new), (gst_stream_info_dispose),
13877         (stream_info_mute_pad), (gst_stream_info_set_property),
13878         (gst_stream_info_get_property):
13879         * gst/playback/gststreaminfo.h:
13880         Fix playback of multiple files.
13881         a slightly different approach to handling dynamic pad removals.
13882         This one only looks at pads that we have linked.
13883
13884 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
13885
13886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
13887         free" warning from libc.
13888
13889 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13890
13891         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13892         (get_unconnected_element), (remove_starting_from), (pad_removed),
13893         (close_link):
13894           Implement support for dynamic pad changing. We listen to "live"
13895           pad removals (i.e. while playing) and re-setup autoplugging
13896           after that. Playbasebin/playbin need some more work for this
13897           to finally work, but decodebin supports (and replugs) chained
13898           ogg now.
13899
13900 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
13901
13902         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
13903         (gst_alsa_finalize):
13904         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
13905         (gst_cdaudio_finalize):
13906         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13907         (cdparanoia_finalize):
13908         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
13909         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
13910         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13911         (dvdreadsrc_finalize):
13912         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13913         (gst_flacdec_finalize):
13914         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
13915         (gst_flacenc_finalize):
13916         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
13917         (gst_gnomevfssink_finalize):
13918         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
13919         (gst_gnomevfssrc_finalize):
13920         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
13921         (gst_fameenc_finalize):
13922         * ext/nas/nassink.c: (gst_nassink_class_init),
13923         (gst_nassink_finalize):
13924         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
13925         (gst_sdlvideosink_class_init):
13926         * ext/sndfile/gstsf.c: (gst_sf_dispose):
13927         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
13928         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
13929         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
13930         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13931         (gst_x_window_listener_dispose):
13932         * gst/audioscale/gstaudioscale.c:
13933         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
13934         (play_on_demand_finalize):
13935         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
13936         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
13937         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
13938         (cdplayer_finalize):
13939         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
13940         (gst_glimagesink_class_init):
13941         * sys/oss/gstosselement.c: (gst_osselement_class_init),
13942         (gst_osselement_finalize):
13943         * sys/oss/gstosssink.c: (gst_osssink_dispose):
13944         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
13945         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
13946           Fixes a bunch of problems with finalize and dispose functions,
13947           either assumptions that dispose is only called once, or not calling
13948           the parent class dispose/finalize function
13949
13950 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
13951
13952         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
13953           added two api precondition guards
13954           use g_strdup with getenv to fix crash when using ENVVAR
13955
13956 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
13957         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13958         (gst_esdsink_finalize):
13959         Use a finalize function, not dispose, and more importantly,
13960         call the parent class finalize function too
13961
13962 2004-11-01  Johan Dahlin  <johan@gnome.org>
13963
13964         * ext/ogg/gstoggdemux.c:
13965         * gst/tags/gstvorbistag.c:
13966         Plug leaks.
13967
13968 2004-10-31  Benjamin Otte  <otte@gnome.org>
13969
13970         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13971           lotsa memleaks today. But they're all small...
13972
13973 2004-10-31  Benjamin Otte  <otte@gnome.org>
13974
13975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13976           another memleak crushed
13977
13978 2004-10-31  Benjamin Otte  <otte@gnome.org>
13979
13980         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13981           fix memleak
13982
13983 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13984
13985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13986           Hack to prevent crash when going to READY inside signal handler
13987           while this function is active.
13988
13989 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13990
13991         * gst/ffmpegcolorspace/Makefile.am:
13992         * gst/ffmpegcolorspace/avcodec.h:
13993         * gst/ffmpegcolorspace/common.h:
13994         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13995         * gst/ffmpegcolorspace/dsputil.h:
13996         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13997         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13998         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13999         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14000         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14001         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14002         (gst_ffmpegcsp_avpicture_fill):
14003         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14005         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14006         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14007         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14008         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14009         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14010         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14011         * gst/ffmpegcolorspace/imgconvert.c:
14012         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14013         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14014         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14015         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14016         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14017         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14018         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14019         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14020         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14021         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14022         (grow21), (grow22), (grow41), (grow44), (conv411),
14023         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14024         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14025         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14026         (avpicture_free), (is_yuv_planar), (img_convert),
14027         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14028         (deinterlace_line_inplace), (deinterlace_bottom_field),
14029         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14030         * gst/ffmpegcolorspace/imgconvert_template.h:
14031         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14032         * gst/ffmpegcolorspace/mmx.h:
14033         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14034         (av_fast_realloc), (av_mallocz_static), (av_free_static),
14035         (av_freep), (avcodec_get_context_defaults),
14036         (avcodec_alloc_context), (avcodec_init):
14037           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14038           handling plus update from ffmpeg CVS. Large clean-up.
14039
14040 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14041
14042         * gst/playback/Makefile.am:
14043           We need the marshallers for decodebin, too.
14044
14045 2004-10-30  David Schleef  <ds@schleef.org>
14046
14047         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14048           quicktime typefinding work with 64-bit offsets.
14049
14050 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
14051
14052         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14053           Set EOS on the element when processing an EOS event.
14054         * ext/speex/gstspeexdec.h:
14055         * ext/speex/gstspeexenc.h:
14056           Only keep a const ptr to the mode
14057         * gst-libs/gst/riff/riff-media.c:
14058         (gst_riff_create_audio_caps_with_data),
14059         (gst_riff_create_audio_template_caps):
14060           Allow WMAV3, with up to 6 channels.
14061         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14062           Don't call gst_pad_set_event_function on a sink pad.
14063         * gst/mpegstream/gstdvddemux.c:
14064         (gst_dvd_demux_get_subpicture_stream),
14065         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14066           Copy the explicit caps that were set across to the cur_* pads,
14067           instead of trying to use a possibly non-existent negotiated caps.
14068           Reset the type of subpicture pads to UNKNOWN after calling
14069           init_stream, so that the caps get set.
14070
14071 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
14072
14073         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14074
14075         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14076           Don't touch buffer if it is of size 0 (fixes #151064).
14077
14078 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14079
14080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14081           Synchronized discont handling.
14082
14083 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14084
14085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14086         (gst_ogg_demux_push):
14087           Make seeking sort-of exact again (fixes #156387).
14088
14089 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14090
14091         * gst/playback/gstplaybasebin.c: (unknown_type),
14092         (add_element_stream), (new_decoded_pad),
14093         (gst_play_base_bin_change_state):
14094         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14095         (gst_stream_info_init), (gst_stream_info_new),
14096         (gst_stream_info_dispose), (gst_stream_info_get_property):
14097         * gst/playback/gststreaminfo.h:
14098           Make caps explicitely available. Makes testing for unsupported
14099           types possible. Improves error reporting.
14100
14101 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14102
14103         * gst/audioconvert/gstaudioconvert.c:
14104         (gst_audio_convert_buffer_to_default_format):
14105           Really don't touch read-only buffers (#156563).
14106
14107 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
14108
14109         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14110
14111         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14112           Fix memleak (#155223).
14113
14114 2004-10-29  Wim Taymans  <wim@fluendo.com>
14115
14116         * gst/tcp/.cvsignore:
14117         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14118         (gst_multifdsink_class_init), (gst_multifdsink_init),
14119         (gst_multifdsink_add), (gst_multifdsink_remove),
14120         (gst_multifdsink_remove_client_link), (is_sync_frame),
14121         (gst_multifdsink_new_client),
14122         (gst_multifdsink_handle_client_write),
14123         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14124         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14125         (gst_multifdsink_get_property):
14126         * gst/tcp/gstmultifdsink.h:
14127         Added burst on connect sync_method, deprecated sync_clients,
14128         streamlined the sync code some more.
14129
14130 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14131
14132         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14133         (gst_play_base_bin_change_state):
14134           Improve error reporting.
14135
14136 2004-10-28  Wim Taymans  <wim@fluendo.com>
14137
14138         * gst/tcp/Makefile.am:
14139         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14140         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14141         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14142         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14143         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14144         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14145         (gst_fdset_wait):
14146         Added more locks around fdset structures. Fixed/reworked
14147         the poll array resizing code.
14148         Added stress test for fdset.
14149
14150 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14151
14152         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14153         fix build
14154
14155 2004-10-28  Benjamin Otte  <otte@gnome.org>
14156
14157         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14158           fix link function to always query channels and query width for
14159           floats
14160         * configure.ac:
14161           add equalizer dir
14162         * gst/equalizer/Makefile.am:
14163         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14164         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14165         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14166         (arg_to_scale), (setup_filter),
14167         (gst_iir_equalizer_compute_frequencies),
14168         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14169         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14170         (plugin_init):
14171           add an equalizer
14172
14173 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14174
14175         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14176
14177         * po/LINGUAS:
14178         * po/nb.po:
14179           Added Norwegian Bokmaal translation
14180
14181 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14182
14183         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14184           Don't break on options (fixes #156488).
14185
14186 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14187
14188         * configure.ac:
14189         * ext/cdaudio/Makefile.am:
14190         * sys/Makefile.am:
14191           fix build on older automake
14192
14193 2004-10-26  Wim Taymans  <wim@fluendo.com>
14194
14195         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14196         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14197         Allow a little margin when negotiating the framerate.
14198
14199 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
14200
14201         * gst/level/gstlevel.c:
14202           synchonised naming of pads and pad-templates
14203
14204 2004-10-26  Wim Taymans  <wim@fluendo.com>
14205
14206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14207         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14208         (_find_streams_check), (gst_ogg_demux_push):
14209         Fix EOS again. Needs to be done in a better way. We should not
14210         remove the pad if there is no new chained stream.
14211
14212 2004-10-26 Iain <iaingnome@gmail.com>
14213
14214         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14215         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14216         of the caps.
14217         * gst/interleave/interleave.c (interleave_class_init): Hook up release
14218         pad.
14219         (interleave_release_pad): Remove the pad.
14220         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14221         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14222         the set device.
14223         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14224         attrs
14225         (gst_xvimagesink_xcontext_clear): Free the xcontext.
14226         (gst_xvimagesink_finalize): Free the par.
14227
14228 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14229
14230         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14231         (gst_avimux_stop_file):
14232           First calculate the rate, and only then use it. Hdr.rate is a
14233           multiple and not a derivative of hdr.scale. Scale is not the
14234           same as blockalign but is solely related to rate.
14235
14236 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14237
14238         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14239         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14240           Implement seeking.
14241
14242 2004-10-25  James Henstridge  <james@jamesh.id.au>
14243
14244         Reviewed by:  David Schleef  <ds@schleef.org>
14245
14246         * examples/gstplay/player.c: (got_stream_length), (main):
14247         * examples/seeking/cdplayer.c: (update_scale):
14248         * examples/seeking/seek.c: (format_value), (update_scale):
14249         * examples/seeking/spider_seek.c: (format_value), (update_scale),
14250         (stop_seek):
14251         Build fixes on AMD64.
14252
14253 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14254
14255         reviewed by: Ronald Bultje <rbultje at gnome dot org>
14256
14257         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14258         Fix for some v4l cards which hang in v4lsrc
14259
14260 2004-10-25  Wim Taymans  <wim@fluendo.com>
14261
14262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14263         (gst_ogg_demux_push), (gst_ogg_chains_clear):
14264         Make sure to remove the pad when a new chain is
14265         encountered. Set some vars to NULL so we don't try
14266         to reference freed memory.
14267
14268 2004-10-25  Wim Taymans  <wim@fluendo.com>
14269
14270         * examples/seeking/Makefile.am:
14271         * examples/seeking/cdplayer.c: (update_scale):
14272         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14273         * examples/seeking/playbin.c: (make_playerbin_pipeline),
14274         (format_value), (update_scale), (iterate), (start_seek),
14275         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14276         (print_usage), (main):
14277         Added some more examples, update others.
14278
14279 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14280
14281         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14282         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14283         * ext/theora/theoradec.c: (theora_dec_chain):
14284         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14285           Add codec-name metadata.
14286
14287 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
14288
14289         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14290
14291         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14292         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14293         * ext/alsa/gstalsamixertrack.h:
14294         * po/POTFILES.in:
14295           ALSA mixer track label internationalization (#154054).
14296
14297 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14298
14299         * ext/theora/theoradec.c: (theora_dec_chain):
14300           Export bitrate as metadata.
14301
14302 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14303
14304         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14305         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14306         * ext/alsa/gstalsamixertrack.h:
14307           Fix names, fix loop.
14308
14309 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14310
14311         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
14312         (speex_dec_convert):
14313           sinkconvert function so oggdemux can get the file length (totem).
14314
14315 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
14316
14317         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14318
14319         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14320           Don't push incomplete packets.
14321         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
14322           Fix MPEG-4 audio typefinding.
14323
14324 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14325
14326         * sys/v4l/Makefile.am:
14327         * sys/v4l/gstv4l.c: (plugin_init):
14328         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
14329         (gst_v4lelement_init), (gst_v4lelement_dispose),
14330         (gst_v4lelement_change_state):
14331         * sys/v4l/gstv4lelement.h:
14332         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
14333         (gst_v4l_xoverlay_close), (idle_refresh),
14334         (gst_v4l_xoverlay_set_xwindow_id):
14335         * sys/v4l/gstv4lxoverlay.h:
14336         * sys/v4l/v4l-overlay_calls.c:
14337         * sys/v4l/v4l_calls.h:
14338         * sys/v4l2/Makefile.am:
14339         * sys/v4l2/gstv4l2.c: (plugin_init):
14340         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
14341         (gst_v4l2element_init), (gst_v4l2element_dispose),
14342         (gst_v4l2element_change_state):
14343         * sys/v4l2/gstv4l2element.h:
14344         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
14345         (gst_v4l2_xoverlay_close), (idle_refresh),
14346         (gst_v4l2_xoverlay_set_xwindow_id):
14347         * sys/v4l2/gstv4l2xoverlay.h:
14348         * sys/v4l2/v4l2-overlay_calls.c:
14349         * sys/v4l2/v4l2_calls.h:
14350           Remove client-side overlay handling, use the X-server v4l plugin
14351           for that. Nicer overlay, less code. Also make the plugin
14352           compileable without X (but then without overlay, obviously).
14353           Makes xwindowlistener obsolete, should we remove that?
14354
14355 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14356
14357         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
14358         (gst_osssrc_src_query):
14359         * sys/oss/gstosssrc.h:
14360           OK, so people want offset in DEFAULT. This time, actually fix all
14361           cases.
14362         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14363           Add FPS properly.
14364
14365 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14366
14367         * gst/asfdemux/gstasfmux.c:
14368         * gst/avi/gstavimux.c:
14369           Framerate.
14370
14371 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14372
14373         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
14374           Fix properties (channel, norm, frequency).
14375
14376 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14377
14378         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
14379           Flag typo.
14380         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
14381           No warnings.
14382
14383 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14384
14385         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
14386           Fix hang.
14387
14388 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14389
14390         * sys/v4l2/gstv4l2element.h:
14391           Yet Another Hack (tm) for kernel header borkedness.
14392         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
14393         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
14394         (gst_v4l2src_link), (gst_v4l2src_getcaps),
14395         (gst_v4l2src_change_state):
14396         * sys/v4l2/gstv4l2src.h:
14397         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
14398         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
14399           Fix caps, keep track of state, work.
14400
14401 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14402
14403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
14404           Quiet.
14405
14406 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14407
14408         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14409           Don't mix bytes and samples.
14410
14411 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14412
14413         * ext/ogg/gstoggmux.c:
14414           Basic pad template which accepts OGM tracks, speex, flac, vorbis
14415           and theora. Any is incorrect.
14416         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
14417           Fix caps.
14418         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14419         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14420         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
14421         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
14422         * sys/v4l/gstv4lmjpegsrc.h:
14423         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14424         (gst_v4lsrc_change_state):
14425         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
14426         (gst_v4lmjpegsrc_capture_stop):
14427           Fix caps. Keep track of internal state. Work.
14428
14429 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14430
14431         * ext/Makefile.am:
14432           Fix the build fixes.
14433
14434 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14435
14436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14437         (gst_ogg_demux_src_event), (_find_chain_seek),
14438         (gst_ogg_pad_push):
14439           Check for pad availability before using it.
14440         * ext/ogg/gstoggdemux.c: (_find_chain_process):
14441           Fix parsing of chained ogg. Needs more work on the decoder side.
14442
14443 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14444
14445         * gst/spectrum/Makefile.am:
14446         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
14447         (idle_func):
14448           Fix demo and reenable it. Yes, I'm currently playing with audio
14449           analysis tools
14450
14451 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14452
14453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14454           We love it if files that start at zero work too...
14455
14456 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14457
14458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14459           Handle files with missing EOS headers.
14460
14461 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14462
14463         * gst/tcp/gsttcpserversink.c:
14464         (gst_tcpserversink_handle_server_read),
14465         (gst_tcpserversink_init_send):
14466         Zero some variables first (need for accept not to return EINVAL)
14467
14468 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14469
14470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14471         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
14472         * ext/theora/theoradec.c: (theora_dec_sink_convert),
14473         (theora_dec_chain):
14474         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14475         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
14476           Seeking and querying finetune.
14477
14478 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14479
14480         * configure.ac:
14481         * ext/Makefile.am:
14482         * ext/raw1394/Makefile.am:
14483           fix the build
14484
14485 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14486
14487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14488           Wrong return.
14489         * gst/playback/Makefile.am:
14490         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14491         * gst/playback/gstplay-marshal.list:
14492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
14493           Fix marshallers.
14494
14495 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14496
14497         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
14498           Silence.
14499
14500 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14501
14502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14503         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
14504         (gst_ogg_pad_push):
14505           Yay for non-lineair granulepos in theora.
14506
14507 2004-10-18  Wim Taymans  <wim@fluendo.com>
14508
14509         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
14510         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14511         * ext/dv/gstdvdec.h:
14512         Make sure we renegotiate aspect ratio when the camera switches.
14513
14514 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14515
14516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14517         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
14518           Start at zero.
14519         * ext/theora/theoradec.c: (theora_dec_chain):
14520           Skip headers. Bad idea for chained ogg, but fixes seeking.
14521
14522 2004-10-18  Wim Taymans  <wim@fluendo.com>
14523
14524         * configure.ac:
14525         I swear, this is the last time I touch this.
14526
14527 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14528
14529         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14530         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
14531         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
14532           Faster seeking.
14533         * ext/theora/theoradec.c: (theora_dec_sink_convert):
14534           Time-to-default conversion.
14535         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14536           Don't error on unknown packets, just skip. We should probably
14537           read them if we want to support chained ogg.
14538
14539 2004-10-18  Wim Taymans  <wim@fluendo.com>
14540
14541         * configure.ac:
14542         Added cdaudio to wrong list.
14543
14544 2004-10-18  Wim Taymans  <wim@fluendo.com>
14545
14546         * configure.ac:
14547         Revive cdaudio.
14548
14549 2004-10-18  Wim Taymans  <wim@fluendo.com>
14550
14551         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14552         (gst_dvdec_video_link), (gst_dvdec_push):
14553         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14554         (gst_smokeenc_resync), (gst_smokeenc_chain):
14555         Fix mimetype on smoke encoder.
14556         Add aspect ratio to dvdec. Not sure if these
14557         values are correct though....
14558
14559 2004-10-18  Wim Taymans  <wim@fluendo.com>
14560
14561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
14562         Fix vorbis property descriptions and ranges.
14563
14564 2004-10-18  Wim Taymans  <wim@fluendo.com>
14565
14566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14567         Really do nothing when no data is available.
14568         Go to the playing state when the stream is not seekable
14569         instead of failing.
14570
14571 2004-10-18  Wim Taymans  <wim@fluendo.com>
14572
14573         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
14574         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
14575         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
14576         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
14577         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
14578         Added uri handler for cd://
14579         Port to new API.
14580
14581 2004-10-18  Wim Taymans  <wim@fluendo.com>
14582
14583         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14584         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14585         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14586         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14587         (remove_prerolls), (unknown_type), (add_element_stream),
14588         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
14589         (gst_play_base_bin_remove_element),
14590         (gst_play_base_bin_link_stream):
14591         * gst/playback/gstplaybin.c: (gen_video_element),
14592         (gen_vis_element), (remove_sinks), (setup_sinks):
14593         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14594         (gst_stream_info_get_type), (gst_stream_info_class_init),
14595         (gst_stream_info_init), (gst_stream_info_new),
14596         (gst_stream_info_dispose), (stream_info_mute_pad),
14597         (gst_stream_info_set_property), (gst_stream_info_get_property):
14598         * gst/playback/gststreaminfo.h:
14599         Add sink padtemplate to decodebin.
14600         Added some more comments.
14601         Make queue size configurable in playbasebin.
14602         Added possibility to use elements as sinks (ex cdaudio).
14603
14604 2004-10-15  Wim Taymans  <wim@fluendo.com>
14605
14606         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
14607         (gst_speexenc_chain):
14608         Fix speex timestamps so that it gets muxed properly.
14609
14610 2004-10-15  Wim Taymans  <wim@fluendo.com>
14611
14612         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
14613         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
14614         (gst_dv1394src_init), (gst_dv1394src_dispose),
14615         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
14616         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
14617         (gst_dv1394src_event), (gst_dv1394src_get_formats),
14618         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
14619         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
14620         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
14621         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
14622         * ext/raw1394/gstdv1394src.h:
14623         Added conversion/query functions.
14624         Update buffer timestamps,
14625         Added signals.
14626         Added uri dv:// so it might play from the firewire in playbin.
14627         Fix a possible leak.
14628         Added debugging.
14629
14630 2004-10-15  Wim Taymans  <wim@fluendo.com>
14631
14632         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14633         (gst_dv1394src_init), (gst_dv1394src_set_property),
14634         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
14635         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
14636         * ext/raw1394/gstdv1394src.h:
14637         Added AV/C VTR control support needed for some cameras.
14638         Added automatic port detection.
14639         Added properties for selecting the channel.
14640         The configure.ac script is not yet updated to reflect the
14641         new libavc1394 and librom1394 dependencies.
14642
14643 2004-10-15  Wim Taymans  <wim@fluendo.com>
14644
14645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14646         (qtdemux_parse), (gst_qtdemux_handle_esds):
14647         An esds box is not a container.
14648         Fix parsing of mp4v boxes.
14649         Do not try to renegotiate fps for each frame. Need to
14650         find a better method. This should fix mp4 playback.
14651
14652 2004-10-14  David Schleef  <ds@schleef.org>
14653
14654         * configure.ac: update for swfdec-0.3 and liboil-0.2
14655         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
14656         * ext/swfdec/gstswfdec.h: same
14657         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
14658         * gst/videotestsrc/videotestsrc.c: same
14659
14660 2004-10-14  Wim Taymans  <wim@fluendo.com>
14661
14662         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14663         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14664         (is_sync_frame), (gst_multifdsink_new_client),
14665         (gst_multifdsink_handle_client_write),
14666         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14667         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14668         Turn warnings into info.
14669         Don't allow a state change in the streaming thread.
14670
14671 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14672
14673         * ext/vorbis/oggvorbisenc.c:
14674         * ext/vorbis/vorbisdec.c:
14675           fix template sample rate
14676
14677 2004-10-13  Wim Taymans  <wim@fluendo.com>
14678
14679         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
14680         Decoding the header first fixes some problems in resyncing
14681         in more mp3s.
14682
14683 2004-10-12  Wim Taymans  <wim@fluendo.com>
14684
14685         * gst/playback/gstplaybin.c: (gen_video_element),
14686         (gen_vis_element), (remove_sinks), (setup_sinks):
14687         Added vis plugin support, need to configure the vis
14688         element to activate it.
14689
14690 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14691
14692         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
14693         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
14694           Some debug.
14695         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14696         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
14697         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
14698         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
14699         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14700         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
14701         * gst/avi/gstavidemux.h:
14702           Support for openDML-2.0 indx/ix## chunks. Support for broken index
14703           recovery (where, if part of the index is broken, we will still read
14704           the rest of the index and recover the broken part by stream
14705           scanning). More broken media support. EOS workarounds. General AVI
14706           braindamage headache recovery. Aspirin included.
14707
14708 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14709
14710         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
14711         (cdparanoia_event), (cdparanoia_query):
14712           Get rid of hideous lead-in.
14713
14714 2004-10-11  Wim Taymans  <wim@fluendo.com>
14715
14716         * gst/playback/gstplaybasebin.c: (setup_source):
14717         Wrong var used to get g_list_next.
14718
14719 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14720
14721         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14722         (cdparanoia_get), (cdparanoia_open):
14723           Report discid as metadata, add duration.
14724
14725 2004-10-11  Wim Taymans  <wim@fluendo.com>
14726
14727         * gst/playback/gstplaybasebin.c: (setup_source):
14728         Cleanup the previous pipeline a little earlier for the
14729         case that a source element provides raw data.
14730
14731 2004-10-11  Benjamin Otte  <otte@gnome.org>
14732
14733         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14734           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
14735           consuming the last 128 bytes, even though it was valid mp3 data.
14736
14737 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14738
14739         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
14740         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14741         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14742         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
14743
14744 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14745
14746         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
14747         Fix for webcams that support only specific width or height
14748
14749 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14750
14751         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14752
14753         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14754           Fix wrong discont event setup (fixes #154967).
14755
14756 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
14757
14758         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14759
14760         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14761           Error out on invalid data (fixes #154807).
14762
14763 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14764
14765         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14766
14767         * ext/dvdread/dvdreadsrc.c: (_read):
14768           Make titles > 0 work again (fixes #154834).
14769
14770 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14771
14772         * gst-libs/gst/riff/riff-media.c:
14773         (gst_riff_create_video_template_caps):
14774           WMV3 missing in template caps.
14775
14776 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14777
14778         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14779           OK, so the original code was too strict. It makes random AVI files
14780           hang for seconds upon opening, which is unacceptable and is far
14781           beyond the original goal of getting multiple chunks for one-chunk
14782           sounc stream files. So now do just that.
14783
14784 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14785
14786         * gst/playback/gstplaybasebin.c: (setup_source),
14787         (gst_play_base_bin_change_state):
14788           Actually clean up streaminfo if output fails. This would trigger
14789           if, for example, there was no CD in the drive. No preroll, so
14790           a streaminfo structure is created, but the subsequent state change
14791           of the thread fails.
14792         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14793           Don't change state if parent failed.
14794
14795 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14796
14797         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14798         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
14799         (gen_video_element), (remove_sinks):
14800           Add small bits of code for screenshot handling.
14801
14802 2004-10-08  Wim Taymans  <wim@fluendo.com>
14803
14804         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
14805         (gen_video_element), (gen_audio_element), (setup_sinks):
14806         Don't assume the user provided sinks are named "sink"...
14807
14808 2004-10-08  Wim Taymans  <wim@fluendo.com>
14809
14810         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14811         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
14812         (gst_play_base_bin_link_stream):
14813         Do not try to autoplug sources that generate raw streams like
14814         cdparanoia.
14815         disconnect the preroll overrun signal when we don't need it anymore.
14816
14817 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
14818
14819         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14820         Added reworked patch from #154903 from milosz derezynski (deadchip).
14821
14822 2004-10-08  Wim Taymans  <wim@fluendo.com>
14823
14824         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14825         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
14826         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
14827         (cdparanoia_convert), (cdparanoia_uri_get_type),
14828         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
14829         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
14830         * ext/cdparanoia/gstcdparanoia.h:
14831         This adds the cdda://<tracknum> uri.
14832
14833 2004-10-08  Wim Taymans  <wim@fluendo.com>
14834
14835         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14836         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14837         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14838         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14839         (unknown_type), (gst_play_base_bin_remove_element),
14840         (gst_play_base_bin_link_stream):
14841         * gst/playback/gstplaybasebin.h:
14842         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14843         (gst_play_bin_set_property), (gen_video_element),
14844         (gen_audio_element), (setup_sinks):
14845         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14846         (gst_stream_info_get_type), (gst_stream_info_class_init),
14847         (gst_stream_info_init), (gst_stream_info_new),
14848         (gst_stream_info_dispose), (stream_info_mute_pad),
14849         (gst_stream_info_set_property), (gst_stream_info_get_property):
14850         * gst/playback/gststreaminfo.h:
14851         Reuse the audio and video bins.
14852         Some internal cleanups in the stream selection code.
14853
14854 2004-10-08  Julien MOUTTE  <julien@moutte.net>
14855
14856         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14857         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14858         * sys/ximage/ximagesink.h:
14859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14860         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14861         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
14862         not coming from those elements. Moreover these elements should not keep
14863         the xid they have been given when in NULL state.
14864
14865 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14866
14867         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14868         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14869         * sys/ximage/ximagesink.h:
14870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14871         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14872         * sys/xvimage/xvimagesink.h:
14873           Actually only create a new toplevel window if we're not gonna
14874           embed it right after.
14875
14876 2004-10-07  Wim Taymans  <wim@fluendo.com>
14877
14878         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
14879         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
14880         * gst/playback/gstplaybin.c: (setup_sinks):
14881         Implement muting/unmuting of streams, mute streams that are not
14882         used.
14883
14884 2004-10-07  Wim Taymans  <wim@fluendo.com>
14885
14886         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
14887         (plugin_init):
14888         Added lame audio/x-ac3 typefind function.
14889
14890 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14891
14892         * configure.ac:
14893           bump nano to cvs
14894
14895 === release 0.8.5 ===
14896
14897 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14898
14899         * NEWS:
14900         * RELEASE:
14901         * configure.ac:
14902           releasing 0.8.5, "Take You On"
14903
14904 2004-10-06  Wim Taymans  <wim@fluendo.com>
14905
14906         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14907         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14908         (no_more_pads), (close_link), (type_found):
14909         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14910         * gst/playback/gstplaybin.c: (gen_video_element):
14911         Do not signal the no_more_pads after the first pad when
14912         we are plugging a non dynamic element with multiple
14913         output pads (like swfdec, dvdec, ...).
14914
14915 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14916
14917         * configure.ac:
14918           bump for prerelease
14919
14920 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14921
14922         * gst/wavparse/gstwavparse.c:
14923           add ATRAC3 to STATIC CAPS to fix a warning
14924
14925         * gst/matroska/ebml-read.c:
14926         * gst-libs/gst/riff/riff-read.c:
14927           fix typos
14928
14929 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14930
14931         * gst-libs/gst/riff/riff-media.c:
14932           generate caps for ATRAC3 audio streams
14933
14934         * gst/realmedia/rmdemux.c:
14935           generate caps for ATRAC3 audio streams
14936
14937 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14938
14939         * gst/wavparse/Makefile.am
14940         * gst/wavparse/riff.h
14941         * gst/wavparse/wavparse.vcproj
14942           riff.h removal (unused and duplication with riff-ids.h)
14943
14944 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14945
14946         * gst/wavparse/gstwavparse.h
14947           remove duplicated defines for audio codec codes
14948
14949         * gst-libs/gst/riff/riff-ids.h
14950         * gst/wavenc/riff.h:
14951           add "4CC" code for ATRAC3 audio streams
14952           add "4CC" code for ITU_G721_ADPCM (unused for now)
14953
14954 2004-10-06  Wim Taymans  <wim@fluendo.com>
14955
14956         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
14957         Actually _do_ negotiation. Pass gdouble as arg instead
14958         of guint64 for the framerate.
14959
14960 2004-10-06  Wim Taymans  <wim@fluendo.com>
14961
14962         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14963         (find_compatibles), (close_pad_link), (try_to_link_1),
14964         (no_more_pads), (close_link), (type_found):
14965         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14966         * gst/playback/gstplaybin.c: (gen_video_element),
14967         (gen_audio_element):
14968         Set state on newly added element to READY so that negotiation
14969         can happen ASAP.
14970         Addes some more debug info.
14971         Do not try to plug pads with multiple caps structures or ANY
14972         because it is too dangerous since we do not do dynamic
14973         replugging.
14974
14975 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14976
14977         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
14978
14979         * po/LINGUAS:
14980         * po/or.po:
14981           add Oriya translation
14982
14983 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14984
14985         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14986           Prevent overwrite of size member. Makes audio sound crappy.
14987
14988 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14989
14990         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14991         Add rmvb to the list of known RealMedia extensions
14992
14993 2004-10-05  Wim Taymans  <wim@fluendo.com>
14994
14995         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14996         (mngdec_openstream), (mngdec_closestream),
14997         (mngdec_handle_sink_event), (mngdec_readdata),
14998         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14999         (mngdec_getcanvasline), (mngdec_refresh),
15000         (gst_mngdec_change_state):
15001         Set the framerate correctly.
15002
15003 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15004
15005         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15006           There was something wrong with the index massaging.
15007
15008 2004-10-04  Wim Taymans  <wim@fluendo.com>
15009
15010         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15011         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15012         (gst_smokedec_chain):
15013         * ext/jpeg/gstsmokedec.h:
15014         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15015         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15016         * ext/jpeg/gstsmokeenc.h:
15017         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15018         (smokecodec_decode_new), (smokecodec_info_free),
15019         (smokecodec_set_quality), (smokecodec_get_quality),
15020         (smokecodec_set_threshold), (smokecodec_get_threshold),
15021         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15022         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15023         (smokecodec_encode), (smokecodec_parse_id),
15024         (smokecodec_parse_header), (smokecodec_decode):
15025         * ext/jpeg/smokecodec.h:
15026         * ext/jpeg/smokeformat.h:
15027         Updated smoke, new bitstream, allows embedding in ogg.
15028
15029 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15030
15031         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15032           Fix seeking in some files. All this code is no longer needed (and
15033           actually breaks stuff) because we now synchronize the full index
15034           right when reading the header.
15035
15036 2004-10-04  Wim Taymans  <wim@fluendo.com>
15037
15038         * configure.ac:
15039         configure update for libmng.
15040
15041 2004-10-04  Wim Taymans  <wim@fluendo.com>
15042
15043         * ext/libmng/Makefile.am:
15044         * ext/libmng/gstmng.c: (plugin_init):
15045         * ext/libmng/gstmng.h:
15046         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15047         (gst_mngdec_base_init), (gst_mngdec_class_init),
15048         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15049         (gst_mngdec_loop), (gst_mngdec_get_property),
15050         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15051         (mngdec_closestream), (mngdec_handle_sink_event),
15052         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15053         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15054         (gst_mngdec_change_state):
15055         * ext/libmng/gstmngdec.h:
15056         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15057         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15058         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15059         (gst_mngenc_chain), (gst_mngenc_get_property),
15060         (gst_mngenc_set_property):
15061         * ext/libmng/gstmngenc.h:
15062         Added basic MNG decoder. Needs more work. The encoder does
15063         not work yet.
15064
15065 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15066
15067         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15068         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15069         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15070           Don't hang on length=0 chunks. Some negotiation fixes. Signal
15071           no-more-pads.
15072
15073 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15074
15075         * configure.ac:
15076           you need at least 1.0.4 of speex
15077
15078 2004-10-04 Iain <iaingnome@gmail.com>
15079
15080         * ext/speex/gstspeexdec.h: Revert the includes changes.
15081
15082         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15083
15084 2004-09-30 Iain <iaingnome@gmail.com>
15085
15086         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15087         found during init or set as a property instead of hardcoding /dev/audio
15088
15089 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15090
15091         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15092         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15093         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15094         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15095         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15096         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15097         (gst_rmdemux_dump_data):
15098           Use debug category, fix EOS handling. filesrc ! rmdemux now
15099           works.
15100
15101 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15102
15103         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15104         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15105         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15106           Improve allocation, cutting and sorting of the index. How takes a
15107           few seconds instead of minutes.
15108
15109 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
15110
15111         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15112           fixed compilation
15113
15114 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15115
15116         * gst-libs/gst/riff/riff-media.c:
15117         (gst_riff_create_video_caps_with_data),
15118         (gst_riff_create_video_template_caps):
15119           Add wing commander format mimetype/fourccs.
15120         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15121           Don't crash if some value is 0.
15122
15123 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15124
15125         * gst-libs/gst/riff/riff-media.c:
15126         (gst_riff_create_video_caps_with_data),
15127         (gst_riff_create_video_template_caps):
15128           Add DIB fourcc (raw, palettized 8-bit RGB).
15129         * gst-libs/gst/riff/riff-read.c:
15130         (gst_riff_read_strf_vids_with_data):
15131           Oops, fix strf_data reading bug.
15132         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15133           Use a non-NULL tag.
15134         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15135           Time for hacks. Sorry Dave. At least one quicktime movie (a
15136           trailer) that I've encountered contains multiple video tracks.
15137           One of those is the actual video track, the other are one-frame
15138           tracks (images). Unfortunately, the number of frames according
15139           to the trak header is 1 for each, so that doesn't help. So
15140           instead, I look at the duration and discard tracks with a
15141           duration shorter than 20% of the length of the stream. Better
15142           than nothing.
15143
15144 2004-10-01  Christian Schaller <christian@fluendo.com>
15145
15146         * ext/ivorbis/vorbis.c:
15147           Patch from Phil Blundell (Bug 152341)
15148
15149 2004-10-01  Wim Taymans  <wim@fluendo.com>
15150
15151         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15152         (speex_dec_get_formats), (speex_dec_convert),
15153         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15154         (speex_dec_chain), (gst_speexdec_get_property),
15155         (gst_speexdec_set_property):
15156         Small cleanups.
15157
15158 2004-10-01  Wim Taymans  <wim@fluendo.com>
15159
15160         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15161         (gst_wavparse_stream_init), (gst_wavparse_fmt),
15162         (gst_wavparse_other), (gst_wavparse_loop),
15163         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15164         (gst_wavparse_srcpad_event):
15165         * gst/wavparse/gstwavparse.h:
15166         Added some more debugging info.
15167         Fix the case where the length of the file is 0.
15168         Make sure we seek to sample borders.
15169
15170 2004-10-01  Wim Taymans  <wim@fluendo.com>
15171
15172         * gst/playback/README:
15173         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15174         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15175         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15176         Add some debug info to decodebin, update README
15177
15178 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15179
15180         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15181           Don't use g_print(); use GST_DEBUG().
15182
15183 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15184
15185         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15186         (gst_ogg_mux_queue_pads):
15187           Handle EOS properly.
15188
15189 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15190
15191         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15192
15193         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15194         (gst_faad_chain), (gst_faad_change_state):
15195         * ext/faad/gstfaad.h:
15196           Allow playback of raw (unframed) MPEG AAC files (#148993).
15197
15198 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15199
15200         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15201
15202         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15203           Throw error if we didn't recognize the stream. Fixes #152289.
15204
15205 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15206
15207         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15208           Fix negotiation.
15209
15210 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
15211
15212         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15213
15214         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15215           Fix memleak.
15216
15217 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15218
15219         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15220
15221         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15222           Solve #152805.
15223         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15224           Solve 152806.
15225
15226 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15227
15228         * gst-libs/gst/riff/riff-media.c:
15229         (gst_riff_create_video_caps_with_data),
15230         (gst_riff_create_audio_caps_with_data):
15231           Add codec_data handling (like asfdemux used to do).
15232         * gst/asfdemux/gstasf.c: (plugin_init):
15233         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15234         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15235           Use riff-media for caps creation instead of our own (mostly
15236           broken) copy of its functions.
15237
15238 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15239
15240         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15241           Don't actually error out if we get another return value than
15242           -EINVAL. Opposite to what I first thought, drivers have random
15243           return values for this, although -EINVAL is the expected return
15244           value. Since this is not fatal, we shouldn't use
15245           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15246
15247 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15248
15249         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15250         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15251         (dvdreadsrc_get_property), (_open), (_seek), (_read),
15252         (dvdreadsrc_get), (dvdreadsrc_open_file),
15253         (dvdreadsrc_change_state):
15254           Fix. Don't do one big huge loop around the whole DVD, that will
15255           cache all data and thus eat sizeof(dvd) (several GB) before we
15256           see something.
15257         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15258           Actually NULL'ify event after using it.
15259         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15260         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15261         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15262         (gst_ebml_read_seek), (gst_ebml_read_skip):
15263           Handle events.
15264         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15265         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15266         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15267           Fix timing (this will probably break if I seek using menus, but
15268           I didn't get there yet). VOBs and normal DVDs should now work.
15269           Add a mpeg2-only pad with high rank so this get autoplugged for
15270           MPEG-2 movies.
15271         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15272         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15273         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15274         (gst_mpeg_demux_get_audio_stream),
15275         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15276         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15277           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15278           MPEG-1 but use dvddemux for MPEG-2.
15279         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15280         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15281         (gst_mpeg_parse_parse_packhead):
15282           Timing. Only add pad template if it exists. Add sink template from
15283           class and not from ourselves. This means we will always use the
15284           correct sink template even if it is not the one defined in this
15285           file.
15286
15287 2004-09-29  Wim Taymans  <wim@fluendo.com>
15288
15289         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15290         (gst_mpeg_demux_parse_pes):
15291         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15292         Fix playback of mpeg again, timestamps where screwed up by
15293         patch 1.61.
15294
15295 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15296
15297         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15298           Only return true if we actually filled something in. Prevents
15299           player applications from showing a random length for flac files.
15300         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15301         (gst_riff_read_use_event), (gst_riff_read_handle_event),
15302         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15303         (gst_riff_read_strf_vids_with_data),
15304         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15305           OK, ok, so I implemented event handling. Apparently it's normal
15306           that we receive random events at random points without asking
15307           for it.
15308         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15309         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15310         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
15311         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15312         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
15313         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15314         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15315         * gst/avi/gstavidemux.h:
15316           Implement non-lineair chunk handling and subchunk processing.
15317           The first solves playback of AVI files where the audio and video
15318           data of individual buffers that we read are not synchronized.
15319           This should not happen according to the wonderful AVI specs, but
15320           of course it does happen in reality. It is also a prerequisite for
15321           the second. Subchunk processing allows us to cut chunks in small
15322           pieces and process each of these pieces separately. This is
15323           required because I've seen several AVI files with incredibly large
15324           audio chunks, even some files with only one audio chunk for the
15325           whole file. This allows for proper playback including seeking.
15326           This patch is supposed to fix all AVI A/V sync issues.
15327         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
15328         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
15329           Work.
15330         * gst/modplug/gstmodplug.cc:
15331           Proper return value setting for the query() function.
15332         * gst/playback/gstplaybasebin.c: (setup_source):
15333           Being in non-playing state (after, e.g., EOS) is not necessarily
15334           a bad thing. Allow for that. This fixes playback of short files.
15335           They don't actually playback fully now, because the clock already
15336           runs. This means that small files (<500kB) with a small length
15337           (<2sec) will still not or barely play. Other files, such as mod
15338           or flx, will work correctly, however.
15339
15340 2004-09-28  Wim Taymans  <wim@fluendo.com>
15341
15342         * ext/speex/gstspeex.c: (plugin_init):
15343         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
15344         (gst_speex_dec_class_init), (speex_dec_get_formats),
15345         (speex_get_event_masks), (speex_get_query_types),
15346         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
15347         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
15348         (gst_speexdec_get_property), (gst_speexdec_set_property),
15349         (speex_dec_change_state):
15350         * ext/speex/gstspeexdec.h:
15351         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
15352         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
15353         (gst_speexenc_base_init), (gst_speexenc_class_init),
15354         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
15355         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
15356         (gst_speexenc_src_query), (gst_speexenc_init),
15357         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
15358         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
15359         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
15360         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
15361         (gst_speexenc_chain), (gst_speexenc_get_property),
15362         (gst_speexenc_set_property), (gst_speexenc_change_state):
15363         * ext/speex/gstspeexenc.h:
15364         Rewrote speex encoder, make sure it can be embedded in ogg.
15365         Implemented speex decoder.
15366
15367 2004-09-28  Christian Schaller <christian@fluendo.com>
15368
15369         * configure.ac:
15370         Remove kioslave plugin. Markey is brewing a new working one
15371         * ext/Makefile.am: Remove kioslave plugin
15372         * ext/kio: remove
15373         * gst-plugins.spec.in: remove kio plugin from spec
15374
15375 2004-09-27  Wim Taymans  <wim@fluendo.com>
15376
15377         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15378         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15379         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
15380         (gst_multifdsink_new_client),
15381         (gst_multifdsink_handle_client_write),
15382         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15383         (gst_multifdsink_handle_clients):
15384         * gst/tcp/gstmultifdsink.h:
15385         Make syncing to keyframes actually work for new clients and lagging
15386         clients.
15387
15388 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15389
15390         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
15391         (gst_navigationtest_handle_src_event), (draw_box_planar411),
15392         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
15393         * gst/debug/gstnavigationtest.h:
15394           make navigationtest display button-press and button-release events
15395
15396 2004-09-26 Iain <iaingnome@gmail.com>
15397
15398         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
15399         the channels have received a new media event.
15400         (interleave_buffered_loop): Compresses a new media event on all
15401         channels into one.
15402
15403 2004-09-26 Iain <iaingnome@gmail.com>
15404
15405         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
15406         call the sinkpad's default event handler and not the srcpads. He also
15407         says this is confusing :)
15408         (gst_wavenc_stop_file): Company says that seek events only go upstream
15409         we should send a discontinuous downstream instead.
15410
15411 2004-09-25  Christian Schaller <christian@fluendo.com>
15412
15413         * Update SPEC file to be usable in conjunction with Fedora Core,
15414           Fedora.us and freshrpms packages
15415         * Fix typo in multifilesrc test Makefile
15416
15417 2004-09-24  Wim Taymans  <wim@fluendo.com>
15418
15419         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15420         Only signal the no_more_pads signal when we have
15421         added the stream to our list.
15422
15423 2004-09-24  Wim Taymans  <wim@fluendo.com>
15424
15425         * gst/playback/gstplaybasebin.c: (remove_prerolls),
15426         (new_decoded_pad):
15427         * gst/playback/gstplaybasebin.h:
15428         * gst/playback/gstplaybin.c: (setup_sinks):
15429         Don't try to preroll or decode more than one audio/video
15430         track.
15431
15432 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15433
15434         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15435           Throw error if we failed to find a suitable output. This should
15436           throw an error if we successfully set up a pipeline (e.g. because
15437           we recognized a media file) but found no decodable streams in it
15438           (e.g. because it contains only media stream types for which we
15439           have no decoders, or because it's not a media type).
15440
15441 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15442
15443         * ext/dirac/Makefile.am:
15444         * ext/dirac/gstdirac.cc:
15445         * ext/dirac/gstdiracdec.cc:
15446         * ext/dirac/gstdiracdec.h:
15447           Do something. Don't actually know if this works because I don't
15448           have a demuxer yet.
15449         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
15450           Add channels=1 to caps returned from _getcaps().
15451         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
15452         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
15453         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
15454         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
15455         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
15456         (gst_ogm_parse_change_state):
15457           Separate between audio/video so ogmaudioparse actually uses the
15458           audio pad templates. Both audio and video work now, including
15459           autoplugging. Also use sometimes-srcpad hack.
15460         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15461           Handle events better. Don't hang on infinite loops.
15462         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
15463         (gst_avi_demux_init), (gst_avi_demux_reset),
15464         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15465         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
15466         (gst_avi_demux_change_state):
15467         * gst/avi/gstavidemux.h:
15468           Improve A/V sync. Still not perfect.
15469         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
15470         (gst_ebml_read_skip):
15471           Handle events better.
15472         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15473         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
15474         (qtdemux_audio_caps):
15475           Add IMA4. Improve event handling. Save offset after a seek when
15476           the headers are at the end of the file so that we don't end up in
15477           an infinite loop.
15478         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15479           Add low-priority typefind support for files with no length.
15480
15481 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15482
15483         * testsuite/multifilesink/Makefile.am:
15484         fix typo
15485
15486 2004-09-22  Julien MOUTTE  <julien@moutte.net>
15487
15488         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
15489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
15490         mistakes from thaytan's patches.
15491
15492 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
15493
15494         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
15495           For completeness, XSync in the destroy function as xvimage does.
15496
15497 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
15498
15499         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15500            Correct caps negotiation
15501         * gst/volume/gstvolume.c: (volume_chain_float),
15502         (volume_chain_int16):
15503            Modify debug output to be little more informative
15504         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
15505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15506         (gst_xvimagesink_xvimage_destroy):
15507           Add XSync calls after detaching from the shared memory segment to
15508           avoid a crash.
15509
15510 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15511
15512         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15513         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
15514         * ext/vorbis/vorbis.c: (plugin_init):
15515         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15516         (gst_vorbisenc_chain):
15517         * ext/vorbis/vorbisenc.h:
15518         remove explicit newmedia support from oggmux and vorbisenc
15519         add debug category to vorbisenc
15520         * gst/multifilesink/gstmultifilesink.c:
15521         (gst_multifilesink_class_init), (gst_multifilesink_init),
15522         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
15523         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
15524         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
15525         (plugin_init):
15526         * gst/multifilesink/gstmultifilesink.h:
15527         add support for streamheader in multifilesink
15528
15529 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15530
15531         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
15532         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
15533         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
15534           Prevent infinite loops. More correct error reporting.
15535         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15536           Error out if negotiation fails.
15537         * gst/playback/gstplaybasebin.c: (setup_source),
15538         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
15539         (gst_play_base_bin_found_tag):
15540           Error/tag forwarding. Pre-roll fixes for source errors on state
15541           changes (e.g. "file does not exist") to prevent hangs.
15542
15543 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15544
15545         * testsuite/multifilesink/Makefile.am:
15546         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
15547         (gst_newmedia_class_init), (gst_newmedia_init),
15548         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15549         (newfile_signal), (test_signal), (main):
15550         * testsuite/multifilesink/multifilesrc_test.c: (main):
15551         * testsuite/multifilesink/oggtheora_test.c:
15552         (gst_newmedia_base_init), (gst_newmedia_class_init),
15553         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
15554         (test_format), (newfile_signal), (test_signal), (main):
15555         * testsuite/multifilesink/oggvorbis_test.c:
15556         (gst_newmedia_base_init), (gst_newmedia_class_init),
15557         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
15558         (test_format), (newfile_signal), (test_signal), (main):
15559         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
15560         (gst_newmedia_class_init), (gst_newmedia_init),
15561         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15562         (newfile_signal), (test_signal), (main):
15563         New media tests
15564
15565 2004-09-20  Christian Schaller <christian@fluendo.com>
15566
15567         * Fix mikmod license to LGPL as they have relicensed
15568         * Move Dirac and Effectv into LGPL section of README_license
15569
15570 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15571
15572         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
15573         (gst_mad_change_state):
15574           Allow for mp3 rate/channels changes. However, only very
15575           conservatively. Reason that we *have* to enable this is smiply
15576           because the mad find_sync() function is not good enough, it will
15577           regularly sync on random data as valid frames and therefore make
15578           us provide random caps as *final* caps of the stream. The best fix
15579           I could think of is to simply require several of the same stream
15580           changes in a row before we change caps.
15581           The actual testcase that works now is #
15582         * ext/ogg/Makefile.am:
15583         * ext/ogg/gstogg.c: (plugin_init):
15584         * ext/ogg/gstogmparse.c:
15585           OGM support (video only for now; I need an audio sample file).
15586         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15587         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
15588         (gst_asf_demux_add_video_stream):
15589           WMV extradata.
15590         * gst/playback/gstplaybasebin.c: (unknown_type):
15591           Don't error out on single unknown-types after all. It's wrong.
15592           If we found type of video and audio but not of a subtitle stream,
15593           it will still error out (which is unwanted). Will find a better fix
15594           later on.
15595         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
15596         (ogmaudio_type_find), (plugin_init):
15597           OGM support.
15598
15599 2004-09-20  Johan Dahlin  <johan@gnome.org>
15600
15601         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
15602         after setting caps.
15603
15604 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15605
15606         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
15607         * gst/wavenc/gstwavenc.h:
15608         Added newmedia support to wavenc
15609
15610 2004-09-17  Wim Taymans  <wim@fluendo.com>
15611
15612         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
15613         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15614         (gst_fdset_fd_can_write), (gst_fdset_wait):
15615         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
15616         (gst_multifdsink_init), (gst_multifdsink_add),
15617         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
15618         (gst_multifdsink_remove_client_link),
15619         (gst_multifdsink_client_queue_buffer),
15620         (gst_multifdsink_handle_client_write),
15621         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
15622         (gst_multifdsink_close), (gst_multifdsink_change_state):
15623         * gst/tcp/gstmultifdsink.h:
15624         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15625         (gst_tcpserversink_removed):
15626         Small cleanups in fdset.c
15627         Use a hastable to map fd to the client structure for faster
15628         lookup in _remove and get_stats.
15629         Added virtual function to close the fds.
15630         Handle clients even when the select/poll call was unblocked because
15631         of a command.
15632         Implement syncing to keyframe in the recovery procedure.
15633
15634 2004-09-16 Iain <iaingnome@gmail.com>
15635
15636         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
15637         try caps.
15638
15639 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15640
15641         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
15642           Caps are only set if the type of the stream is unknown, but this
15643           is initialized in ->init_stream(), so set to UNKNOWN after calling
15644           ->init_stream() so that capsnego starts.
15645
15646 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15647
15648         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15649         (gst_avi_demux_stream_data):
15650           Just hardcode for raw audio then. AVI audio sucks.
15651
15652 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
15653
15654         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15655         * gst/matroska/matroska-mux.c: (audiosink_templ),
15656         (gst_matroska_mux_audio_pad_link):
15657         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
15658         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
15659
15660 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15661
15662         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15663         (gst_avi_demux_stream_data):
15664           Try to fix a/v sync issues.
15665
15666 2004-09-15  David Schleef  <ds@schleef.org>
15667
15668         * configure.ac: remove NASM check, since we don't use it.  Update
15669         dirac check to 0.4
15670         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
15671         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15672         Initialized variables.
15673         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15674         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
15675         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
15676         SVQ3 format
15677
15678 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15679
15680         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15681         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
15682         * gst/avi/gstavidemux.h:
15683           Fix for compressed audio (mp3) timestamp generation. How did this
15684           ever work?
15685
15686 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15687
15688         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
15689           Volume is a double not a float.
15690
15691 2004-09-15  Wim Taymans  <wim@fluendo.com>
15692
15693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
15694         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15695         Don't close the fd in multifdsink as we didn't open it in the
15696         first place. Some cleanups.
15697
15698 2004-09-15  Wim Taymans  <wim@fluendo.com>
15699
15700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15702         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15703         Fix the case where the muxer would mark pages as delta
15704         frames when they are not (vorbis only ogg).
15705
15706 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15707
15708         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
15709         (gst_play_base_bin_change_state):
15710           Handle the case where we failed to setup a clear pipeline. This
15711           will throw an error (or EOS, another nice case) and if you don't
15712           catch that, the app will wait for the signal forever (and thus
15713           hang).
15714
15715 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15716
15717         * ext/gnomevfs/gstgnomevfssink.c:
15718         (gst_gnomevfssink_uri_get_protocols):
15719         * ext/gnomevfs/gstgnomevfssrc.c:
15720         (gst_gnomevfssrc_uri_get_protocols):
15721         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15722         * ext/gnomevfs/gstgnomevfsuri.h:
15723           Use _uri_new() instead of _open(), so it doesn't take as long and
15724           Christophe's computer won't hang.
15725         * gst/playback/gstplaybasebin.c: (unknown_type):
15726           Throw error on unknown media type, so apps actually display it.
15727
15728 2004-09-14  Brian Cameron  <brian.cameron@sun.com
15729
15730         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
15731           this script to work on Solaris since bash shell handles echo
15732           differenly than bash.
15733
15734 2004-09-17  Wim Taymans  <wim@fluendo.com>
15735
15736         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
15737         (setup_source), (gst_play_base_bin_set_property),
15738         (gst_play_base_bin_add_element):
15739         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15740         Some more work on making sure seeking pauses the pipeline and
15741         that changing the uri actually does something.
15742
15743 2004-09-17  Wim Taymans  <wim@fluendo.com>
15744
15745         * gst/tcp/gstfdset.c: (gst_fdset_wait):
15746         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
15747         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
15748         (gst_tcpserversink_close):
15749         Be a bit more paranoid when freeing memory.
15750
15751 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15752
15753         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15754         (qtdemux_parse_trak):
15755           Don't crash by dividing by zero (see sample movie in #126922).
15756
15757 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15758
15759         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15760           Don't touch non-existing data (fixes crash on file in #140147).
15761
15762 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15763
15764         * gst/playback/gstplaybasebin.c:
15765         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
15766           Handle double disposals, and proper change of URIs.
15767
15768 2004-09-13  Martin Eikermann <meiker@upb.de>
15769
15770         * gst/mpegstream/gstmpegparse.c:
15771           fix synchronistation for streams recorded from digital PCR
15772           fixes bug #119376
15773
15774 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15775
15776         * ext/gnomevfs/Makefile.am:
15777         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15778         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
15779         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
15780         (gst_gnomevfssink_uri_get_type),
15781         (gst_gnomevfssink_uri_get_protocols),
15782         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
15783         (gst_gnomevfssink_uri_handler_init),
15784         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
15785         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
15786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15787         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
15788         (gst_gnomevfssrc_uri_get_type),
15789         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
15790         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
15791         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15792         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
15793         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15794         * ext/gnomevfs/gstgnomevfsuri.h:
15795           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
15796           of fake URIs to see which this version of Gnome-VFS likes, and
15797           uses that for the Gst-URI interface. Makes playbin support http://
15798           streams. Also fix up some stupid behaviour in gnomevfssrc.
15799
15800 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15801
15802         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
15803         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15804         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
15805         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
15806           Update mixer (to sync with other sessions) if we try to obtain
15807           a new value. This makes alsamixer work accross applications.
15808         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15809           Only call sync functions if we're running, else alsalib asserts.
15810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
15811           Sometimes fails to compile. Possibly a gcc bug.
15812         * gst/playback/gstplaybin.c: (gen_video_element),
15813         (gen_audio_element):
15814           Add a reference to an application-provided object, because we lose
15815           this same reference if we add it to the bin. If we don't do this,
15816           we can only use this object once and thus crash if we go from
15817           ready to playing, back to ready and back to playing again.
15818           Also add an audioscale element because several cheap soundcards -
15819           like mine - don't support all samplerates.
15820         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15821         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
15822           Fix wrong order or PAR calls. Makes automatically obtained PAR
15823           from the X server atually being used.
15824
15825 2004-09-12  David Schleef  <ds@schleef.org>
15826
15827         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
15828         #151887, #152102, #152247.
15829         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
15830         * examples/seeking/cdparanoia.c: same
15831         * examples/seeking/cdplayer.c: same
15832         * examples/seeking/seek.c: same
15833         * examples/seeking/spider_seek.c: same
15834         * examples/seeking/vorbisfile.c: same
15835         * examples/stats/mp2ogg.c: same
15836         * ext/esd/esdsink.c: (gst_esdsink_class_init),
15837         (gst_esdsink_dispose): Dispose of element properly.
15838         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
15839         fixes.
15840         * ext/nas/nassink.c: (gst_nassink_class_init),
15841         (gst_nassink_dispose): Dispose of element correctly.
15842         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
15843         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15844         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15845         Fix 64-bit warning.
15846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15847         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15848         Fix 64-bit warning.
15849
15850 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15851
15852         * configure.ac : change speex detection as 1.1.6 now uses
15853           .pc/pkg-config and they changed their headers location.
15854
15855 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
15856
15857         * gst/matroska/matroska-mux.h:
15858         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
15859         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15860         (gst_matroska_mux_write_data):
15861           Write multiple blocks/frames per cluster.
15862                 Write meta-seek information (seek heads).
15863
15864 2004-09-09  Scott Wheeler <wheeler@kde.org>
15865
15866         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
15867         (gst_play_bin_set_property), (gst_play_bin_get_property),
15868         (gen_audio_element), (gen_audio_element):
15869           Add a volume element / property to the pipeline.
15870
15871 2004-09-07  Wim Taymans  <wim@fluendo.com>
15872
15873         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
15874         Copy timestamps from the master pad to the output buffers.
15875
15876 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15877
15878         * ext/raw1394/gstdv1394src.c:
15879           throw errors when applicable
15880
15881 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
15882
15883         * gst/matroska/ebml-ids.h:
15884         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
15885         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
15886         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
15887           automatically convert unix time <-> ebml time when reading/writing
15888           a date, use gst_ebml_write_uint to write CUETIME,
15889           not gst_ebml_write_date.
15890         * gst/matroska/matroska-ids.h:
15891         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
15892         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
15893         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
15894         (gst_matroska_mux_write_data):
15895           Write track and segment UIDs, write muxing date, write
15896           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
15897           Create cues for audio only files.
15898
15899 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15900
15901         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15902         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15903           Re-commit ALSA switches.
15904         * gst/adder/gstadder.c: (gst_adder_loop):
15905           64-bit fix (#151416).
15906         * gst/debug/progressreport.c: (gst_progressreport_report):
15907           64-bit fix (#151419).
15908         * gst/matroska/matroska-demux.c:
15909         (gst_matroska_demux_parse_contents):
15910           64-bit fix (#151420).
15911         * gst/playback/test3.c: (update_scale):
15912           64-bit fix (#151421).
15913
15914 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15915
15916         * configure.ac:
15917           bump nano to cvs
15918
15919 === release 0.8.4 ===
15920
15921 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15922
15923         * configure.ac: releasing 0.8.4, "Alias"
15924
15925 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15926
15927         * ext/theora/Makefile.am:
15928           fix makefile.  Fixes #151462.
15929
15930 2004-08-30  Wim Taymans  <wim@fluendo.com>
15931
15932         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
15933         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15934         (gst_multifdsink_remove_client_link),
15935         (gst_multifdsink_client_queue_buffer),
15936         (gst_multifdsink_handle_client_write):
15937         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
15938         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
15939         Fix some memory leaks.
15940
15941 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15942
15943         Patch by: David Schleef
15944
15945         * configure.ac:
15946         * sys/Makefile.am:
15947           rename our detection macro for V4L2.  Fixes #151236.
15948
15949 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15950
15951         Patch by: David Schleef
15952
15953         * configure.ac:
15954           check to define LAMEPRESET.  Fixes #151232.
15955
15956 2004-08-27  David Schleef  <ds@schleef.org>
15957
15958         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
15959         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
15960         (gst_glimagesink_fixate):  Move local variable declarations to
15961         make gcc-2.95 happy.
15962
15963 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15964
15965         * configure.ac:
15966           bump nano for prerelease
15967
15968 2004-08-27  David Schleef  <ds@schleef.org>
15969
15970         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
15971         * sys/sunaudio/gstsunaudiosrc.c:
15972         * sys/sunaudio/gstsunaudiosrc.h:
15973
15974 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
15975
15976         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
15977         handle EOS correctly
15978         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
15979         * gst/matroska/matroska-mux.h:
15980         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
15981         VFW compatibility mode
15982
15983 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15984
15985         patch by: Zaheer Abbas Merali
15986
15987         * ext/ogg/gstoggmux.c:
15988         * ext/vorbis/vorbisenc.c:
15989         * ext/vorbis/vorbisenc.h:
15990           handle NEWMEDIA
15991
15992 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15993
15994         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15995         fix byte order reversion on little endian machines.
15996         * gst/matroska/matroska-mux.c: (audiosink_templ),
15997         (gst_matroska_mux_audio_pad_link):
15998         add TTA codec to the list of supported codecs.
15999         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16000         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16001         (gst_matroska_mux_write_data):
16002         * gst/matroska/matroska-mux.h:
16003         write segment duration correctly, write muxing app string, fixes bugs
16004         #140897 and #140898.
16005         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16006         wait for all pads to be negotiated before starting to mux.
16007
16008 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16009
16010         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16011         * ext/lame/gstlame.h:
16012         Added new media support to lame
16013
16014 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16015
16016         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16017         send vorbis headers at the beginning of a stream, fixes bug #141554.
16018         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16019         bug #148950.
16020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16021         (gst_matroska_demux_plugin_init):
16022         * gst/matroska/matroska-ids.h:
16023         enable demuxing of TTA audio streams, fixes bug #148951.
16024         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16025         enable typefinding for TTA audio files, fixes bug #148711.
16026         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16027         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16028         fixes playback of packed bitstream and xvid with bframes, bug #135407.
16029
16030 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
16031
16032         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16033         (gst_riff_read_element_data), (gst_riff_read_seek),
16034         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16035         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16036         <teuf@gnome.org>
16037
16038 2004-08-23 Iain <iaingnome@gmail.com>
16039
16040         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16041         tags. They appear to be handled differently to normal.
16042         (tag_list_to_id3_tag_foreach): Ditto.
16043
16044 2004-08-22  Wim Taymans  <wim@fluendo.com>
16045
16046         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16047         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16048         Make sure we never send -1 granulepos.
16049
16050 2004-08-20  Wim Taymans  <wim@fluendo.com>
16051
16052         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16053         (gst_ogg_mux_loop):
16054         I will accept bitchslappings with non sharp objects.
16055
16056 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16057
16058         * configure.ac:
16059         Clean up the test for lame presets
16060
16061 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16062
16063         * configure.ac:
16064         * ext/lame/Makefile.am:
16065         * ext/lame/gstlame.c: (gst_lame_class_init),
16066         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16067         Only enable lame presets if version of lame has presets in API
16068
16069 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
16070         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16071         * gst/udp/gstudpsrc.h:
16072           Don't call gst_pad_push in a get function. Fixes #150449
16073
16074 2004-08-18  Wim Taymans  <wim@fluendo.com>
16075
16076         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16077         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16078         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16079         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16080         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16081         (gst_fdset_wait):
16082         * gst/tcp/gstfdset.h:
16083         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16084         (gst_multifdsink_client_queue_buffer),
16085         (gst_multifdsink_handle_client_write):
16086         * gst/tcp/gstmultifdsink.h:
16087         Some extra checks in gstfdset.
16088         Only use send() when the fd is a socket. Don't try to
16089         read from write only fds.
16090
16091 2004-08-18  Wim Taymans  <wim@fluendo.com>
16092
16093         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16094         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16095         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16096         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16097         (gst_fdset_wait):
16098         Add more locking and bounds checking.
16099
16100 2004-08-18  Wim Taymans  <wim@fluendo.com>
16101
16102         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16103         Realloc test fdset in the lock and right before starting
16104         the poll call. Bump the limit to 4096.
16105
16106 2004-08-17  David Schleef  <ds@schleef.org>
16107
16108         * sys/sunaudio/Makefile.am:
16109         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16110         of rates and channels.  Make debugging less obnoxious.
16111
16112         Patch from Balamurali Viswanathan implementing a mixer for
16113         Sun audio.  (bug #144091):
16114         * sys/sunaudio/gstsunelement.c:
16115         * sys/sunaudio/gstsunelement.h:
16116         * sys/sunaudio/gstsunmixer.c:
16117         * sys/sunaudio/gstsunmixer.h:
16118
16119 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16120
16121         * gst/audioscale/gstaudioscale.c:
16122         * gst/audioscale/gstaudioscale.h:
16123         made audioscale resample from any sample rate to any sample rate
16124
16125 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16126
16127         * ext/libpng/gstpngdec.c:
16128           error out on unsupported types
16129
16130 2004-08-17  Iain <iaingnome@gmail.com>
16131
16132         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16133         mid_side and loose_mid_side properties if its a stereo stream.
16134
16135 2004-08-17  Wim Taymans  <wim@fluendo.com>
16136
16137         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16138         (theora_get_formats), (theora_dec_src_convert),
16139         (theora_dec_sink_convert), (theora_dec_src_query),
16140         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16141         Add a debug line.
16142
16143 2004-08-17  Wim Taymans  <wim@fluendo.com>
16144
16145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16146         (gst_ogg_pad_push):
16147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16148         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16149         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16150         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16151         Mark delta units in the muxer.
16152         Try to decode the packet after an out-of-sync error from
16153         libogg.
16154
16155 2004-08-17  Wim Taymans  <wim@fluendo.com>
16156
16157         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16158         (gst_multifdsink_init), (gst_multifdsink_add),
16159         (gst_multifdsink_client_queue_buffer),
16160         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16161         * gst/tcp/gstmultifdsink.h:
16162         Added option to send a keyframe to clients as the first buffer.
16163         Make timeout property writable.
16164
16165 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16166
16167         patch by: Wim Taymans
16168
16169         * gst/tcp/gstfdset.c:
16170         * gst/tcp/gstmultifdsink.c:
16171           fix index comparison, should include 0
16172
16173 2004-08-16  Wim Taymans  <wim@fluendo.com>
16174
16175         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16176         (gst_fdset_add_fd), (gst_fdset_remove_fd),
16177         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16178         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16179         (gst_fdset_wait):
16180           copy when reallocing for poll so the select arguments don't get
16181           changed during the call
16182
16183 2004-08-16  Wim Taymans  <wim@fluendo.com>
16184
16185         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16186         (gst_theora_enc_class_init), (theora_enc_sink_link),
16187         (theora_buffer_from_packet), (theora_enc_chain):
16188         Fix bug where buffers were not marked as keyframes
16189         correctly.
16190
16191 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16192
16193         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16194         (gst_lame_preset_get_type), (gst_lame_class_init):
16195         describe the enum values for vbr mode and presets more verbosely
16196
16197 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16198
16199         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16200         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16201         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16202         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16203         * ext/lame/gstlame.h:
16204         add preset property to lame so it can use lame presets
16205
16206 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16207
16208         * ext/lame/gstlame.c: (gst_lame_get_property):
16209         whoops forgot break, thanks teuf
16210
16211 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16212
16213         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16214         (gst_lame_class_init), (gst_lame_src_getcaps),
16215         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16216         (gst_lame_get_property), (gst_lame_setup):
16217         * ext/lame/gstlame.h:
16218         fix lame's broken vbr stuff, allow it to resample if need be, and also
16219         make xing header optional
16220
16221 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16222
16223         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16224         added getcaps function so samplerate doesnt get fixated to silly values
16225
16226 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16227
16228         * ext/lame/gstlame.c: (gst_lame_src_link):
16229         revert previous fix
16230
16231 2004-08-12  Johan Dahlin  <johan@gnome.org>
16232
16233         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16234         checks. Doesn't matter what state we are in. Interfaces are a
16235         compile time thing, not runtime. It also broke the python bindings.
16236
16237 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16238
16239         * ext/lame/gstlame.c: (gst_lame_src_link):
16240         made source pad link function check if sinkpad is ok..fixes the problem
16241         where core fixates the output rate of lame stupidly
16242
16243 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16244
16245         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16246         * sys/v4l/v4l_calls.c:
16247         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16248           fix fixate function to handle nonsimple caps.
16249           remove bogus check in _link
16250           cleanups
16251
16252 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16253
16254         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16255         set default compression ratio parameter to 0.0 so bitrate parameter
16256         works :)
16257
16258 2004-08-11  David Schleef  <ds@schleef.org>
16259
16260         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16261
16262 2004-08-11  David Schleef  <ds@schleef.org>
16263
16264         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16265         before.
16266
16267 2004-08-11  David Schleef  <ds@schleef.org>
16268
16269         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16270
16271 2004-08-11  David Schleef  <ds@schleef.org>
16272
16273         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16274           license field
16275         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16276         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16277           LGPL.
16278         * gst/auparse/gstauparse.c: Fix plugin license field.
16279         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16280         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16281         * gst/rtp/gstrtp.c: Fix plugin license field.
16282
16283 2004-08-11  Wim Taymans  <wim@fluendo.com>
16284
16285         * gst/tcp/Makefile.am:
16286         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16287         (ensure_size), (gst_fdset_new), (gst_fdset_free),
16288         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16289         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16290         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16291         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16292         (gst_fdset_fd_can_write), (gst_fdset_wait):
16293         * gst/tcp/gstfdset.h:
16294         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16295         (gst_multifdsink_class_init), (gst_multifdsink_init),
16296         (gst_multifdsink_add), (gst_multifdsink_remove),
16297         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16298         (gst_multifdsink_remove_client_link),
16299         (gst_multifdsink_handle_client_read),
16300         (gst_multifdsink_client_queue_data),
16301         (gst_multifdsink_client_queue_caps),
16302         (gst_multifdsink_client_queue_buffer),
16303         (gst_multifdsink_handle_client_write),
16304         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16305         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16306         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16307         (gst_multifdsink_close):
16308         * gst/tcp/gstmultifdsink.h:
16309         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16310         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16311         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
16312         (gst_tcpserversink_close):
16313         * gst/tcp/gsttcpserversink.h:
16314         Abstracted away the select call, implemented poll (yes we ran into
16315         the 1024 limit in production).
16316
16317 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16318
16319         * gst/tcp/gsttcp.c:
16320         * gst/tcp/gsttcpplugin.c:
16321           improve debuggging, remove assert
16322
16323 2004-08-10  Wim Taymans  <wim@fluendo.com>
16324
16325         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16326         (gst_client_status_get_type), (gst_multifdsink_class_init),
16327         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16328         (gst_multifdsink_handle_client_read),
16329         (gst_multifdsink_handle_client_write),
16330         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16331         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16332         (gst_multifdsink_get_property):
16333         * gst/tcp/gstmultifdsink.h:
16334         * gst/tcp/gsttcp-marshal.list:
16335         Starting to prepare for specifying buffer time in other units
16336         than buffers. Expose remove reason in signal.
16337
16338 2004-08-10  Wim Taymans  <wim@fluendo.com>
16339
16340         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16341         (gst_multifdsink_remove), (gst_multifdsink_clear),
16342         (gst_multifdsink_remove_client_link),
16343         (gst_multifdsink_handle_client_read),
16344         (gst_multifdsink_client_queue_data),
16345         (gst_multifdsink_client_queue_buffer),
16346         (gst_multifdsink_handle_client_write),
16347         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16348         (gst_multifdsink_chain), (gst_multifdsink_close):
16349         * gst/tcp/gstmultifdsink.h:
16350         Added more debugging info. Changed the way clients are
16351         removed from the lists. Fixed a bug where a bad file descriptor
16352         could cause many clients to be removed.
16353
16354 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16355
16356         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
16357           allow all pixel-aspect-ratios, not just 1:1
16358
16359 2004-08-09  David Schleef  <ds@schleef.org>
16360
16361         * sys/glsink/ARB_multitexture.h:  Remove old files.
16362         * sys/glsink/EXT_paletted_texture.h:
16363         * sys/glsink/NV_register_combiners.h:
16364         * sys/glsink/gstgl_nvimage.c:
16365         * sys/glsink/gstgl_pdrimage.c:
16366         * sys/glsink/gstgl_rgbimage.c:
16367         * sys/glsink/gstglsink.c:
16368         * sys/glsink/gstglsink.h:
16369         * sys/glsink/gstglxwindow.c:
16370         * sys/glsink/regcomb_yuvrgb.c:
16371
16372 2004-08-09  David Schleef  <ds@schleef.org>
16373
16374         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
16375         GL sink plugin.  (Bug #147302)
16376
16377         * configure.ac: Test for OpenGL
16378         * sys/Makefile.am: Use test for OpenGL
16379         * sys/glsink/Makefile.am:
16380         * sys/glsink/glimagesink.c: rewrite
16381         * sys/glsink/glimagesink.h: rewrite
16382
16383 2004-08-09  David Schleef  <ds@schleef.org>
16384
16385         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
16386         sane framerates.
16387         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
16388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
16389         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
16390
16391 2004-08-09  Wim Taymans  <wim@fluendo.com>
16392
16393         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16394         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16395         (gst_multifdsink_client_remove),
16396         (gst_multifdsink_handle_client_read),
16397         (gst_multifdsink_handle_client_write),
16398         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16399         Do a bit more logging, make the client_read code more robust.
16400
16401 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16402
16403         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
16404         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
16405         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
16406         (gst_jpegdec_init), (gst_jpegdec_chain):
16407         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
16408         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
16409           cleanups, debugging fixes and memleak plugging
16410
16411 2004-08-09  Wim Taymans  <wim@fluendo.com>
16412
16413         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16414         (theora_get_formats), (theora_dec_src_convert),
16415         (theora_dec_sink_convert), (theora_dec_src_query),
16416         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
16417         (theora_dec_change_state):
16418         Don't crash on missing header packets.
16419
16420 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16421
16422         * po/LINGUAS:
16423         * po/sq.po:
16424           Added Albanian translation (Laurent Dhima)
16425         * po/cs.po:
16426           updated
16427
16428 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16429
16430         * ext/lame/gstlame.c:
16431           fix/add debugging
16432
16433 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16434
16435         * sys/ximage/ximagesink.c:
16436         * sys/xvimage/xvimagesink.c:
16437           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
16438
16439 2004-08-06  Wim Taymans  <wim@fluendo.com>
16440
16441         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16442         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16443         (gst_multifdsink_client_remove),
16444         (gst_multifdsink_handle_client_read),
16445         (gst_multifdsink_handle_client_write),
16446         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16447         Make sure we don't try to read more from a client that what
16448         ioctl says us or we deadlock.
16449
16450 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16451
16452         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
16453         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
16454         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16455           decouple running_time and n_frames so it can handle changing
16456           framerate while running
16457
16458 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16459
16460         * po/nl.po:
16461         * po/sv.po:
16462           updated translations
16463
16464 2004-08-04  Benjamin Otte  <otte@gnome.org>
16465
16466         * gst/videotestsrc/gstvideotestsrc.c:
16467         (gst_videotestsrc_get_capslist), (generate_capslist),
16468         (plugin_init):
16469           generate the list of supported caps at startup and reuse it instead
16470           of always generating it
16471
16472 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16473
16474         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
16475           whoops, last checkin broke normal build
16476
16477 2004-08-03  Benjamin Otte  <otte@gnome.org>
16478
16479         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
16480         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16481         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16482         (gst_alsa_mixer_get_option):
16483         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
16484         (dvdnavsrc_print_event):
16485         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
16486         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
16487         (gst_ogg_mux_pad_unlink):
16488         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
16489         (gst_multipart_mux_pad_unlink):
16490         * gst/videofilter/gstvideobalance.c:
16491         (gst_videobalance_colorbalance_set_value):
16492         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
16493         (gst_videomixer_pad_unlink):
16494         * po/uk.po:
16495         * sys/oss/gstossmixer.c:
16496         * sys/v4l/gstv4lcolorbalance.c:
16497         * sys/v4l/gstv4ltuner.c:
16498         * sys/v4l/v4lsrc_calls.c:
16499         * sys/v4l2/gstv4l2colorbalance.c:
16500         * sys/v4l2/gstv4l2tuner.c:
16501           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
16502
16503 2004-08-03  Benjamin Otte  <otte@gnome.org>
16504
16505         * examples/dynparams/filter.c: (ui_control_create):
16506         * examples/gstplay/player.c: (print_tag):
16507         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
16508         * ext/gdk_pixbuf/gstgdkanimation.c:
16509         (gst_gdk_animation_iter_may_advance):
16510         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
16511         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
16512         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
16513         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
16514         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
16515         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
16516         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
16517         * gst/sine/demo-dparams.c: (main):
16518         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
16519         * testsuite/alsa/formats.c: (create_pipeline):
16520         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
16521           fixes for G_DISABLE_ASSERT and friends
16522         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16523         (mp3_type_frame_length_from_header), (mp3_type_find),
16524         (plugin_init):
16525           require mp3 typefinding to have at least MIN_HEADERS valid headers
16526           add typefinding for AAC adts files
16527
16528 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
16529
16530         * sys/ximage/ximagesink.c:
16531         (gst_ximagesink_calculate_pixel_aspect_ratio):
16532         * sys/xvimage/xvimagesink.c:
16533         (gst_xvimagesink_calculate_pixel_aspect_ratio):
16534         Make sure we calculate pixel-aspect-ratio using floating point maths
16535
16536 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16537
16538         * po/uk.po:
16539           updated translation
16540
16541 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16542
16543         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
16545           add debugging for display PAR calculation
16546
16547 2004-08-02  David Schleef  <ds@schleef.org>
16548
16549         * configure.ac: Fix mikmod CFLAGS.
16550
16551 2004-07-27  Benjamin Otte  <otte@gnome.org>
16552
16553         * gst/audioscale/gstaudioscale.c:
16554         - fix templates to only support S16, it's the only format that works
16555         - make caps nego code use try_set_caps_nonfixed and fixation instead
16556         of try_set_caps twice, which is not nice for autopluggers
16557         - change rank to secondary, so autopluggers can pick it up after
16558         audioconvert
16559
16560 2004-08-02  Iain <iain@prettypeople.org>
16561
16562         * gst/interleave/interleave.c (interleave_init),
16563         (interleave_request_new_pad),
16564         (interleave_pad_removed),
16565         (interleave_buffered_loop): Use the real pad count, not the artificial
16566         one.
16567
16568 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16569
16570         * configure.ac: bump nano back to development
16571
16572 === release 0.8.3 ===
16573
16574 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16575
16576         * configure.ac: releasing 0.8.3, "Water"
16577
16578 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16579
16580         * sys/xvimage/xvimagesink.c:
16581         (gst_xvimagesink_calculate_pixel_aspect_ratio),
16582         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
16583         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
16584         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16585         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16586         * sys/xvimage/xvimagesink.h:
16587           apply similar PAR fixes as to ximagesink
16588
16589 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16590
16591         patch from: Benjamin Otte
16592
16593         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
16594           add link function to lame.  Fixes #148986.
16595
16596 2004-08-02  Johan Dahlin  <johan@gnome.org>
16597
16598         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
16599         fix debugging log
16600
16601 2004-07-30  David Schleef  <ds@schleef.org>
16602
16603         * gst/videomixer/Makefile.am: Fix things that should have been
16604         fixed in the last checkin.
16605
16606 2004-07-30  David Schleef  <ds@schleef.org>
16607
16608         * gst/multipart/Makefile.am: Fix things that should have been
16609         fixed in the last checkin.
16610
16611 2004-07-30  David Schleef  <ds@schleef.org>
16612
16613         * testsuite/multifilesink/Makefile.am: Fix unused variable.
16614
16615 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16616
16617         * configure.ac:
16618           bump nano for prerelease
16619         * po/af.po:
16620         * po/az.po:
16621         * po/cs.po:
16622         * po/en_GB.po:
16623         * po/hu.po:
16624         * po/nl.po:
16625         * po/sr.po:
16626         * po/sv.po:
16627         * po/uk.po:
16628           updates
16629
16630 2004-07-30  Wim Taymans  <wim@fluendo.com>
16631
16632         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16633         (gst_multifdsink_add), (gst_multifdsink_remove),
16634         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16635         (gst_multifdsink_client_remove),
16636         (gst_multifdsink_handle_client_write),
16637         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16638         * gst/tcp/gstmultifdsink.h:
16639         Recover from a select with a bad file descriptor by removing
16640         the client.
16641
16642 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16643
16644         * configure.ac:
16645           fix requirement of core
16646         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
16647         (gst_play_pipeline_setup):
16648           don't use colorspace element.  do use hermescolorspace element.
16649           make macro to get a colorspace element.
16650           mark strings for translation.
16651         * po/POTFILES.in:
16652           add play.c
16653         * po/af.po:
16654         * po/az.po:
16655         * po/cs.po:
16656         * po/en_GB.po:
16657         * po/hu.po:
16658         * po/nl.po:
16659         * po/sr.po:
16660         * po/sv.po:
16661         * po/uk.po:
16662           update translations
16663
16664 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16665
16666         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16667         fix default for newmedia flag
16668
16669 2004-07-30  Wim Taymans  <wim@fluendo.com>
16670
16671         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16672         (gst_theora_dec_init), (theora_get_formats),
16673         (theora_dec_src_convert), (theora_dec_sink_convert),
16674         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16675         (theora_dec_chain), (theora_dec_set_property),
16676         (theora_dec_get_property):
16677         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16678         (gst_theora_enc_class_init), (gst_theora_enc_init),
16679         (theora_enc_sink_link), (theora_enc_chain),
16680         (theora_enc_set_property), (theora_enc_get_property):
16681         Added cropping option to theora decoder.
16682         Added border option to theora encoder.
16683
16684 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16685
16686         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16687         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16688         (gst_pngenc_set_property):
16689         * ext/libpng/gstpngenc.h:
16690         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
16691
16692 2004-07-30  Wim Taymans  <wim@fluendo.com>
16693
16694         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16695         (theora_enc_sink_link), (theora_enc_chain),
16696         (theora_enc_set_property), (theora_enc_get_property):
16697         Fix encoding of non-multiple-of-16 video.
16698
16699 2004-07-29  David Schleef  <ds@schleef.org>
16700
16701         * configure.ac: make test for audiofile more strict
16702
16703 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16704
16705         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16706           give different names to typefind functions
16707
16708 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16709
16710         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16711         (gst_ximagesink_calculate_pixel_aspect_ratio),
16712         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
16713         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16714         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
16715         (gst_ximagesink_get_property), (gst_ximagesink_init):
16716         * sys/ximage/ximagesink.h:
16717           allocate PAR's dynamically.
16718           use autodetected PAR if no object-set PAR is given.
16719           add workaround for directfb's X not setting physical size.
16720           fix to xvimagesink will follow tomorrow.
16721
16722 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16723
16724         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
16725         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
16726         (gst_shout2send_get_type), (gst_shout2send_set_clock),
16727         (gst_shout2send_class_init), (gst_shout2send_init),
16728         (set_shout_metadata), (gst_shout2send_set_metadata),
16729         (gst_shout2send_chain), (gst_shout2send_set_property),
16730         (gst_shout2send_get_property), (gst_shout2send_connect),
16731         (gst_shout2send_change_state):
16732         * ext/shout2/gstshout2.h:
16733         - fix for sending mp3 audio to icecast2 server, if pad link function not
16734         called before PAUSED state
16735         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
16736         - added tagging support for mp3 audio broadcasted
16737         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16738         debug info
16739
16740 2004-07-28  Wim Taymans  <wim@fluendo.com>
16741
16742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16743         (gst_ogg_demux_push):
16744         Return query failure when we don't know the length of
16745         an ogg stream insteda of returning TRUE with a bogus value.
16746
16747 2004-07-28  Wim Taymans  <wim@fluendo.com>
16748
16749         * ext/theora/theoradec.c: (theora_get_formats),
16750         (theora_dec_src_convert), (theora_dec_sink_convert),
16751         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16752         (theora_dec_chain):
16753         Don't screw up the 1 Chroma for 1 luma sample situation when we
16754         have an odd offset/width by adding a black border in those cases.
16755
16756 2004-07-28  Wim Taymans  <wim@fluendo.com>
16757
16758         * ext/theora/theoradec.c: (theora_get_formats),
16759         (theora_dec_src_convert), (theora_dec_sink_convert),
16760         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16761         (theora_dec_chain):
16762         * ext/theora/theoraenc.c: (theora_enc_sink_link):
16763         Added first attempt at cropping of the image as required by the
16764         theora spec. We need more properties in the caps (offset_x,
16765         offset_y,stride) to implement this correctly.
16766
16767 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
16768
16769         * ext/dvdnav/README:
16770           Update the README to use dvddemux
16771         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16772           Ensure getcaps returns a subset of the template caps
16773         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
16774         (gst_mpeg2subt_init):
16775           Ensure getcaps returns a subset of the template caps
16776         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
16777         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
16778         (gst_dvd_demux_get_subpicture_stream),
16779         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
16780         * gst/mpegstream/gstdvddemux.h:
16781           Set the explicit caps on the current_video pad before pushing
16782           anything
16783         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16784         (gst_mpeg_demux_get_audio_stream):
16785           Free caps used to gst_pad_set_explicit_caps, which takes a const
16786           GstCaps *
16787
16788 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16789
16790         * configure.ac: update GStreamer requirement to 0.8.4 because of
16791           GstFraction.
16792
16793 2004-07-28  Wim Taymans  <wim@fluendo.com>
16794
16795         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16796         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
16797         Add the pad to the element after setting up the caps. This
16798         makes it a lot easier to autoplug.
16799
16800 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16801
16802         * gst/median/gstmedian.c:
16803         * gst/mpeg2subt/gstmpeg2subt.c:
16804         * gst/mpegaudioparse/gstmpegaudioparse.c:
16805         * gst/mpegstream/gstdvddemux.c:
16806         * gst/mpegstream/gstmpegdemux.c:
16807         * gst/mpegstream/gstmpegpacketize.c:
16808         * gst/rtjpeg/gstrtjpeg.c:
16809         * gst/rtjpeg/gstrtjpegdec.c:
16810         * gst/rtjpeg/gstrtjpegenc.c:
16811         * gst/sine/gstsinesrc.c:
16812         * gst/smooth/gstsmooth.c:
16813         * gst/smpte/gstsmpte.c:
16814         * gst/smpte/gstsmpte.h:
16815         * gst/stereo/gststereo.c:
16816         * gst/videofilter/gstgamma.c:
16817         * gst/videofilter/gstvideobalance.c:
16818         * gst/videofilter/gstvideofilter.c:
16819         * gst/videofilter/gstvideoflip.c:
16820         * gst/videoscale/gstvideoscale.c:
16821         * gst/videoscale/videoscale.c:
16822         * gst/videotestsrc/gstvideotestsrc.c:
16823         * gst/videotestsrc/videotestsrc.c:
16824         * gst/wavenc/gstwavenc.c:
16825         * gst/wavparse/gstwavparse.c:
16826           fix local includes and 64 bits constants
16827
16828 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16829
16830         * win32/gst.sln:
16831         * gst-libs/gst/*/*.vcproj:
16832         * gst/*/*.vcproj:
16833           more working plugins
16834
16835 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16836
16837         * testsuite/alsa/Makefile.am:
16838         * testsuite/alsa/srcstate.c:
16839         add test for alsasrc changing state
16840
16841 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16842
16843         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
16844         (gst_silence_get):
16845         * gst/silence/gstsilence.h:
16846         fix silence generation for 16bit raw audio
16847
16848 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16849
16850         * gst/matroska/matroska-demux.c:
16851         (gst_matroska_demux_parse_metadata),
16852         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
16853         * gst/mpegaudio/common.c:
16854         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16855         (gst_videoscale_getcaps), (gst_videoscale_link),
16856         (gst_videoscale_src_fixate), (gst_videoscale_init),
16857         (gst_videoscale_finalize):
16858         * gst/videoscale/gstvideoscale.h:
16859         * gst/videotestsrc/gstvideotestsrc.c:
16860         (gst_videotestsrc_get_capslist):
16861         * gst/wavenc/gstwavenc.c:
16862         * sys/oss/gstossmixer.c: (fill_labels):
16863         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16864         (gst_ximagesink_handle_xevents),
16865         (gst_ximagesink_calculate_pixel_aspect_ratio),
16866         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
16867         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
16868         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16869         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
16870         (gst_ximagesink_init), (gst_ximagesink_class_init):
16871         * sys/ximage/ximagesink.h:
16872         * sys/xvimage/xvimagesink.c:
16873         (gst_xvimagesink_calculate_pixel_aspect_ratio),
16874         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
16875         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16876         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16877         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16878         * sys/xvimage/xvimagesink.h:
16879           first batch of pixel aspect ratio commits.
16880
16881 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16882
16883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16884         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
16885         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
16886           handle stride, needs work if we want to move stride handling
16887           upstream, but works correctly for our purposes.
16888
16889 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16890
16891         * gst/videoscale/README:
16892           add testing examples
16893         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
16894         (gst_videoscale_chain):
16895         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16896         (gst_videoscale_get_size):
16897           add get_size function that handles stride like videotestsrc.
16898           fixes conversion for YUV formats for as much as I can test them.
16899
16900 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16901
16902         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16903         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16905         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16906         (gst_xvimagesink_xvimage_put):
16907           further cleanups, logging, error handling and synchronizing
16908
16909 2004-07-27  Wim Taymans  <wim@fluendo.com>
16910
16911         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16912         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16913         (gst_videomixer_pad_set_property),
16914         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16915         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16916         (gst_videomixer_class_init), (gst_videomixer_init),
16917         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
16918         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
16919         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
16920         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16921         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16922         (gst_videomixer_loop), (plugin_init):
16923         Be a nicer negotiation citizen and provide a getcaps function on
16924         the srcpad. This also fixes a crash when resizing.
16925
16926 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16927
16928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16929         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
16930
16931 2004-07-27  Wim Taymans  <wim@fluendo.com>
16932
16933         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
16934         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16935         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16936         (gst_pngenc_set_property):
16937         * ext/libpng/gstpngenc.h:
16938         Added snapshot property to pngenc.
16939         removed g_print from pngdec
16940
16941 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16942
16943         * gst/ac3parse/ac3parse.vcproj
16944         * gst/adder/adder.vcproj
16945         * gst/alpha/alpha.vcproj
16946         * gst/alpha/alphacolor.vcproj
16947         * gst/asfdemux/asf.vcproj
16948         * gst/audioconvert/audioconvert.vcproj
16949         * gst/audiorate/audiorate.vcproj
16950         * gst/audioscale/audioscale.vcproj
16951         * gst/auparse/auparse.vcproj
16952         * gst/avi/avi.vcproj
16953         * gst/cdxaparse/cdxaparse.vcproj
16954         * gst/chart/chart.vcproj
16955         * gst/colorspace/colorspace.vcproj
16956         * gst/cutter/cutter.vcproj
16957         * gst/debug/debug.vcproj
16958         * gst/debug/efence.vcproj
16959         * gst/debug/navigationtest.vcproj
16960         * gst/deinterlace/deinterlace.vcproj
16961         * gst/effectv/effectv.vcproj
16962         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16963         * gst/filter/filter.vcproj
16964         * gst/flx/flxdec.vcproj
16965         * gst/goom/goom.vcproj
16966         * gst/interleave/interleave.vcproj
16967         * gst/law/alaw.vcproj
16968         * gst/law/mulaw.vcproj
16969         * gst/matroska/matroska.vcproj
16970         * gst/median/median.vcproj
16971         * gst/mixmatrix/mixmatrix.vcproj
16972         * gst/mpeg1sys/mpeg1systemencode.vcproj
16973         * gst/mpeg1videoparse/mp1videoparse.vcproj
16974         * gst/mpeg2sub/mpeg2subt.vcproj
16975         * gst/mpegaudio/mpegaudio.vcproj
16976         * gst/mpegaudioparse/mpegaudioparse.vcproj
16977         * gst/mpegstream/mpegstream.vcproj
16978         * gst/multifilesink/multifilesink.vcproj
16979         * gst/multipart/multipart.vcproj
16980         * gst/oneton/oneton.vcproj
16981         * gst/overlay/overlay.vcproj
16982         * gst/passthrough/passthrough.vcproj
16983         * gst/qtdemux/qtdemux.vcproj
16984         * gst/realmedia/rmdemux.vcproj
16985         * gst/rtjpeg/rtjpeg.vcproj
16986         * gst/rtp/rtp.vcproj
16987         * gst/silence/silence.vcproj
16988         * gst/sine/sinesrc.vcproj
16989         * gst/smooth/smooth.vcproj
16990         * gst/smpte/smpte.vcproj
16991         * gst/spectrum/spectrum.vcproj
16992         * gst/speed/speed.vcproj
16993         * gst/stereo/stereo.vcproj
16994         * gst/switch/switch.vcproj
16995         * gst/tags/tagedit.vcproj
16996         * gst/tcp/tcp.vcproj
16997         * gst/typefind/typefindfunctions.vcproj
16998         * gst/udp/udp.vcproj
16999         * gst/videobox/videobox.vcproj
17000         * gst/videocrop/videocrop.vcproj
17001         * gst/videodrop/videodrop.vcproj
17002         * gst/videofilter/gamma.vcproj
17003         * gst/videofilter/videobalance.vcproj
17004         * gst/videofilter/videofilter.vcproj
17005         * gst/videofilter/videoflip.vcproj
17006         * gst/videoflip/videoflip.vcproj
17007         * gst/videomixer/videomixer.vcproj
17008         * gst/videorate/videorate.vcproj
17009         * gst/videoscale/videoscale.vcproj
17010         * gst/videotestsrc/videotestsrc.vcproj
17011         * gst/virtualdub/virtualdub.vcproj
17012         * gst/volenv/volenv.vcproj
17013         * gst/volume/volume.vcproj
17014         * gst/wavenc/wavenc.vcproj
17015         * gst/wavparse/wavparse.vcproj
17016         * gst/y4m/y4menc.vcproj
17017         * gst-libs/gst/audio/audio.vcproj
17018         * gst-libs/gst/audio/audiofilter.vcproj
17019         * gst-libs/gst/colorbalance/colorbalance.vcproj
17020         * gst-libs/gst/idct/idtc.vcproj
17021         * gst-libs/gst/media-info/media-info.vcproj
17022         * gst-libs/gst/mixer/mixer.vcproj
17023         * gst-libs/gst/navigation/navigation.vcproj
17024         * gst-libs/gst/play/play.vcproj
17025         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17026         * gst-libs/gst/resample/resample.vcproj
17027         * gst-libs/gst/riff/riff.vcproj
17028         * gst-libs/gst/tuner/tuner.vcproj
17029         * gst-libs/gst/video/video.vcproj
17030         * gst-libs/gst/xoverlay/xoverlay.vcproj
17031           avoid problems with math.h, fix release dependancy
17032           rename GStreamer-0.8.lib to libgstreamer.lib
17033
17034 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17035
17036         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17038         the atom is not available we have to unlock the mutex. Fixes #148023
17039
17040 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17041
17042         * gst-libs/gst/media-info/media-info.h:
17043           issue for a vararg macro with MSVC
17044
17045 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17046
17047         * gst/effectv/effectv.vcproj
17048         * gst-libs/gst/idct/idct.vcproj:
17049         * gst-libs/gst/media-info/media-info.vcproj:
17050         * gst-libs/gst/navigation/navigation.vcproj:
17051         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17052         * gst-libs/gst/video/video.vcproj:
17053         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17054           fixes for build problems
17055
17056 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17057
17058         * gst-libs/gst/audio/audio.def:
17059         * gst-libs/gst/audio/riff.def:
17060           add some definitions needed by plugins
17061
17062 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17063
17064         * gst/asfdemux/gstasfmux.c
17065           Fix some 64 bits constants to be glib friendly
17066
17067 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17068
17069         * gst/ac3parse/gstac3parse.c
17070         * gst/audioscale/gstaudioscale.c
17071         * gst/auparse/gstauparse.c
17072         * gst/colorspace/gstcolorspace.c
17073         * gst/colorspace/yuv2rgb.h
17074           local include fixes
17075
17076 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17077
17078         * win32/gst.sln
17079           add more plugins to the build
17080
17081 2004-07-26  Julien MOUTTE  <julien@moutte.net>
17082
17083         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17084         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17085
17086 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17087
17088         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17089         (gst_level_set_property), (gst_level_get_property),
17090         (gst_level_base_init), (gst_level_class_init):
17091           add debugging categories.  cleanups.
17092
17093 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17094
17095         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17096         (gst_videoscale_planar411), (gst_videoscale_planar400),
17097         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17098         (gst_videoscale_scale_nearest_str1),
17099         (gst_videoscale_scale_nearest_str2),
17100         (gst_videoscale_scale_nearest_str4),
17101         (gst_videoscale_scale_nearest_16bit),
17102         (gst_videoscale_scale_nearest_24bit):
17103           fixed stride issues
17104           tested with 320x240 -> 321, 322, 324 x240
17105           tested with YV12, I420, YUY2, UYVY
17106           fixed packed422rev (don't think it could have worked before)
17107           by testing with UYVY
17108
17109 2004-07-26  Benjamin Otte  <otte@gnome.org>
17110
17111         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17112         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17113         (plugin_init):
17114           add debugging category, add error checks like checking return values
17115           of setup calls, make sure it still works after
17116           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17117
17118 2004-07-26  Wim Taymans  <wim@fluendo.com>
17119
17120         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17121         (gst_mpeg_demux_get_audio_stream),
17122         (gst_mpeg_demux_process_private):
17123         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17124         Check for error codes from the negotiation functions. Make sure
17125         we really set the pad caps when a new pad is created.
17126
17127 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17128
17129         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17130         (gst_ffmpeg_caps_to_pix_fmt):
17131         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17132         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17133         (gst_ffmpegcolorspace_pad_link):
17134           don't make function do two things at the same time without reason.
17135
17136 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17137
17138         * gst/ac3parse/ac3parse.vcproj
17139         * gst/adder/adder.vcproj
17140         * gst/alpha/alpha.vcproj
17141         * gst/alpha/alphacolor.vcproj
17142         * gst/asfdemux/asf.vcproj
17143         * gst/audioconvert/audioconvert.vcproj
17144         * gst/audiorate/audiorate.vcproj
17145         * gst/audioscale/audioscale.vcproj
17146         * gst/auparse/auparse.vcproj
17147         * gst/avi/avi.vcproj
17148         * gst/cdxaparse/cdxaparse.vcproj
17149         * gst/chart/chart.vcproj
17150         * gst/colorspace/colorspace.vcproj
17151         * gst/cutter/cutter.vcproj
17152         * gst/debug/debug.vcproj
17153         * gst/debug/efence.vcproj
17154         * gst/debug/navigationtest.vcproj
17155         * gst/deinterlace/deinterlace.vcproj
17156         * gst/effectv/effectv.vcproj
17157         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17158         * gst/filter/filter.vcproj
17159         * gst/flx/flxdec.vcproj
17160         * gst/goom/goom.vcproj
17161         * gst/interleave/interleave.vcproj
17162         * gst/law/alaw.vcproj
17163         * gst/law/mulaw.vcproj
17164         * gst/matroska/matroska.vcproj
17165         * gst/median/median.vcproj
17166         * gst/mixmatrix/mixmatrix.vcproj
17167         * gst/mpeg1sys/mpeg1systemencode.vcproj
17168         * gst/mpeg1videoparse/mp1videoparse.vcproj
17169         * gst/mpeg2sub/mpeg2subt.vcproj
17170         * gst/mpegaudio/mpegaudio.vcproj
17171         * gst/mpegaudioparse/mpegaudioparse.vcproj
17172         * gst/mpegstream/mpegstream.vcproj
17173         * gst/multifilesink/multifilesink.vcproj
17174         * gst/multipart/multipart.vcproj
17175         * gst/oneton/oneton.vcproj
17176         * gst/overlay/overlay.vcproj
17177         * gst/passthrough/passthrough.vcproj
17178         * gst/qtdemux/qtdemux.vcproj
17179         * gst/realmedia/rmdemux.vcproj
17180         * gst/rtjpeg/rtjpeg.vcproj
17181         * gst/rtp/rtp.vcproj
17182         * gst/silence/silence.vcproj
17183         * gst/sine/sinesrc.vcproj
17184         * gst/smooth/smooth.vcproj
17185         * gst/smpte/smpte.vcproj
17186         * gst/spectrum/spectrum.vcproj
17187         * gst/speed/speed.vcproj
17188         * gst/stereo/stereo.vcproj
17189         * gst/switch/switch.vcproj
17190         * gst/tags/tagedit.vcproj
17191         * gst/tcp/tcp.vcproj
17192         * gst/typefind/typefindfunctions.vcproj
17193         * gst/udp/udp.vcproj
17194         * gst/videobox/videobox.vcproj
17195         * gst/videocrop/videocrop.vcproj
17196         * gst/videodrop/videodrop.vcproj
17197         * gst/videofilter/gamma.vcproj
17198         * gst/videofilter/videobalance.vcproj
17199         * gst/videofilter/videofilter.vcproj
17200         * gst/videofilter/videoflip.vcproj
17201         * gst/videoflip/videoflip.vcproj
17202         * gst/videomixer/videomixer.vcproj
17203         * gst/videorate/videorate.vcproj
17204         * gst/videoscale/videoscale.vcproj
17205         * gst/videotestsrc/videotestsrc.vcproj
17206         * gst/virtualdub/virtualdub.vcproj
17207         * gst/volenv/volenv.vcproj
17208         * gst/volume/volume.vcproj
17209         * gst/wavenc/wavenc.vcproj
17210         * gst/wavparse/wavparse.vcproj
17211         * gst/y4m/y4menc.vcproj
17212           more plugins supported under windows
17213
17214 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17215
17216         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17217         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17218         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17220         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17221           Add debugging statements.  Use the sizes as returned by the
17222           *CreateImage calls.
17223
17224 2004-07-26  Johan Dahlin  <johan@gnome.org>
17225
17226         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17227         the pad is negotiated.
17228
17229         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17230
17231 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17232
17233         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17234         * gst-libs/gst/idct/idct.vcproj:
17235         * gst-libs/gst/media-info/media-info.vcproj:
17236         * gst-libs/gst/mixer/mixer.vcproj:
17237         * gst-libs/gst/navigation/navigation.vcproj:
17238         * gst-libs/gst/play/play.vcproj:
17239         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17240         * gst-libs/gst/resample/resample.vcproj:
17241         * gst-libs/gst/tuner/tuner.vcproj:
17242         * gst-libs/gst/video/video.vcproj:
17243         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17244           more plugins supported under windows
17245
17246 2004-07-25 Iain <iain@prettypeople.org>
17247
17248         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17249         pad now rather than when the pad is created because state changes wipe
17250         explicit caps (fixes #148043).
17251
17252 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
17253
17254         reviewed by Benjamin Otte  <otte@gnome.org>
17255
17256         * ext/mad/gstmad.c:
17257           fix mad plugin crashing on Sun (fixes #148289)
17258
17259 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17260
17261         * gst/avi/avi.def:
17262         * gst/avi/avi.vcproj:
17263         * gst/matroska/matroska.def:
17264         * gst/matroska/matroska.vcproj:
17265           remove unused .def files
17266
17267 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17268
17269         * gst-libs/gst/audio/gstaudiofilter.c:
17270           Clean the local include
17271
17272 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17273
17274         * win32/gst.sln:
17275         * gst-libs/gst/audio/audio.def:
17276         * gst-libs/gst/audio/audio.vcproj:
17277         * gst-libs/gst/audio/audiofilter.vcproj:
17278         * gst-libs/gst/audio/riff.def:
17279         * gst-libs/gst/audio/riff.vcproj:
17280         * gst-libs/gst/gst-libs.def:
17281         * gst-libs/gst/gst-libs.vcproj:
17282         * gst/avi/avi.vcproj:
17283         * gst/avi/avi.vcproj:
17284           Copy the files where needed after building, cleaner projects
17285
17286 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17287
17288         * gst/matroska/ebml-write.c:
17289           Fix some 64 bits constants to be glib friendly
17290
17291 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
17292
17293         * win32/gst.sln:
17294         * gst-libs/gst/gst-libs.def:
17295         * gst-libs/gst/gst-libs.vcproj:
17296         * gst/matroska/matroska.def:
17297         * gst/matroska/matroska.vcproj:
17298           Add the preliminary canvas to build plugins on Win32
17299
17300 2004-07-23  Benjamin Otte  <otte@gnome.org>
17301
17302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17303           don't enfore negotiation from source side, it breaks
17304           sinesrc ! audioconvert ! osssink
17305
17306 2004-07-22  David Schleef  <ds@schleef.org>
17307
17308         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
17309         for ELF files, since they can easily be recognized as audio/mpeg.
17310         (bug #147441)
17311
17312 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17313
17314         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17315         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
17316         (gst_videoscale_scale_nearest_24bit),
17317         (gst_videoscale_scale_nearest_16bit):
17318           fix 16bit and 24bit for stride (24bit might need testing)
17319           don't pretend we do more than one algorithm
17320
17321 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17322
17323         * configure.ac:
17324         * gst/Makefile.am:
17325         * gst/multifilesink/Makefile.am:
17326         * gst/multifilesink/gstmultifilesink.c:
17327         (gst_multifilesink_get_formats),
17328         (gst_multifilesink_get_query_types), (_do_init),
17329         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
17330         (gst_multifilesink_init), (gst_multifilesink_dispose),
17331         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
17332         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
17333         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
17334         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
17335         (gst_multifilesink_chain), (gst_multifilesink_change_state),
17336         (gst_multifilesink_uri_get_type),
17337         (gst_multifilesink_uri_get_protocols),
17338         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
17339         (gst_multifilesink_uri_handler_init), (plugin_init):
17340         * gst/multifilesink/gstmultifilesink.h:
17341         * testsuite/Makefile.am:
17342         * testsuite/multifilesink/Makefile.am:
17343         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
17344         (gst_newmedia_class_init), (gst_newmedia_init),
17345         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17346         (newfile_signal), (test_signal), (main):
17347         multifilesink plugin for creating new files every time a new media
17348         discontinuity event occurs
17349
17350 2004-07-22  Wim Taymans  <wim@fluendo.com>
17351
17352         * gst/alpha/Makefile.am:
17353         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
17354         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
17355         (gst_alpha_color_init), (gst_alpha_color_set_property),
17356         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
17357         (transform), (gst_alpha_color_chain),
17358         (gst_alpha_color_change_state), (plugin_init):
17359         Stupid plugin to to RGBA to AYUV conversion because none of
17360         the colorspace plugins can handle that yet.
17361
17362 2004-07-22  Wim Taymans  <wim@fluendo.com>
17363
17364         * examples/seeking/seek.c: (update_scale), (main):
17365         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17366         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
17367         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
17368         (gst_decode_bin_init), (gst_decode_bin_dispose),
17369         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17370         (no_more_pads), (close_link), (type_found),
17371         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17372         (plugin_init):
17373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17374         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17375         (gst_play_base_bin_dispose), (queue_overrun),
17376         (gen_preroll_element), (remove_prerolls), (unknown_type),
17377         (no_more_pads), (new_stream), (setup_source),
17378         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17379         (play_base_eos), (gst_play_base_bin_change_state),
17380         (gst_play_base_bin_add_element),
17381         (gst_play_base_bin_remove_element),
17382         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17383         (gst_play_base_bin_unlink_stream),
17384         (gst_play_base_bin_get_streaminfo):
17385         * gst/playback/gstplaybin.c: (gen_video_element),
17386         (gen_audio_element):
17387         * gst/playback/gststreaminfo.h:
17388         More playback updates, attempt to fix things after the state change
17389         breakage.
17390
17391 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17392
17393         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
17394         (gst_videoscale_scale_nearest_16bit):
17395           comment algorithm
17396
17397 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17398
17399         * gst/videotestsrc/gstvideotestsrc.c:
17400         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
17401         (gst_videotestsrc_init), (gst_videotestsrc_get),
17402         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
17403         (gst_videotestsrc_get_property):
17404         * gst/videotestsrc/gstvideotestsrc.h:
17405         * gst/videotestsrc/videotestsrc.c:
17406         * gst/videotestsrc/videotestsrc.h:
17407           cleanup and commenting
17408
17409 2004-07-21  Wim Taymans  <wim@fluendo.com>
17410
17411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
17412         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
17413         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
17414         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
17415         (_find_chain_get_unknown_part), (_find_streams_check),
17416         (gst_ogg_demux_push), (gst_ogg_pad_push):
17417         * ext/theora/theoradec.c: (theora_get_formats),
17418         (theora_dec_src_convert), (theora_dec_sink_convert),
17419         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17420         (theora_dec_chain):
17421         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17422         (vorbis_dec_convert), (vorbis_dec_src_query),
17423         (vorbis_dec_src_event), (vorbis_dec_event):
17424         More seeking fixes, oggdemux now supports seeking to time and
17425         uses the downstream element to convert granulepos to time.
17426         Seeking in theora-only ogg files now works.
17427
17428 2004-07-21  Wim Taymans  <wim@fluendo.com>
17429
17430         * ext/theora/theoradec.c: (gst_theora_dec_init),
17431         (theora_get_formats), (theora_get_event_masks),
17432         (theora_get_query_types), (theora_dec_src_convert),
17433         (theora_dec_sink_convert), (theora_dec_src_query),
17434         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
17435         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17436         (vorbis_get_event_masks), (vorbis_get_query_types),
17437         (gst_vorbis_dec_init), (vorbis_dec_convert),
17438         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
17439         Added query/convert/formats functions to vorbis and theora decoders
17440         so that the outside world can use them too. Fixed seeking on an
17441         ogg/theora/vorbis file by disabling the seeking seeking on the
17442         theora srcpad.
17443
17444 2004-07-21  Julien MOUTTE  <julien@moutte.net>
17445
17446         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17447         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
17448         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
17449         images creation for both elements. We don't create the image on caps
17450         nego or renego, we just destroy the internal one if present if it does
17451         not match the needs. The chain function takes care of creating a new
17452         image when needed.
17453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17454         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
17455         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17456         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
17457         the image format information. The buffer pool checks for the context
17458         image format and discard images with different formats.
17459         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
17460
17461 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17462
17463         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17464         (gst_ffmpegcolorspace_chain):
17465           no point in doing any chaining if the pad we want to push from
17466           isn't usable.
17467
17468 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * gst-libs/gst/riff/riff-media.c:
17471         (gst_riff_create_audio_caps_with_data):
17472           Fix double end-to-native symbol conversion (#148021).
17473
17474 2004-07-20  David Schleef  <ds@schleef.org>
17475
17476         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17477         Don't use an Atom that doesn't exist.
17478
17479 2004-07-20  Wim Taymans  <wim@fluendo.com>
17480
17481         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17482         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17483         (gst_multifdsink_client_remove),
17484         (gst_multifdsink_handle_client_write),
17485         (gst_multifdsink_queue_buffer):
17486         * gst/tcp/gstmultifdsink.h:
17487         More multifdsink stats. Avoid deadlock by releasing locks
17488         before sending out a signal.
17489
17490 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17491
17492         * po/LINGUAS:
17493         * po/hu.po:
17494           added Hungarian translation (Laszlo Dvornik)
17495
17496 2004-07-20  Wim Taymans  <wim@fluendo.com>
17497
17498         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17499         (gst_multifdsink_add), (gst_multifdsink_client_remove),
17500         (gst_multifdsink_handle_client_write),
17501         (gst_multifdsink_queue_buffer):
17502         * gst/tcp/gsttcp-marshal.list:
17503         Fixed the stupid marshal definition.
17504
17505 2004-07-20  Wim Taymans  <wim@fluendo.com>
17506
17507         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17508         (gst_multifdsink_init), (gst_multifdsink_add),
17509         (gst_multifdsink_client_remove),
17510         (gst_multifdsink_handle_client_write),
17511         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
17512         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
17513         (gst_multifdsink_init_send):
17514         * gst/tcp/gstmultifdsink.h:
17515         Added more stats, added timeout for a client, fixed some typos
17516         and added some comments.
17517
17518 2004-07-20  Wim Taymans  <wim@fluendo.com>
17519
17520         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17521         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17522         (gst_multifdsink_client_remove),
17523         (gst_multifdsink_handle_client_write):
17524         * gst/tcp/gstmultifdsink.h:
17525         * gst/tcp/gsttcp-marshal.list:
17526         Added get_stats method that returns a GValueArray of
17527         stats values.
17528
17529 2004-07-19  Benjamin Otte  <otte@gnome.org>
17530
17531         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17532           make sure longname, description and author are valid UTF-8
17533
17534 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17535
17536         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
17537         (gst_ximagesink_set_property):
17538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
17539         (gst_xvimagesink_set_property):
17540           make sure SYNCHRONOUS is respected after getting the X context
17541
17542 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17543
17544         * gst/matroska/matroska-demux.c:
17545         (gst_matroska_demux_handle_src_event),
17546         (gst_matroska_demux_parse_blockgroup):
17547         * gst/matroska/matroska-ids.h:
17548           add BlockReference tag and ignore it to clear out log.
17549           ignore NAVIGATION events to clear out log.
17550
17551 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17552
17553         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
17554         (gst_matroska_demux_add_stream):
17555         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
17556           add debug categories
17557
17558 2004-07-16  Wim Taymans  <wim@fluendo.com>
17559
17560         * ext/libpng/Makefile.am:
17561         * ext/libpng/gstpng.c: (plugin_init):
17562         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
17563         (gst_pngdec_get_type), (gst_pngdec_base_init),
17564         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
17565         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
17566         * ext/libpng/gstpngdec.h:
17567         Added png decoder.
17568
17569 2004-07-16  Julien MOUTTE  <julien@moutte.net>
17570
17571         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
17572         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
17573         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
17574         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
17575         (gst_ximagesink_buffer_alloc):
17576         * sys/ximage/ximagesink.h:
17577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17578         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17579         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
17580         (gst_xvimagesink_buffer_alloc):
17581         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
17582         again. Using internal data pointer of the x(v)image to store image's
17583         data to be coherent with the buffer alloc mechanism. Investigated the
17584         image destruction code to be sure that everything gets freed correctly.
17585
17586 2004-07-16  Wim Taymans  <wim@fluendo.com>
17587
17588         * gst-libs/gst/riff/riff-read.c:
17589         (gst_riff_read_strf_vids_with_data),
17590         (gst_riff_read_strf_auds_with_data):
17591         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17592         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
17593         Make sure we don't create 0 sized subbuffers in riff-read.
17594         Signal the no more pads signal after reading the avi header.
17595
17596 2004-07-16  Wim Taymans  <wim@fluendo.com>
17597
17598         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17599         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
17600         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
17601         (gst_decode_bin_init), (gst_decode_bin_dispose),
17602         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17603         (no_more_pads), (close_link), (type_found),
17604         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17605         (gst_decode_bin_change_state), (plugin_init):
17606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17607         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17608         (gst_play_base_bin_dispose), (queue_overrun),
17609         (gen_preroll_element), (remove_prerolls), (unknown_type),
17610         (no_more_pads), (new_stream), (setup_source),
17611         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17612         (play_base_eos), (gst_play_base_bin_change_state),
17613         (gst_play_base_bin_add_element),
17614         (gst_play_base_bin_remove_element),
17615         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17616         (gst_play_base_bin_unlink_stream),
17617         (gst_play_base_bin_get_streaminfo):
17618         * gst/playback/gstplaybasebin.h:
17619         Better error recovery. Added configurable preroll queue size. Faster
17620         detection of no-more-pads.
17621
17622 2004-07-16  Wim Taymans  <wim@fluendo.com>
17623
17624         * gst-libs/gst/video/video.h:
17625         Added 32 bits RGBA. Not sure if we should use another mime-type
17626         for alpha rgb. Currently the presence of the alpha_mask property
17627         signals an alpha channel.
17628
17629 2004-07-16  Wim Taymans  <wim@fluendo.com>
17630
17631         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17633         FPS seems to be 0.0 to MAX everywhere else.
17634
17635 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17636
17637         * gst-libs/gst/riff/riff-media.c:
17638         (gst_riff_create_video_caps_with_data):
17639           mp42/mp43 (no caps) exist too.
17640         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17641           Set pixel_width/height; we've got them in-caps.
17642         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17643         * gst/wavparse/gstwavparse.c: (plugin_init):
17644           Both are valid primary.
17645         * sys/oss/gstossmixer.c:
17646           Remove i18n hack and enable translations.
17647
17648 2004-07-15  Benjamin Otte  <otte@gnome.org>
17649
17650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17651         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
17652           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
17653
17654 2004-07-15  Benjamin Otte  <otte@gnome.org>
17655
17656         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17657         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
17658         (gst_alsa_close_audio):
17659           disable some of the debugging code for now. Writing debugging to a
17660           buffer is broken in current alsalib releases.
17661
17662 2004-07-12  Benjamin Otte  <otte@gnome.org>
17663
17664         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
17665           use bufferpools
17666
17667 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17668
17669         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17670         (theora_dec_src_query), (theora_dec_event):
17671         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
17672           add debugging categories.  Remove \n's.
17673
17674 2004-07-13  Johan Dahlin  <johan@gnome.org>
17675
17676         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
17677         (gst_play_bin_get_property): Impl.
17678
17679 2004-07-13  Wim Taymans  <wim@fluendo.com>
17680
17681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
17682         When trying to find the stream length, seek back N pages
17683         instead of just one, where N is the number of streams in
17684         the current chain.
17685
17686 2004-07-13  Wim Taymans  <wim@fluendo.com>
17687
17688         * gst-libs/gst/riff/riff-media.c:
17689         (gst_riff_create_audio_caps_with_data),
17690         (gst_riff_create_audio_caps),
17691         (gst_riff_create_audio_template_caps):
17692         * gst-libs/gst/riff/riff-media.h:
17693         * gst-libs/gst/riff/riff-read.c:
17694         (gst_riff_read_strf_vids_with_data),
17695         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
17696         * gst-libs/gst/riff/riff-read.h:
17697         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17698         (gst_avi_demux_add_stream):
17699         Set codec_data on caps for avidemuxer.
17700
17701 2004-07-12  David Schleef  <ds@schleef.org>
17702
17703         * configure.ac: Fix test for Objective C
17704
17705 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
17706         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17707         (gst_gdk_pixbuf_chain):
17708           Add svg and pcx to template caps, and ensure that getcaps returns a
17709           subset of the template caps.
17710           Copy each row manually for output, as gdkpixbuf may pad the
17711           rowstride to a 32-bit word boundary.
17712
17713 2004-07-12  Wim Taymans  <wim@fluendo.com>
17714
17715         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
17716         (gst_riff_create_video_template_caps):
17717         Fix the template caps to include some more media types.
17718
17719 2004-07-12  Wim Taymans  <wim@fluendo.com>
17720
17721         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17722         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17723         (compare_ranks), (print_feature), (gst_decode_bin_init),
17724         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17725         (try_to_link_1), (new_pad), (close_link), (type_found),
17726         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17727         (gst_decode_bin_change_state), (plugin_init):
17728         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17729         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17730         (gst_play_base_bin_dispose), (queue_overrun),
17731         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17732         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17733         (gst_play_base_bin_get_property), (play_base_eos),
17734         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17735         (gst_play_base_bin_remove_element),
17736         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17737         (gst_play_base_bin_unlink_stream),
17738         (gst_play_base_bin_get_streaminfo):
17739         * gst/playback/gstplaybasebin.h:
17740         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17741         (gst_play_bin_class_init), (gst_play_bin_init),
17742         (gst_play_bin_dispose), (gst_play_bin_set_property),
17743         (gst_play_bin_get_property), (gen_video_element),
17744         (gen_audio_element), (remove_sinks), (setup_sinks),
17745         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17746         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17747         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17748         (gst_play_bin_query), (plugin_init):
17749         * gst/playback/test4.c: (main):
17750         More fixes on reusing of the element.
17751
17752 2004-07-11  Benjamin Otte  <otte@gnome.org>
17753
17754         * ext/mad/gstmad.c: (normal_seek):
17755           allow seeking for other methods than just SET
17756
17757 2004-07-11  Andy Wingo  <wingo@pobox.com>
17758
17759         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
17760         float, "any" caps -> buffer_frames=[0,MAX].
17761
17762         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
17763         doesn't intersect our caps with the template any more. Do it
17764         ourselves.
17765         (interleave_buffered_loop): Use g_newa instead of malloc/free.
17766
17767 2004-07-09  Wim Taymans  <wim@fluendo.com>
17768
17769         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17770         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17771         (compare_ranks), (print_feature), (gst_decode_bin_init),
17772         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17773         (try_to_link_1), (new_pad), (close_link), (type_found),
17774         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17775         (gst_decode_bin_change_state), (plugin_init):
17776         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17777         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17778         (gst_play_base_bin_dispose), (queue_overrun),
17779         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17780         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17781         (gst_play_base_bin_get_property), (play_base_eos),
17782         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17783         (gst_play_base_bin_remove_element),
17784         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17785         (gst_play_base_bin_unlink_stream),
17786         (gst_play_base_bin_get_streaminfo):
17787         * gst/playback/gstplaybasebin.h:
17788         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17789         (gst_play_bin_class_init), (gst_play_bin_init),
17790         (gst_play_bin_dispose), (gst_play_bin_set_property),
17791         (gst_play_bin_get_property), (gen_video_element),
17792         (gen_audio_element), (remove_sinks), (setup_sinks),
17793         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17794         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17795         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17796         (gst_play_bin_query), (plugin_init):
17797         * gst/playback/test4.c: (main):
17798         Work on object reuse and seeking.
17799
17800 2004-07-09  Wim Taymans  <wim@fluendo.com>
17801
17802         * examples/seeking/seek.c: (iterate):
17803         Don't consume all CPU in the idle loop.
17804
17805 2004-07-09  Wim Taymans  <wim@fluendo.com>
17806
17807         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
17808         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
17809         Add pad to element *after* setting the pad functions so that
17810         the scheduler can use the correct ones.
17811
17812 2004-07-09  Wim Taymans  <wim@fluendo.com>
17813
17814         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17815         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
17816         Sync to keyframe after seek
17817
17818 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17819
17820         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17821         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17822         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
17823         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
17824         * ext/libvisual/visual.c: (gst_visual_change_state):
17825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
17826         * ext/theora/theoradec.c: (theora_dec_change_state):
17827         * ext/theora/theoraenc.c: (theora_enc_change_state):
17828         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
17829         * gst-libs/gst/navigation/navigation.c:
17830         * gst/adder/gstadder.c: (gst_adder_change_state):
17831         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17832         (gst_audio_convert_get_buffer):
17833         * gst/multipart/multipartdemux.c:
17834         (gst_multipart_demux_change_state):
17835         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
17836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17837         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17838         * gst/videoscale/gstvideoscale.c:
17839         (gst_videoscale_handle_src_event):
17840         * gst/volume/gstvolume.c: (volume_chain_int16):
17841           don't assert in state change, this should be done by the base
17842           GstElement class.
17843           various debugging fixes.
17844
17845 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17846
17847         * configure.ac:
17848         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17849         (gst_play_dispose), (gst_play_set_location),
17850         (gst_play_set_data_src), (gst_play_set_video_sink),
17851         (gst_play_set_audio_sink), (gst_play_set_visualization),
17852         (gst_play_connect_visualization), (gst_play_get_sink_element),
17853         (gst_play_get_all_by_interface):
17854         * gst-libs/gst/play/play.h:
17855           add new method to get elements implementing an interface.
17856           add various error logging
17857
17858 2004-07-08  Wim Taymans  <wim@fluendo.com>
17859
17860         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
17861         (make_mpeg_pipeline), (make_mpegnt_pipeline),
17862         (make_playerbin_pipeline), (query_durations_elems),
17863         (query_durations_pads), (query_positions_elems),
17864         (query_positions_pads), (update_scale), (iterate), (stop_seek),
17865         (main):
17866         Added playbin seeking example.
17867
17868 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17869
17870         * gst-libs/gst/play/play.c: (gst_play_set_location),
17871         (gst_play_set_data_src), (gst_play_set_video_sink),
17872         (gst_play_set_audio_sink), (gst_play_set_visualization),
17873         (gst_play_connect_visualization), (gst_play_get_framerate):
17874           use a macro to look up elements from hash table
17875
17876 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17877
17878         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17879         (gst_play_get_length_callback), (gst_play_set_location),
17880         (gst_play_seek_to_time), (gst_play_set_data_src),
17881         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17882         (gst_play_set_visualization), (gst_play_connect_visualization),
17883         (gst_play_get_sink_element):
17884         - add debugging info
17885         - fix looking up sink elements by iterating over complete caps
17886         - put everything except for source and autoplugger in a complete bin
17887
17888 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17889
17890         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
17891         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
17892         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
17893         (gst_alsa_sink_write), (gst_alsa_sink_loop):
17894         * ext/alsa/gstalsasink.h:
17895         - add debugging info
17896         - clean up schizophrenia of data/buffer/event
17897         - fix double event unref error
17898
17899 2004-07-08  Wim Taymans  <wim@fluendo.com>
17900
17901         * gst/playback/Makefile.am:
17902         Add headers to noinst
17903
17904 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17905
17906         * tools/gst-launch-ext-m.m:
17907         * tools/gst-launch-ext.1.in:
17908           convert to the third millenium
17909
17910 2004-07-07  David Schleef  <ds@schleef.org>
17911
17912         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
17913
17914 2004-07-07  Wim Taymans  <wim@fluendo.com>
17915
17916         * gst/playback/Makefile.am:
17917         * gst/playback/README:
17918         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17919         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17920         (compare_ranks), (print_feature), (gst_decode_bin_init),
17921         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17922         (try_to_link_1), (new_pad), (close_link), (type_found),
17923         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17924         (plugin_init):
17925         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17926         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17927         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
17928         (gen_preroll_element), (no_more_pads), (new_stream),
17929         (setup_source), (gst_play_base_bin_set_property),
17930         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
17931         (gst_play_base_bin_add_element),
17932         (gst_play_base_bin_remove_element),
17933         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17934         (gst_play_base_bin_unlink_stream),
17935         (gst_play_base_bin_get_streaminfo):
17936         * gst/playback/gstplaybasebin.h:
17937         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17938         (gst_play_bin_class_init), (gst_play_bin_init),
17939         (gst_play_bin_dispose), (gst_play_bin_set_property),
17940         (gst_play_bin_get_property), (gen_video_element),
17941         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
17942         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
17943         (gst_play_bin_get_formats), (gst_play_bin_convert),
17944         (gst_play_bin_get_query_types), (gst_play_bin_query),
17945         (plugin_init):
17946         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17947         (gst_stream_info_get_type), (gst_stream_info_class_init),
17948         (gst_stream_info_init), (gst_stream_info_new),
17949         (gst_stream_info_dispose), (gst_stream_info_set_property),
17950         (gst_stream_info_get_property):
17951         * gst/playback/gststreaminfo.h:
17952         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
17953         (main):
17954         * gst/playback/test2.c: (main):
17955         * gst/playback/test3.c: (update_scale), (main):
17956         More playbin fixes. Added README. Do better element filtering.
17957         Added base class to preroll media. Added test apps.
17958
17959 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17960
17961         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
17962         * ext/mpeg2dec/gstmpeg2dec.h:
17963           various debugging improvements.  Reset stream to next picture
17964           instead of sequence header, otherwise seeks cannot work.
17965
17966 2004-07-07  Wim Taymans  <wim@fluendo.com>
17967
17968         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17969         (gst_video_box_class_init), (gst_video_box_set_property),
17970         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
17971         Use pad_alloc where possible.
17972
17973 2004-07-07  Wim Taymans  <wim@fluendo.com>
17974
17975         * sys/oss/gstosselement.c: (gst_osselement_reset),
17976         (gst_osselement_parse_caps):
17977         * sys/oss/gstosselement.h:
17978         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17979         Fix offset on osssrc.
17980
17981 2004-07-07  Wim Taymans  <wim@fluendo.com>
17982
17983         * ext/theora/theora.c: (plugin_init):
17984         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17985         (theora_dec_src_query), (theora_dec_chain):
17986         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17987         (theora_enc_sink_link), (theora_buffer_from_packet),
17988         (theora_push_packet), (theora_enc_chain):
17989         Fix theora granulepos calculation.
17990         Fix overflow in duration/position calculation.
17991         Bump rank to PRIMARY for theoradec.
17992         Use granulepos of last packet to calculate position.
17993         Set keyframe flag on buffers when needed.
17994
17995 2004-07-06  David Schleef  <ds@schleef.org>
17996
17997         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17998         serious?  (Fixed, obviously.)
17999
18000 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18001
18002         * po/LINGUAS:
18003         * po/cs.po:
18004           added Czech translation (Miloslav Trmac)
18005
18006 2004-07-05  Wim Taymans  <wim@fluendo.com>
18007
18008         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18009         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18010         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18011         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18012         (close_link), (type_found), (gst_decode_bin_set_property),
18013         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18014         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18015         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18016         (gst_decode_bin_query), (plugin_init):
18017         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18018         (gst_play_bin_class_init), (gst_play_bin_init),
18019         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18020         (get_video_element), (new_pad), (setup_source),
18021         (gst_play_bin_set_property), (gst_play_bin_get_property),
18022         (gst_play_bin_change_state), (gst_play_bin_add_element),
18023         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18024         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18025         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18026         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18027         * gst/playback/test.c: (main):
18028         More fixes, cleaned up playbin, make it use decodebin. Added
18029         threaded property to playbin.
18030
18031 2004-07-05  Wim Taymans  <wim@fluendo.com>
18032
18033         * configure.ac:
18034         * gst/playback/Makefile.am:
18035         * gst/playback/decodetest.c: (main):
18036         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18037         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18038         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18039         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18040         (close_link), (type_found), (gst_decode_bin_set_property),
18041         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18042         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18043         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18044         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18045         (plugin_init):
18046         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18047         (gst_play_bin_class_init), (gst_play_bin_init),
18048         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18049         (collect_sink_pads), (find_compatibles), (close_pad_link),
18050         (try_to_link_1), (new_pad), (close_link), (type_found),
18051         (setup_source), (gst_play_bin_set_property),
18052         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18053         (compare_ranks), (gst_play_bin_collect_factories),
18054         (gst_play_bin_change_state), (gst_play_bin_add_element),
18055         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18056         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18057         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18058         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18059         * gst/playback/test.c: (main):
18060         Added some playback helper elements and some test apps, very alpha
18061         still.
18062
18063 2004-07-04  Benjamin Otte  <otte@gnome.org>
18064
18065         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18066           only restart audio when we indeed have an xrun to fix repeated
18067           xruns. Fix suggested by Giuliano Pochini.
18068
18069 2004-07-03  David Schleef  <ds@schleef.org>
18070
18071         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18072         call to gst_debug_log() if debugging is disabled (bug #145118)
18073
18074 2004-07-03  Benjamin Otte  <otte@gnome.org>
18075
18076         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18077           use our own functions for restarting the alsa device.
18078         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18079           I should apply patches myself - use MIN for the third argument, not
18080           the second, this fixes seeking
18081
18082 2004-07-02  David Schleef  <ds@schleef.org>
18083
18084         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18085         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
18086         do with the logic.
18087
18088 2004-07-02  David Schleef  <ds@schleef.org>
18089
18090         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
18091         output buffers.  Fix logic mistake.  (bug #144866)
18092
18093 2004-07-02  David Schleef  <ds@schleef.org>
18094
18095         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18096         on X.  (bug #144753)
18097
18098 2004-07-02  David Schleef  <ds@schleef.org>
18099
18100         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18101         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18102         (bug #144624)
18103         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18104         (gst_osselement_rate_probe_check): Add another workaround for
18105         buggy drivers (bug #145336)
18106
18107 2004-07-02  David Schleef  <ds@schleef.org>
18108
18109         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18110         Most systems don't have MSG_NOSIGNAL.
18111
18112 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18113
18114         * Makefile.am:
18115         * gst-libs/gst/colorbalance/Makefile.am:
18116         * gst-libs/gst/mixer/Makefile.am:
18117         * gst-libs/gst/play/Makefile.am:
18118         * gst-libs/gst/tuner/Makefile.am:
18119           (hopefully) fix both install and dist and make error message useful.
18120           needs testing across automakes.
18121
18122 2004-07-02  Benjamin Otte  <otte@gnome.org>
18123
18124         * ext/ogg/gstogg.c: (plugin_init):
18125           we require bytestream now
18126         * ext/ogg/gstoggdemux.c:
18127           huge diff to implement chain setup in a fast and generic way. This
18128           improves tag reading and startup of huge files (read: Theora videos)
18129           quite a bit. It probably contains bugs, too, so please test.
18130           Seeking is not improved to the fast method.
18131
18132 2004-06-29  Wim Taymans  <wim@fluendo.com>
18133
18134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18135         * ext/ogg/gstoggmux.c:
18136         Fix memleak in oggdemux when running unconnected pads.
18137         doc update in mux, start working on keyframe mode.
18138
18139 2004-06-29  Benjamin Otte  <otte@gnome.org>
18140
18141         * sys/oss/gstosssink.c:
18142         * sys/oss/gstosssrc.c:
18143           advertise correct template caps - we indeed do non-native endianness
18144           and 8bit audio has no endianness
18145         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18147           avoid (wrong) duplications in getcaps function and return
18148           template caps
18149
18150 2004-06-29  Wim Taymans  <wim@fluendo.com>
18151
18152         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18153         (gst_multifdsink_class_init), (gst_multifdsink_add),
18154         (gst_multifdsink_remove), (gst_multifdsink_clear),
18155         (gst_multifdsink_client_remove),
18156         (gst_multifdsink_handle_client_read),
18157         (gst_multifdsink_client_queue_data),
18158         (gst_multifdsink_client_queue_caps),
18159         (gst_multifdsink_client_queue_buffer),
18160         (gst_multifdsink_handle_client_write),
18161         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18162         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18163         (gst_multifdsink_init_send), (gst_multifdsink_close):
18164         Fix wrong GList iteration that could crash the server when
18165         more then 2 clients disconnect at the same time. Read all the
18166         pending commands in one batch to recover from command storms under
18167         very heavy load.
18168
18169 2004-06-28  Wim Taymans  <wim@fluendo.com>
18170
18171         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18172         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18173         (gst_videomixer_pad_set_property),
18174         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18175         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18176         (gst_videomixer_class_init), (gst_videomixer_init),
18177         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18178         (pad_zorder_compare), (gst_videomixer_sort_pads),
18179         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18180         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18181         (gst_videomixer_update_queues), (gst_videomixer_loop),
18182         (plugin_init):
18183         Avoid divide by zero, choose masterpad as the pad with the highest
18184         framerate.
18185
18186 2004-06-27  Julien Moutte  <julien@moutte.net>
18187
18188         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18189         (gst_ximagesink_xwindow_new):
18190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18191         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18192         function directly. We might want to call it from somewhere else one day.
18193
18194 2004-06-27  Julien Moutte  <julien@moutte.net>
18195
18196         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18197         (gst_ximagesink_xwindow_new):
18198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18199         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18200         window decorations.
18201
18202 2004-06-27  Wim Taymans  <wim@fluendo.com>
18203
18204         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18205         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18206         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18207         (gst_dvdec_set_property), (gst_dvdec_get_property):
18208         * ext/dv/gstdvdec.h:
18209         Implement drop_factor property to lower the framerate with
18210         a factor.
18211
18212 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18213
18214         * gst-libs/gst/colorbalance/Makefile.am:
18215         * gst-libs/gst/mixer/Makefile.am:
18216         * gst-libs/gst/play/Makefile.am:
18217         * gst-libs/gst/tuner/Makefile.am:
18218           unbreak Company's fix that didn't install the -enum.h files
18219
18220 2004-06-27  Wim Taymans  <wim@fluendo.com>
18221
18222         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18223         (gst_dvdec_change_state):
18224         * ext/dv/gstdvdec.h:
18225         Fix timestamp, duration and offset of the buffers.
18226
18227 2004-06-27  Wim Taymans  <wim@fluendo.com>
18228
18229         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18230         (gst_multifdsink_class_init), (gst_multifdsink_add),
18231         (gst_multifdsink_remove), (gst_multifdsink_clear),
18232         (gst_multifdsink_client_remove),
18233         (gst_multifdsink_handle_client_read),
18234         (gst_multifdsink_client_queue_data),
18235         (gst_multifdsink_client_queue_caps),
18236         (gst_multifdsink_client_queue_buffer),
18237         (gst_multifdsink_handle_client_write),
18238         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18239         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18240         (gst_multifdsink_init_send), (gst_multifdsink_close):
18241         * gst/tcp/gstmultifdsink.h:
18242         * gst/tcp/gsttcpserversink.c:
18243         (gst_tcpserversink_handle_server_read),
18244         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18245         More multifdsink fixes, more recovery policy fixes.
18246         Removed stupid g_print
18247
18248 2004-06-26  Wim Taymans  <wim@fluendo.com>
18249
18250         * gst/tcp/Makefile.am:
18251         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18252         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18253         (gst_multifdsink_class_init), (gst_multifdsink_init),
18254         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18255         (gst_multifdsink_handle_client_read),
18256         (gst_multifdsink_client_queue_data),
18257         (gst_multifdsink_client_queue_caps),
18258         (gst_multifdsink_client_queue_buffer),
18259         (gst_multifdsink_handle_client_write),
18260         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18261         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18262         (gst_multifdsink_chain), (gst_multifdsink_set_property),
18263         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18264         (gst_multifdsink_close), (gst_multifdsink_change_state):
18265         * gst/tcp/gstmultifdsink.h:
18266         * gst/tcp/gsttcpplugin.c: (plugin_init):
18267         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18268         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18269         (gst_tcpserversink_handle_server_read),
18270         (gst_tcpserversink_handle_select),
18271         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18272         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18273         * gst/tcp/gsttcpserversink.h:
18274         Added multifdsink, made tcpserversink a subclass of fdsink, removed
18275         one of the locks, added recovery policy to multifdsink.
18276
18277 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18278
18279         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18280           fix decision for when getting frames with same timestamp
18281         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18282         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18283         (gst_v4lsrc_get_property):
18284         * sys/v4l/gstv4lsrc.h:
18285           add latency offset property
18286
18287 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18288
18289         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18290         (plugin_init):
18291           fix debugging. add category.
18292
18293 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18294
18295         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18296           fix wrong offsets
18297
18298 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18299
18300         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18301         (gst_alsa_src_get_time), (gst_alsa_src_loop),
18302         (gst_alsa_src_change_state):
18303           return a time that is in sync with the element's processing
18304
18305 2004-06-25  Wim Taymans  <wim@fluendo.com>
18306
18307         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18308         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18309         (gst_tcpserversink_client_remove),
18310         (gst_tcpserversink_handle_client_read),
18311         (gst_tcpserversink_client_queue_data),
18312         (gst_tcpserversink_client_queue_caps),
18313         (gst_tcpserversink_client_queue_buffer),
18314         (gst_tcpserversink_handle_client_write),
18315         (gst_tcpserversink_queue_buffer),
18316         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
18317         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
18318         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
18319         (gst_tcpserversink_close):
18320         * gst/tcp/gsttcpserversink.h:
18321         Serversink rewrite. Really do non blocking writes to clients and
18322         maintain an internal queue to handle slower clients while not
18323         disturbing fast clients.
18324
18325 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18326
18327         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18328           better debug, don't override OFFSET and OFFSET_END
18329
18330 2004-06-25  Iain <iain@prettypeople.org>
18331
18332         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
18333         name=source for the wavparse pipeline.
18334
18335 2004-06-24  Johan Dahlin  <johan@gnome.org>
18336
18337         * ext/theora/theoraenc.c (theora_enc_chain): Call
18338         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
18339         streamheader caps are set correctly.
18340
18341 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18342
18343         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18344         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
18345           respect minimum bitrate; same could be done for max bitrate
18346
18347 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18348
18349         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18350         (gst_vorbisenc_setup):
18351           fix sample rate range
18352
18353 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18354
18355         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
18356         (gst_oggvorbisenc_setup):
18357         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18358         (gst_vorbisenc_setup):
18359           resolve ambiguities in code and description
18360
18361 2004-06-24  Wim Taymans  <wim@fluendo.com>
18362
18363         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
18364         * ext/alsa/gstalsa.h:
18365         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18366         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
18367         Use alsa trigger_tstamp to get the timestamp of the first
18368         sample in the buffer for more precise sync. Some cleanups.
18369
18370 2004-06-24  Wim Taymans  <wim@fluendo.com>
18371
18372         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
18373         (gst_audiorate_init), (gst_audiorate_chain),
18374         (gst_audiorate_set_property), (gst_audiorate_get_property):
18375         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18376         (gst_videorate_chain):
18377         Added some logging, fixed an overflow bug in videorate.
18378
18379 2004-06-24  Benjamin Otte  <otte@gnome.org>
18380
18381         * ext/kio/Makefile.am:
18382           fix for builddir != srcdir and distcheck
18383
18384 2004-06-24  Benjamin Otte  <otte@gnome.org>
18385
18386         * gst-libs/gst/colorbalance/Makefile.am:
18387         * gst-libs/gst/mixer/Makefile.am:
18388         * gst-libs/gst/play/Makefile.am:
18389         * gst-libs/gst/tuner/Makefile.am:
18390         * gst/tcp/Makefile.am:
18391         * sys/dxr3/Makefile.am:
18392           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
18393           tarball.
18394           Also add all *.list files that were missing.
18395         * Makefile.am:
18396           add a distcheck hook to ensure the above doesn't happen again.
18397
18398 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
18399
18400         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
18401
18402 2004-06-23  Colin Walters  <walters@redhat.com>
18403
18404         * m4/Makefile.am: Distribute gst-fionread.m4.
18405
18406 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18407
18408         * configure.ac: back to dev
18409
18410 2004-06-23  Wim Taymans  <wim@fluendo.com>
18411
18412         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18413         (gst_alsa_xrun_recovery):
18414         * ext/alsa/gstalsa.h:
18415         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18416         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
18417         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18418         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
18419         (gst_alsa_src_loop):
18420         Add clock to alsasrc. Take new capture timestamp when
18421         restarting after an overrun. Split up some functions between
18422         alsasrc and alsasink.
18423
18424 === release 0.8.2 ===
18425
18426 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18427
18428         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
18429         (gst_alsa_change_state), (gst_alsa_update_avail),
18430         (gst_alsa_xrun_recovery):
18431         * ext/alsa/gstalsa.h:
18432         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18433           merge back changes from release
18434
18435 2004-06-23  Wim Taymans  <wim@fluendo.com>
18436
18437         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
18438         (gst_audiorate_init), (gst_audiorate_chain),
18439         (gst_audiorate_set_property), (gst_audiorate_get_property):
18440         Implement sample dropping and notify
18441
18442 2004-06-22  Wim Taymans  <wim@fluendo.com>
18443
18444         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18445         (theora_enc_sink_link), (theora_buffer_from_packet),
18446         (theora_push_packet), (theora_enc_chain):
18447         Some cleanups, make sure the timestamps are correct.
18448
18449 2004-06-22  Wim Taymans  <wim@fluendo.com>
18450
18451         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
18452         (gst_alsa_change_state), (gst_alsa_update_avail),
18453         (gst_alsa_xrun_recovery):
18454         * ext/alsa/gstalsa.h:
18455         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18456         Cleanups, take queued samples into account when reporting
18457         the time.
18458
18459 2004-06-22  Wim Taymans  <wim@fluendo.com>
18460
18461         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18462         (gst_videorate_init):
18463         Initialize the property as well.
18464
18465 2004-06-22  Wim Taymans  <wim@fluendo.com>
18466
18467         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18468         (gst_videorate_init), (gst_videorate_chain),
18469         (gst_videorate_set_property), (gst_videorate_get_property):
18470         Add property to make videorate silent.
18471         Add property to prefer new frames over old ones.
18472
18473 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18474
18475         * sys/osxvideo/Makefile.am:
18476         Workaround so that the osxvideo .so file gets linked with the
18477         Cocoa, OpenGL and QuickTime frameworks
18478
18479 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18480
18481         * sys/osxaudio/Makefile.am:
18482         Workaround so that the osxaudio .so file gets linked with the
18483         CoreAudio framework
18484
18485 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18486
18487         * configure.ac:
18488         Whoops, my fault...fixed build issues
18489
18490 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18491
18492         * configure.ac:
18493         Add objective-c support if running in Darwin/Mac OS X
18494         * sys/Makefile.am:
18495         * sys/osxvideo:
18496         * sys/osxvideo/Makefile.am:
18497         * sys/osxvideo/osxvideosink.h:
18498         * sys/osxvideo/osxvideosink.m:
18499         * sys/osxvideo/cocoawindow.h:
18500         * sys/osxvideo/cocoawindow.m:
18501         Add osxvideosink, a cocoa-based osx video sink
18502
18503
18504 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
18505         * ext/dvdnav/gst-dvd:
18506         Grab the gconf key from the right spot
18507         * gst/debug/gstnavseek.c: (gst_navseek_init),
18508         (gst_navseek_segseek), (gst_navseek_handle_src_event),
18509         (gst_navseek_chain):
18510         * gst/debug/gstnavseek.h:
18511           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
18512           and loop parameters of a segment seek.
18513         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18514         (gst_videotestsrc_get_event_masks),
18515         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
18516         * gst/videotestsrc/gstvideotestsrc.h:
18517           Add seeking support to videotestsrc
18518           Initialise the timestamp_offset variable.
18519
18520 2004-06-18  Wim Taymans  <wim@fluendo.com>
18521
18522         * ext/sidplay/gstsiddec.cc:
18523         Fix negotiation and set correct end offset.
18524
18525 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18526
18527         * configure.ac: branch and prerelease
18528
18529 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18530
18531         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
18532         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
18533         (gst_tcpclientsrc_init_receive):
18534         * gst/tcp/gsttcpclientsrc.h:
18535           read caps when connecting to server for GDP so we set them correctly
18536
18537 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18538
18539         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18540           notify drops and duplicates
18541         * gst/videoscale/videoscale.c: (videoscale_get_structure):
18542           no good reason to limit ourselves to 100x100
18543
18544 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18545
18546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18547         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
18548         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18549         (gst_v4lsrc_get_property):
18550         * sys/v4l/gstv4lsrc.h:
18551         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18552         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
18553         (gst_v4l_set_audio):
18554         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
18555         (gst_v4lsrc_try_capture):
18556         * sys/v4l/v4lsrc_calls.h:
18557           change try_palette to more general try_capture
18558           add autoprobe option so we can turn off autoprobing
18559           various fixes
18560
18561 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18562
18563         * configure.ac:
18564           add videorate
18565         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
18566         (gst_ximagesink_class_init):
18567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
18568         (gst_xvimagesink_class_init):
18569           run them as finalize, not dispose, since dispose can be invoked
18570           multiple times
18571
18572 2004-06-17  Wim Taymans  <wim@fluendo.com>
18573
18574         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
18575         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
18576         * ext/alsa/gstalsa.h:
18577         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18578         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
18579         (gst_alsa_src_change_state):
18580         * ext/alsa/gstalsasrc.h:
18581         Make the xrun code timestamp and offset the buffers correctly.
18582         moved the clock to the base class, use alsa methods to get time.
18583         Do correct timestamping on outgoing buffers.
18584
18585 2004-06-17  Wim Taymans  <wim@fluendo.com>
18586
18587         * gst/audiorate/Makefile.am:
18588         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
18589         (gst_audiorate_base_init), (gst_audiorate_class_init),
18590         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
18591         (gst_audiorate_set_property), (gst_audiorate_get_property),
18592         (gst_audiorate_change_state), (plugin_init):
18593         Added an audiorate converter that fills in gaps.
18594
18595 2004-06-17  Johan Dahlin  <johan@gnome.org>
18596
18597         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
18598
18599 2004-06-16  Wim Taymans  <wim@fluendo.com>
18600
18601         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
18602         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
18603         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
18604         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18605         (gst_v4lsrc_get_property):
18606         * sys/v4l/gstv4lsrc.h:
18607         Added a copy mode to v4lsrc where it will output a copied version
18608         of its internal hardware buffer.
18609         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
18610         can't | them.
18611
18612 2004-06-16  Wim Taymans  <wim@fluendo.com>
18613
18614         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18615         Timestamp fixes.
18616
18617 2004-06-16  Wim Taymans  <wim@fluendo.com>
18618
18619         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
18620         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
18621         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18622         (gst_v4lsrc_get_property):
18623         * sys/v4l/gstv4lsrc.h:
18624         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18625         Added a sync mode enum property to control v4lsrc timestamp method
18626         Removed the use-fixed-fps property and moved functionality in
18627         the enum.
18628         Don't error on an error value from v4l-conf, it might not always
18629         be a real error.
18630
18631 2004-06-16  Wim Taymans  <wim@fluendo.com>
18632
18633         * gst/videorate/Makefile.am:
18634         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
18635         (gst_videorate_base_init), (gst_videorate_class_init),
18636         (gst_videorate_getcaps), (gst_videorate_link),
18637         (gst_videorate_init), (gst_videorate_chain),
18638         (gst_videorate_set_property), (gst_videorate_get_property),
18639         (gst_videorate_change_state), (plugin_init):
18640         Added a video timestamp corrector.
18641
18642 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18643
18644         fixed a potential leak with previous commit
18645
18646         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18647
18648 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18649
18650         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18651         Added missing refcount, fixes bug #144425
18652         Cheers Tim for finding the bug
18653
18654 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18655
18656         * sys/v4l/gstv4l.c: (plugin_init):
18657         * sys/v4l/gstv4lcolorbalance.c:
18658         * sys/v4l/gstv4lcolorbalance.h:
18659         * sys/v4l/gstv4lelement.c:
18660         * sys/v4l/gstv4lelement.h:
18661         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
18662         * sys/v4l/gstv4lmjpegsink.h:
18663         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18664         * sys/v4l/gstv4lmjpegsrc.h:
18665         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18666         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18667         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
18668         * sys/v4l/gstv4lsrc.h:
18669         * sys/v4l/gstv4ltuner.c:
18670         * sys/v4l/gstv4ltuner.h:
18671         * sys/v4l/gstv4lxoverlay.c:
18672         * sys/v4l/gstv4lxoverlay.h:
18673         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18674         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18675         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18676         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
18677         (gst_v4l_set_audio):
18678         * sys/v4l/v4l_calls.h:
18679         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18680         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
18681         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
18682         (gst_v4lmjpegsink_playback_init),
18683         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
18684         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
18685         (gst_v4lmjpegsink_playback_stop),
18686         (gst_v4lmjpegsink_playback_deinit):
18687         * sys/v4l/v4lmjpegsink_calls.h:
18688         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
18689         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
18690         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18691         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
18692         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
18693         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
18694         * sys/v4l/v4lmjpegsrc_calls.h:
18695         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18696         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
18697         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
18698         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
18699         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
18700         (gst_v4lsrc_try_palette):
18701         * sys/v4l/v4lsrc_calls.h:
18702           bunch of paranoia cleanups
18703
18704 2004-06-14  David Schleef  <ds@schleef.org>
18705
18706         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
18707         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
18708         Send discont events and change timestamps appropriately when
18709         we get a seek event.  (bug #144240)
18710         * ext/cdparanoia/gstcdparanoia.h:
18711
18712 2004-06-14  Benjamin Otte  <otte@gnome.org>
18713
18714         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
18715           snd_pcm_hw_params_set_rate  since the latter fails for no good
18716           reason on some setups.
18717
18718 2004-06-14  David Schleef  <ds@schleef.org>
18719
18720         * gst/volume/demo.c: (value_changed_callback): exp10() is not
18721         standard.  Thank you for playing.
18722
18723 2004-06-14  Wim Taymans  <wim@fluendo.com>
18724
18725         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
18726         Patch 1.3 broke the ordering of the colorspace info and
18727         made the plugin basically work by coincidence, reordered
18728         the info.
18729
18730 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18731
18732         * ext/lame/gstlame.c:
18733         * ext/mad/gstmad.c:
18734           sync caps.  Make sure mad can only output a list of rates, not
18735           a full range.  In the future, have three caps lists for each of the
18736           mpeg versions.  Change mpegversion to a double as well.
18737
18738 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18739
18740         * gst/volume/.cvsignore:
18741         * gst/volume/Makefile.am:
18742         * gst/volume/demo.c: (value_changed_callback), (idler),
18743         (setup_gui), (main):
18744           added small demo app
18745
18746 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
18747         * ext/esd/esdsink.c: (gst_esdsink_change_state):
18748         * ext/esd/esdsink.h:
18749         Close the esd connection on pause, because esd will just wait -
18750         blocking all other esd clients indefinitely.
18751
18752 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
18753
18754         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
18755           previous commit with GST_DEBUG
18756
18757 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18758
18759         * configure.ac:
18760           add a header check for a dvdread header in dvdnav.  Fixes #133002
18761
18762 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18763
18764         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18765         * gst/tcp/gsttcpclientsink.h:
18766         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18767         * gst/tcp/gsttcpclientsrc.h:
18768         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
18769         (gst_tcpserversink_handle_server_read),
18770         (gst_tcpserversink_init_send):
18771         * gst/tcp/gsttcpserversink.h:
18772         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18773         * gst/tcp/gsttcpserversrc.h:
18774         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
18775         version of IP)
18776
18777 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18778
18779         * configure.ac:
18780         Added ogg library so that OSX detects libtheora properly
18781
18782 2004-06-11  Wim Taymans  <wim@fluendo.com>
18783
18784         * ext/theora/theoradec.c: (theora_dec_chain),
18785         (theora_dec_change_state):
18786         Don't try to decode frames before we received a keyframe.
18787
18788 2004-06-11  Wim Taymans  <wim@fluendo.com>
18789
18790         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18791         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18792         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18793         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18794         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18795         Added property to set the maximum delay of a page.
18796
18797 2004-06-10  Wim Taymans  <wim@fluendo.com>
18798
18799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18800         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18801         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18802         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18803         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18804         Added max-delay property to control the maximum amount
18805         of data to put in one page.
18806
18807 2004-06-10  Wim Taymans  <wim@fluendo.com>
18808
18809         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18810         (gst_theora_enc_init), (theora_enc_sink_link),
18811         (theora_buffer_from_packet), (theora_enc_set_property),
18812         (theora_enc_get_property):
18813         Set duration on encoded buffer, added some more properties
18814
18815 2004-06-10  Wim Taymans  <wim@fluendo.com>
18816
18817         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18818         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18819         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18820         * ext/theora/theoraenc.c: (theora_enc_chain):
18821         Fix refcounting bugs
18822
18823 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18824
18825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
18826         (gst_asf_demux_loop), (gst_asf_demux_process_file),
18827         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
18828         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
18829         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
18830         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
18831         (gst_asf_demux_change_state):
18832         * gst/asfdemux/gstasfdemux.h:
18833           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
18834           feels like. I think we should set a new requirement for demuxers
18835           from now on to implement sane loop functions, data loops, query
18836           and seek functions before first commit into CVS. And this commit
18837           fixes all of the above.
18838
18839 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
18840
18841         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
18842           vorbis comments are properly encoded in UTF-8 before adding them
18843           to a GstTagList
18844
18845 2004-06-09  Benjamin Otte  <otte@gnome.org>
18846
18847         * ext/alsa/gstalsa.c: (add_channels):
18848           handle min <= max correctly
18849         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
18850         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
18851           add fixation functions so we fixate correctly. No preferring of alaw
18852           anymore because it's the first structure.
18853         * ext/alsa/gstalsa.h:
18854         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
18855         (gst_alsa_hw_params_dump):
18856           add functions to ease debugging in alsalib
18857         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18858         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18859         (gst_alsa_start_audio):
18860           only specify hw params if we really setup a format (fixes #134007 -
18861           or at least works around it)
18862
18863 2004-06-09  Wim Taymans  <wim@fluendo.com>
18864
18865         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18866         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18867         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
18868         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
18869         (gst_ogg_mux_loop):
18870         Use stream caps to setup the initial pages in the ogg stream.
18871         Correctly set the streamheader caps on the srcpad.
18872
18873 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18874
18875         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18876         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18877         (gst_v4lsrc_getcaps):
18878         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18879         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
18880           add querying of fps lists for webcams.  Negotiating to a framerate
18881           now works.
18882
18883 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18884
18885         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18886         (theora_push_buffer), (theora_push_packet),
18887         (theora_set_header_on_caps), (theora_enc_chain):
18888           mark buffers and put on streamheader, raw theora streaming
18889           now works too, whee
18890
18891 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18892
18893         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18894         (gst_tcp_gdp_read_caps):
18895           do a looping read for caps and GDP headers too
18896
18897 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18898
18899         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18900         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
18901           return EOS instead of NULL in _get
18902
18903 2004-06-08  Wim Taymans  <wim@fluendo.com>
18904
18905         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18906         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
18907         (gst_tcp_gdp_write_caps):
18908         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18909         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18910         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
18911         Memory leak fixes
18912
18913 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18914
18915         * ext/vorbis/Makefile.am:
18916         * ext/vorbis/vorbis.c: (plugin_init):
18917         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
18918         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
18919         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
18920         (vorbis_parse_change_state):
18921         * ext/vorbis/vorbisparse.h:
18922           adding a vorbisparse element that marks the buffers, streaming
18923           raw vorbis using GDP now works, whee
18924
18925 2004-06-08  Wim Taymans  <wim@fluendo.com>
18926
18927         * ext/jpeg/Makefile.am:
18928         * ext/jpeg/README:
18929         * ext/jpeg/gstjpeg.c: (plugin_init):
18930         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
18931         (gst_smokedec_base_init), (gst_smokedec_class_init),
18932         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
18933         * ext/jpeg/gstsmokedec.h:
18934         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
18935         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
18936         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
18937         (gst_smokeenc_resync), (gst_smokeenc_chain),
18938         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
18939         * ext/jpeg/gstsmokeenc.h:
18940         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
18941         (smokecodec_flush_destination), (smokecodec_term_destination),
18942         (smokecodec_init_source), (smokecodec_fill_input_buffer),
18943         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
18944         (smokecodec_term_source), (smokecodec_encode_new),
18945         (smokecodec_decode_new), (smokecodec_info_free),
18946         (smokecodec_set_quality), (smokecodec_get_quality),
18947         (smokecodec_set_threshold), (smokecodec_get_threshold),
18948         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
18949         (find_best_size), (abs_diff), (put), (smokecodec_encode),
18950         (smokecodec_parse_header), (smokecodec_decode):
18951         * ext/jpeg/smokecodec.h:
18952         Added a new simple jpeg based codec
18953
18954 2004-06-08  Wim Taymans  <wim@fluendo.com>
18955
18956         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18957         (gst_multipart_mux_loop):
18958         Fix memory leak
18959
18960 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18961
18962         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18963         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
18964         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
18965         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
18966         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18967         * gst/tcp/gsttcpserversink.h:
18968           take streamheader into account
18969
18970 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18971
18972         * gst/level/Makefile.am:
18973         * gst/level/gstlevel.c: (gst_level_class_init):
18974           clean up marshal generation
18975
18976 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18977
18978         * gst/tcp/Makefile.am:
18979         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
18980         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
18981         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
18982         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18983         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
18984         (gst_tcpclientsrc_get_property):
18985         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18986         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18987         (gst_tcpserversink_handle_client_read),
18988         (gst_tcpserversink_handle_client_write),
18989         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18990         * gst/tcp/gsttcpserversink.h:
18991           add signals client-added and client-removed
18992         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18993         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18994         (gst_tcpserversrc_get_property):
18995         uniformized, change default protocol to NONE
18996         * gst/tcp/gsttcp-marshal.list: added
18997 2004-06-07  Benjamin Otte  <otte@gnome.org>
18998
18999         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19000           handle discont events if they happen before caps nego
19001
19002 2004-06-07  Wim Taymans  <wim@fluendo.com>
19003
19004         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19005         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19006         (gst_multipart_demux_plugin_init):
19007         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19008         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19009         (gst_multipart_mux_change_state):
19010         Small updates, fix a memleak
19011
19012 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19013
19014         * configure.ac: OSS portability
19015         * ext/arts/gst_arts.c: idem
19016         * sys/oss/gstosselement.c: idem
19017         * sys/oss/gstossmixer.c: idem
19018         * sys/oss/gstosssink.c: idem
19019         * sys/oss/gstosssrc.c: idem
19020         * sys/oss/oss_probe.c: idem
19021           - check for soundcard.h in different places for some BSD
19022
19023 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
19024
19025         * AUTHORS:
19026         Add me to the authors file
19027         * configure.ac:
19028         Increase the libdv requirement to >= version 0.100
19029         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19030         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19031         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19032         * ext/dv/gstdvdec.h:
19033         Add support for the new_media flag when sending DISCONT events
19034         Make the querying work when video pad is not linked
19035
19036 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19037
19038         reviewed by Benjamin Otte  <otte@gnome.org>
19039
19040         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19041           create a NULL-initialized array of pads, so we don't think they
19042           exist already. (fixes #143130)
19043
19044 2004-06-07  Benjamin Otte  <otte@gnome.org>
19045
19046         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19047         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19048         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19049           don't use // coments
19050
19051 2004-06-07  Benjamin Otte  <otte@gnome.org>
19052
19053         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19054           cast to GstClockTime to get higher granularity
19055         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19056           use gst_element_set_time_delay to get the exact time
19057         * ext/mad/gstmad.c: (gst_mad_chain):
19058           use the negotiated rate instead of the current frame's rate which
19059           might be wrong because of bit errors. This avoids emitting totally
19060           bogus timestamps and screwing sync.
19061         (fixes #143454)
19062
19063 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19064
19065         reviewed by Benjamin Otte  <otte@gnome.org>
19066
19067         * gst/adder/gstadder.c: (gst_adder_loop):
19068           properly error out when no negotiation has happened yet. (fixes
19069           #143032)
19070
19071 2004-06-06  Benjamin Otte  <otte@gnome.org>
19072
19073         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19074           forward correctly transformed offset in discont events. Based on
19075           patch by Arwed v. Merkatz. (fixes #142851)
19076
19077 2004-06-06  David Schleef  <ds@schleef.org>
19078
19079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19080         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
19081         problems on several systems.
19082
19083 2004-06-06  Benjamin Otte  <otte@gnome.org>
19084
19085         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19086           use explicit caps on the srcpad
19087         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19088           properly error out if caps couldn't be set (fixes #142764)
19089
19090 2004-06-06  Benjamin Otte  <otte@gnome.org>
19091
19092         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19093         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19094         (gst_alsa_start_audio):
19095           - don't call set_periods_integer anymore, it breaks the
19096           configuration randomly
19097           - call snd_pcm_hw_params_set_access directly instead of using masks
19098           - don't fail if the sw_params can't be set, just use the default
19099           params and hope it works. Alsalib has weird issues when you touch
19100           sw_params and does no proper error reporting about what failed.
19101         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19102         (gst_alsa_close_audio):
19103           make our alsa debugging go via gst debugging and not conditionally
19104           defined
19105         * ext/alsa/gstalsa.h:
19106           add ALSA_DEBUG_FLUSH macro
19107         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19108         (plugin_init):
19109           wrap alsa errors to be printed via the gst debugging system and not
19110           spammed to stderr
19111
19112 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19113
19114         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19115         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19116         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19117         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19118         (qtdemux_parse_trak):
19119         * gst/qtdemux/qtdemux.h:
19120           Bitch. Also known as seeking, querying & co.
19121         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19122         (gst_osssink_change_state):
19123         * sys/oss/gstosssink.h:
19124           Resyncing is for weenies, this hack is no longer needed and was
19125           broken anyway (since it - unintendedly - always leaves resync to
19126           TRUE).
19127
19128 2004-06-05  Andrew Turner <zxombie@hotpop.com>
19129
19130         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19131         * gst/tcp/gsttcpclientsrc.h: idem
19132           - define MSG_NOSIGNAL if not done
19133           - include unistd.h for off_t
19134           (fixes #143749)
19135
19136 2004-06-05  Benjamin Otte  <otte@gnome.org>
19137
19138         * configure.ac:
19139         * ext/kio/Makefile.am:
19140           check for qt's moc preprocessor explicitly and use it
19141
19142 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19143
19144         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19145           don't get a signal for EPIPE on socket writes
19146           (somebody check if this works on other platforms)
19147
19148 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19149
19150         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19151         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19152           check error condition on available samples correctly
19153
19154 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19155
19156         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19157           avoid a segfault
19158         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19159         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19160         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19161         (gst_tcpserversrc_gdp_read_header):
19162          use ssize_t over size_t since the former is signed and thus the
19163          check for error codes can work
19164
19165 2004-06-02  Wim Taymans  <wim@fluendo.com>
19166
19167         reviewed by: Johan
19168
19169         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19170         (gst_multipart_mux_loop):
19171         Oops
19172
19173 2004-06-02  Wim Taymans  <wim@fluendo.com>
19174
19175         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19176         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19177         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19178         (gst_multipart_mux_change_state):
19179         Added configurable boundary specifier, added the value as a
19180         caps field as well.
19181
19182 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19183
19184         * gst/tcp/gsttcp.c:
19185         * gst/tcp/gsttcpclientsrc.c:
19186         * gst/tcp/gsttcpclientsrc.h:
19187         * gst/tcp/gsttcpserversrc.c:
19188           - portability fix, to compile on OSX
19189             (fixes #143146)
19190
19191         * sys/osxaudio/gstosxaudioelement.c:
19192         * sys/osxaudio/gstosxaudiosink.c:
19193         * sys/osxaudio/gstosxaudiosrc.c:
19194           - compilation warnings on OSX
19195             (fixes #143153)
19196
19197 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19198
19199         * ext/vorbis/vorbisdec.c : sign warning fixes
19200
19201         * gst-libs/gst/mixer/mixertrack.c :
19202           do no use defines which are glib 2.4 specific
19203
19204 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
19205
19206         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19207           buffer since libflac doesn't expect it (reports a sync error when
19208           it encounters that)
19209
19210
19211 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
19212
19213         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19214         * gst-libs/gst/mixer/mixertrack.c:
19215         (gst_mixer_track_get_property), (get_mixer_track_init),
19216         (get_mixer_track_get_property): Added property accessors
19217         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19218         * gst-libs/gst/mixer/mixeroptions.c:
19219         (gst_mixer_options_get_values): Added
19220         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19221         * gst-libs/gst/mixer/mixer.c: Fixed comment
19222
19223
19224 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19225
19226         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19227           improve error messages on open
19228
19229
19230 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19231
19232         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19233           check if v4l-conf is in path
19234
19235 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19236
19237         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19238           change assert to a more readable error message
19239
19240 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19241
19242         * gst-libs/gst/tuner/tunerchannel.h:
19243           - add a freq_multiplicator field to make the conversion
19244             between internal frequency unit and Hz
19245         * sys/v4l/gstv4lelement.c:
19246         * sys/v4l2/gstv4l2element.c:
19247           - change default video device to /dev/video0
19248         * sys/v4l/v4l_calls.c:
19249         * sys/v4l2/v4l2_calls.c:
19250           - we only expose frequency to the user in Hz instead of
19251             bastard v4lX unit (either 62.5kHz or 62.5Hz)
19252
19253 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
19254         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19255           Initialise b_o_s and e_o_s variables
19256         * gst-libs/gst/riff/riff-media.c:
19257         (gst_riff_create_video_caps_with_data):
19258           Add some unusual fourcc's from mplayer avi's
19259         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19260           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19261           autoplugging.
19262
19263 2004-05-28  Wim Taymans  <wim@fluendo.com>
19264
19265         * configure.ac:
19266         * gst/alpha/Makefile.am:
19267         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19268         (gst_alpha_get_type), (gst_alpha_base_init),
19269         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19270         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19271         (gst_alpha_chroma_key), (gst_alpha_chain),
19272         (gst_alpha_change_state), (plugin_init):
19273         A plugin to add an alpha channel to I420 video. Can optionally do
19274         chroma keying.
19275         * gst/multipart/Makefile.am:
19276         * gst/multipart/multipart.c: (plugin_init):
19277         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19278         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19279         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19280         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19281         (gst_multipart_demux_change_state),
19282         (gst_multipart_demux_plugin_init):
19283         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19284         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19285         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19286         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19287         (gst_multipart_mux_pad_unlink),
19288         (gst_multipart_mux_request_new_pad),
19289         (gst_multipart_mux_handle_src_event),
19290         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19291         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19292         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19293         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19294         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19295         send multipart jpeg images to a browser.
19296         * gst/videobox/Makefile.am:
19297         * gst/videobox/README:
19298         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19299         (gst_video_box_get_type), (gst_video_box_base_init),
19300         (gst_video_box_class_init), (gst_video_box_init),
19301         (gst_video_box_set_property), (gst_video_box_get_property),
19302         (gst_video_box_sink_link), (gst_video_box_i420),
19303         (gst_video_box_ayuv), (gst_video_box_chain),
19304         (gst_video_box_change_state), (plugin_init):
19305         Crops or adds borders around an image. can do alpha channel
19306         borders as well.
19307         * gst/videomixer/Makefile.am:
19308         * gst/videomixer/README:
19309         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19310         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
19311         (gst_videomixer_pad_get_sink_event_masks),
19312         (gst_videomixer_pad_get_property),
19313         (gst_videomixer_pad_set_property),
19314         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
19315         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
19316         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19317         (gst_videomixer_base_init), (gst_videomixer_class_init),
19318         (gst_videomixer_init), (gst_videomixer_request_new_pad),
19319         (gst_videomixer_handle_src_event),
19320         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
19321         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19322         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19323         (gst_videomixer_loop), (gst_videomixer_get_property),
19324         (gst_videomixer_set_property), (gst_videomixer_change_state),
19325         (plugin_init):
19326         Generic video mixer plugin, can handle multiple inputs all with
19327         different framerates and video sizes. Is fully alpha channel
19328         aware.
19329
19330 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19331
19332         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19333           Select first track as master track. Not sure how else to handle
19334           that...
19335         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
19336           Discard discont events. Should fix #142962.
19337
19338 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19339
19340         * ext/alsa/Makefile.am:
19341         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
19342         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
19343         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
19344         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
19345         (gst_alsa_mixer_get_option):
19346         * ext/alsa/gstalsamixer.h:
19347         * ext/alsa/gstalsamixeroptions.c:
19348         (gst_alsa_mixer_options_get_type),
19349         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
19350         (gst_alsa_mixer_options_new):
19351         * ext/alsa/gstalsamixeroptions.h:
19352         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19353         * ext/alsa/gstalsamixertrack.h:
19354           Add enumerations (as GstMixerOptions). Make correct distinction
19355           between input/output tracks. Add capture/playback private flag.
19356           Use flag to decide on whether to set capture or playback volumes
19357           or switches. Use playback and record switches.
19358         * gst-libs/gst/mixer/Makefile.am:
19359         * gst-libs/gst/mixer/mixer-marshal.list:
19360         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
19361         (gst_mixer_set_option), (gst_mixer_get_option),
19362         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
19363         (gst_mixer_volume_changed), (gst_mixer_option_changed):
19364         * gst-libs/gst/mixer/mixer.h:
19365         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
19366         (gst_mixer_options_class_init), (gst_mixer_options_init),
19367         (gst_mixer_options_dispose):
19368         * gst-libs/gst/mixer/mixeroptions.h:
19369           Add GstMixerOptions.
19370         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19371           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
19372           broken device detection on computers with multiple OSS sound
19373           cards.
19374
19375 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19376
19377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19378           fixate nicely even when the peer is not negotiating
19379
19380 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19381
19382         * gst/audioconvert/gstaudioconvert.c:
19383         (gst_audio_convert_parse_caps):
19384           make sure we don't allow depth > width
19385         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19386           fixate endianness to G_BYTE_ORDER as default
19387         * gst/audioscale/gstaudioscale.c:
19388           we don't handle another endianness as host-endianness
19389
19390 2004-05-25  David Schleef  <ds@schleef.org>
19391
19392         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
19393
19394 2004-05-24  Benjamin Otte  <otte@gnome.org>
19395
19396         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
19397         (gst_oggvorbisenc_setup):
19398           properly fail when we can't setup the vorbis encoder due to
19399           unsupported settings
19400         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
19401         (gst_vorbisenc_setup):
19402           same
19403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19404           fix case where warnings occured when one pad was unlinked while the
19405           other's link function was called
19406
19407 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19408
19409         * gst/tcp/Makefile.am:
19410           use GST_ENABLE_NEW
19411
19412 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19413
19414         * gst-libs/gst/resample/private.h:
19415           don't use optimizations that are #if 0'ed
19416
19417 2004-05-24  Wim Taymans  <wim@fluendo.com>
19418
19419         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19420         Fix potential division by zero error and hopefully get
19421         the position query right to get correct timestamps on avi
19422         audio.
19423
19424 2004-05-24  Wim Taymans  <wim@fluendo.com>
19425
19426         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
19427         (gst_videoscale_scale_nearest_str2),
19428         (gst_videoscale_scale_nearest_str4),
19429         (gst_videoscale_scale_nearest_32bit),
19430         (gst_videoscale_scale_nearest_24bit),
19431         (gst_videoscale_scale_nearest_16bit):
19432         Fix the scaling algorithm and avoid a buffer overflow.
19433         removed the while loop in the scaling function as it
19434         was used for point sampling only.
19435
19436 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19437
19438         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19439         (gst_id3_tag_class_init), (gst_id3_tag_init),
19440         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
19441         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
19442         (gst_id3_tag_send_tag_event):
19443           lots of fixes to make id3mux work and id3demux work correctly
19444
19445 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19446
19447         * ext/Makefile.am:
19448           add rules to build shout2send (was removed by accident
19449           when this module was no more marked experimental/broken)
19450
19451 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19452
19453         * ext/shout2/gstshout2.c:
19454         * ext/shout2/gstshout2.h:
19455           adding a "connection problem" signal to shout2send
19456           (fixes #142954)
19457
19458 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19459
19460         * ext/kio/kioreceiver.cpp:
19461         * ext/kio/kioreceiver.h:
19462           fix sign comparison issues
19463
19464 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19465
19466         * gst/cdxaparse/gstcdxaparse.c:
19467         * gst/cdxaparse/gstcdxaparse.h:
19468           some renaming
19469           add some checks/sanity
19470           prepare for seek addition
19471
19472         * sys/sunaudio/gstsunaudio.c:
19473           remove exported dupe init function
19474
19475 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
19476
19477         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
19478         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
19479           Fix format conversion and position querying.
19480         * gst/debug/progressreport.c: (gst_progressreport_report):
19481           Don't output a bogus total value that we didn't query.
19482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19483           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
19484           only a blank window after xine has been used.
19485
19486 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19487
19488         * m4/as-arts.m4:
19489           sync with upstream version to fix test on FC2
19490           readd with -ko to preserve Id header
19491
19492 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19493
19494         * configure.ac:
19495           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
19496         * gst/tcp/gsttcpclientsrc.c: idem
19497         * gst/tcp/gsttcpserversink.c: idem
19498         * gst/tcp/gsttcpserversrc.c: idem
19499         * m4/gst-fionread.m4: idem
19500
19501         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
19502
19503         * configure.ac: enable speex plugin for speex 1.1.5+
19504         * ext/speex/gstspeexenc.c: fix cast warning
19505
19506         * ext/esd/README: fix typo
19507
19508 2004-05-20  David Schleef  <ds@schleef.org>
19509
19510         * configure.ac: Minor cosmetic change to convince the buildbot to
19511         reautogen.
19512         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
19513         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
19514         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
19515         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
19516         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
19517         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
19518         More hacking.  Plays audio now.
19519
19520 2004-05-20  David Schleef  <ds@schleef.org>
19521
19522         * configure.ac:
19523         * sys/Makefile.am:
19524
19525 2004-05-20  David Schleef  <ds@schleef.org>
19526
19527         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
19528         * sys/osxaudio/gstosxaudio.c:
19529         * sys/osxaudio/gstosxaudioelement.c:
19530         * sys/osxaudio/gstosxaudioelement.h:
19531         * sys/osxaudio/gstosxaudiosink.c:
19532         * sys/osxaudio/gstosxaudiosink.h:
19533         * sys/osxaudio/gstosxaudiosrc.c:
19534         * sys/osxaudio/gstosxaudiosrc.h:
19535
19536 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19537
19538         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
19539         (gst_vorbisenc_chain):
19540           put the codec headers on the caps as streamheader as well as
19541           pushing them out
19542
19543 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19544
19545         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19546         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
19547         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
19548         split up push_packet into two functions
19549
19550 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19551
19552         * gst/tcp/.cvsignore:
19553           ignore enums
19554         * gst/tcp/Makefile.am:
19555         * gst/tcp/README:
19556         * gst/tcp/gsttcp.c:
19557         * gst/tcp/gsttcp.h:
19558         * gst/tcp/gsttcpclientsink.c:
19559         * gst/tcp/gsttcpclientsink.h:
19560         * gst/tcp/gsttcpclientsrc.c:
19561         * gst/tcp/gsttcpclientsrc.h:
19562         * gst/tcp/gsttcpplugin.c:
19563         * gst/tcp/gsttcpserversink.c:
19564         * gst/tcp/gsttcpserversink.h:
19565         * gst/tcp/gsttcpserversrc.c:
19566         * gst/tcp/gsttcpserversrc.h:
19567           add new tcp elements
19568
19569 2004-05-19  Wim Taymans  <wim@fluendo.com>
19570
19571         * gst/law/mulaw-conversion.c: (mulaw_encode):
19572         Fix overflow bug in ulaw encoding.
19573
19574 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19575
19576         * ext/mad/gstmad.c: (gst_mad_handle_event):
19577           don't unref the event twice
19578
19579 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19580
19581         * configure.ac:
19582           remove -Wno-sign-compare
19583
19584 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19585
19586         * configure.ac:
19587           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
19588           if you want to work against glib 2.2 and 2.4
19589
19590 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19591
19592         * gst/tcp/Makefile.am:
19593         * gst/tcp/gsttcp.c:
19594         * gst/tcp/gsttcp.h:
19595         * gst/tcp/gsttcpsink.h:
19596         * gst/tcp/gsttcpsrc.h:
19597           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
19598
19599 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19600
19601         * gst/debug/tests.c: (md5_get_value):
19602           fix segfault on gst-inspect
19603
19604 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19605
19606         * gst/debug/testplugin.c:
19607         * gst/debug/tests.c:
19608         * gst/debug/tests.h:
19609           add new extensible and configurable testing element. Current tests
19610           include buffer count, stream length, timestamp/duration matching and
19611           md5.
19612         * gst/debug/Makefile.am:
19613         * gst/debug/gstdebug.c: (plugin_init):
19614           add infrastructure for new element
19615
19616 2004-05-19  Johan Dahlin  <johan@gnome.org>
19617
19618         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
19619         ending of the array. Fixes gst-inspect segfault on ppc.
19620
19621 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19622
19623         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
19624
19625         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
19626
19627 2004-05-18  David Schleef  <ds@schleef.org>
19628
19629         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
19630         warnings (bugs, actually) noticed by gcc but not forte.
19631
19632 2004-05-18  David Schleef  <ds@schleef.org>
19633
19634         * sys/sunaudio/Makefile.am:
19635         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
19636
19637 2004-05-18  David Schleef  <ds@schleef.org>
19638
19639         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19640         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
19641         to allow qtdemux to use non-seekable streams. (bug #142272)
19642
19643 2004-05-18  David Schleef  <ds@schleef.org>
19644
19645         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
19646         (gst_resample_sinc_ft_float): Remove use of static temporary
19647         buffer.  This code was obviously not supposed to last long, but
19648         it's stuck in our ABI, so it required a little hack to make it
19649         ABI-compatible.  Fixes #142585.
19650         * gst-libs/gst/resample/resample.h: same.
19651
19652 2004-05-18  David Schleef  <ds@schleef.org>
19653
19654         * configure.ac: Add sunaudio
19655         * examples/Makefile.am: make gstplay depend on gconf
19656         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
19657         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
19658         (convert_table_lookup), (img_convert): remove c99-isms
19659         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
19660           unsigned, to fix a warning on Solaris
19661         * gst/mpeg1sys/systems.c: bcopy->memcpy
19662         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
19663         * sys/Makefile.am: Add sunaudio
19664
19665 2004-05-18  Wim Taymans  <wim@fluendo.com>
19666
19667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
19668         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
19669         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
19670         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
19671         (gst_ogg_mux_loop):
19672         Fix an ugly memleak where the muxer didn't flush enough ogg
19673         pages. This also resulted in badly muxed ogg files.
19674
19675 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19676
19677         * gst/asfdemux/asfheaders.c :
19678         * gst/asfdemux/asfheaders.h :
19679         * gst/asfdemux/gstasfdemux.c :
19680           - fix ASF_OBJ_PADDING guid
19681           - add 3 new object guids (language list, metadata,
19682             extended stream properties)
19683           - add a function to parse extended header objects
19684
19685 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19686
19687         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19688           remove leftover debugging g_print
19689
19690 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19691
19692         * ext/mad/gstmad.c: (gst_mad_handle_event):
19693           Fix for when the first format in a discont event is not a
19694           byte-based one. Should fix #137710.
19695
19696 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19697
19698         * m4/a52.m4 : fix compilation with -Wall -Werror
19699         * m4/libfame.m4 : idem
19700         * m4/libmikmod.m4 : idem
19701
19702 2004-05-17  Benjamin Otte  <otte@gnome.org>
19703
19704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19705           signal the new tags before giving up the reference
19706
19707 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19708
19709         * ext/shout2/gstshout2.c:
19710           use application/ogg instead of application/x-ogg (patch by Patrick
19711           Guimond, fixes #142432)
19712         * sys/oss/gstosselement.c: (gst_osselement_reset),
19713         (gst_osselement_sync_parms):
19714           don't set fragment size unless specified (fixes #142493)
19715
19716 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19717
19718         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
19719           fixes #142664
19720
19721 2004-05-17  Benjamin Otte  <otte@gnome.org>
19722
19723         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19724           compute offsets correctly for internal buffers so timestamps are set
19725           correctly when we can't seek. Also handle cases where there are no
19726           offsets. (based on a patch by David Moore, fixes #142507)
19727
19728 2004-05-17  Benjamin Otte  <otte@gnome.org>
19729
19730         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19731           use correct variable when determining amount of data to skip so we
19732           don't skip into the void and segfault
19733
19734 2004-05-16  Benjamin Otte  <otte@gnome.org>
19735
19736         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19737           Hi, I'm a memleak
19738
19739 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19740
19741         * gst/asfdemux/gstasfdemux.c:
19742           - fix a mem leak and always propagate tags
19743           - add WMV3 to known video codecs (but no decoder yet)
19744           - replace "surplus data" at end of audio header for what
19745             it is : codec specific data
19746           - fix a typo
19747
19748 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
19749
19750         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
19751
19752         * gst-libs/gst/audio/audioclock.c:
19753           Fix wrong return type (#142205).
19754
19755 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19756
19757         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
19758           Ignore CRCs by default (fixes #142566).
19759
19760 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19761
19762         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
19763         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
19764         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
19765         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
19766         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19767         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
19768           Fix for cases where we fail to attach to a mixer.
19769
19770 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19771
19772         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
19773           Don't touch events after not owning them anymore.
19774         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19775         (gst_wavparse_fmt), (gst_wavparse_other),
19776         (gst_wavparse_handle_seek), (gst_wavparse_loop),
19777         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19778         (gst_wavparse_srcpad_event):
19779         * gst/wavparse/gstwavparse.h:
19780           Add seeking, fix querying.
19781
19782 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19783
19784         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19785           - process comments even if they don't end with \0\0
19786             g_convert would ignore them if present and works well without them
19787
19788 2004-05-16  Benjamin Otte  <otte@gnome.org>
19789
19790         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
19791           simplify caps
19792
19793 2004-05-16  Benjamin Otte  <otte@gnome.org>
19794
19795         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19796           don't write to memory we might not write to - g_convert does that
19797           for us anyway (fixes #142613)
19798         (gst_asf_demux_audio_caps):
19799           comment out gst_util_dump_mem
19800
19801 2004-05-16  Benjamin Otte  <otte@gnome.org>
19802
19803         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19804           compute correct expected timestamps after seek (broken since
19805           last commit)
19806         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
19807           rename element and debugging category to gdkpixbufscale
19808
19809 2004-05-16  Benjamin Otte  <otte@gnome.org>
19810
19811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19812           add error checking to snd_pcm_delay and remove duplicate call to
19813           snd_pcm_delay that caused issues (see inline code comments)
19814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19815           make more readable and fix return value when snd_pcm_delay fails
19816         (fixes #142586)
19817
19818 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
19819         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
19820         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
19821         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
19822         (gst_pixbufscale_link), (gst_pixbufscale_init),
19823         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
19824         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
19825         (gst_pixbufscale_get_property), (pixbufscale_init):
19826         * ext/gdk_pixbuf/pixbufscale.h:
19827         Add these files I forgot earlier
19828
19829 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
19830         * ext/gdk_pixbuf/Makefile.am:
19831         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19832         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19833         Add new pixbufscale element to scale RGB video
19834         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
19835         and HYPER interpolation correctly.
19836         * ext/theora/theoraenc.c: (theora_enc_chain),
19837         Discard buffer and return if explicit caps could not be set
19838         (theora_enc_get_property):
19839         Make _get return kbps for the bitrate consistent with
19840         the _set function.
19841
19842
19843 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19844
19845         * ext/libvisual/visual.c: (gst_visual_chain):
19846           add missing visual_audio_analyze
19847
19848 2004-05-14  David Schleef  <ds@schleef.org>
19849
19850         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
19851         is killed while we're playing.
19852         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
19853         gst_element_no_more_pads().
19854
19855 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19856
19857         * gst-libs/gst/riff/riff-read.c :
19858           - fix INFO tag extraction in RIFF/AVI files
19859             because gst_event_unref (event) also freed taglist
19860           - avoid a mem leak
19861
19862 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19863
19864         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
19865         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
19866
19867         * gst/auparse/gstauparse.c :
19868           - add code (commented for now) to support audio/x-adpcm on src pad
19869             (we have no decoder for those layout yet)
19870
19871         * gst/cdxaparse/gstcdxaparse.c :
19872         * gst/cdxaparse/gstcdxaparse.h :
19873           - partial rewrite using RiffRead (ripped iain's wavparse code)
19874
19875         * gst/rtp/gstrtpL16enc.c : typo
19876         * gst/rtp/gstrtpgsmenc.c : typo
19877
19878 2004-05-13  Benjamin Otte  <otte@gnome.org>
19879
19880         * configure.ac:
19881           check for exact version of libvisual, it's not supposed to be
19882           API/ABI stable yet
19883
19884 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19885
19886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19887           signal no-more-pads
19888
19889 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19890
19891         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
19892         Report which format was used for GST_FORMAT_DEFAULT
19893         * gst/debug/Makefile.am:
19894         * gst/debug/gstdebug.c: (plugin_init):
19895         * gst/debug/progressreport.c: (gst_progressreport_base_init),
19896         (gst_progressreport_class_init), (gst_progressreport_init),
19897         (gst_progressreport_report), (gst_progressreport_set_property),
19898         (gst_progressreport_get_property), (gst_progressreport_chain),
19899         (gst_progressreport_plugin_init):
19900         Add progressreport element for testing.
19901
19902 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19903
19904         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
19905         * sys/v4l/gstv4lsrc.h:
19906         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19907         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19908         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
19909         (gst_v4lsrc_grab_frame):
19910           add more debugging
19911           send a discont at start
19912
19913 2004-05-12  Colin Walters  <walters@redhat.com>
19914
19915         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
19916         inflooping if we can't find a chunk.  Or in other words, don't blow
19917         chunks if we don't have a chunk to blow.
19918
19919 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19920         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
19921         Remove old debug output
19922         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
19923         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
19924         (gst_dvdec_set_property), (gst_dvdec_get_property):
19925         Change the quality setting to an enum, so it works from gst-launch
19926         Don't renegotiate a non-linked pad. Allows audio only decoding.
19927         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
19928         (gst_deinterlace_link), (gst_deinterlace_init):
19929         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19930         (gst_videodrop_link):
19931         Some caps negotiation fixes
19932
19933 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19934
19935         * ext/tarkin/gsttarkin.c :
19936           - Change RANK from NONE to PRIMARY
19937         * ext/gdk_pixbuf/gstgdkpixbuf.c :
19938           - Change RANK from NONE to MARGINAL
19939         * ext/divx/gstdivxenc.c :
19940           - Change RANK from PRIMARY to NONE (encoder/spider issue)
19941
19942 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19943
19944         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19945         (gst_vorbisenc_push_packet):
19946           copy a function that was added between 1.0 and 1.0.1 until we
19947           depend on worthwhile features of post-1.0
19948
19949 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19950
19951         * configure.ac:
19952           enable shout2 by default
19953         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
19954         (gst_shout2send_base_init), (gst_shout2send_init),
19955         (gst_shout2send_connect), (gst_shout2send_change_state):
19956         * ext/shout2/gstshout2.h:
19957           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
19958           #142262)
19959         * ext/theora/theora.c: (plugin_init):
19960           don't set rank on encoders
19961
19962 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
19963
19964         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19965           Use codec_data property instead of flag1 and flag2 for wma
19966
19967 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19968
19969         * gst/cdxaparse/gstcdxaparse.c :
19970           - Add mpegversion to CAPS to make it link
19971           - Rank is as GST_RANK_SECONDARY instead of NONE
19972         * gst/auparse/gstauparse.c :
19973           - Document all audio encoding we can encounter from Solaris 9
19974             headers and libsndfile information.
19975           - Increase max. rate from 48000 to 192000 (to match other elements)
19976           - Don't try to play junk data between header and samples
19977
19978 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19979
19980         * ext/libvisual/visual.c: (gst_visual_getcaps):
19981           use the right caps depending on endianness (I hope)
19982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
19983           use GST_RANK_NONE for all non-decoding elements or spider gets
19984           mighty confused
19985
19986 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19987
19988         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19989           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19990
19991 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19992
19993         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19994         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19995         (gst_switch_loop), (gst_switch_get_type):
19996           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19997           HEADERS. Had to be said.
19998
19999 2004-05-10  David Schleef  <ds@schleef.org>
20000
20001         * configure.ac: Add prototype Dirac support.
20002         * ext/Makefile.am:
20003         * ext/dirac/Makefile.am:
20004         * ext/dirac/gstdirac.cc:
20005         * ext/dirac/gstdiracdec.cc:
20006
20007 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20008
20009         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20010         (gst_auparse_init), (gst_auparse_chain),
20011         (gst_auparse_change_state):
20012           Hack around spider. Remove me some day please.
20013
20014 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20015
20016         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20017           Fix for some uninitialized variables in previous patch, also
20018           makes it work. Fixes #142286 while we're at it.
20019
20020 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20021
20022         * gst/auparse/gstauparse.c:
20023                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20024                 only unsupported formats are ADPCM/CCITT G.72x
20025                 reviewed by Ronald
20026         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20027
20028 2004-05-10  Wim Taymans  <wim@fluendo.com>
20029
20030         * ext/vorbis/Makefile.am:
20031         * ext/vorbis/README:
20032         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20033         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20034         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20035         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20036         (gst_oggvorbisenc_convert_sink),
20037         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20038         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20039         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20040         (get_constraints_string), (update_start_message),
20041         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20042         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20043         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20044         * ext/vorbis/oggvorbisenc.h:
20045         * ext/vorbis/vorbis.c: (plugin_init):
20046         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20047         (raw_caps_factory), (gst_vorbisenc_class_init),
20048         (gst_vorbisenc_init), (gst_vorbisenc_setup),
20049         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20050         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20051         * ext/vorbis/vorbisenc.h:
20052         Added a raw vorbis encoder to be used with the oggmuxer.
20053         We still need the old encoder for some gnome applications,
20054         read the README to find out how that works.
20055         The raw encoder is called "rawvorbisenc" until 0.9.
20056
20057 2004-05-10  Wim Taymans  <wim@fluendo.com>
20058
20059         * ext/ogg/gstogg.c: (plugin_init):
20060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20061         (gst_ogg_print):
20062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20063         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20064         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20065         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20066         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20067         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20068         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20069         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20070         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20071         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20072         Added an ogg muxer.
20073         Small typo fixes in the demuxer.
20074
20075 2004-05-10  Wim Taymans  <wim@fluendo.com>
20076
20077         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20078         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20079         (theora_enc_change_state), (theora_enc_set_property),
20080         (theora_enc_get_property):
20081         Mark the last packet with an EOS flag which is not really needed
20082         in gstreamer.
20083         Do some better video framerate initialisation.
20084         Update the buffer timestamp.
20085
20086 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
20087
20088         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20089         Return the result of the parent state change call
20090
20091 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20092
20093         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20094         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20095         * gst/law/alaw-encode.c : (idem)
20096         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20097         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20098         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20099
20100 2004-05-09  Benjamin Otte  <otte@gnome.org>
20101
20102         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20103           don't use a fixed buffer size when writing variable length data to
20104           it. Fixes memory corruption and makes alsasrc work
20105
20106 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20107
20108         * ext/gnomevfs/gstgnomevfssink.c:
20109         (_gst_boolean_allow_overwrite_accumulator),
20110         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20111           Run glib's default signal handler (??) in RUN_CLEANUP rather than
20112           RUN_LAST, and don't use that to set the accumulator value because
20113           then it's always FALSE.
20114
20115 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20116
20117         * gst-libs/gst/riff/riff-media.c:
20118         (gst_riff_create_video_caps_with_data),
20119         (gst_riff_create_audio_caps),
20120         (gst_riff_create_audio_template_caps):
20121         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20122           Fix for unaligned RIFF files (i.e. where all the chunks together
20123           in a LIST chunk are not of the same size as the size given in
20124           the LIST chunk header). Fixes several odd WAVE files. Also fix
20125           ADPCM (block_align property) in audio, so that wavparse based
20126           on this works now as it used to stand-alone.
20127
20128 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
20129
20130         reviewed by Benjamin Otte  <otte@gnome.org>
20131
20132         * ext/a52dec/gsta52dec.c:
20133         * ext/divx/gstdivxdec.c:
20134         * ext/divx/gstdivxenc.c:
20135         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20136         * ext/faac/gstfaac.c: (gst_faac_base_init):
20137         * ext/faad/gstfaad.c: (gst_faad_base_init):
20138         * ext/ivorbis/vorbisfile.c:
20139         * ext/lame/gstlame.c:
20140         * ext/libfame/gstlibfame.c:
20141         * ext/mpeg2enc/gstmpeg2enc.cc:
20142         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20143         * ext/sidplay/gstsiddec.cc:
20144         * ext/speex/gstspeexdec.c:
20145         * ext/speex/gstspeexenc.c:
20146         * ext/xvid/gstxviddec.c:
20147         * ext/xvid/gstxvidenc.c:
20148           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20149           (fixes #142193)
20150
20151 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * ext/alsa/gstalsa.c: (device_list),
20154         (gst_alsa_class_probe_devices):
20155         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20156           Fix alsa oddness in mixer after the combination of using mixer
20157           in source/sink elements and using hw:x,y instead of just hw:x.
20158
20159 2004-05-09  Benjamin Otte  <otte@gnome.org>
20160
20161         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20162         (gst_wavparse_create_sourcepad):
20163           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20164           sourcepads
20165
20166 2004-05-09  Benjamin Otte  <otte@gnome.org>
20167
20168         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20169           allow discont events before caps nego
20170
20171 2004-05-08  Benjamin Otte  <otte@gnome.org>
20172
20173         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20174           don't leak events
20175
20176 2004-05-08  Benjamin Otte  <otte@gnome.org>
20177
20178         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20179         (gst_level_change_state), (gst_level_init):
20180         * gst/level/gstlevel.h:
20181           figure out if we're initialized directly instead of keeping a
20182           variable that's wrong in 90% of cases
20183           don't initialize pads and then leak them and use a new unitialized
20184           pad. (fixes #142084)
20185           these were bugs so n00bish I didn't find them for an hour :/
20186
20187 2004-05-08 Iain <iain@prettypeople.org>
20188
20189         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20190         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20191         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20192         return the length that was read.
20193         (gst_riff_read_strf_auds): Allow fmt tags as well.
20194
20195 2004-05-07  David Schleef  <ds@schleef.org>
20196
20197         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20198         signed char assumption in faad.h.
20199
20200 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20201
20202         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20203           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20204
20205 2004-05-07  Colin Walters  <walters@redhat.com>
20206
20207         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20208         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20209         function.
20210         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20211         Add dispose function.
20212
20213 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
20214         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20215           Fix caps nego and pad templates. RGB mode caps should
20216           work now.
20217         * ext/dvdnav/gst-dvd:
20218           Move mpeg2dec inside the thread because otherwise the
20219           queue rejects cap changes mid-stream
20220         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20221         (gst_mpeg2dec_flush_decoder):
20222           For mpeg2dec > 0.4.0, call the flush function instead of
20223           manually extracting all in-flight frames.
20224         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20225         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20226           Change mime type video/dv go video/x-dv to match the
20227           rest of gst-plugins
20228
20229 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20230
20231         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20232         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20233         (gst_alsa_sink_class_init):
20234         * ext/alsa/gstalsasink.h:
20235         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20236         (gst_alsa_src_class_init):
20237         * ext/alsa/gstalsasrc.h:
20238           Make alsasink/src a subclass of alsamixer so that mixer stuff
20239           shows up in gst-rec. Needs some finetuning.
20240
20241 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20242
20243         * ext/lame/gstlame.c: (gst_lame_chain):
20244           simplify
20245         * ext/mad/gstmad.c: (gst_mad_handle_event):
20246           fix event leak
20247         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20248           be able to detect mp3 files < 4096 bytes
20249
20250 2004-05-06  Wim Taymans  <wim@fluendo.com>
20251
20252         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20253         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20254         (theora_enc_set_property), (theora_enc_get_property):
20255         Also encode the first frame, cleanup some code.
20256
20257 2004-05-06  Wim Taymans  <wim@fluendo.com>
20258
20259         * ext/mpeg2enc/gstmpeg2enc.cc:
20260         Forward events first before deciding that negotiation was
20261         not performed.
20262
20263 2004-05-06  Wim Taymans  <wim@fluendo.com>
20264
20265         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20266         First process the events before deciding that negotiation
20267         was not performed.
20268
20269 2004-05-06  Wim Taymans  <wim@fluendo.com>
20270
20271         * ext/theora/Makefile.am:
20272         * ext/theora/theora.c: (plugin_init):
20273         * ext/theora/theoradec.c: (theora_dec_change_state):
20274         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20275         (gst_theora_enc_class_init), (gst_theora_enc_init),
20276         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20277         (theora_enc_chain), (theora_enc_change_state),
20278         (theora_enc_set_property), (theora_enc_get_property):
20279         Added a theora encoder, grouped the encoder and decoder into the
20280         same plugin.
20281
20282 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20285         (gst_jpegenc_chain):
20286         fix DURATION on outgoing buffers
20287         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20288         debug using time formats
20289         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20291         (gst_xvimagesink_sink_link):
20292         windows with width/height 0 generate X errors, so don't allow them
20293
20294 2004-05-05  Wim Taymans  <wim@fluendo.com>
20295
20296         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20297         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20298         (gst_mpeg2dec_negotiate_format):
20299         * ext/mpeg2dec/gstmpeg2dec.h:
20300           removed the static pad template so that we can add the
20301           more accurate framerate value to the caps.
20302
20303
20304 2004-05-04  Benjamin Otte  <otte@gnome.org>
20305
20306         * configure.ac:
20307           check for kdemacros.h, too (should fix #141821)
20308         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20309           don't crash if no header was sent, but nicely error out (fixes part
20310           of #141554)
20311
20312 2004-05-04  Wim Taymans  <wim@fluendo.com>
20313
20314         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
20315         parent dispose function to avoid segfault on destroy.
20316
20317 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20318
20319         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20320         (plugin_init):
20321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20322         (gst_xvimagesink_sink_link):
20323         clean up debugging caps
20324         also recreate xvimage when format has changed
20325
20326 2004-05-04  Benjamin Otte  <otte@gnome.org>
20327
20328         * ext/libvisual/Makefile.am:
20329         * ext/libvisual/visual.c: (gst_visual_class_init),
20330         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
20331         (gst_visual_srclink), (gst_visual_chain),
20332         (gst_visual_change_state), (plugin_init):
20333           use a GstAdapter to correctly adapt buffer sizes - allows using a
20334           framerate
20335
20336 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20337
20338         * sys/v4l/gstv4lelement.h:
20339         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20340         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
20341         (gst_v4lsrc_buffer_free):
20342         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
20343         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20344         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
20345         (gst_v4lsrc_requeue_frame):
20346         move some debugging categories around
20347         query for fps index and set accordingly if found
20348
20349 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20350
20351         * ext/lame/gstlame.c:
20352         correct defaults that lame_init puts out of range
20353
20354 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20355
20356         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
20357         (gst_divxenc_class_init):
20358         fix range since -1 is the default
20359         * gst/mpeg1sys/gstmpeg1systemencode.c:
20360         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
20361         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
20362         (gst_rtjpegdec_chain):
20363         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
20364         (gst_rtjpegenc_chain):
20365         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
20366         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
20367         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
20368         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
20369         * sys/v4l/gstv4lsrc.c:
20370         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20371         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20372         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20373         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
20374         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
20375           remove gst_info calls
20376
20377 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20378
20379         * Makefile.am:
20380         * po/af.po:
20381         * po/az.po:
20382         * po/en_GB.po:
20383         * po/nl.po:
20384         * po/sr.po:
20385         * po/sv.po:
20386           Updated translations
20387
20388 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20389
20390         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20391           refactor/comment code
20392
20393 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20394
20395         * gst/asfdemux/Makefile.am:
20396         * gst/asfdemux/asfheaders.c:
20397         * gst/asfdemux/asfheaders.h:
20398         * gst/asfdemux/gstasf.c: (plugin_init):
20399         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
20400         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
20401         (gst_asf_demux_setup_pad):
20402         * gst/asfdemux/gstasfdemux.h:
20403         * gst/asfdemux/gstasfmux.c:
20404         * gst/asfdemux/gstasfmux.h:
20405           Add tagging support to demuxer, split out registration in its own
20406           file instead of in demux (hacky), and prevent having some tables
20407           in our memory multiple times (in asfheaders.h).
20408
20409 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20410
20411         * gst/matroska/matroska-demux.c:
20412         (gst_matroska_demux_parse_metadata):
20413         * gst/matroska/matroska-ids.h:
20414           Basic tag reading support.
20415
20416 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20417
20418         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20419           Really detect ac-3 audio.
20420         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
20421           really detect matroska files (off-by-1).
20422
20423 2004-04-30  David Schleef  <ds@schleef.org>
20424
20425         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20426         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
20427         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
20428         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
20429         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
20430         hackage -- parse a lot more atoms, extract a few tags.  One might even
20431         mistake this for tag support.  Maybe it is.
20432         * gst/qtdemux/qtdemux.h:
20433
20434 2004-04-30  Colin Walters  <walters@verbum.org>
20435
20436         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
20437
20438 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20439
20440         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20441         (gst_ffmpegcolorspace_getcaps):
20442           remove broken nego fix
20443
20444 2004-04-30  Benjamin Otte  <otte@gnome.org>
20445
20446         * configure.ac:
20447         * ext/Makefile.am:
20448         * ext/libvisual/Makefile.am:
20449         * ext/libvisual/visual.c:
20450           add initial support for libvisual (http://libvisual.sourceforge.net)
20451           libvisual is still quite alpha, so expect crashes in there :)
20452
20453 2004-04-29  David Schleef  <ds@schleef.org>
20454
20455         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
20456         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
20457         up qtdemux to make it spit out codec_data.  Do _not_ look at this
20458         code; you will no longer respect me.
20459
20460 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20461
20462         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
20463         * ext/alsa/gstalsa.h :
20464         change alsa pcm device discovery to find more than 1 device
20465         per card. code review by Ronald.
20466
20467 2004-04-29  David Schleef  <ds@schleef.org>
20468
20469         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
20470         Add a check for a driver bug on FreeBSD.  (bug #140565)
20471
20472 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20473
20474         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
20475         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20476         (gst_jpegenc_getcaps):
20477           move format setting to inner loop
20478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20479         (gst_ffmpegcolorspace_getcaps):
20480           use GST_PAD_CAPS if available so that we use already negotiated
20481           caps
20482         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20483         (qtdemux_parse_moov), (qtdemux_parse):
20484           extra debugging
20485         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
20486         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
20487           move hardcoded path to DEFINE
20488
20489 2004-04-28  David Schleef  <ds@schleef.org>
20490
20491         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
20492         (bug #140064)
20493
20494 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20495
20496         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20497           Don't probe for playback device if we're a source element. Fixes
20498           #139658.
20499
20500 2004-04-29  Benjamin Otte  <otte@gnome.org>
20501
20502         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20503         (gst_id3_tag_chain):
20504           rewrite buffer offset
20505
20506 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20507
20508         * configure.ac:
20509         * ext/Makefile.am:
20510         * ext/dts/Makefile.am:
20511         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
20512         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
20513         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
20514         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
20515         (gst_dtsdec_loop), (gst_dtsdec_change_state),
20516         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
20517         (plugin_init):
20518         * ext/dts/gstdtsdec.h:
20519           New DTS decoder.
20520         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
20521         (gst_faad_srcconnect):
20522           Add ESDS atom handling (.m4a).
20523
20524 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20525
20526         * ext/divx/gstdivxdec.c: (plugin_init):
20527           Remove comment that makes no sense.
20528         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
20529           Fix for obvious typo that resulted in warnings during gst-register.
20530         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
20531         (gst_xviddec_sink_link):
20532           Fix caps negotiation a bit better.
20533         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20534           We call this 'codec_data', not 'esds'.
20535
20536 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20537
20538         * gst/monoscope/gstmonoscope.c:
20539           make sure we only provide 256x128
20540         * gst/monoscope/monoscope.c: (monoscope_init):
20541           assert size of 256x128
20542
20543 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20544
20545         * Makefile.am:
20546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
20547         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
20548           fixate to max width and height of device
20549
20550 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20551
20552         * Makefile.am:
20553         * sys/v4l/gstv4l.c:
20554         * sys/v4l/gstv4lsrc.c:
20555         * sys/v4l/v4l_calls.c:
20556         * sys/v4l/v4lsrc_calls.c:
20557           fix for qc-usb driver which fakes having more than one buffer
20558           by handing the same buffer twice, which confused GStreamer's/v4lsrc
20559           buffer_free override
20560           add debugging
20561
20562 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20563
20564         * Makefile.am:
20565         * gst/videotestsrc/gstvideotestsrc.c:
20566         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
20567         (gst_videotestsrc_init), (gst_videotestsrc_get),
20568         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
20569         * gst/videotestsrc/gstvideotestsrc.h:
20570           add num-buffers property
20571
20572         2004-04-26  Benjamin Otte  <otte@gnome.org>
20573
20574         * ext/mad/gstid3tag.c: (plugin_init):
20575           set id3mux rank to NONE so it doesn't confuse spider
20576           require audio/mpeg,mpegversion=1 in id3mux
20577
20578 2004-04-26  Benjamin Otte  <otte@gnome.org>
20579
20580         * configure.ac:
20581           detect faad correctly as non-working if it's indeed non-working
20582
20583 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20584
20585         * Makefile.am:
20586         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20587         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
20588         fix _getcaps so it only negotiates to its supported format
20589
20590 2004-04-25  Benjamin Otte  <otte@gnome.org>
20591
20592         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20593           fix memleak
20594
20595 2004-04-23  Benjamin Otte  <otte@gnome.org>
20596
20597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20598           audio/x-raw-int with height rules! not. Now it's depth.
20599
20600 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20601
20602         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
20603         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20604         (gst_wavparse_loop):
20605           Missing variable initialization. Add handling of DVI ADPCM. Fix
20606           mis-parsing of LIST chunks. This works around a bug where we mis-
20607           parse non-aligning LIST chunks (so LIST chunks where the contents
20608           don't align with the actual LIST size). The correct fix is to use
20609           rifflib, I'm not going to fix wavparse - too much work. All this
20610           fixes #104878.
20611
20612 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20613
20614         reviewed by Benjamin Otte  <otte@gnome.org>
20615
20616         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20617           fix shoutcast not working (fixes #140844)
20618
20619 2004-04-22  Benjamin Otte  <otte@gnome.org>
20620
20621         * ext/hermes/gsthermescolorspace.c:
20622         (gst_hermes_colorspace_caps_remove_format_info):
20623         * gst/colorspace/gstcolorspace.c:
20624         (gst_colorspace_caps_remove_format_info):
20625         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20626         (gst_ffmpegcolorspace_caps_remove_format_info):
20627           s/gst_caps_simplify/gst_caps_do_simplify/
20628
20629 2004-04-22  Benjamin Otte  <otte@gnome.org>
20630
20631         * gst-libs/gst/riff/riff-media.c:
20632         (gst_riff_create_video_caps_with_data):
20633           mpegversion is an int
20634         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
20635           don't try to create pad templates with NULL caps, use any caps
20636           instead.
20637
20638 2004-04-20  David Schleef  <ds@schleef.org>
20639
20640         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
20641         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
20642         (bug #140384)
20643
20644 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
20645
20646         reviewed by David Schleef
20647
20648         * ext/mad/gstid3tag.c: Add stdlib.h
20649         * gst/rtp/gstrtpgsmenc.c: same
20650         * gst/tags/gstid3tag.c: same
20651         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
20652         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
20653         GST_DISABLE_LOADSAVE use.
20654         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
20655         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
20656         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
20657         atol(3)).
20658         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
20659         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
20660         strtoul(3)).
20661         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
20662         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
20663         $(ID3_CFLAGS).
20664         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
20665         $(LIBFAME_CFLAGS).
20666
20667 2004-04-20  David Schleef  <ds@schleef.org>
20668
20669         * gst/realmedia/rmdemux.c:  This was supposed to part of the
20670         last checkin.  Same idea.
20671
20672 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
20673
20674         reviewed by David Schleef
20675
20676         * configure.ac: bump required gstreamer version to 0.8.1.1
20677         because of following changes [--ds]
20678
20679         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
20680         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
20681         (gst_riff_read_header):  Use GST_READ_UINT*
20682         macros to access possibly unaligned memory.
20683
20684         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
20685         (mp3_type_find):  Use GST_READ_UINT*
20686         macros to access possibly unaligned memory.
20687         (mp3_type_find, mpeg1_parse_header, qt_type_find)
20688         (speex_type_find): Likewise
20689
20690         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
20691
20692         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
20693         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
20694         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
20695         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
20696         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
20697         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
20698         macros to access possibly unaligned memory.
20699
20700         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
20701         Likewise.
20702
20703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
20704         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
20705
20706         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20707         Likewise.
20708
20709         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
20710         (gst_mpeg2subt_chain_subtitle): Likewise.
20711
20712         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
20713         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
20714         Likewise.
20715
20716         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
20717         Likewise.
20718
20719         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
20720         Likewise.
20721
20722         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
20723         Likewise.
20724
20725 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20726
20727         * configure.ac:
20728           update required version of GStreamer because of GST_TIME_FORMAT
20729
20730 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20731
20732         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
20733           remove leftover g_print
20734         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20735           don't try setting only a subset of the caps. We don't want to kill
20736           autoplugging on purpose
20737
20738 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20739
20740         * sys/ximage/ximagesink.c: (plugin_init):
20741         * sys/xvimage/xvimagesink.c: (plugin_init):
20742           add debugging categories
20743
20744 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20745
20746         * po/en_GB.po:
20747         * po/LINGUAS:
20748           Adding en_GB translation (Gareth Owen)
20749
20750 2004-04-20  David Schleef  <ds@schleef.org>
20751
20752         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20753         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
20754         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
20755         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
20756         A number of new features and hacks to extract the esds atom and
20757         put it into the caps.  (bug #137724)
20758
20759 2004-04-19  David Schleef  <ds@schleef.org>
20760
20761         * gconf/Makefile.am: Fix for non-GNU make
20762         * gst-libs/gst/Makefile.am: Change directory order to handle
20763         GstPlay linking with gstinterfaces
20764         * gst-libs/gst/audio/make_filter: make use of tr portable
20765         * gst-libs/gst/play/Makefile.am: Add intended \
20766         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20767         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
20768         function prototype instead of void *.
20769         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
20770         macro.
20771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20772         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
20773         * gst/videofilter/make_filter: make use of tr portable
20774         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
20775
20776 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20777
20778         * po/LINGUAS:
20779         * po/uk.po:
20780           Added Ukrainian translation (Maxim V. Dziumanenko)
20781
20782 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20783
20784         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
20785         (gst_gsmdec_link), (gst_gsmdec_chain):
20786           Fix capsnego, simplify chain function slightly.
20787         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20788           Add GSM.
20789
20790 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20791
20792         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20793         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
20794         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
20795           Hack to make wavparse work with spider (always -> sometimes pad).
20796           Fixes #135862 && #140411.
20797
20798 2004-04-18  Benjamin Otte  <otte@gnome.org>
20799
20800         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20801         (gst_osselement_rate_probe_check),
20802         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
20803           get rid of \n in debug output
20804
20805 2004-04-17  Iain <iain@prettypeople.org>
20806
20807         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
20808         not just EOS.
20809
20810 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20811
20812         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20813         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
20814         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
20815         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
20816         (gst_id3_tag_src_link), (gst_id3_tag_chain),
20817         (gst_id3_tag_change_state), (plugin_init):
20818           deprecate id3tag element and replace with id3demux/id3mux.
20819           great side effect: this ugly file is now even uglier, yay!
20820         * ext/mad/gstmad.h:
20821           remove non-available function
20822           update for new get_type
20823
20824 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20825
20826         * configure.ac:
20827           require mpeg2dec >= 0.4.0
20828
20829 2004-04-17  Benjamin Otte  <otte@gnome.org>
20830
20831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20832         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20833         (gst_xvimagesink_set_xwindow_id):
20834           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
20835           assorted cleanup fixes.
20836
20837 2004-04-16  David Schleef  <ds@schleef.org>
20838
20839         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
20840         * sys/xvimage/xvimagesink.h: same
20841
20842 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20843
20844         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20845           Fix GST_ELEMENT_ERROR with (NULL)
20846
20847 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20848
20849         * gst-libs/gst/riff/riff-media.c:
20850         (gst_riff_create_video_caps_with_data):
20851           Add div[3456] as fourccs for DivX 3 (fixes #140137).
20852
20853 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20854
20855         * gst-libs/gst/riff/riff-media.c:
20856         (gst_riff_create_video_caps_with_data),
20857         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
20858         (gst_riff_create_video_template_caps),
20859         (gst_riff_create_audio_template_caps):
20860         * gst-libs/gst/riff/riff-media.h:
20861         * gst-libs/gst/riff/riff-read.c:
20862         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
20863         * gst-libs/gst/riff/riff-read.h:
20864         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20865           Add MS RLE support. I added some functions to read out strf chunks
20866           into strf chunks and the data behind it. This is usually color
20867           palettes (as in RLE, but also in 8-bit RGB). Also use those during
20868           caps creation. Lastly, add ADPCM (similar to wavparse - which
20869           should eventually be rifflib based).
20870         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
20871         (gst_matroska_demux_init), (gst_matroska_demux_reset):
20872         * gst/matroska/matroska-demux.h:
20873           Remove placeholders for some prehistoric tagging system. Didn't add
20874           support for any tag system really anyway.
20875         * gst/qtdemux/qtdemux.c:
20876           Add support for audio/x-m4a (MPEG-4) through spider.
20877         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20878         (gst_wavparse_loop):
20879           ADPCM support (#135862). Increase max. buffer size because we
20880           cannot split buffers for ADPCM (screws references) and I've seen
20881           files with 2048 byte chunks. 4096 seems safe for now.
20882
20883 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20884
20885         * configure.ac: bump nano to 1
20886
20887 === release 0.8.1 ===
20888
20889 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20890
20891         * configure.ac: releasing 0.8.1, "Comforting Sounds"
20892
20893 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20894
20895         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20896           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
20897           Fixes #140058
20898
20899 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20900
20901         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
20902           lower rank of dvddemux so that it's not used for mpeg playback.
20903
20904 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20905
20906         * configure.ac:
20907           save libs correctly when checking mad
20908
20909 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20910
20911         * ext/mad/gstid3tag.c: (plugin_init):
20912           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
20913
20914 2004-04-13  David Schleef  <ds@schleef.org>
20915
20916         * common/m4/gst-feature.m4: Call -config scripts with
20917         --plugin-libs if it is supported.
20918         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
20919         JPEG images are image/jpeg.
20920         * gst/debug/Makefile.am:
20921         * gst/debug/negotiation.c: (gst_negotiation_class_init),
20922         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
20923         (gst_negotiation_update_caps), (gst_negotiation_get_property),
20924         (gst_negotiation_plugin_init): Add a property that acts like
20925         filter caps.
20926         * testsuite/gst-lint:  Move license checking to be a standard
20927         test.
20928
20929 2004-04-13  David Schleef  <ds@schleef.org>
20930
20931         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
20932         patch from Sebastien Cote (bug #139958)
20933
20934 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20935
20936         * examples/gstplay/Makefile.am:
20937         * examples/gstplay/player.c: (main):
20938           make the commandline player example use gconf settings
20939
20940 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20941
20942         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
20943         (gst_cacasink_sinkconnect), (gst_cacasink_init),
20944         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
20945           init/end library during state transition, not object
20946           creation/disposal.  get rid of custom dispose handler.
20947
20948
20949 2004-04-12  Christian Schaller <Uraeus@gnome.org>
20950
20951         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
20952         be a symlink
20953
20954 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20955
20956         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
20957           Handle JUNK chunks inside data section. Prevents warnings.
20958
20959 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20960
20961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20962         (gst_riff_create_video_template_caps):
20963           Add MS video v1.
20964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20965         (gst_avi_demux_stream_data):
20966           Add support for "rec-list" chunks.
20967
20968 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20969
20970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20971           Fix another codecname mismatch.
20972
20973 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20974
20975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20976           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
20977           so that MJPEG plays back.
20978
20979 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20980
20981         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20982         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
20983         * gst/mpeg1videoparse/gstmp1videoparse.h:
20984           Fix for some slight mis-cuts in buffer parsing, and for some
20985           potential overflows or faults-causers. Adds disconts. Also fixes
20986           #139105 while we're at it.
20987
20988 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20989
20990         * configure.ac:
20991         * sys/v4l2/gstv4l2element.h:
20992           Workaround for missing struct v4l2_buffer declaration in Suse 9
20993           and Mandrake 10 linux/videodev2.h header file (#135919).
20994
20995 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20996
20997         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20998           Bail out if no filename was given.
20999
21000 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21001
21002         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21003         (gst_v4l2_fourcc_from_structure):
21004           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21005           Y41B somewhere).
21006
21007 2004-04-09  Benjamin Otte  <otte@gnome.org>
21008
21009         * ext/gnomevfs/gstgnomevfssink.c:
21010         (_gst_boolean_allow_overwrite_accumulator),
21011         (gst_gnomevfssink_class_init):
21012           fix erase signal - if any handler returns false the file will not be
21013           overwritten. If no handler is connected, the file will not be
21014           overwritten either.
21015           renamed signal to "allow-overwrite"
21016         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21017           free string when adding it to ID3 failed
21018         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21019           unref event when done
21020         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21021           free caps
21022         * gst/typefind/gsttypefindfunctions.c:
21023         (mpeg_video_stream_type_find):
21024           fix invalid read
21025
21026 2004-04-08  David Schleef  <ds@schleef.org>
21027
21028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21029         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21030
21031 2004-04-08  David Schleef  <ds@schleef.org>
21032
21033         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21034         we don't support (bug #139532)
21035
21036 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21037
21038         * ext/mad/gstmad.c: (gst_mad_handle_event),
21039         (gst_mad_check_caps_reset), (gst_mad_chain),
21040         (gst_mad_change_state):
21041           only set explicit caps if they haven't been set before for
21042           this stream.  MPEG-audio sample rate/channels aren't allowed
21043           to change in-stream.
21044           Fixes #139382
21045
21046 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21047
21048         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21049         (_gst_boolean_did_something_accumulator),
21050         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21051         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21052         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21053         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21054         (gst_gnomevfssink_change_state):
21055           Fix erase signal. Don't erase by default. Remove handoff signal.
21056           Remove erase property. Don't segfault. General cleanup.
21057
21058 2004-04-07  Benjamin Otte  <otte@gnome.org>
21059
21060         * gst-libs/gst/gconf/test-gconf.c: (main):
21061           add missing gst_init
21062
21063 2004-04-07  Benjamin Otte  <otte@gnome.org>
21064
21065         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21066           free the mutexes, too
21067
21068 2004-04-07  Benjamin Otte  <otte@gnome.org>
21069
21070         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21071           actually free the URI string
21072         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21073           compute offset correctly when passing discont events
21074         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21075           don't leak discont events
21076         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21077           add some missing breaks so caps aren't copied randomly
21078         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21079           if we realloc memory, we better use it
21080
21081 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21082
21083         * ext/mad/gstmad.c: (normal_seek):
21084           fix GST_FORMAT_TIME usage
21085
21086 2004-04-05  David Schleef  <ds@schleef.org>
21087
21088         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
21089         a deprecated function (hack!)
21090
21091 2004-04-05  Benjamin Otte  <otte@gnome.org>
21092
21093         * ext/esd/esdmon.c: (gst_esdmon_get):
21094           fix nonterminated vararg and memleak
21095
21096 2004-04-05  Benjamin Otte  <otte@gnome.org>
21097
21098         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21099         (gst_ladspa_init), (gst_ladspa_force_src_caps),
21100         (gst_ladspa_set_property), (gst_ladspa_get_property),
21101         (gst_ladspa_instantiate), (gst_ladspa_activate),
21102         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21103           clean up debugging
21104
21105 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
21106
21107         reviewed by Benjamin Otte  <otte@gnome.org>
21108
21109         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21110           check for broken LADSPA parameters (fixes #138635)
21111
21112 2004-04-05  Benjamin Otte  <otte@gnome.org>
21113
21114         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21115           advertise buffer-frames correctly on sinkpads
21116
21117 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21118
21119         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21120         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21121         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21122         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21123         (gst_mad_check_caps_reset), (gst_mad_chain):
21124         add more debugging, only reset caps when we're not in error state
21125
21126 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21127
21128         * ext/mad/gstmad.c: add debugging category, comment + cleanups
21129
21130 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21131
21132         reviewed by Benjamin Otte  <otte@gnome.org>
21133
21134         * configure.ac:
21135           fix == in test(1) operator
21136
21137 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21138
21139         reviewed by Benjamin Otte  <otte@gnome.org>
21140
21141         * configure.ac:
21142           fix --export-symblos-regex to a working regex.
21143
21144 2004-04-04  Benjamin Otte  <otte@gnome.org>
21145
21146         * sys/oss/.cvsignore:
21147           add for oss_probe
21148
21149 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21150
21151         reviewed by Benjamin Otte  <otte@gnome.org>
21152
21153         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21154           add missing 'new_media' argument (fixes #138168)
21155         * gst/matroska/matroska-demux.c:
21156         (gst_matroska_demux_handle_seek_event):
21157           add vararg terminator (fixes #138169)
21158
21159 2004-04-02  David Schleef  <ds@schleef.org>
21160
21161         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
21162         disted (bug #138914)
21163
21164 2004-04-01  Benjamin Otte  <otte@gnome.org>
21165
21166         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21167         (gst_alsa_close_audio):
21168           handle case better where a soundcard can't pause
21169         * ext/ogg/gstoggdemux.c:
21170           don't crash when we get events but don't have pads yet
21171
21172 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21173
21174         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21175           throw an error if we couldn't probe any caps.
21176
21177 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21178
21179         * ext/dvdnav/gst-dvd:
21180         Add a really simple sample DVD player
21181
21182 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21183
21184         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21185         (gst_a52dec_push), (gst_a52dec_handle_event),
21186         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21187         (gst_a52dec_change_state):
21188         * ext/a52dec/gsta52dec.h:
21189           Use a debug category, Output timestamps correctly
21190           Emit tag info, Handle events, tell liba52dec about cpu
21191           capabilities so it can use MMX etc.
21192         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21193           Fix a crasher accessing invalid memory
21194         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21195         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21196         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21197         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21198         (dvdnavsrc_query):
21199           Some support for byte-format seeking.
21200           Small fixes for still frames and menu button overlays
21201         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21202         (gst_mpeg2dec_alloc_buffer):
21203           Use a debug category. Adjust the report level of several items to
21204           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21205           so it doesn't lose the GstBuffer pointer
21206         * gst/debug/Makefile.am:
21207         * gst/debug/gstdebug.c: (plugin_init):
21208         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21209         (gst_navseek_base_init), (gst_navseek_class_init),
21210         (gst_navseek_init), (gst_navseek_seek),
21211         (gst_navseek_handle_src_event), (gst_navseek_set_property),
21212         (gst_navseek_get_property), (gst_navseek_chain),
21213         (gst_navseek_plugin_init):
21214         * gst/debug/gstnavseek.h:
21215           Add the navseek debug element for seeking back and forth in a
21216           video stream using arrow keys.
21217         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21218         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21219         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21220         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21221         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21222         (gst_mpeg2subt_parse_header), (gst_get_nibble),
21223         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21224         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21225         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21226         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21227         * gst/mpeg2sub/gstmpeg2subt.h:
21228           Pretty much a complete rewrite. Now a loopbased element. May still
21229           require work to properly synchronise subtitle buffers.
21230         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21231         (gst_dvd_demux_send_subbuffer):
21232         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21233           Don't attempt to create subbuffers of size 0
21234           Reduce a couple of error outputs to warnings.
21235         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21236         (gst_y4mencode_chain):
21237         Output the y4m frame header correctly.
21238
21239 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21240
21241         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21242           throw errors instead of allowing SIGFPE
21243
21244 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21245
21246         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21247         (gst_gconf_render_bin_from_key):
21248           leak plugging and style fixing
21249
21250 2004-03-31  David Schleef  <ds@schleef.org>
21251
21252         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21253         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21254         (bug #138225)
21255         * gst/debug/Makefile.am:
21256         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21257         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
21258         plugin.
21259         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21260         (gst_negotiation_base_init), (gst_negotiation_class_init),
21261         (gst_negotiation_init), (gst_negotiation_getcaps),
21262         (gst_negotiation_pad_link), (gst_negotiation_chain),
21263         (gst_negotiation_set_property), (gst_negotiation_get_property),
21264         (gst_negotiation_plugin_init):  New element to talk about random
21265         negotiation things happening in a pipeline.
21266
21267 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21268
21269         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21270           fix integer addition with help of Stefan Kost
21271
21272 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21273
21274         * po/nl.po: updated Dutch translation (Elros Cyriatan)
21275
21276 2004-03-30  David Schleef  <ds@schleef.org>
21277
21278         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21279         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
21280         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21281         (bug #137504)
21282         * ext/mpeg2dec/gstmpeg2dec.h:
21283
21284 2004-03-30  David Schleef  <ds@schleef.org>
21285
21286         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21287
21288 2004-03-30  David Schleef  <ds@schleef.org>
21289
21290         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
21291         Michael Petullo) to handle .mov
21292
21293 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21294
21295         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21296         (gst_osselement_rate_check_rate):
21297           probe caps correctly for sound cards that only support one format
21298
21299 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21300
21301         * ext/kio/kiosrc.cpp: (process_events):
21302           update handling event processing if inside KDE - untested
21303
21304 2004-03-29  David Schleef  <ds@schleef.org>
21305
21306         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
21307         by 2 to not interfere with other colorspaces.
21308         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
21309         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
21310         one to not interfere with ffmpeg_colorspace.
21311
21312 2004-03-29  David Schleef  <ds@schleef.org>
21313
21314         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
21315         aren't in the caps.
21316         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
21317         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
21318
21319 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21320
21321         * gst-libs/gst/riff/riff-media.c:
21322           fail on error, don't try to set stuff on NULL caps
21323
21324 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21325
21326         * configure.ac:
21327         * ext/Makefile.am:
21328         * ext/kio/Makefile.am:
21329         * ext/kio/kioreceiver.cpp:
21330         * ext/kio/kioreceiver.h:
21331         * ext/kio/kiosrc.cpp:
21332         * ext/kio/kiosrc.h:
21333           add experimental kiosrc plugin
21334         * ext/alsa/gstalsaplugin.c: (plugin_init):
21335           initialize debugging category only when we're sure registering the
21336           plugins worked.
21337
21338 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21339
21340         * examples/gstplay/player.c: (main):
21341         * gst-libs/gst/play/play.c: (gst_play_class_init),
21342         (gst_play_set_location), (gst_play_set_data_src),
21343         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21344         (gst_play_set_visualization), (gst_play_connect_visualization):
21345           check return values of element_set_state and return FALSE where
21346           failed
21347
21348 2004-03-29  Benjamin Otte  <otte@gnome.org>
21349
21350         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21351           try harder to check if an event is really a discont
21352
21353 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21354
21355         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
21356         * po/az.po:
21357
21358 2004-03-28  Benjamin Otte  <otte@gnome.org>
21359
21360         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
21361         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21362         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21363           get rid of non-standard "..." ranges in case statements.
21364
21365 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
21366
21367         * gst/mpegstream/gstmpegdemux.c:
21368         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
21369         specific functionality split to the new dvddemux element.
21370         * gst/mpegstream/gstdvddemux.c:
21371         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
21372         streams, derived from mpegdemux.
21373         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
21374         up. SCR based timestamp rewriting can be turned off (will probably
21375         completely disappear soon).
21376         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
21377         hacking. General cleanup. All printf statements replaced by
21378         debugging messages. Almost complete libdvdnav support.
21379         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
21380         by events. New properties for audio and subpicture languages.
21381         (dvdnavsrc_update_highlight): Now uses events.
21382         (dvdnavsrc_user_op): Cleaned up.
21383         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
21384         based). Lots of cleanup, and propper support for most libdvdnav
21385         events.
21386         (dvdnavsrc_make_dvd_event): New function.
21387         (dvdnavsrc_make_dvd_nav_packet_event): New function.
21388         (dvdnavsrc_make_clut_change_event): New function.
21389
21390 2004-03-26  Benjamin Otte  <otte@gnome.org>
21391
21392         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
21393           fix bug where typefinding would claim it's theora whenever less then
21394           7 bytes of data were available
21395
21396 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21397
21398         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
21399         (gst_alawdec_base_init), (gst_alawdec_class_init),
21400         (gst_alawdec_init), (gst_alawdec_chain):
21401         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
21402         (gst_alawenc_base_init), (gst_alawenc_class_init),
21403         (gst_alawenc_init), (gst_alawenc_chain):
21404         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
21405         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
21406         (gst_mulawdec_init), (gst_mulawdec_chain):
21407         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
21408         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
21409         (gst_mulawenc_init), (gst_mulawenc_chain):
21410           Fix capsnego in all four, remove the unused property functions and
21411           simplify the chain functions slightly. I guess we could use macros
21412           or something similar for those, since the code is so similar, but
21413           I'm currently too lazy...
21414
21415 2004-03-24  David Schleef  <ds@schleef.org>
21416
21417         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21418         (gst_osselement_close_audio), (gst_osselement_probe_caps),
21419         (gst_osselement_get_format_structure),
21420         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
21421         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
21422         (gst_osselement_rate_int_compare): Add code to handle rate probing
21423         (bug #120883)
21424         * sys/oss/gstosselement.h: same
21425         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
21426         Use rate probing provided by osselement.
21427         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
21428
21429 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21430
21431         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
21432         (gst_xvidenc_get_property):
21433           ulong/int mess-up.
21434
21435 2004-03-24  David Schleef  <ds@schleef.org>
21436
21437         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
21438         (gst_speexdec_init):
21439         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
21440         (gst_speexenc_init):  Create the pad template correctly (from
21441         the static pad template, not a NULL pointer.)
21442
21443 2004-03-25  Benjamin Otte  <otte@gnome.org>
21444
21445         * gst/debug/Makefile.am:
21446         * gst/debug/breakmydata.c:
21447           add element that quasi-randomly changes bytes in the stream.
21448           Intended use is robustness checking of demuxers and decoders in
21449           media tests.
21450
21451 2004-03-24  Benjamin Otte  <otte@gnome.org>
21452
21453         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21454         (gst_alsa_probe_hw_params):
21455         * ext/alsa/gstalsa.h:
21456           debugging output fixes
21457
21458 2004-03-24  Benjamin Otte  <otte@gnome.org>
21459
21460         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
21461           don't g_return_if_fail if element is PLAYING, fail silently as every
21462           other element.
21463         * gst/effectv/gstquark.c: (gst_quarktv_chain):
21464           only fix needed for cast lvalue issues in gst-plugins
21465         * gst/volenv/gstvolenv.c: (gst_volenv_init):
21466           add proxy_getcaps
21467
21468 2004-03-24  Benjamin Otte  <otte@gnome.org>
21469
21470         * gst/level/gstlevel.c: (gst_level_init):
21471           add proxying getcaps function, so level doesn't advertise impossible
21472           caps
21473
21474 2004-03-24  David Schleef  <ds@schleef.org>
21475
21476         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21477         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
21478         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
21479         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
21480         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
21481         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
21482         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
21483         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
21484         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
21485         messages.  Divide the chunk size by the compression ratio
21486         (needed for MACE audio)
21487
21488 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21489
21490         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21491           Fix buffer overflow read error.
21492
21493 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21494
21495         * ext/alsa/gstalsa.h:
21496           Remove unused entry.
21497         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21498           Add cinepak.
21499         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
21500         (gst_videodrop_link), (gst_videodrop_chain):
21501           Fix, sort of. Was horribly broken with new capsnego. Bah...
21502
21503 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
21504
21505         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
21506         (plugin_init):
21507         Add a monkeysaudio typefind function
21508
21509 2004-03-23  Johan Dahlin  <johan@gnome.org>
21510
21511         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
21512         (gst_play_video_fixate): Check so the structure has the field
21513         before trying to fixate them, this makes it possible to have
21514         fakesinks for video and audio output without printing errors on
21515         the output console.
21516
21517 2004-03-22  David Schleef  <ds@schleef.org>
21518
21519         * sys/oss/Makefile.am:
21520         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
21521         (check_rate), (add_rate):  Rate probing test app.
21522
21523 2004-03-21  Benjamin Otte  <otte@gnome.org>
21524
21525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21526         (_fixate_caps_to_int), (gst_audio_convert_fixate):
21527           add a fixation function that pretty much does the right thing (fixes
21528           #137556)
21529
21530 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
21531
21532         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
21533
21534 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21535
21536         reviewed by: Benjamin Otte  <otte@gnome.org>
21537
21538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21539           terminate gst_event_new_discontinuous correctly (fixes parts of
21540           #137711)
21541
21542 2004-03-19  David Schleef  <ds@schleef.org>
21543
21544         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
21545         since it doesn't depend on X, and it's part of our ABI.
21546
21547 2004-03-19  Iain <iain@prettypeople.org>
21548
21549         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
21550         is_int in the structure, not the local variable.
21551
21552 2004-03-19  David Schleef  <ds@schleef.org>
21553
21554         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
21555         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
21556         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
21557         Improvements in caps negotiation.
21558
21559 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21560
21561         * po/LINGUAS:
21562         * po/af.po:
21563           adding Afrikaans (Petri Jooste)
21564
21565 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21566
21567         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21568         (gst_ffmpegcolorspace_chain):
21569         throw error instead of g_critical (#137588)
21570
21571 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21572
21573         * Makefile.am:
21574         * configure.ac:
21575           dist common and m4 correctly
21576         * po/sv.po:
21577
21578 2004-03-17  David Schleef  <ds@schleef.org>
21579
21580         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
21581         (bug #137348)
21582
21583 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21584
21585         * po/LINGUAS:
21586         * po/sv.po:
21587           adding Swedish translation (Christian Rose)
21588
21589 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21590
21591         * Makefile.am: use release.mak
21592
21593 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21594
21595         * common/ChangeLog:
21596         * common/gst-autogen.sh:
21597           add some explanation about the version detection
21598         * configure.ac:
21599           fix X check
21600
21601 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21602
21603         * configure.ac: bump nano to 1
21604
21605 === release 0.8.0 ===
21606
21607 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21608
21609         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
21610
21611 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21612
21613         * configure.ac:
21614           update libtool version
21615         * gst-libs/gst/media-info/Makefile.am:
21616           actually use libtool version
21617
21618 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21619
21620         * configure.ac: fix speex detection to work with 1.0 but not 1.1
21621
21622 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21623
21624         * configure.ac:
21625         * gst-plugins.spec.in:
21626         * pkgconfig/Makefile.am:
21627         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
21628         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21629         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21630         * pkgconfig/gstreamer-libs.pc.in:
21631         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
21632         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21633         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
21634         * pkgconfig/gstreamer-plugins.pc.in:
21635           remove @VERSION@ from some of the pc files since core and plugins
21636           are decoupled.
21637           created gstreamer-plugins.pc as it's a better name, but keeping
21638           -libs around for now to get fixes upstream done first.
21639
21640 2004-03-15  Julien MOUTTE <julien@moutte.net>
21641
21642         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
21643         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
21644         * gst-libs/gst/play/play.h:
21645
21646 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21647
21648         * *.c, *.cc: don't mix tabs and spaces
21649
21650 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21651
21652         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21653           use the new ffmpegcolorspace
21654         * gst-plugins.spec.in:
21655           package new colorspace and media-info
21656         * configure.ac:
21657         * pkgconfig/Makefile.am:
21658           fix some more disting issues
21659         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
21660         * pkgconfig/gstreamer-media-info.pc.in:
21661           generate media-info pc files
21662
21663 2004-03-15  Johan Dahlin  <johan@gnome.org>
21664
21665         * *.h: Revert indenting
21666
21667 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21668
21669         * configure.ac:
21670           adding ffmpegcolorspace element
21671         * gst/ffmpegcolorspace/Makefile.am:
21672         * gst/ffmpegcolorspace/avcodec.h:
21673         * gst/ffmpegcolorspace/common.h:
21674         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
21675         * gst/ffmpegcolorspace/dsputil.h:
21676         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
21677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21678         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
21679         (gst_ffmpeg_caps_to_pix_fmt):
21680         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
21681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21682         (gst_ffmpegcolorspace_caps_remove_format_info),
21683         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
21684         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
21685         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
21686         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
21687         (gst_ffmpegcolorspace_set_property),
21688         (gst_ffmpegcolorspace_get_property),
21689         (gst_ffmpegcolorspace_register):
21690         * gst/ffmpegcolorspace/imgconvert.c:
21691         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21692         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
21693         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
21694         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
21695         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
21696         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
21697         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
21698         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
21699         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
21700         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
21701         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
21702         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
21703         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
21704         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
21705         (img_get_alpha_info), (deinterlace_line),
21706         (deinterlace_line_inplace), (deinterlace_bottom_field),
21707         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
21708         * gst/ffmpegcolorspace/imgconvert_template.h:
21709         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
21710         * gst/ffmpegcolorspace/mmx.h:
21711         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
21712           adding ffmpegcolorspace element supplied by Ronald after cleaning
21713           up and pulling in the right bits of upstream source.
21714           I'm sure a better C/compiler wizard could do some cleaning up (for
21715           example use GLIB's malloc stuff), but as a first pass this
21716           works very well
21717
21718 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21719
21720         * ext/alsa/gstalsa.h:
21721           I assume Ronald forgot to commit the change to have cardname
21722           as a struct member.  Expect some public spanking at the next
21723           opportunity.
21724
21725 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21726
21727         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
21728         (gst_alsa_open_audio), (gst_alsa_close_audio):
21729         * ext/alsa/gstalsa.c:
21730           Don't open the device if we're a mixer (= padless).
21731         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
21732         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
21733         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
21734           Open mixer during state change rather than during object
21735           initialization. Also, get a device name. Currently in a somewhat
21736           hackish fashion, but I didn't really find something better.
21737
21738 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21739
21740         * *.c, *.h: run gst-indent
21741
21742 2004-03-14  Benjamin Otte  <otte@gnome.org>
21743
21744         * gst/modplug/gstmodplug.cc:
21745         * gst/modplug/gstmodplug.h:
21746           set correct timestamps on outgoing buffers
21747
21748 2004-03-14  Benjamin Otte  <otte@gnome.org>
21749
21750         * gst/modplug/gstmodplug.cc:
21751           handle events - don't do crap when a discont arrives that's not
21752           necessary
21753           This allows correct loading and playback of mods in Rhythmbox
21754
21755 2004-03-14  Benjamin Otte  <otte@gnome.org>
21756
21757         * configure.ac:
21758         * gst-libs/gst/gconf/Makefile.am:
21759         * pkgconfig/Makefile.am:
21760           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
21761           they get rebuilt properly
21762         * configure.ac:
21763           when checking for vorbis, try pkgconfig first.
21764         * gst/modplug/gstmodplug.cc:
21765           add fixate function
21766
21767 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21768
21769         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21770           Fix for obvious mistake, where we first shift the offset and then
21771           read a samplesize element assuming the old offset. Note that this
21772           part still has something weird, i.e. my movies containing those
21773           don't actually play well, but at least there's something that looks
21774           like sound now.
21775
21776 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
21777         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
21778         (plugin_init):
21779         Add a typefind function for speex format
21780
21781 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21782
21783         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
21784         (gst_asf_demux_setup_pad):
21785           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
21786           instead of 0. Reason is simple: some elements have a fps range
21787           of 1-max instead of 0-max. So now ASF video actually works.
21788
21789 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21790
21791         * po/LINGUAS:
21792         * po/sr.po:
21793           adding serbian as a language
21794
21795 2004-03-13  Benjamin Otte  <otte@gnome.org>
21796
21797         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21798           return taglist correctly from _get function, don't gst_pad_push it.
21799           (fixes #137042)
21800
21801 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21802         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21803
21804 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21805
21806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
21807         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
21808         (gst_alsa_mixer_track_new):
21809         * ext/alsa/gstalsamixertrack.h:
21810           Fix ancient leftovers... MixerTrack is a GObject.
21811
21812 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21813
21814         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21815         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21816           Don't block during probing...
21817
21818 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21819
21820         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
21821         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
21822         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
21823         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
21824         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
21825         (gst_alsa_open_audio), (gst_alsa_close_audio):
21826         * ext/alsa/gstalsa.h:
21827           Add propertyprobe interface implementation, add some device-name
21828           property, all this so that it looks good in gnome-volume-control.
21829
21830 2004-03-12  David Schleef  <ds@schleef.org>
21831
21832         * configure.ac: the Hermes library controls hermescolorspace, not
21833         colorspace.
21834         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21835         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
21836         not /* */
21837         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
21838         * ext/sdl/sdlvideosink.h: ditto.
21839         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
21840
21841 2004-03-12  Benjamin Otte  <otte@gnome.org>
21842
21843         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
21844         (gst_x_overlay_got_xwindow_id):
21845         * gst-libs/gst/xoverlay/xoverlay.h:
21846           replace XID with unsigned long to get rid of the xlibs dependency in
21847           XOverlay (fixes #137004)
21848
21849 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21850         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
21851         (gst_agingtv_setup):
21852         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
21853         (gst_dicetv_base_init), (gst_dicetv_class_init),
21854         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
21855         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
21856         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
21857         (gst_edgetv_setup), (gst_edgetv_rgb32):
21858         * gst/effectv/gsteffectv.c:
21859         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
21860         (gst_quarktv_set_property):
21861         * gst/effectv/gstrev.c: (gst_revtv_get_type),
21862         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
21863         (gst_revtv_setup), (gst_revtv_rgb32):
21864         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
21865         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
21866         (gst_shagadelictv_init), (gst_shagadelictv_setup),
21867         (gst_shagadelictv_rgb32):
21868         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
21869         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
21870         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
21871         * gst/effectv/gstwarp.c:
21872         Port everything that can be ported to videofilter and fix up the caps.
21873         Can someone with a big-endian machine please check these?
21874
21875 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21876
21877         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
21878         (gst_osssink_chain), (gst_osssink_change_state):
21879           Latest fixes for A/V sync, audio playback and such. This is about
21880           all... MPEG playback issues are mostly related to the async build-
21881           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
21882
21883 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21884
21885         patch from: Stephane Loeuillet
21886
21887         * configure.ac:
21888           use pkg-config for some libraries, falling back to the old .m4 way
21889           (fixes #131270)
21890         * m4/libdv.m4:
21891           removed
21892
21893 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * configure.ac:
21896         * tools/Makefile.am:
21897         * tools/Makefile.in:
21898         * tools/gst-launch-ext-m.m:
21899         * tools/gst-launch-ext.1.in:
21900         * tools/gst-visualise-m.m:
21901         * tools/gst-visualise.1:
21902         * tools/gst-visualise.1.in:
21903           reorganizing generation of script tools
21904
21905 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21906
21907         * ext/divx/gstdivxdec.c:
21908           Downgrade priority. We prefer ffdec_mpeg4.
21909         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
21910         (gst_faad_chain), (gst_faad_change_state):
21911           Fix capsnego. Doesn't work for some sounds because we don't have
21912           a 5:1 to stereo element.
21913         * ext/xvid/gstxvid.c: (plugin_init):
21914           Add priority.
21915         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21916         (gst_osssink_change_state):
21917           Add discont handling.
21918
21919 2004-03-09  Colin Walters  <walters@verbum.org>
21920
21921         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
21922         conversion.
21923
21924 2004-03-09  Benjamin Otte  <otte@gnome.org>
21925
21926         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21927           the signals take 2 arguments
21928
21929 2004-03-09  David Schleef  <ds@schleef.org>
21930
21931         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
21932         (gst_alsa_fixate): Add fixate function.  (bug #136686)
21933         * ext/alsa/gstalsa.h:
21934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
21935
21936 2004-03-09  Benjamin Otte  <otte@gnome.org>
21937
21938         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
21939         (gst_mikmod_change_state):
21940         * ext/mikmod/gstmikmod.h:
21941           make mikmod's loop function not loop infinitely and call
21942           gst_element_yield anymore
21943         * gst/modplug/gstmodplug.cc:
21944           fix pad negotiation (fixes #136590)
21945
21946 2004-03-09  David Schleef  <ds@schleef.org>
21947
21948         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
21949         doesn't conflict with the internal colorspace plugin.
21950         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
21951         satisfy the crappy-ass shell shipped by a certain vendor.
21952         * gst/videofilter/make_filter: same (bug #135299)
21953
21954 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21955
21956         * configure.ac: bump nano to 1
21957
21958 === release 0.7.6 ===
21959
21960 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21961
21962         * configure.in: releasing 0.7.6, "There"
21963
21964 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21965
21966         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21967         * pkgconfig/gstreamer-play.pc.in:
21968           synchronize the two
21969
21970 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21971
21972         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
21973         (cdparanoia_open), (cdparanoia_event):
21974           fix/add error handling
21975         * po/POTFILES.in:
21976           add cdparanoia source
21977         * tools/Makefile.am:
21978           make scripts executable
21979
21980 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21981
21982         * configure.ac:
21983         * ext/vorbis/Makefile.am:
21984         * sys/Makefile.am:
21985           remove id3types, vorbisfile and xvideosink from the build (#133783)
21986
21987 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21988
21989         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21990           Fix metadata read crash (#136537).
21991
21992 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21993
21994         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21995         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21996           adding mime types, fixing the one-stop function
21997
21998 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21999
22000         * ext/nas/nassink.c and /ext/nas/nassink.h:
22001         More NAS love from Arwed von Merkatz
22002         So lets all sing 'Can you feel the NAS tonight'
22003
22004 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22005
22006         * tools/gst-launch-ext.in:
22007         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22008
22009 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22010
22011         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22012         (gst_mpeg2dec_init):
22013         remove the user_data pad for now, because it is being used in
22014         fixating causing MPEG playback to fixate on 1000 Hz for playback.
22015         If someone knows how to fix this properly, please do.
22016
22017 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22018
22019         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22020         (gst_osssink_get_time):
22021         add a warning, IMO this won't get triggered anymore, remove later
22022
22023 2004-03-07  David Schleef  <ds@schleef.org>
22024
22025         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
22026         format (bug #136470)
22027
22028 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22029
22030         * gst-libs/Makefile.am:
22031         * gst-libs/gst/media-info/Makefile.am:
22032         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22033         (error_callback), (gst_media_info_error_create),
22034         (gst_media_info_error_element), (gmip_init), (gmip_reset),
22035         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22036         * gst-libs/gst/media-info/media-info-priv.h:
22037         * gst-libs/gst/media-info/media-info-test.c: (main):
22038         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22039         (gst_media_info_class_init), (gst_media_info_instance_init),
22040         (gst_media_info_set_source), (gst_media_info_read_with_idler),
22041         (gst_media_info_read_idler), (gst_media_info_read):
22042         * gst-libs/gst/media-info/media-info.h:
22043         fixed, should work now
22044
22045 2004-03-07  Christian Schaller <Uraeus@gnome.org>
22046
22047         * ext/nas/nassink.c:
22048         A bunch of NAS fixes from Arwed von Merkatz
22049
22050 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22051
22052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22053         (qtdemux_parse_trak):
22054           Fix crash (j might be greater than n_samples, in which case we're
22055           writing outside the allocated space for the array) and memleak.
22056
22057 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22058
22059         * sys/oss/gstosssink.c: (gst_osssink_chain):
22060           And another caller that couldn't handle delay < 0 (unsigned
22061           integer overflow). Video now continues playing on an audio
22062           buffer underrun, and the clock continues working. Audio still
22063           stalls.
22064
22065 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22066
22067         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22068         (gst_osssink_get_time):
22069           get_delay() may return values lower than 0. In those cases, we
22070           should not actually cast to *unsigned* int64, that will break
22071           stuff horribly. In my case, it screwed up A/V sync in movies
22072           in totem rather badly.
22073
22074 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22075
22076         * ext/faac/gstfaac.c: (gst_faac_chain):
22077         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22078         * ext/libpng/gstpngenc.c: (user_write_data):
22079         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22080         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22081         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22082         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22083         Fix several misuse of gst_buffer_merge (it doesn't take ownership
22084         of any buffer), should fix some leaks. I hope I didn't unref buffers
22085         that shouldn't be...
22086
22087 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22088
22089         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22090         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22091         (error_callback), (gmi_reset), (gmi_seek_to_track),
22092         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22093         (gmip_find_type_post), (gmip_find_stream_post),
22094         (gmip_find_track_streaminfo_post):
22095         * gst-libs/gst/media-info/media-info-priv.h:
22096         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22097         (info_print), (main):
22098         * gst-libs/gst/media-info/media-info.c:
22099         (gst_media_info_error_create), (gst_media_info_error_element),
22100         (gst_media_info_instance_init), (gst_media_info_get_property),
22101         (gst_media_info_new), (gst_media_info_set_source),
22102         (gst_media_info_read_idler), (gst_media_info_read):
22103         * gst-libs/gst/media-info/media-info.h:
22104           first pass at making this work again.  This seems to work on
22105           tagged ogg/vorbis and mp3 files.
22106
22107 2004-03-06  Benjamin Otte  <otte@gnome.org>
22108
22109         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22110           fix huge leak: gst_buffer_merge doesn't unref the first argument
22111           itself.
22112
22113 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22114
22115         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22116           report layer/mode/emphasis
22117
22118 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22119
22120         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22121
22122 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22123
22124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22125           signal serial
22126
22127 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22128
22129         * ext/vorbis/vorbis.c: (plugin_init):
22130         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22131         (gst_vorbis_dec_init), (vorbis_dec_event):
22132         add debug category
22133         make vorbisdec handle _BYTE and _TIME queries
22134
22135 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22136
22137         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22138           from the xing header
22139
22140 2004-03-06  Benjamin Otte  <otte@gnome.org>
22141
22142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22143         (gst_audio_convert_link), (gst_audio_convert_change_state),
22144         (gst_audio_convert_buffer_from_default_format):
22145           do conversions from/to float correctly, fix some caps nego errors,
22146           export correct supported caps in template and getcaps, use correct
22147           caps in try_set_caps functions
22148
22149 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22150
22151         For some reason, I only committed a ChangeLog entry yesterday and
22152         not the corresponding code...
22153         * ext/mad/gstmad.c: Fix detection of Xing headers
22154         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22155
22156 2004-03-06  Benjamin Otte  <otte@gnome.org>
22157
22158         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22159         (gst_ogg_demux_src_query):
22160           make sure to handle the case where there's no current chain
22161           gracefully.
22162
22163 2004-03-05  David Schleef  <ds@schleef.org>
22164
22165         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22166         Add fixate function. (bug #131128)
22167         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22168         (gst_sdlvideosink_fixate):  Add fixate function.
22169         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22170         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22171         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22172         Fix missing break that was causing ulaw to be interpreted as
22173         raw int.
22174
22175 2004-03-05  David Schleef  <ds@schleef.org>
22176
22177         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22178         Fix code that ignores return value of gst_buffer_merge().
22179         (bug #114560)
22180         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22181         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22182         * testsuite/gst-lint:  Check for above.
22183
22184 2004-03-05  David Schleef  <ds@schleef.org>
22185
22186         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
22187         caps and throw an element error.  (bug #136334)
22188
22189 2004-03-05  David Schleef  <ds@schleef.org>
22190
22191         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22192         (gst_faad_chain): Fix negotiation.
22193         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22194         key and button events.
22195         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22196         dung heap of code.
22197         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22198         depends on gconf
22199         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22200         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22201         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22202         function to encourage better negotiation, particularly between
22203         audioconvert and osssink.
22204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22205         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
22206         more important.
22207         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
22208         typefinding.
22209         * gst/vbidec/vbiscreen.c:  Add glib header
22210         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
22211
22212 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
22213
22214         * ext/mad/gstmad.c: Fix detection of Xing headers
22215         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22216
22217 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22220         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22221           debug updates
22222
22223 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22224
22225         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22226         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22227         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22228         files, and report the parsed length as a GST_TAG_DURATION tag.
22229         * gst/tags/gstid3tag.c: support TLEN (duration) tag
22230
22231 2004-03-05  Benjamin Otte  <otte@gnome.org>
22232
22233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22234           convert channels correctly. convert correctly to unsigned.
22235
22236 2004-03-05  Julien MOUTTE <julien@moutte.net>
22237
22238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22239         we have a window before clearing it.
22240
22241 2004-03-05  Julien MOUTTE <julien@moutte.net>
22242
22243         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22244         have a window before clearing it.
22245
22246 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22247
22248         * gconf/gstreamer.schemas.in:
22249         * gst-libs/gst/gconf/Makefile.am:
22250           version installation path the same way as for 0.6
22251         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22252         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22253         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22254           remove comment that was fixed
22255
22256 2004-03-05  David Schleef  <ds@schleef.org>
22257
22258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22259         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22260         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22261         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22262         Add prototype code for handling seeking and querying.
22263
22264 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22265
22266         * examples/gstplay/player.c: (main):
22267           Initialize variables to NULL. Prevents a segfault because the
22268           (uninitialized) variable is not NULL, resulting in a crash on
22269           trying to reach error->message.
22270
22271 2004-03-05  Benjamin Otte  <otte@gnome.org>
22272
22273         * gst/audioconvert/gstaudioconvert.c:
22274         (gst_audio_convert_buffer_to_default_format):
22275         make float=>int conversion work correctly even in cornercases.
22276
22277 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
22278
22279         * debian/README.Debian:
22280         * debian/build-deps:
22281         * debian/changelog:
22282         * debian/control:
22283         * debian/control.in:
22284         * debian/copyright:
22285         * debian/gstreamer-a52dec.files:
22286         * debian/gstreamer-aa.files:
22287         * debian/gstreamer-alsa.files:
22288         * debian/gstreamer-alsa.manpages:
22289         * debian/gstreamer-arts.files:
22290         * debian/gstreamer-artsd.files:
22291         * debian/gstreamer-audiofile.files:
22292         * debian/gstreamer-avifile.files:
22293         * debian/gstreamer-cdparanoia.files:
22294         * debian/gstreamer-colorspace.files:
22295         * debian/gstreamer-doc.files:
22296         * debian/gstreamer-dv.files:
22297         * debian/gstreamer-dvd.files:
22298         * debian/gstreamer-esd.files:
22299         * debian/gstreamer-festival.files:
22300         * debian/gstreamer-flac.files:
22301         * debian/gstreamer-gconf.conffiles:
22302         * debian/gstreamer-gconf.files:
22303         * debian/gstreamer-gconf.postinst:
22304         * debian/gstreamer-gnomevfs.files:
22305         * debian/gstreamer-gsm.files:
22306         * debian/gstreamer-http.files:
22307         * debian/gstreamer-jack.files:
22308         * debian/gstreamer-jpeg.files:
22309         * debian/gstreamer-mad.files:
22310         * debian/gstreamer-mikmod.files:
22311         * debian/gstreamer-misc.files:
22312         * debian/gstreamer-mpeg2dec.files:
22313         * debian/gstreamer-oss.files:
22314         * debian/gstreamer-plugin-apps.files:
22315         * debian/gstreamer-plugin-apps.manpages:
22316         * debian/gstreamer-plugin-libs-dev.files:
22317         * debian/gstreamer-plugin-libs.files:
22318         * debian/gstreamer-plugin-template.postinst:
22319         * debian/gstreamer-plugin-template.postrm:
22320         * debian/gstreamer-sdl.files:
22321         * debian/gstreamer-sid.files:
22322         * debian/gstreamer-vorbis.files:
22323         * debian/gstreamer-x.files:
22324         * debian/mk.control:
22325         * debian/rules:
22326         Debian package info not maintained here.
22327
22328 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22329
22330         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
22331         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
22332         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
22333         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
22334         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
22335         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
22336         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
22337         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
22338         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
22339         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
22340         * gst-libs/gst/colorbalance/colorbalance.c:
22341         (gst_color_balance_class_init):
22342         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22343         (gst_color_balance_channel_class_init):
22344         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22345         * gst-libs/gst/play/play.c: (gst_play_class_init):
22346         * gst-libs/gst/propertyprobe/propertyprobe.c:
22347         (gst_property_probe_iface_init):
22348         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
22349         * gst-libs/gst/tuner/tunerchannel.c:
22350         (gst_tuner_channel_class_init):
22351         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
22352         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
22353         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
22354         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
22355         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
22356         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
22357         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
22358         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
22359         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
22360           fix signals to use - instead of _
22361         * ext/libcaca/gstcacasink.h:
22362         * ext/sdl/sdlvideosink.h:
22363           fix header rename
22364
22365 2004-03-04  David Schleef  <ds@schleef.org>
22366
22367         * testsuite/gst-lint:  Add a check for bad signal names.
22368
22369 2004-03-04  <kost@imn.htwk-leipzig.de>
22370
22371         reviewed by David Schleef
22372
22373         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
22374         modified the alpha channel and caused a warning. (bug #136192)
22375
22376 2004-04-03  Christian Schaller <Uraeus@gnome.org>
22377
22378         * gst-plugins.spec.in:
22379         Change names of plugins to actually be correct. Try to keep things
22380         alphabetical to avoid getting beat up by Thomas
22381
22382 2004-03-03  Julien MOUTTE <julien@moutte.net>
22383
22384         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
22385         Using ximagesink as a default if no gconf key found. We should
22386         probably consider using alsasink instead of osssink for the audio
22387         part.
22388
22389 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22390
22391         * configure.ac:
22392           fix --with-plugins, don't think it ever worked before
22393         * gst-plugins.spec.in:
22394           even more updates
22395
22396 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22397
22398         * ext/sdl/sdlvideosink.h:
22399         * sys/ximage/ximagesink.h:
22400         * sys/xvideo/xvideosink.h:
22401         * sys/xvimage/xvimagesink.h:
22402           Fix for move of gstvideosink.h -> videosink.h.
22403
22404 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22405
22406         * gst-libs/gst/xwindowlistener/Makefile.am:
22407           this is a plugin library, not a library
22408
22409 2004-03-01  David Schleef  <ds@schleef.org>
22410
22411         * AUTHORS:  Added some names.  Add yourself if you're still
22412         missing.
22413
22414 2004-03-01  David Schleef  <ds@schleef.org>
22415
22416         * MAINTAINERS: Add
22417
22418 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22419
22420         * gst-plugins.spec.in: clean up spec file
22421
22422 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22423
22424         * gst-libs/gst/video/Makefile.am:
22425         * gst-libs/gst/video/gstvideosink.c:
22426         * gst-libs/gst/video/gstvideosink.h:
22427           rename gstvideosink.h to videosink.h to match other headers
22428         * gst/mixmatrix/Makefile.am:
22429           fix plugin filename
22430         * gst/tags/Makefile.am: fix plugin filename
22431
22432 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22433
22434         * gst/tags/Makefile.am: fix plugin filename
22435
22436 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * examples/gstplay/player.c: (got_time_tick), (main):
22439           add error handler
22440           display time_tick more readably
22441         * gst/mixmatrix/Makefile.am:
22442           fix plugin file name
22443
22444 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
22445
22446         * sys/oss/gstosselement.c: (gst_osselement_probe),
22447         (device_combination_append), (gst_osselement_class_probe_devices):
22448         * sys/oss/gstosselement.h:
22449           Reworked enumeration of oss dsps and mixers so that gst-mixer works
22450           on my system using alsa oss emulation, fixes bug #135597
22451
22452 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22453
22454         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
22455         (gst_videodrop_chain), (gst_videodrop_change_state):
22456         * gst/videodrop/gstvideodrop.h:
22457           Work based on timestamp of input data, not based on the expected
22458           framerate from the input. The consequence is that this element now
22459           not only scales framerates, but also functions as a framerate
22460           corrector or framerate stabilizer/constantizer.
22461
22462 2004-02-27  David Schleef  <ds@schleef.org>
22463
22464         patches from jmmv@menta.net (Julio M. Merino Vidal)
22465
22466         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
22467         GST_ELEMENT_ERROR call (bug #135634)
22468         * gst/interleave/interleave.c: (interleave_buffered_loop),
22469         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
22470         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
22471         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22472         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
22473         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
22474         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
22475         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
22476         Fix GST_ELEMENT_ERROR call.
22477         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
22478         GST_ELEMENT_ERROR call.
22479
22480 2004-02-27  Benjamin Otte  <otte@gnome.org>
22481
22482         * gst-libs/gst/audio/audio.h:
22483           add macro to make sure header isn't included twice
22484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22485           don't use gst_buffer_free
22486         * gst/playondemand/filter.func:
22487           don't use gst_data_free. Free data only once.
22488
22489 2004-02-26  David Schleef  <ds@schleef.org>
22490
22491         * gst-libs/gst/colorbalance/Makefile.am:
22492         * gst-libs/gst/mixer/Makefile.am:
22493         * gst-libs/gst/tuner/Makefile.am:
22494         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
22495         should not be disted, -marshal.h files should not be installed,
22496         and -enum.h files _should_ be installed.  Fix to make this the
22497         case.
22498
22499 === release 0.7.5 ===
22500
22501 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22502
22503         * configure.ac: release 0.7.5, "Under The Sea"
22504
22505 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22506
22507         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22508         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
22509         * gst/videoscale/gstvideoscale.c:
22510         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22511           assorted debug/warning fixes
22512
22513 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22514
22515         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
22516         (gst_videoscale_init), (gst_videoscale_chain),
22517         (gst_videoscale_set_property), (plugin_init):
22518         * gst/videoscale/gstvideoscale.h:
22519         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22520         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
22521         (gst_videoscale_planar400), (gst_videoscale_packed422),
22522         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
22523         (gst_videoscale_24bit), (gst_videoscale_16bit),
22524         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
22525         (gst_videoscale_scale_plane_slow),
22526         (gst_videoscale_scale_point_sample),
22527         (gst_videoscale_scale_nearest),
22528         (gst_videoscale_scale_nearest_str2),
22529         (gst_videoscale_scale_nearest_str4),
22530         (gst_videoscale_scale_nearest_32bit),
22531         (gst_videoscale_scale_nearest_24bit),
22532         (gst_videoscale_scale_nearest_16bit):
22533         add debugging category and use it properly
22534         fix use of GST_PTR_FORMAT
22535
22536 2004-02-25  Andy Wingo  <wingo@pobox.com>
22537
22538         * gst/interleave/interleave.c (interleave_buffered_loop): Always
22539         push only when channel->buffer is NULL. Prevents segfaults doing
22540         the state change after a nonlocal exit, like a scheme exception.
22541
22542         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
22543         Handle the case where the intersected caps is empty.
22544
22545 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22546
22547         * gst/law/mulaw-decode.c: (mulawdec_link):
22548         * gst/law/mulaw.c: (plugin_init):
22549           fix mulawdec so it actually works again
22550
22551 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
22552
22553         reviewed by: David Schleef  <ds@schleef.org>
22554
22555         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
22556         (gst_gamma_init), (gst_gamma_set_property),
22557         (gst_gamma_get_property), (gst_gamma_calculate_tables),
22558         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
22559         for RGB, with separate r g and b correction factors. (#131167)
22560
22561 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22562
22563         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22564           only signal tags for bitrate if they're > 0 (#134894)
22565
22566 2004-02-24  David Schleef  <ds@schleef.org>
22567
22568         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
22569         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
22570         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
22571         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
22572         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
22573         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
22574         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
22575         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
22576         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
22577         category.  Attempt to fix timestamp calculation.
22578
22579 2004-02-24  Johan Dahlin  <johan@gnome.org>
22580
22581         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
22582
22583 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22584
22585         * configure.ac:
22586         * gconf/Makefile.am:
22587         * gconf/gstreamer.schemas:
22588         * gst-libs/gst/gconf/Makefile.am:
22589         * gst-libs/gst/gconf/gconf.c:
22590           version gconf schemas and install locations
22591
22592 2004-02-23  Benjamin Otte  <otte@gnome.org>
22593
22594         * ext/xine/xineinput.c: (gst_xine_input_dispose):
22595         (gst_xine_input_subclass_init):
22596           call parent dispose.
22597           change pad template for CD reader correctly
22598         * ext/xine/Makefile.am:
22599         * ext/xine/gstxine.h:
22600         * ext/xine/xine.c: (plugin_init):
22601         * ext/xine/xineaudiosink.c:
22602           wrap audio sinks, too
22603         * gst-libs/gst/resample/private.h:
22604         * gst-libs/gst/resample/resample.c: (gst_resample_init),
22605         (gst_resample_reinit), (gst_resample_scale),
22606         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
22607         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
22608         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
22609         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
22610         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
22611         * gst-libs/gst/resample/resample.h:
22612         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22613         (gst_audioscale_class_init), (gst_audioscale_link),
22614         (gst_audioscale_get_buffer), (gst_audioscale_init),
22615         (gst_audioscale_chain), (gst_audioscale_set_property),
22616         (gst_audioscale_get_property):
22617         * gst/audioscale/gstaudioscale.h:
22618           s/resample_*/gst_resample_*/i to not clobber namespaces
22619
22620 2004-02-23  Julien MOUTTE  <julien@moutte.net>
22621
22622         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
22623         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
22624         (gst_riff_create_video_template_caps),
22625         (gst_riff_create_audio_template_caps),
22626         (gst_riff_create_iavs_template_caps):
22627         * gst-libs/gst/riff/riff-media.h:
22628         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
22629         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
22630         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
22631         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
22632         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
22633         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
22634         (gst_matroska_demux_plugin_init): First batch implementing audio and
22635         video codec tags in demuxers.
22636
22637 2004-02-22  Benjamin Otte  <otte@gnome.org>
22638
22639         * ext/xine/Makefile.am:
22640         * ext/xine/gstxine.h:
22641         * ext/xine/xine.c: (plugin_init):
22642         * ext/xine/xineinput.c:
22643           add input plugin wrapper. Playback from files, http, mms and cdda
22644           works.
22645         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22646           remove leftover G_GNUC_UNUSED
22647         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
22648         (gst_asf_demux_identify_guid):
22649           improve debugging output
22650
22651 2004-02-22  Benjamin Otte  <otte@gnome.org>
22652
22653         reported by: Padraig O'Briain <padraig.obriain@sun.com>
22654
22655         * autogen.sh:
22656           replace test -e with test -x for mkinstalldirs to be more portable.
22657           (fixes #134816)
22658
22659 2004-02-22  Benjamin Otte  <otte@gnome.org>
22660
22661         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
22662
22663         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
22664           set rank to PRIMARY
22665         * gst/volume/gstvolume.c: (plugin_init):
22666           set rank to NONE
22667         fixes #134960
22668
22669 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
22670
22671         reviewed by Benjamin Otte  <otte@gnome.org>
22672
22673         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22674           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
22675
22676 2004-02-22  Benjamin Otte  <otte@gnome.org>
22677
22678         * configure.ac:
22679           export [_]*{gst,Gst,GST}.* symbols from plugins
22680
22681 2004-02-22  Christophe Fergeau <teuf@gnome.org>
22682
22683         reviewed by: Benjamin Otte  <otte@gnome.org>
22684
22685         * ext/lame/gstlame.c: (add_one_tag):
22686         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
22688         (gst_vorbisenc_metadata_set1):
22689         * gst/tags/gstid3tag.c:
22690         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
22691           apply fixes from bugs #135042 (lame can't write tags) and #133817
22692           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
22693
22694 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
22695
22696         * configure.ac: Export only gst_plugin_desc from plugins.
22697          Note that this change only makes any effect with Linux using libtool
22698          1.5.2 or higher. Otherwise it is silently ignored, but it would build
22699          fine. And don't try to have several versions of libtool in different
22700          directories.
22701
22702 2004-02-20  Andy Wingo  <wingo@pobox.com>
22703
22704         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
22705         interleave respectively.
22706
22707         * gst/interleave/deinterleave.c: New plugin: deinterleave
22708         (replaces on oneton).
22709         * gst/interleave/interleave.c: New plugin: interleave.
22710         * gst/interleave/plugin.h: Support file.
22711         * gst/interleave/plugin.c: Support file.
22712
22713         * configure.ac: Remove intfloat and oneton, add interleave.
22714
22715         * ext/sndfile/gstsf.c: Handle events better.
22716
22717         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
22718         and float2int operation. int2float has scheduling problems as
22719         noted in in2float_chain.
22720
22721 2004-02-20  Benjamin Otte  <otte@gnome.org>
22722
22723         * ext/xine/Makefile.am:
22724         * ext/xine/gstxine.h:
22725         * ext/xine/xine.c:
22726         * ext/xine/xineaudiodec.c:
22727         * ext/xine/xinecaps.c:
22728           add first version of xine plugin wrapper. Currently only wraps the
22729           QDM2 win32 DLL, and even that only in proof-of-concept quality.
22730         * configure.ac:
22731         * ext/Makefile.am:
22732           add xine plugin wrapper, disabled by default. Use --enable-xine to
22733           build. Note that it'll segfault on gst-register if you don't remove
22734           the goom and tvtime post plugins from xine.
22735         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22736         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
22737           add extradata parsing for QDM2.
22738           change around debugging prints.
22739
22740 2004-02-19  Benjamin Otte  <otte@gnome.org>
22741
22742         * ext/lame/gstlame.c: (gst_lame_chain):
22743         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22744           use gst_tag_list_insert when you want to insert tags
22745
22746 2004-02-18  David Schleef  <ds@schleef.org>
22747
22748         * configure.ac:  Move massink to gst-rotten
22749         * ext/Makefile.am:
22750         * ext/mas/Makefile.am:
22751         * ext/mas/massink.c:
22752         * ext/mas/massink.h:
22753
22754 2004-02-18  David Schleef  <ds@schleef.org>
22755
22756         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
22757         typefinding, since it seems to be worse than nothing.
22758         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
22759         atom to recognize .mp4 and .m4a files as video/quicktime.
22760
22761 2004-02-18  David Schleef  <ds@schleef.org>
22762
22763         * gst/sine/demo-dparams.c: (quit_live),
22764         (dynparm_log_value_changed), (dynparm_value_changed), (main):
22765         Use double dparams, not float.
22766         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22767         (gst_sinesrc_init): Change sync default to FALSE, since multiple
22768         sync'd elements don't really work correctly.
22769         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
22770         (volume_update_volume), (volume_get_property):  Change dparam
22771         to double.
22772
22773 2004-02-18  Julien MOUTTE  <julien@moutte.net>
22774
22775         * sys/ximage/ximagesink.c:
22776         (gst_ximagesink_xwindow_update_geometry),
22777         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22778         (gst_ximagesink_change_state), (gst_ximagesink_expose),
22779         (gst_ximagesink_init): Rework the way software video scaling works. So
22780         now we check on each chain call if the video frames are feeling the
22781         window. If not we try to renegotiate caps. On failure we memorize that
22782         and we won't try again for that PLAYING sessions.
22783         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
22784         failure.
22785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
22786         synchronous flag.
22787
22788 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22789
22790         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22791           break up _link so we can give a better debug message for errors
22792
22793 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22794
22795         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22796           set up debug category
22797
22798 2004-02-18  Julien MOUTTE <julien@moutte.net>
22799
22800         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22801         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
22802         the way renegotiation work. The event handling function is not taking
22803         care of external windows and renegotiate method check for pad flags
22804         NEGOTIATING. Should fix : #133209
22805
22806 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22807
22808         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
22809         pad is negotiating before trying renegotiation.
22810
22811 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22812
22813         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22814           pass on all possible mime types as typefind hints
22815
22816 2004-02-17  Julien MOUTTE <julien@moutte.net>
22817
22818         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
22819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
22820         possible SHM leak if we crash. All other apps using XShm are doing
22821         that.
22822
22823 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22824
22825         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22826         (gst_ximagesink_expose): Renegotiate size on expose.
22827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
22828         size on expose.
22829
22830 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22831
22832         * testsuite/alsa/sinesrc.c:
22833           cosmetic fix to fix compile issue with gcc 2.95.4
22834
22835 2004-02-16  Julien MOUTTE <julien@moutte.net>
22836
22837         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22838         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
22839         failed opening the audio device.
22840         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22841         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
22842         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
22843         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
22844         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22845         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
22846         (gst_ximagesink_change_state), (gst_ximagesink_chain),
22847         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
22848         Removing some useless g_return_if_fail like wingo suggested.
22849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22850         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
22851         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22852         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
22853         (gst_xvimagesink_update_colorbalance),
22854         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
22855         (gst_xvimagesink_xcontext_clear),
22856         (gst_xvimagesink_get_fourcc_from_caps),
22857         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22858         (gst_xvimagesink_set_xwindow_id),
22859         (gst_xvimagesink_colorbalance_list_channels),
22860         (gst_xvimagesink_colorbalance_set_value),
22861         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
22862         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
22863
22864 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22865
22866         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22867           throw error when not negotiated instead of asserting
22868
22869 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22870
22871         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
22872         correct data refcounting.
22873
22874 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22875
22876         * gst/switch/gstswitch.c: (gst_switch_change_state),
22877         (gst_switch_class_init): Cleaning the sinkpads correctly on state
22878         change, mostly the EOS flag.
22879
22880 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22881
22882         * examples/gstplay/player.c: (got_eos), (main): Adding some
22883         output for debugging.
22884         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
22885         timeouts if we go to any state different from PLAYING.
22886         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
22887         more EOS bugs in riff lib.
22888
22889 2004-02-14  Julien MOUTTE  <julien@moutte.net>
22890
22891         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
22892         visualization until i find a way to fix switch correctly.
22893         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
22894         EOS arrives.
22895         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22896         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22897         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
22898         Reworked switch to get a more correct behaviour with events and refing
22899         of data stored in sinkpads.
22900         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
22901         we don't pull from a pad in EOS.
22902
22903 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22904
22905         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22906           remove v1 tag even if we can't read it (makes sure we don't detect
22907           it again)
22908
22909 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22910
22911         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
22912         (gst_alsa_xrun_recovery):
22913         * ext/alsa/gstalsa.h:
22914           try xrun recovery when wait failed. Make xrun recovery function
22915           return TRUE/FALSE to indicate success. (might fix #134354)
22916
22917 2004-02-13  David Schleef  <ds@schleef.org>
22918
22919         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
22920         (dynparm_value_changed), (main): Convert from float to double.
22921         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
22922
22923 2004-02-13  David Schleef  <ds@schleef.org>
22924
22925         * gst/silence/gstsilence.c: (gst_silence_class_init),
22926         (gst_silence_set_clock), (gst_silence_get),
22927         (gst_silence_set_property), (gst_silence_get_property):
22928         * gst/silence/gstsilence.h: Add sync property.
22929         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22930         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
22931         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
22932         * gst/sine/gstsinesrc.h: Add sync property.
22933
22934 2004-02-13  David Schleef  <ds@schleef.org>
22935
22936         * gst/intfloat/gstint2float.c: (conv_f32_s16),
22937         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
22938
22939 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22940
22941         * configure.ac:
22942         * ext/Makefile.am:
22943         * gst-libs/ext/Makefile.am:
22944           move ffmpeg plugin to gst-ffmpeg module
22945
22946 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22947
22948         * configure.ac: use GST_ARCH to detect architecture
22949
22950 2004-02-12  Julien MOUTTE  <julien@moutte.net>
22951
22952         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
22953
22954 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22955
22956         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22957           classify LADSPA plugins based on number of src/sink pads
22958           (#133663, Stefan Kost)
22959         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
22960           fix dparams registration
22961           (#133528, Stefan Kost)
22962         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
22963           fix use of isprint and use g_ascii_isprint instead
22964           (#133316, Stefan Kost)
22965
22966 2004-02-11  David Schleef  <ds@schleef.org>
22967
22968         Convert a few inner loops to use liboil.  This is currently
22969         optional, and is only enabled if liboil is present (duh!).
22970         * configure.ac: Check for liboil-0.1
22971         * gst/intfloat/Makefile.am:
22972         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
22973         (gst_int2float_chain_gint16):
22974         * gst/videofilter/Makefile.am:
22975         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
22976         (tablelookup_u8), (gst_videobalance_planar411):
22977         * gst/videotestsrc/Makefile.am:
22978         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
22979         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
22980         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
22981         (paint_hline_RGB565), (paint_hline_xRGB1555):
22982
22983 2004-02-11  David Schleef  <ds@schleef.org>
22984
22985         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
22986         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
22987         (gst_colorspace_getcaps), (gst_colorspace_link),
22988         (gst_colorspace_base_init), (gst_colorspace_init),
22989         (gst_colorspace_chain), (gst_colorspace_change_state),
22990         (plugin_init): Merge Ronald's patch (bug #117897) and update
22991         for new caps and negotiation.  Seems to work, although it
22992         shows off bugs in lcs.
22993
22994 2004-02-11  David Schleef  <ds@schleef.org>
22995
22996         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22997         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22998
22999 2004-02-11  David Schleef  <ds@schleef.org>
23000
23001         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23002         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23003         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23004         Add server and port properties
23005
23006 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23007
23008         * m4/a52.m4:
23009         * m4/aalib.m4:
23010         * m4/as-ffmpeg.m4:
23011         * m4/as-liblame.m4:
23012         * m4/as-slurp-ffmpeg.m4:
23013         * m4/check-libheader.m4:
23014         * m4/esd.m4:
23015         * m4/freetype2.m4:
23016         * m4/gconf-2.m4:
23017         * m4/glib.m4:
23018         * m4/gst-alsa.m4:
23019         * m4/gst-artsc.m4:
23020         * m4/gst-ivorbis.m4:
23021         * m4/gst-matroska.m4:
23022         * m4/gst-sdl.m4:
23023         * m4/gst-shout2.m4:
23024         * m4/gst-sid.m4:
23025         * m4/gtk.m4:
23026         * m4/libdv.m4:
23027         * m4/libfame.m4:
23028         * m4/libmikmod.m4:
23029         * m4/ogg.m4:
23030         * m4/vorbis.m4:
23031           fix underquotedness of macros (#133800)
23032         * m4/as-avifile.m4:
23033         * m4/xmms.m4:
23034           removed because no longer used
23035
23036 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23037
23038         * configure.ac:
23039           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23040           by autopoint (fixes #132996)
23041
23042 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23043
23044         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23045         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23046         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23047         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23048           fix memleaks
23049
23050 2004-02-11  David Schleef  <ds@schleef.org>
23051
23052         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23053         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23054         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23055         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23056         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23057         (gst_jpegenc_class_init), (gst_jpegenc_init),
23058         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23059         (gst_jpegenc_chain), (gst_jpegenc_set_property),
23060         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
23061         * ext/jpeg/gstjpegenc.h: Fix negotiation.
23062
23063 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23064
23065         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23066         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23067         * ext/mikmod/gstmikmod.h:
23068           fix caps negotiation in mikmod
23069         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23070           output debug information
23071
23072 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23073
23074         * gst-libs/gst/colorbalance/Makefile.am:
23075         * gst-libs/gst/navigation/Makefile.am:
23076         * gst-libs/gst/xoverlay/Makefile.am:
23077           remove unused GST_OPT_CFLAGS from Makefiles
23078           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23079
23080 2004-02-07  David Schleef  <ds@schleef.org>
23081
23082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23083         push events to pads that haven't been created (#133508)
23084
23085 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
23086
23087         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23088         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23089         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23090         (gst_dvdec_loop), (gst_dvdec_change_state):
23091         Second attempt at committing a working dvdec element.
23092
23093 2004-02-06  David Schleef  <ds@schleef.org>
23094
23095         Build fixes for OS X: (see #129600)
23096         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23097         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23098         (gst_riff_read_strf_iavs):
23099         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23100         (gst_avi_demux_stream_odml):
23101         * gst/playondemand/Makefile.am:
23102         * gst/rtp/rtp-packet.c:
23103
23104 2004-02-05  David Schleef  <ds@schleef.org>
23105
23106         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23107         last change, because it Just Doesn't Compile.
23108
23109 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23110
23111         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23112           skip undecodable id3v2 tag instead of keeping it
23113
23114 2004-02-05  David Schleef  <ds@schleef.org>
23115
23116         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23117         Unref leaked buffer.  (Noticed by Ronald)
23118
23119 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
23120
23121         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23122         Sync requires with other checks.  >= vs =.
23123
23124 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
23125
23126         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23127         (gst_dvdec_video_link), (gst_dvdec_loop):
23128         * ext/dv/gstdvdec.h:
23129           rework the caps negotiation so that dvdec works again instead
23130           of just segfaulting.
23131
23132 === release 0.7.4 ===
23133
23134 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23135
23136         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23137         * configure.ac: changed for release
23138
23139 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23140
23141         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23142         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23143         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23144         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23145           reworked patch by David Lehn to fix libdir and includedir for
23146           uninstalled libraries
23147           removed play and gconf from gstreamer-libs since they have their
23148           own pkgconfig files
23149
23150 2004-02-04  David Schleef  <ds@schleef.org>
23151
23152         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23153         memleak.
23154
23155 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23156
23157         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23158           use correct GST_TAG_ENCODER tag
23159
23160 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23161
23162         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23163           be sure to stop the clock when going to paused
23164         * sys/oss/gstosssink.c: (gst_osssink_change_state):
23165           reset number of transmitted when going to ready.
23166         fixes #132935
23167
23168 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
23169
23170         reviewed by Benjamin Otte
23171
23172         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23173           extract track count (fixes #133410)
23174
23175 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23176
23177         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23178           that should be !=, not == (fixes #132519)
23179
23180 2004-02-04  David Schleef  <ds@schleef.org>
23181
23182         Make sure set_explicit_caps() is called before adding pad.
23183         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23184         * gst/id3/gstid3types.c: (gst_id3types_loop):
23185         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23186         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23187
23188 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23189
23190         * configure.ac:
23191           bump nano to 2, first prerelease
23192           put back AM_PROG_LIBTOOL
23193
23194 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23195
23196         * testsuite/alsa/Makefile.am:
23197           these are user test apps, not automatic testsuite tests
23198
23199 2004-02-04  David Schleef  <ds@schleef.org>
23200
23201         Convert GST_DEBUG_CAPS() to GST_DEBUG():
23202         * gst/mpeg1videoparse/gstmp1videoparse.c:
23203         (mp1videoparse_parse_seq):
23204         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23205         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23206         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23207         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23208         (gst_xvideosink_getcaps):
23209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23210         * testsuite/gst-lint: more tests
23211
23212 2004-02-04  David Schleef  <ds@schleef.org>
23213
23214         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23215         with the code that they would expand to.
23216         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23217         (gst_flacdec_get_src_query_types),
23218         (gst_flacdec_get_src_event_masks):
23219         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23220         (gst_gnomevfssrc_get_query_types),
23221         (gst_gnomevfssrc_get_event_mask):
23222
23223 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23224
23225         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23226         (gst_sinesrc_dispose):
23227           fix memleak by properly disposing sinesrc
23228
23229 2004-02-04  Julien MOUTTE  <julien@moutte.net>
23230
23231         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23232         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23233         an overlay to redraw the image because it has been exposed.
23234         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23235         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23236         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23237         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23238         interface
23239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23240         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23241         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23242         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23243         interface
23244
23245 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23246
23247         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23248           more memleak fixage
23249
23250 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23251
23252         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23253         * gst/typefind/gsttypefindfunctions.c:
23254           fix memleaks shown by gst-typefind
23255
23256 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23257
23258         * common/glib-gen.mak:
23259           add hack rule to touch .Plo files
23260         * gst-libs/gst/colorbalance/Makefile.am:
23261         * gst-libs/gst/mixer/Makefile.am:
23262         * gst-libs/gst/play/Makefile.am:
23263         * gst-libs/gst/tuner/Makefile.am:
23264           remove glib_root variable
23265
23266 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23267
23268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23269           set explicit caps before adding the element, so the autopluggers can
23270           plug correctly.
23271         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23272         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23273         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23274         (dv_type_find):
23275           fix memleaks in typefind functions. gst_type_find_suggest takes a const
23276           argument.
23277
23278 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23279
23280         * gst-libs/gst/colorbalance/Makefile.am:
23281         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23282         * gst-libs/gst/colorbalance/colorbalance.c:
23283         * gst-libs/gst/colorbalance/colorbalance.h:
23284         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23285         * gst-libs/gst/mixer/Makefile.am:
23286         * gst-libs/gst/mixer/mixer-marshal.list:
23287         * gst-libs/gst/mixer/mixer.c:
23288         * gst-libs/gst/mixer/mixer.h:
23289         * gst-libs/gst/mixer/mixermarshal.list:
23290         * gst-libs/gst/play/Makefile.am:
23291         * gst-libs/gst/play/play.h:
23292         * gst-libs/gst/tuner/Makefile.am:
23293         * gst-libs/gst/tuner/tuner-marshal.list:
23294         * gst-libs/gst/tuner/tuner.c:
23295         * gst-libs/gst/tuner/tuner.h:
23296         * gst-libs/gst/tuner/tunermarshal.list:
23297           use new glib-gen.mak snippet to clean up Makefile.am
23298           fix various bugs in Makefile.am's
23299
23300 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23301
23302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23303           handle chain parsing correctly in the multichain case
23304         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23305         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23306         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23307         (theora_dec_chain):
23308           handle events and queries correctly
23309
23310 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23311
23312         * .cvsignore:
23313         Ignore generated file _stdint.h.
23314
23315 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23316
23317         * gst-libs/gst/colorbalance/Makefile.am:
23318         * gst-libs/gst/colorbalance/colorbalance.h:
23319         * gst-libs/gst/mixer/Makefile.am:
23320         * gst-libs/gst/mixer/mixer.h:
23321         * gst-libs/gst/play/Makefile.am:
23322         * gst-libs/gst/play/play.h:
23323         * gst-libs/gst/tuner/Makefile.am:
23324         * gst-libs/gst/tuner/tuner.h:
23325         Generate enum type code with glib-mkenums.
23326         * gst-libs/gst/colorbalance/.cvsignore:
23327         * gst-libs/gst/mixer/.cvsignore:
23328         * gst-libs/gst/play/.cvsignore:
23329         * gst-libs/gst/tuner/.cvsignore:
23330         Ignore generated files.
23331
23332 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23333
23334         * gst-libs/gst/audio/.cvsignore:
23335         Ignore generated file.
23336         * gst-libs/gst/audio/Makefile.am:
23337         Do not install example filter.
23338
23339 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23340
23341         * examples/switch/.cvsignore:
23342         Ignore generated file.
23343
23344 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23345
23346         * common/m4/ax_create_stdint_h.m4:
23347         * configure.ac:
23348           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
23349           _stdint.h.
23350         * Makefile.am:
23351           remove generated _stdint.h in DISTCLEANFILES
23352         * ext/a52dec/gsta52dec.c:
23353           include _stdint.h for a52dec. (should fix #133064)
23354
23355 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23356
23357         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
23358         (gst_tag_to_vorbis_comments):
23359         Add replaygain support to vorbistag
23360
23361 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23362         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23363         (gst_ffmpeg_caps_to_extradata):
23364           Fix SVQ3 caps flag properties
23365           Use glib macro for bytes swap
23366
23367 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23368
23369         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23370         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23371         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23372         * ext/sndfile/gstsf.c: (plugin_init):
23373         * gst/avi/gstavi.c: (plugin_init):
23374         * sys/dxr3/dxr3init.c: (plugin_init):
23375         * sys/oss/gstossaudio.c: (plugin_init):
23376         * sys/v4l/gstv4l.c: (plugin_init):
23377         * sys/v4l2/gstv4l2.c: (plugin_init):
23378           remove textdomain calls
23379         * po/nl.po:
23380           update Dutch translation
23381
23382 2004-02-02  Julien MOUTTE  <julien@moutte.net>
23383
23384         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23385         (gst_play_set_audio_sink): Moving volume in the audio thread for
23386         instantaneous volume change. Maybe i will add another volume in front
23387         of visualization later, not sure yet though.
23388
23389 2004-02-02  Julien MOUTTE  <julien@moutte.net>
23390
23391         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23392         (gst_ximagesink_handle_xevents): Better X events handling, only take
23393         the latest events for configure and motion.
23394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
23395
23396 2004-02-02  Jon Trowbridge  <trow@gnu.org>
23397
23398         reviewed by: David Schleef  <ds@schleef.org>
23399
23400         Fix memory leaks:
23401         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
23402         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
23403
23404 2004-02-02  David Schleef  <ds@schleef.org>
23405
23406         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
23407         of lines.
23408         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
23409         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23410         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
23411         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23412         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
23413         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
23414         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
23415         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
23416         (gst_float2_2_int_link):
23417         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
23418         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
23419         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
23420         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
23421         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
23422         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
23423         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
23424         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
23425         * testsuite/gst-lint: Add tests for bzero and ;;
23426
23427 2004-02-02  David Schleef  <ds@schleef.org>
23428
23429         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
23430
23431 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23432
23433         * ext/aalib/gstaasink.c: (gst_aasink_open):
23434         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23435         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23436         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23437         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23438         (gst_afsink_close_file):
23439         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23440         (gst_afsrc_close_file):
23441         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23442         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23443         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23444         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23445         * ext/esd/esdmon.c: (gst_esdmon_get):
23446         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
23447         * ext/faac/gstfaac.c: (gst_faac_chain):
23448         * ext/faad/gstfaad.c: (gst_faad_chain):
23449         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23450         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23451         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23452         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23453         (gst_flacdec_loop):
23454         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23455         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23456         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23457         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23458         (gst_gnomevfssink_close_file):
23459         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23460         (gst_gnomevfssrc_open_file):
23461         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23462         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23463         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23464         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23465         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23466         * ext/mad/gstmad.c: (gst_mad_chain):
23467         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23468         * ext/mpeg2dec/gstmpeg2dec.c:
23469         * ext/mpeg2enc/gstmpeg2enc.cc:
23470         * ext/mplex/gstmplex.cc:
23471         * ext/mplex/gstmplexibitstream.cc:
23472         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23473         (gst_ogg_demux_push):
23474         * ext/raw1394/gstdv1394src.c:
23475         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23476         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23477         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23478         (gst_sf_loop):
23479         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23480         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
23481         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23482         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23483         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23484         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23485         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23486         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23487         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23488         (gst_riff_read_element_data), (gst_riff_read_seek),
23489         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23490         * gst/adder/gstadder.c: (gst_adder_loop):
23491         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23492         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23493         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23494         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23495         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23496         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23497         * gst/goom/gstgoom.c: (gst_goom_chain):
23498         * gst/id3/gstid3types.c: (gst_id3types_loop):
23499         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
23500         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23501         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23502         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23503         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23504         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23505         (gst_ebml_read_float), (gst_ebml_read_header):
23506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23507         (gst_matroska_demux_parse_blockgroup):
23508         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23509         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23510         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23511         * gst/silence/gstsilence.c: (gst_silence_get):
23512         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23513         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23514         * gst/speed/gstspeed.c: (speed_loop):
23515         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23516         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23517         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23518         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23519         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23520         (gst_wavparse_loop):
23521         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23522         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23523         (dxr3audiosink_close):
23524         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23525         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23526         (dxr3videosink_close), (dxr3videosink_write_data):
23527         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23528         * sys/oss/gstosssink.c: (gst_osssink_chain):
23529         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23530         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23531         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23533         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23534         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23535         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23536         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23537         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23538         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23539         (gst_v4l_set_audio):
23540         * sys/v4l/v4l_calls.h:
23541         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23542         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23543         (gst_v4lmjpegsink_playback_init),
23544         (gst_v4lmjpegsink_playback_start):
23545         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
23546         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23547         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23548         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23549         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23550         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23551         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23552         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23553         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23554         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23555         (gst_v4l2_get_output), (gst_v4l2_set_output),
23556         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23557         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23558         (gst_v4l2_set_attribute):
23559         * sys/v4l2/v4l2_calls.h:
23560         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23561         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23562         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23563         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23564         (gst_v4l2src_capture_stop):
23565         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23566         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23567         (gst_ximagesink_chain):
23568         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23569         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23570         (gst_xvideosink_xwindow_new):
23571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23572         (gst_xvimagesink_chain):
23573
23574 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23575
23576         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23577         (gst_volume_get_volume), (volume_class_init), (volume_init),
23578         (volume_chain_int16), (volume_update_volume):
23579         * gst/volume/gstvolume.h:
23580           make code more readable by removing magic numbers
23581           make mixer interface export 0-100 range
23582           make it internally map to 0.0-1.0 range so users don't distort
23583           output by putting the sliders at full volume
23584
23585 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23586
23587         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
23588         (gst_play_state_change), (gst_play_seek_to_time):
23589         block the tick callback for 0.5 secs after doing a seek
23590
23591 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23592
23593         * gst-libs/gst/play/play.c: (gst_play_new):
23594           check for GError
23595
23596 2004-02-01  Julien MOUTTE  <julien@moutte.net>
23597
23598         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
23599         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
23600         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23601         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
23602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23603         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
23604
23605 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23606
23607         * configure.ac:
23608         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23609           check for a function added in vorbis 1.1
23610
23611 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23612
23613         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23614         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
23615           really start/stop clock only on PLAYING <=> PAUSED
23616         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23617           remove \n from debugging lines
23618         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23619           make it work when seeking does not
23620         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23621           reset on DISCONT
23622
23623 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23624
23625         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
23626           start clock on PAUSED=>PLAYING, not later
23627         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23628           extract correct time for different discont formats
23629         (gst_alsa_sink_get_time):
23630           don't segfault when no format is negotiated yet, just return 0
23631         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23632         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
23633         (gst_ogg_pad_push):
23634           handle flush and discont events correctly
23635         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
23636           handle discont events correctly
23637
23638 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23639
23640         * gst-libs/gst/play/play.c: (gst_play_error_quark),
23641         (gst_play_error_create), (gst_play_error_plugin),
23642         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
23643         * gst-libs/gst/play/play.h:
23644           add error handling during creation
23645         * examples/gstplay/player.c: (main):
23646           use new gst_play_new
23647
23648
23649 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23650
23651         * ext/theora/theoradec.c: (theora_dec_chain):
23652           make comments work
23653         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23654         (vorbis_dec_src_event), (vorbis_dec_chain):
23655           add encoder tag, fix tag reading to be more error tolerant, change
23656           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
23657           gst_pad_event_default.
23658         * gst/tags/gstvorbistag.c:
23659         (gst_tag_list_from_vorbiscomment_buffer):
23660           undefine function specific define at end of function
23661
23662 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
23663
23664         * ext/flac/gstflac.c: (plugin_init):
23665         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
23666         * ext/flac/gstflacdec.h:
23667         * ext/flac/gstflacenc.h:
23668           Fix typos
23669
23670 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
23671
23672         * examples/gstplay/player.c: s/gstplay.h/play.h/
23673
23674 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23675
23676         * gst-libs/gst/play/Makefile.am:
23677         * gst-libs/gst/play/gstplay.c:
23678         * gst-libs/gst/play/gstplay.h:
23679         * gst-libs/gst/play/play.c:
23680           more surgery, operation complete
23681
23682 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23683
23684         * gst-libs/gst/play/play.old.c:
23685         * gst-libs/gst/play/play.old.h:
23686           after CVS surgery by moving, remove
23687         * gst-libs/gst/play/playpipelines.c:
23688           remove
23689
23690         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
23691           add negotiation error
23692
23693 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23694
23695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23696         (gst_ogg_demux_push):
23697           add some seeking debug info
23698           send a flush when seeking
23699
23700 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23701
23702         * configure.ac:
23703           use AC_C_INLINE
23704         * configure.ac:
23705         * ext/Makefile.am:
23706         * ext/theora/Makefile.am:
23707         * ext/theora/theoradec.c:
23708           add theora video decoder. Does just do simple decoding for now and
23709           has been tested against Theora cvs only. It only works when theora
23710           is compiled with --enable-static.
23711         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23712           always reset packetno on DISCONT
23713
23714 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23715
23716         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23717           Fix audio.
23718
23719 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23720
23721         * gst/mpegaudioparse/gstmpegaudioparse.c:
23722         (mp3_type_frame_length_from_header):
23723           Fix header parsing - stolen from ffmpeg (thank you! :) ).
23724
23725 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23726
23727         * ext/esd/esdsink.c: (gst_esdsink_init):
23728           Since we have static pad template caps, we don't need to negotiate;
23729           either the core errors out or we know the format.
23730
23731 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23732
23733         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23734         (gst_riff_read_seek):
23735         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23736         (gst_ebml_read_seek):
23737           Fix event handling.
23738
23739 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23740
23741         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23742           removee video/x-theora from vp3 decoder, it doesn't handle raw
23743           theora streams
23744         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
23745           fix bug with finalizing element that never went to PAUSED
23746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23747           length and position queries were swapped
23748         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23749         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
23750         (vorbis_dec_src_event):
23751           implement querying time and bytes
23752
23753 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23754
23755         * just about every source file:
23756           gst_element_error -> GST_ELEMENT_ERROR
23757
23758 2004-01-29  Julien MOUTTE  <julien@moutte.net>
23759
23760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
23761         emiting FLUSH and even before DISCONT.
23762         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
23763         get the best instant seeking as possible yay!
23764
23765 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23766
23767         * gst/mpeg1videoparse/gstmp1videoparse.c:
23768         (gst_mp1videoparse_real_chain):
23769           Committed wrong version last week... Grr... Didn't notice until now.
23770
23771 2004-01-29  Julien MOUTTE <julien@moutte.net>
23772
23773         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
23774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
23775         have_xwindow_id signal in xwindow_create.
23776
23777 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23778
23779         * ext/ogg/gstoggdemux.c:
23780           lots of changes - mainly support for chained bitstreams, seeking,
23781           querying and bugfixes of course
23782         * ext/vorbis/Makefile.am:
23783         * ext/vorbis/vorbisdec.c:
23784         * ext/vorbis/vorbisdec.h:
23785           add vorbisdec raw vorbis decoder
23786         * ext/vorbis/vorbis.c: (plugin_init):
23787           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
23788         * gst/intfloat/Makefile.am:
23789         * gst/intfloat/float22int.c:
23790         * gst/intfloat/float22int.h:
23791         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
23792           add float2intnew plugin. It converts multichannel interleaved float to
23793           multichannel interleaved int. The name should probably be changed.
23794         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
23795         (plugin_init):
23796           add typefinding for raw theora video so oggdemux can detect it.
23797
23798 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23799
23800         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
23801         sink element first.
23802         * gst/videoscale/gstvideoscale.c:
23803         (gst_videoscale_handle_src_event): Fixing src event handler.
23804
23805 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23806
23807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23808         (gst_v4lsrc_open), (gst_v4lsrc_close),
23809         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
23810         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
23811         * sys/v4l/gstv4lsrc.h:
23812         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
23813         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
23814           Implement resizing... Hack. But that's why v4l is b0rked...
23815
23816 2004-01-28  Julien MOUTTE <julien@moutte.net>
23817
23818         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23819         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23820         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
23821         (gst_ximagesink_xwindow_destroy):
23822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23823         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23824         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23825         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
23826         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
23827         correctly cleaning the image created to check xshm calls on succes,
23828         added a lot of XSync calls in X11 functions, and fixed a segfault when
23829         no image format was defined before negotiation happened.
23830
23831 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23832
23833         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
23834           use gst_element_get_time to get correct time
23835
23836 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23837
23838         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23839         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
23840         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
23841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
23842         (gst_xvimagesink_check_xshm_calls),
23843         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
23844         X plugins are now able to detect that XShm calls will fail even if the
23845         server claims that it has XShm support (remote displays most of the
23846         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
23847         so that we use non XShm functions. This feature is almost useless for
23848         xvimagesink as Xv is not supported on remote displays anyway, but
23849         it might happen than even on the local display XShm calls fail.
23850
23851 2004-01-27  David Schleef  <ds@schleef.org>
23852
23853         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
23854         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
23855         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
23856         changed esdsink to only use 44100,16,2, since esd sucks at rate
23857         conversion and esdsink has had difficulty negotiating.
23858
23859 2004-01-27  Julien MOUTTE <julien@moutte.net>
23860
23861         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
23862         (gst_play_seek_to_time): Fixing the way to get current position.
23863
23864 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23865
23866         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
23867           use gst_element_get_time to get correct time
23868
23869 2004-01-27  Julien MOUTTE <julien@moutte.net>
23870
23871         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
23872         fix ever... Inverting 2 lines of code make spider autoplug correctly
23873         tagged mp3 !
23874
23875 2004-01-27  David Schleef  <ds@schleef.org>
23876
23877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23878         Use gst_pad_try_set_caps_nonfixed().
23879
23880 2004-01-27  David Schleef  <ds@schleef.org>
23881
23882         * gst/ac3parse/gstac3parse.c: update to checklist 5
23883         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
23884         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
23885         * gst/audioscale/gstaudioscale.c: same
23886         * gst/auparse/gstauparse.c: same
23887         * gst/avi/gstavidemux.c: same
23888
23889 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23890
23891         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
23892           stop processing after EOS
23893
23894 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23895
23896         * gst/asfdemux/asfheaders.h:
23897         * gst/asfdemux/gstasfdemux.c:
23898         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
23899         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
23900         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
23901           lot's of fixes to make data extraction simpler and get the code
23902           architecture and compiler independant. Add debugging category
23903         * gst/goom/gstgoom.c: (gst_goom_change_state):
23904           reset channel count on PAUSED=>READY, not READY=>PAUSED
23905
23906 2004-01-26  Colin Walters  <walters@verbum.org>
23907
23908         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
23909         code to pull a bigger buffer in iradio mode.  This as a side effect
23910         makes typefinding work.
23911
23912 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23913
23914         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23915         Fix SVQ3 decoding on PPC
23916
23917 2004-01-26  Julien MOUTTE <julien@moutte.net>
23918
23919         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
23920         that one managed to stay there... Fixed.
23921
23922 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23923
23924         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23925         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
23926         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
23927         (qtdemux_video_caps):
23928         * gst/qtdemux/qtdemux.h:
23929         Add SVQ3 specific flags to qtdemux and ffmpeg
23930
23931 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23932
23933         * gst-libs/gst/audio/audio.h:
23934           remove buffer-frames from audio caps
23935         * gst/audioconvert/gstaudioconvert.c:
23936           fix plugin to really work.
23937
23938 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23939
23940         * gst-libs/gst/mixer/mixer.c:
23941         * gst-libs/gst/propertyprobe/propertyprobe.c:
23942         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
23943         (gst_tuner_find_channel_by_name):
23944         * gst-libs/gst/tuner/tuner.h:
23945           Add gtk-doc style comments. Also fix a function name.
23946
23947 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23948
23949         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
23950         (gst_divxdec_negotiate):
23951           Fix for new capsnego - also fixes gst-player with divxdec.
23952
23953 2004-01-25  Julien MOUTTE  <julien@moutte.net>
23954
23955         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23956         (gst_play_identity_handoff), (gst_play_set_location),
23957         (gst_play_set_visualization), (gst_play_connect_visualization): Another
23958         try in visualization implementation. Still have an issue with switch
23959         blocking when pulling from video_queue and only audio comes out of
23960         spider.
23961         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23962         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
23963         release method. And check if the pad is usable before pulling.
23964
23965 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23966
23967         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
23968         (gst_videobalance_init),
23969         (gst_videobalance_colorbalance_list_channels),
23970         (gst_videobalance_colorbalance_set_value),
23971         (gst_videobalance_colorbalance_get_value),
23972         (gst_videobalance_update_properties),
23973         (gst_videobalance_update_tables_planar411),
23974         (gst_videobalance_planar411):
23975         * gst/videofilter/gstvideobalance.h:
23976           Implement lookup-tables. +/- 10x faster.
23977
23978 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23979
23980         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23981         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23982           The index reading was broken. The rest worked fine, but the whole
23983           goal of my rewrite was to make avidemux readable, and this was
23984           not at all readable. Please use typed variables.
23985
23986 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23987
23988         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23989           Additional pad usability check.
23990         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23991         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23992         (gst_mp1videoparse_real_chain):
23993           Fix MPEG video stream parsing. The original plugin had several
23994           issues, including not timestamping streams where the source was
23995           not timestamped (this happens with PTS values in mpeg system
23996           streams, but MPEG video is also a valid stream on its own so
23997           that needs timestamps too). We use the display time code for that
23998           for now. Also, if one incoming buffer contains multiple valid
23999           frames, we push them all on correctly now, including proper EOS
24000           handling. Lastly, several potential segfaults were fixed, and we
24001           properly sync on new sequence/gop headers to include them in next,
24002           not previous frames (since they're header for the next frame, not
24003           the previous). Also see #119206.
24004         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24005         (bpf_from_header):
24006           Move caps setting so we only do it after finding several valid
24007           MPEG-1 fraes sequentially, not right after the first one (which
24008           might be coincidental).
24009         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24010         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24011         (plugin_init):
24012           Add unsynced MPEG video stream typefinding, and change some
24013           probability values so we detect streams rightly. The idea is as
24014           follows: I can have an unsynced system stream which contains
24015           video. In the current code, I would randomly get a type for either
24016           system or video stream type found, because the probabilities are
24017           being calculated rather randomly. I now use fixed values, so we
24018           always prefer system stream if that was found (and that is how it
24019           should be). If no system stream was found, we can still identity                the stream as video-only.
24020
24021 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24022
24023         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24024         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24025           don't write to buffer. Extract data without the need of
24026           __attribute__ ((packed))
24027
24028 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24029
24030         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24031         (mpeg1_sys_type_find):
24032           Fix MPEG-1 stream typefinding.
24033
24034 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24035
24036         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24037           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24038
24039 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24040
24041         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24042         * ext/esd/gstesd.c: (plugin_init):
24043           private debugging, better error reporting
24044
24045 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24046
24047         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24048         (gst_riff_read_init), (gst_riff_read_change_state):
24049         * gst-libs/gst/riff/riff-read.h:
24050           Remove stuff fromold metadata system.
24051
24052 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24053
24054         * ext/ogg/gstoggdemux.c:
24055           Fix wrong file comment.
24056         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24057         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24058           Add metadata reading properly.
24059
24060 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24061
24062         * ext/Makefile.am:
24063           Fix nas DIST_SUBDIRS
24064           Uraeus:
24065           Fix bug where make distcheck doesn't get run on adding stuff to
24066           the build.
24067
24068 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24069
24070         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24071         * ext/divx/gstdivxdec.h:
24072           Fix divx3 ("msmpeg4") playback using divxdec.
24073
24074 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24075
24076         * gst/typefind/gsttypefindfunctions.c:
24077         (mp3_type_frame_length_from_header): fix bug in length computation
24078         (mp3_type_find): improve debugging output
24079
24080 2004-01-23  Julien MOUTTE  <julien@moutte.net>
24081
24082         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24083         (gst_play_set_location), (gst_play_seek_to_time),
24084         (gst_play_set_audio_sink), (gst_play_set_visualization),
24085         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24086         the pipeline from scratch. Visualization is back and switch went out as
24087         i realized it was not possible to use the way i wanted.
24088         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24089         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24090         clearing in state change from READY to NULL. So that one can clean the
24091         X ressources keeping the element.
24092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24093         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24094         (gst_xvimagesink_colorbalance_set_value),
24095         (gst_xvimagesink_colorbalance_get_value),
24096         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24097         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24098         change from READY to NULL and fixed some stupid bugs in colorbalance
24099         get/set values. Also added the following feature : when nobody tries to
24100         set some values to the colorbalance levels before the xcontext is
24101         grabbed, then when creating channels list from Xv attributes we set the
24102         internal values to the Xv defaults. This way we handle buggy Xv drivers
24103         that set default hue values far from the middle of the range (Thanks
24104         to Jon Trowbridge for pointing that issue).
24105         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24106         colorbalance levels have been set before xcontext is grabbed.
24107
24108 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24109
24110         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24111           Fix the ossmixer case where we shouldn't open /dev/dsp* because
24112           it might block operations (which is bad for a mixer).
24113
24114 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24115
24116         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24117         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24118         (gmip_find_type_pre):
24119         * gst-libs/gst/media-info/media-info-priv.h:
24120         * gst-libs/gst/media-info/media-info.c:
24121         (gst_media_info_instance_init), (gst_media_info_read_idler):
24122         add fakesink to get caps on decoder src pad again
24123         fix callback prototype to match new have_type signal signature
24124
24125 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24126
24127         * gst/adder/gstadder.c: (gst_adder_link):
24128           fix non-compile and cut-n-paste code
24129
24130 2004-01-21  David Schleef  <ds@schleef.org>
24131
24132         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24133         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24134         (gst_swfdec_init), (gst_swfdec_change_state):
24135         * ext/swfdec/gstswfdec.h:
24136         Fix negotiation.
24137         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24138         (gst_adder_request_new_pad): Fix negotiation.
24139         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24140         Add a fixate function.
24141         * gst/intfloat/gstfloat2int.c:
24142         * gst/intfloat/gstfloat2int.h:
24143         * gst/intfloat/gstint2float.c:
24144         * gst/intfloat/gstint2float.h:
24145         Completely rewrite the negotiation.  Doesn't quite work yet,
24146         due to some buffer-frames problem.
24147
24148 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24149
24150         * ext/gnomevfs/gstgnomevfssrc.c:
24151         * sys/v4l2/v4l2_calls.h:
24152           fix includes for distcheck
24153
24154 2004-01-21  Christian Schaller <uraeus@gnome.org>
24155
24156         * ext/nas/
24157         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24158         based on earlier patch from Laurent Vivier
24159
24160 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
24161
24162         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24163         Fix wma caps property
24164         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24165         Fix typo (flags1 and flags2)
24166
24167 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24168
24169         * gst-libs/gst/media-info/media-info-priv.c:
24170         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24171         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24172         (gmip_find_stream), (gmip_find_track_metadata),
24173         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24174         (gmip_find_track_format):
24175         * gst-libs/gst/media-info/media-info-priv.h:
24176         * gst-libs/gst/media-info/media-info-test.c: (main):
24177         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24178         (gst_media_info_read_idler), (gst_media_info_read):
24179         * gst-libs/gst/media-info/media-info.h:
24180           register debugging category and use it for debugging
24181
24182 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24183
24184         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24185         (gst_vorbisfile_new_link):
24186           signal streaminfo through tags
24187
24188 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24189
24190         * ext/mplex/gstmplex.cc:
24191         * ext/mplex/gstmplexibitstream.cc:
24192           g++ doesn't like NULL in our i18n/error macros, should be
24193           either (NULL) or ("").
24194
24195 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24196
24197         * sys/dxr3/dxr3audiosink.c:
24198         * sys/dxr3/dxr3init.c:
24199         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24200         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24201           Fix more error error error errors (missing includes here).
24202
24203 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24204
24205         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24206           fix thomas' error errors.
24207
24208 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24209
24210         * ext/mpeg2enc/gstmpeg2enc.cc:
24211           fix error errors.
24212
24213 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24214
24215         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24216         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24217           Fix for new error system.
24218
24219 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24220
24221         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24222           fix for new error reporting
24223
24224 2004-01-20  David Schleef  <ds@schleef.org>
24225
24226         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24227         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24228         (gst_ximagesink_set_xwindow_id): Change to using a framerate
24229         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24230         and neither is 100+, most likely.
24231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24232         (gst_xvimagesink_getcaps): same
24233
24234 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24235
24236         * configure.ac:
24237           Up version requirement to 2.0.3 (not yet released) to avoid symbol
24238           clashes with ffmpeg.
24239
24240 2004-01-20  Julien MOUTTE  <julien@moutte.net>
24241
24242         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24243         (gst_switch_init): Fixed switch element : proxying link and setting
24244         caps from src to sink on request.
24245
24246 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24247
24248         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24249         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24250         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24251         fix element_error
24252
24253 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24254
24255         * sys/v4l/v4l_calls.h:
24256         * sys/v4l2/v4l2_calls.h:
24257           element_error fixes
24258
24259 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24260
24261         * gst-libs/gst/gst-i18n-plugin.h:
24262           add locale.h
24263           remove config.h inclusion
24264
24265 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24266
24267         * autogen.sh:
24268           adding autopoint invocation
24269         * Makefile.am:
24270         * configure.ac:
24271         * gst-libs/gst/gettext.h:
24272           adding gettext bits
24273         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24274         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24275         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24276         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24277         (gst_gnomevfssink_close_file):
24278         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24279         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24280         * gst-libs/gst/gst-i18n-plugin.h:
24281         * gst/avi/gstavi.c: (plugin_init):
24282         * sys/dxr3/dxr3init.c: (plugin_init):
24283         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24284         * sys/oss/gstossaudio.c: (plugin_init):
24285         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24286         * sys/v4l/gstv4l.c: (plugin_init):
24287         * sys/v4l/v4l_calls.c: (gst_v4l_open):
24288         * sys/v4l2/gstv4l2.c: (plugin_init):
24289         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24290         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24291         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24292         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24293         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24294         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24295           make sure locale and translation domain are set
24296           fix translated strings
24297         * po/.cvsignore:
24298         * po/LINGUAS:
24299         * po/Makevars:
24300         * po/POTFILES.in:
24301         * po/nl.po:
24302           put translation files into place
24303         * sys/xvideo/imagetest.c: (main):
24304         * ext/dv/demo-play.c: (main):
24305           fix unnecessary translations
24306
24307 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24308
24309         * ext/sndfile/gstsf.c:
24310         * gst/avi/gstavimux.c:
24311         * ext/audiofile/gstafsink.c:
24312         * ext/audiofile/gstafsrc.c:
24313         * ext/gnomevfs/gstgnomevfssink.c:
24314         * ext/gnomevfs/gstgnomevfssrc.c:
24315         * sys/oss/gstosselement.c:
24316         * sys/v4l/v4l_calls.h:
24317           fix i18n include
24318
24319 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24320
24321         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24322         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24323         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24324         (gst_v4l2_get_output), (gst_v4l2_set_output),
24325         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24326         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24327         (gst_v4l2_set_attribute):
24328         update to new error handling
24329
24330 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24331
24332         * ext/sidplay/gstsiddec.cc:
24333         * gst/modplug/gstmodplug.cc:
24334           parenthese NULL because C++ seems angry about it
24335
24336 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24337
24338         * gst-libs/gst/gst-i18n-plugin.h:
24339           add skeleton i18n stuff, but needs to be further implemented
24340
24341 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24342
24343         * examples/gstplay/player.c: (main):
24344         * ext/aalib/gstaasink.c: (gst_aasink_open):
24345         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24346         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24347         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24348         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24349         (gst_afsink_close_file):
24350         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24351         (gst_afsrc_close_file):
24352         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24353         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24354         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24355         * ext/esd/esdmon.c: (gst_esdmon_get):
24356         * ext/esd/esdsink.c: (gst_esdsink_chain):
24357         * ext/faac/gstfaac.c: (gst_faac_chain):
24358         * ext/faad/gstfaad.c: (gst_faad_chain):
24359         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24360         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24361         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24362         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24363         (gst_flacdec_loop):
24364         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24365         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24366         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24367         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24368         (gst_gnomevfssink_close_file):
24369         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24370         (gst_gnomevfssrc_open_file):
24371         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24372         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24373         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24374         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24375         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24376         * ext/mad/gstmad.c: (gst_mad_chain):
24377         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24378         * ext/mpeg2dec/gstmpeg2dec.c:
24379         * ext/mpeg2enc/gstmpeg2enc.cc:
24380         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24381         * ext/mplex/gstmplex.cc:
24382         * ext/mplex/gstmplexibitstream.cc:
24383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24384         (gst_ogg_demux_push), (gst_ogg_pad_push):
24385         * ext/raw1394/gstdv1394src.c:
24386         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24387         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24388         * ext/sidplay/gstsiddec.cc:
24389         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24390         (gst_sf_loop):
24391         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24392         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24393         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24394         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24395         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24396         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24397         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24398         * gst-libs/gst/Makefile.am:
24399         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24400         (gst_riff_read_element_data), (gst_riff_read_seek),
24401         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24402         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
24403         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24404         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24405         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24406         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24407         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24408         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24409         * gst/goom/gstgoom.c: (gst_goom_chain):
24410         * gst/id3/gstid3types.c: (gst_id3types_loop):
24411         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24412         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24413         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24414         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24415         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24416         (gst_ebml_read_float), (gst_ebml_read_header):
24417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24418         (gst_matroska_demux_parse_blockgroup):
24419         * gst/modplug/gstmodplug.cc:
24420         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24421         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24422         * gst/oneton/gstoneton.c: (gst_oneton_chain):
24423         * gst/silence/gstsilence.c: (gst_silence_get):
24424         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24425         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24426         * gst/speed/gstspeed.c: (speed_loop):
24427         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24428         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24429         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24430         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24431         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24432         (gst_wavparse_loop):
24433         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24434         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24435         (dxr3audiosink_close):
24436         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24437         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24438         (dxr3videosink_close), (dxr3videosink_write_data):
24439         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24440         * sys/oss/gstosselement.h:
24441         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
24442         (gst_osssink_chain):
24443         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24444         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24445         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24447         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
24448         (gst_v4l_enable_overlay):
24449         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24450         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24451         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24452         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24453         (gst_v4l_set_audio):
24454         * sys/v4l/v4l_calls.h:
24455         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24456         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24457         (gst_v4lmjpegsink_playback_init),
24458         (gst_v4lmjpegsink_playback_start):
24459         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24460         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
24461         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
24462         (gst_v4lmjpegsrc_requeue_frame):
24463         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24464         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24465         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24466         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24467         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24468         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24469         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24470         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24471         (gst_v4l2src_capture_stop):
24472         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24473         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24474         (gst_ximagesink_chain):
24475         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24476         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24477         (gst_xvideosink_xwindow_new):
24478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24479         (gst_xvimagesink_chain):
24480         use new error signal, function and categories
24481
24482 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
24483
24484         * configure.ac:
24485         * ext/Makefile.am:
24486         * ext/musicbrainz/gsttrm.c:
24487         * ext/musicbrainz/gsttrm.h:
24488         * ext/musicbrainz/Makefile.am:
24489         Add a trm plugin
24490
24491 2004-01-18  Julien MOUTTE  <julien@moutte.net>
24492
24493         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
24494         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
24495         synchronous property for debugging.
24496         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
24497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24498         (gst_xvimagesink_set_property): Moving a pointer declaration to a
24499         smaller block, fixing indent.
24500
24501 2004-01-16  David Schleef  <ds@schleef.org>
24502
24503         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
24504         property affects the video stream.
24505         * sys/xvimage/xvimagesink.c:
24506         * sys/xvimage/xvimagesink.h:
24507         Add synchronous property for debugging.  Should probably be
24508         disabled in non-CVS builds.  Make sure that the Xv attribute
24509         exists before we set it (crash!).  Fix a silly float bug that
24510         caused colorbalance to just not work.
24511
24512 2004-01-17  Christian Schaller <Uraeus@gnome.org>
24513
24514         * tools/gst-launch-ext.in - update for new plugins
24515
24516 2004-01-16  David Schleef  <ds@schleef.org>
24517
24518         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
24519         already-freed caps.
24520
24521 2994-01-16  Christian Schaller <Uraeus@gnome.org>
24522
24523         * Update spec for new colorspace plugin and libcaca plugin
24524         * Fix compilation of libcaca plugin (clock -> id)
24525
24526 2004-01-16  Julien MOUTTE <julien@moutte.net>
24527
24528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
24529         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
24530         (gst_xvimagesink_set_xwindow_id),
24531         (gst_xvimagesink_colorbalance_set_value),
24532         (gst_xvimagesink_colorbalance_get_value),
24533         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24534         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
24535         correct colorbalance properties. They can now be set when the element
24536         is still in NULL state. The values will be committed to the Xv Port
24537         when xcontext is initialized.
24538         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
24539         brightness int values in the GstXvImagesink structure.
24540
24541 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24542
24543         * gst-libs/gst/Makefile.am:
24544           restructure so having local patches works easier.
24545
24546 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24547
24548         * ext/mpeg2enc/Makefile.am:
24549         * ext/mpeg2enc/gstmpeg2enc.cc:
24550         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24551           Bugfix with respect to EOS handling.
24552
24553 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24554
24555         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24556           Link with right caps (else, it segfaults).
24557         * ext/mplex/gstmplexjob.cc:
24558           Fix for slight API change in 1.6.1.93 release of mjpegtools.
24559
24560 2004-01-15  David Schleef  <ds@schleef.org>
24561
24562         * gst-libs/gst/audio/Makefile.am:
24563         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
24564         from the template.
24565         * gst-libs/gst/audio/gstaudiofilter.c:
24566         * gst-libs/gst/audio/gstaudiofilter.h:
24567         Add bytes_per_sample and size and n_samples calculation.
24568         * gst-libs/gst/audio/gstaudiofilterexample.c:
24569         Remove, now autogenerated.
24570         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24571         Moved from gstaudiofilterexample, object name changed, code added
24572         so that it actually works.
24573         * gst-libs/gst/audio/make_filter:
24574         Script to build an audiofilter subclass from the template.
24575         * gst/colorspace/Makefile.am:
24576         * gst/colorspace/yuv2yuv.c:
24577         Remove file, since it's GPL, and we don't use it.
24578
24579 2004-01-15  Julien MOUTTE  <julien@moutte.net>
24580
24581         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
24583         them use the buffer free function to test how the buffer was allocated.
24584
24585 2004-01-15  David Schleef  <ds@schleef.org>
24586
24587         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
24588         that handles osssink fallback.
24589         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24590         (gst_audio_convert_getcaps):
24591         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24592         Add audio/x-qdm2 for QDM2 audio.
24593         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24594         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
24595         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
24596         Decrease minimum size to 16x16.
24597         * gst/wavparse/gstwavparse.c:
24598         Convert disabled pad template caps to new caps.
24599         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24601         (gst_xvimagesink_chain): Throw element error when display cannot
24602         be opened.  Increase minimum framerate to 1.0.  Check the data
24603         free function on a buffer to make sure it is the type we expect
24604         before manipulating it.
24605
24606 2004-01-15  Julien MOUTTE <julien@moutte.net>
24607
24608         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
24609         (gst_videobalance_colorbalance_set_value): Implement passthru if
24610         settings are in the middle.
24611         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
24612
24613 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24614
24615         * gst/videofilter/Makefile.am:
24616         * gst/volume/Makefile.am:
24617           Since we use videofilter symbols, link to it.
24618
24619 2004-01-15  Julien MOUTTE <julien@moutte.net>
24620
24621         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
24622         mixer interface type to HARDWARE.
24623         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
24624         type to SOFTWARE.
24625         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
24626         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
24627         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
24628         (gst_volume_interface_init), (gst_volume_list_tracks),
24629         (gst_volume_set_volume), (gst_volume_get_volume),
24630         (gst_volume_set_mute), (gst_volume_mixer_init),
24631         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
24632         (volume_init): Implementing mixer interface.
24633         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
24634         * sys/oss/gstosselement.c: (gst_osselement_get_type),
24635         (gst_osselement_change_state): Removing some trailing commas in
24636         structures.
24637         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
24638         interface type to HARDWARE.
24639         * sys/v4l/gstv4lcolorbalance.c:
24640         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
24641         type to HARDWARE.
24642         * sys/v4l2/gstv4l2colorbalance.c:
24643         (gst_v4l2_color_balance_interface_init): Setting colorbalance
24644         interface type to HARDWARE.
24645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
24646         same code than ximagesink for event handling.
24647
24648 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24649
24650         * ext/snapshot/Makefile.am:
24651         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
24652         (gst_snapshot_chain):
24653         * ext/snapshot/gstsnapshot.h:
24654           This has to be a joke... Snapshot should be connected to a tee,
24655           colorspace element before it and EOS after that, where the other
24656           src of the tee receives normal data.
24657           The current way is *wrong*.
24658
24659 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24660
24661         * ext/hermes/gsthermescolorspace.c:
24662           Fix another compile error. Same as below.
24663
24664 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24665
24666         * gst/colorspace/gstcolorspace.c:
24667         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
24668         (gst_colorspace_i420_to_yv12):
24669           Fix compiling... Didn't test if it actually works.
24670
24671 2004-01-15  David Schleef  <ds@schleef.org>
24672
24673         * configure.ac:
24674         * gst/colorspace/Makefile.am:
24675         * gst/colorspace/gstcolorspace.c:
24676         * gst/colorspace/gstcolorspace.h:
24677         * gst/colorspace/yuv2rgb.c:
24678         * gst/colorspace/yuv2rgb.h:
24679         Duplicate the ext/hermes colorspace plugin, and remove Hermes
24680         code and GPL code.  Fix for new caps negotiation.  Rewrite
24681         much of the format handling code, and some of the conversion
24682         code.  Basically, rewrote almost everything.  This element
24683         handles I420, YV12 to RGB conversions.
24684         * ext/hermes/Makefile.am:
24685         * ext/hermes/gsthermescolorspace.c:
24686         Rename colorspace to hermescolorspace.  Fix negotiation issues.
24687         Remove non-Hermes related code.  This element handles lots of
24688         RGB to RGB conversions, but no YUV.
24689         * ext/hermes/gstcolorspace.c:
24690         * ext/hermes/gstcolorspace.h:
24691         * ext/hermes/rgb2yuv.c:
24692         * ext/hermes/yuv2rgb.c:
24693         * ext/hermes/yuv2rgb.h:
24694         * ext/hermes/yuv2rgb_mmx16.s:
24695         * ext/hermes/yuv2yuv.c:
24696         * ext/hermes/yuv2yuv.h:
24697         Remove old code.
24698
24699 2004-01-14  Colin Walters  <walters@verbum.org>
24700
24701         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
24702         they've already been.
24703
24704 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24705
24706         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
24707           assume tag mode when pad is not connected
24708
24709 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24710
24711         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24712           Don't update the time of the clock
24713         (gst_alsa_sink_loop):
24714           sync to the clock given to alsasink, not the own clock
24715         * sys/oss/gstosssink.c: (gst_osssink_chain):
24716           sync to the clock
24717         (gst_osssink_change_state):
24718           activate the clock
24719         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24721           remove bogus code that made DISCONT events unhandled
24722         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
24723           explicitly case to double in _set_simple. (fixes 2nd warning in bug
24724           #131502)
24725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
24726         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
24727         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
24728           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
24729           2nd warning in bug #131502)
24730
24731 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24732
24733         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
24734         (gst_videobalance_colorbalance_set_value),
24735         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
24736         for colorbalance interface implementation.
24737         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24738         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24739         (gst_ximagesink_dispose), (gst_ximagesink_init),
24740         (gst_ximagesink_class_init): Adding DISPLAY property.
24741         * sys/ximage/ximagesink.h: Adding display_name to store display.
24742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24743         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24744         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
24745         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
24746         properties (they still need polishing though for gst-launch use : no
24747         xcontext yet, i ll do that tomorrow).
24748         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
24749
24750 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24751
24752         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24753         (gst_play_set_location), (gst_play_set_visualization): Preparing
24754         switch integration, adding videobalance in the pipeline.
24755
24756 2004-01-14  Julien MOUTTE <julien@moutte.net>
24757
24758         * gst-libs/gst/colorbalance/colorbalance.c:
24759         (gst_color_balance_class_init): Adding a default type.
24760         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
24761         the type.
24762         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
24763         (gst_videobalance_dispose), (gst_videobalance_class_init),
24764         (gst_videobalance_init), (gst_videobalance_interface_supported),
24765         (gst_videobalance_interface_init),
24766         (gst_videobalance_colorbalance_list_channels),
24767         (gst_videobalance_colorbalance_set_value),
24768         (gst_videobalance_colorbalance_get_value),
24769         (gst_videobalance_colorbalance_init): Implementing colorbalance
24770         interface.
24771         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
24772         list.
24773         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
24774         bug which was triggering a BadAccess X error when setting an overlay
24775         before pad was really negotiated.
24776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
24777         Using the colorbalance type macro.
24778
24779 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24780
24781         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
24782         (gst_flacenc_chain):
24783           handle tags correctly
24784         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24785           extract ID3v1 tags correctly
24786
24787 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24788
24789         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
24790         (plugin_init):
24791           Improve matroska typefinding for odd-typed headers...
24792
24793 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24794
24795         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24796           Fix for using incremental number on padnames.
24797
24798 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24799
24800         * ext/divx/gstdivxdec.c:
24801         * ext/divx/gstdivxenc.c:
24802           Set category to divx4linux instead of divx (too generic).
24803         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24804         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
24805         (gst_wavparse_loop), (gst_wavparse_change_state):
24806         * gst/wavparse/gstwavparse.h:
24807           fix parsing of WAV files with non-standard fmt-tag size and fix
24808           skipping of unrecognized chunks... Someone please fix this thing
24809           to use rifflib so all this is automated.
24810         * sys/v4l/Makefile.am:
24811         * sys/v4l2/Makefile.am:
24812           Add X_CFLAGS because we depend on X (for overlay).
24813
24814 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
24815
24816         * ext/mpeg2dec/gstmpeg2dec.c:
24817           Don't issue a timestamp unless we tagged the frame
24818           with a PTS.
24819
24820 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24821
24822         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
24823           Query the audio element to get the time, not the clock. We're
24824           interested in the element's time here.
24825
24826 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24827
24828         * ext/aalib/gstaasink.c: (gst_aasink_chain):
24829         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24830         * ext/esd/esdsink.c: (gst_esdsink_chain):
24831         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
24832         * ext/mas/massink.c: (gst_massink_chain):
24833         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
24834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
24835         (gst_matroska_demux_parse_metadata):
24836         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
24837         (gst_mpeg_parse_release_locks):
24838         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
24839         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
24840         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24841         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24842         (gst_osssink_change_state):
24843         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24844         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24845         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
24846         (gst_xvideosink_release_locks):
24847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24848           use element time.
24849         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
24850         (gst_alsa_clock_stop):
24851         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
24852         (gst_audio_clock_get_internal_time):
24853           simplify for use with new clocking code.
24854         * testsuite/alsa/Makefile.am:
24855         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
24856           fix testsuite for new caps system
24857
24858 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24859
24860         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24861         * ext/flac/gstflacenc.c: (add_one_tag):
24862           length is already host endian, no need to convert. Fixes playback of
24863           tagged files on PPC. (bug #128384)
24864
24865 2004-01-13  Julien MOUTTE <julien@moutte.net>
24866
24867         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
24868         colorbalance interface stating if it is hardware based or software
24869         based.
24870         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
24871         Removing a trailing comma.
24872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24873         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
24874         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
24875         the documentation seems to be wrong on the -1000 to 1000 interval.
24876
24877 2004-01-12  David Schleef  <ds@schleef.org>
24878
24879         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
24880         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
24881         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
24882         Fix negotiation.  Add a bufferalloc function for the sink pad,
24883         and generally clean up some of the code.
24884
24885 2004-01-12  Julien MOUTTE <julien@moutte.net>
24886
24887         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24888         (gst_color_balance_channel_dispose): Adding safety check in dispose
24889         method.
24890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24891         (gst_xvimagesink_xcontext_clear),
24892         (gst_xvimagesink_interface_supported),
24893         (gst_xvimagesink_colorbalance_list_channels),
24894         (gst_xvimagesink_colorbalance_set_value),
24895         (gst_xvimagesink_colorbalance_get_value),
24896         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
24897         Adding colorbalance interface support to set XV parameters such as
24898         HUE, BRIGHTNESS, CONTRAST, SATURATION.
24899         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
24900         interface.
24901
24902 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24903
24904         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
24905         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
24906         (gst_audio_convert_init), (gst_audio_convert_set_property),
24907         (gst_audio_convert_get_property), (gst_audio_convert_chain),
24908         (gst_audio_convert_link),
24909         (gst_audio_convert_buffer_to_default_format),
24910         (gst_audio_convert_buffer_from_default_format), (plugin_init):
24911           - implement _getcaps and use it
24912           - improve linking
24913           - remove float caps since no float conversion is actually done
24914           - remove properties and arguments that were to be used for rate
24915             conversion
24916
24917 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24918
24919         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
24920         (gst_audio_structure_set_int):
24921         * gst-libs/gst/audio/audio.h:
24922           add helper functions for _getcaps matching the standard audio
24923           templates
24924
24925 2004-01-12  David Schleef  <ds@schleef.org>
24926
24927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24928         Test that pad is negotiated before getting its caps.
24929
24930 2004-01-12  Julien MOUTTE <julien@moutte.net>
24931
24932         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
24933         analyzing the pads of an element the bin is mostly in READY state so
24934         no caps were negotiated. This helper function needs to work with
24935         _get_caps directly then. I was not freeing them though, added that to
24936         fix the mem leak.
24937
24938 2004-01-12  Julien MOUTTE <julien@moutte.net>
24939
24940         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
24942         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
24943         than the free_func.
24944
24945 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24946
24947         * sys/oss/gstossaudio.c: (plugin_init):
24948         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24949         * sys/oss/gstosselement.h:
24950           make an oss debugging category
24951           make failure more descriptive
24952
24953 2004-01-11  David Schleef  <ds@schleef.org>
24954
24955         * ext/ffmpeg/gstffmpeg.c:
24956         * ext/ffmpeg/gstffmpegcodecmap.c:
24957         * ext/ffmpeg/gstffmpegdec.c:
24958         * ext/ffmpeg/gstffmpegenc.c:
24959         * ext/ffmpeg/gstffmpegprotocol.c:
24960         * ext/gdk_pixbuf/gstgdkanimation.c:
24961         * ext/jpeg/gstjpeg.c:
24962         * ext/libpng/gstpng.c:
24963         * ext/mpeg2dec/perftest.c:
24964         * ext/speex/gstspeex.c:
24965         * gst-libs/gst/resample/dtos.c:
24966         * gst/intfloat/gstintfloatconvert.c:
24967         * gst/oneton/gstoneton.c:
24968         * gst/rtjpeg/RTjpeg.c:
24969         * gst/rtp/gstrtp.c:
24970         * sys/dxr3/dxr3init.c:
24971         * sys/glsink/gstgl_nvimage.c:
24972         * sys/glsink/gstgl_pdrimage.c:
24973         * sys/glsink/gstglsink.c:
24974         * testsuite/gst-lint:
24975         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
24976
24977 2004-01-11  David Schleef  <ds@schleef.org>
24978
24979         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
24980         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
24981         * ext/gdk_pixbuf/gstgdkanimation.c:
24982         (gst_gdk_animation_iter_create_pixbuf):
24983         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24984         (gst_gdk_pixbuf_chain):
24985         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24986         * ext/jack/gstjack.c: (gst_jack_change_state):
24987         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24988         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24989         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24990         * gst/videofilter/gstvideofilter.c:
24991         (gst_videofilter_set_output_size):
24992         Remove all usage of gst_pad_get_caps(), and replace it with
24993         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24994
24995 2004-01-11  David Schleef  <ds@schleef.org>
24996
24997         * configure.ac:
24998         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24999         * ext/divx/gstdivxdec.c:
25000         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25001         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25002         handle images that span multiple buffers.  Now work with both
25003         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25004         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25005         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25006         video/video.h changes
25007         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25009         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25010         of GstData free function.
25011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25012         same.
25013
25014 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25015
25016         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25017         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25018         (gst_v4l2element_get_property):
25019         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25020           add norm, channel and frequency properties.
25021         * sys/v4l2/gstv4l2tuner.c:
25022           fixes for tuner interface changes
25023         * sys/v4l2/gstv4l2element.h:
25024         * sys/v4l2/gstv4l2src.c:
25025         * sys/v4l2/gstv4l2src.h:
25026         * sys/v4l2/v4l2src_calls.c:
25027         * sys/v4l2/v4l2src_calls.h:
25028           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25029
25030 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25031
25032         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25033         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25034         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25035         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25036         * gst-libs/gst/tuner/tuner.h:
25037           GObjects aren't const.
25038           Add find_by_name functions.
25039           Add checks to _changed functions.
25040         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25041         (gst_v4l_tuner_get_norm):
25042           Fixes for above.
25043
25044 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25045
25046         * gst-libs/gst/video/video.h:
25047           Fix caps template names to be understandable.
25048           Prefix everything with GST_VIDEO.
25049         * ext/aalib/gstaasink.c:
25050         * ext/divx/gstdivxdec.c:
25051         * ext/divx/gstdivxenc.c:
25052         * ext/gdk_pixbuf/gstgdkpixbuf.c:
25053         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25054         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25055         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25056         * ext/libcaca/gstcacasink.c:
25057         * ext/libpng/gstpngenc.c: (raw_caps_factory):
25058         * ext/snapshot/gstsnapshot.c:
25059         * ext/swfdec/gstswfdec.c:
25060         * ext/xvid/gstxviddec.c:
25061         * ext/xvid/gstxvidenc.c:
25062         * gst/chart/gstchart.c:
25063         * gst/deinterlace/gstdeinterlace.c:
25064         * gst/effectv/gsteffectv.c:
25065         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25066         * gst/goom/gstgoom.c:
25067         * gst/median/gstmedian.c:
25068         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25069         (gst_monoscope_srcconnect), (gst_monoscope_chain):
25070         * gst/overlay/gstoverlay.c:
25071         * gst/smooth/gstsmooth.c:
25072         * gst/smpte/gstsmpte.c:
25073         * gst/synaesthesia/gstsynaesthesia.c:
25074         * gst/videocrop/gstvideocrop.c:
25075         * gst/videodrop/gstvideodrop.c:
25076         * gst/y4m/gsty4mencode.c:
25077         * sys/qcam/gstqcamsrc.c:
25078         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25079           Make them work with new video.h file.
25080         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25081         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25083         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25084           Make it work with new buffer allocation system.
25085
25086 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25087
25088         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25089         pad_alloc_buffer implementation to use ->srcpad
25090         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25091         pad_alloc_buffer implementation to use ->srcpad
25092         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
25093         pad_alloc_buffer implementation to use ->srcpad
25094         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25095         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25096         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25097         a reference to everything we need.
25098         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25100         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25101         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25102         a reference to everything we need.
25103         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25104
25105 2004-01-11  David Schleef  <ds@schleef.org>
25106
25107         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25108         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25109         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25110         structure members.
25111         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25112         value during a resize/renegotiation.
25113         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25114         gst_pad_alloc_buffer();
25115         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25116         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25117         structure members.
25118         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25119         Fix for rename of buffer private structure members.
25120         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25121         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25122         Fix for rename of buffer private structure members.
25123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25124         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25125         Fix for rename of buffer private structure members.
25126
25127 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
25128
25129         reviewed by: David Schleef <ds@schleef.org>
25130
25131         * gst/videofilter/Makefile.am:
25132         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
25133         from the patch by ds to fit in with recent make_filter changes.
25134
25135 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25136
25137         * configure.ac: Adding examples/switch/Makefile
25138         * examples/Makefile.am: Adding examples/switch
25139         * examples/switch/Makefile.am: Adding switcher example.
25140         * examples/switch/switcher.c: (got_eos), (idle_iterate),
25141         (switch_timer), (main): Adding an example demonstrating switch usage
25142         with 2 videotestsrc showing different patterns.
25143         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25144         (gst_switch_init): Fixing switch with the new caps system.
25145
25146 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25147
25148         * gst-libs/gst/video/video.h:
25149           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25150           They should probably be like
25151           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25152
25153 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25154
25155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25156         (qtdemux_parse_trak):
25157           fix audio chunk size/timestamp calculation
25158
25159 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25160
25161         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25162           fix SVQ3 caps
25163
25164 2004-01-11  Steve Baker  <steve@stevebaker.org>
25165
25166         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25167         (gst_agingtv_base_init), (gst_agingtv_class_init),
25168         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25169         (gst_agingtv_set_property), (gst_agingtv_get_property):
25170         Port agingTV to videofilter
25171
25172 2004-01-09  Julien MOUTTE <julien@moutte.net>
25173
25174         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25175         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25176
25177 2004-01-09  Julien MOUTTE <julien@moutte.net>
25178
25179         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25180         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25181         * gst-libs/gst/xoverlay/xoverlay.c:
25182         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25183         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25184         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25185         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25186         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25187         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25188         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25189         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25190         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25191         interface implementation to handle xid being 0 and fix some bugs
25192         triggered by Benjamin's testcase.
25193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25194         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25195         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25196         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25197         interface implementation to handle xid being 0 and fix some bugs
25198         triggered by Benjamin's testcase.
25199
25200 2004-01-09  David Schleef  <ds@schleef.org>
25201
25202         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
25203         mouse pointer events.  It works.
25204
25205 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25206
25207         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25208           Use explicit caps - fix capsnego.
25209         * ext/xvid/gstxviddec.c:
25210         * ext/xvid/gstxvidenc.c:
25211           Remove macro-inside-macro which caused compile errors.
25212         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25213           Error out if it's not a RIFF file. Else we error out without
25214           gst_element_error() which is not good...
25215
25216 2004-01-08  David Schleef  <ds@schleef.org>
25217
25218         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25219         Fix pad_link function to handle formats that ffmpeg returns
25220         as multiple caps structures.
25221         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25222         Only complain if source buffer is _smaller_ than expected.
25223         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25224         (gst_videoscale_handle_src_event): Resize navigation events
25225         when passing them upstream.
25226         * gst/videotestsrc/gstvideotestsrc.c:
25227         * gst/videotestsrc/gstvideotestsrc.h:
25228         * gst/videotestsrc/videotestsrc.c:
25229         * gst/videotestsrc/videotestsrc.h:
25230         Rewrite many of the buffer painting functions to handle odd
25231         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
25232         been verified to work with my video card.
25233         * testsuite/gst-lint:  Add check for elements calling
25234         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25235
25236 2004-01-08  David Schleef  <ds@schleef.org>
25237
25238         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25239         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25240
25241 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25242
25243         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25244         configure event is not emiting the desired size signal. That fixes
25245         aspect ratio issues with gst-player.
25246
25247 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25248
25249         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25250           Fix capsnego.
25251
25252 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25253
25254         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25255         public method to fire size signal.
25256
25257 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25258
25259         * examples/gstplay/Makefile.am: Adding the interface library.
25260         * gst-libs/gst/play/Makefile.am: Adding the interface library.
25261         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
25262         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25263         GST_IS_X_OVERLAY before signal connect.
25264         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25265         Removing the have_video_size signal.
25266         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25267         and associated public method.
25268         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25269         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25270         signal.
25271         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25272         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25273         signal.
25274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25275         Using XOverlay public method to fire size signal.
25276
25277 2004-01-07  David Schleef  <ds@schleef.org>
25278
25279         * gst/videofilter/Makefile.am:
25280         * gst/videofilter/gstvideotemplate.c:
25281         * gst/videofilter/make_filter:
25282         Create gstvideoexample.c in a srcdir!=builddir friendly way.
25283         Convert make_filter to /bin/sh script.
25284
25285 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
25286
25287         * gst/modplug/gstmodplug.cc: fix element description
25288
25289 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25290
25291         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25292         (got_video_size): Adding some new lines in g_print calls.
25293         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25294         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25295         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25296         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25297         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25298         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25299         Complete code review, reverting some stuff i disagree with, adding
25300         some fixes : time synchronization on invalid timestamps, renegotiation
25301         of private window.
25302         * sys/ximage/ximagesink.h:
25303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25304         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25305         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25306         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
25307         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25308         (gst_xvimagesink_buffer_new),
25309         (gst_xvimagesink_navigation_send_event),
25310         (gst_xvimagesink_set_xwindow_id),
25311         (gst_xvimagesink_get_desired_size),
25312         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
25313         stuff i disagree with, adding some fixes : Renegotiation of private
25314         window, implementing get_desired_size.
25315
25316 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25317
25318         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
25319         (gst_afsink_handle_event):
25320         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
25321         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
25322         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
25323         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
25324         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
25325           Fix for instantiate-test (see core). Also remove dead code from
25326           jpegenc (which still needs fixing, but that's lower on my TODO
25327           list...).
25328         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25329           Never return NULL as caps.
25330
25331 2004-01-07  David Schleef  <ds@schleef.org>
25332
25333         * configure.ac:
25334         * ext/Makefile.am:
25335         * ext/librfb/Makefile.am:
25336         * ext/librfb/gstrfbsrc.c:
25337         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
25338         is the protocol used by VNC.
25339
25340 2004-01-07  David Schleef  <ds@schleef.org>
25341
25342         * gst/videofilter/gstvideotemplate.c:
25343         * gst/videofilter/gstvideotemplate.h:
25344         * gst/videofilter/make_filter:
25345         Merge videotemplate header into source file.
25346         * gst/effectv/Makefile.am:
25347         * gst/effectv/gsteffectv.c: (plugin_init):
25348         * gst/effectv/gstwarp.c:
25349         Make warpTV a subclass of videofilter.
25350
25351 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25352
25353         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25354           Add guard against invalid utf-8 conversions in mad. Just in case.
25355
25356 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25357
25358         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25359           Fix for bug shown by poisoning
25360
25361 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25362
25363         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25364         (gst_v4lmjpegsrc_buffer_free):
25365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25366         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
25367         (gst_v4lsrc_buffer_free):
25368           Fix for removed bufferpools.
25369
25370 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
25371
25372         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25373         Fix caps negotiation.
25374
25375         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
25376         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
25377         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
25378         (dvdnavsrc_event):
25379         * ext/mpeg2dec/gstmpeg2dec.c:
25380         * gst-libs/gst/navigation/navigation.c:
25381         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
25382         * gst-libs/gst/navigation/navigation.h:
25383         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
25384         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
25385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
25386         Super-simple first version of mouse and keyboard events. Clicking
25387         on a DVD menu now works, although it may not take you where you
25388         expected.
25389
25390         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
25391         * gst/videotestsrc/gstvideotestsrc.c:
25392         (gst_videotestsrc_src_fixate):
25393         These fixate functions were broken - they never actually
25394         fixated :)
25395
25396 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25397
25398         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
25399         (gst_icecastsend_init):
25400           fix for new caps system.
25401         * gst-libs/gst/mixer/mixertrack.h:
25402         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
25403           Add 'master track' flag (for tools like ACME that only want to
25404           change the main volume).
25405
25406 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
25407
25408         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
25409         (gst_xvid_csp_to_caps):
25410         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
25411         * ext/xvid/gstxvidenc.c:
25412         ifdef out ARGB type when it isn't available
25413         in xvidcore 1.0.0beta2
25414
25415 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25416
25417         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25418           When we have received a new SCR right in the first buffer after
25419           a seek (so in the same cycle that handles the discont), we should
25420           handle the buffer instead of unreffing it, else we lose data.
25421
25422 2004-01-06  Iain <iain@prettypeople.org>
25423
25424         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
25425           buffer-frames caps too.
25426
25427         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
25428           caps that we need, don't destroy them all and rebuild them. And when
25429           creating src pads, use the src pad template rather than the sink...
25430
25431 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25432
25433         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
25434           Add pad to element *after* setting functions such as event handler.
25435           Without this, the scheduler (opt) will link pads, set the event
25436           handler from the default event function (dispatcher in gstpad.c)
25437           and *after* that, we will set our own event function, which will
25438           thus never be used (and thus mpegdemux doesn't handle events).
25439
25440 2004-01-04  David Schleef  <ds@schleef.org>
25441
25442         Fix the fixate functions to handle new prototype:
25443         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
25444         * gst/videotestsrc/gstvideotestsrc.c:
25445         (gst_videotestsrc_src_fixate):
25446         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25447         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
25448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
25449
25450 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25451
25452         * sys/ximage/ximagesink.h:
25453         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25454         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
25455         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
25456         (gst_ximagesink_xoverlay_init):
25457           assorted fixes to make (re)embedding work
25458         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
25459         (gst_ximagesink_get_desired_size):
25460           implement desired size additions to XOverlay
25461
25462 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25463
25464         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
25465         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
25466         (gst_x_overlay_got_desired_size):
25467         * gst-libs/gst/xoverlay/xoverlay.h:
25468           Add optional "desired size" signal and querying.
25469
25470 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25471
25472         * gst/matroska/matroska-demux.c:
25473         (gst_matroska_demux_parse_blockgroup):
25474           Fix EBML-laced block parsing. Diffs are relative to previous
25475           lace, not the first lace. Thanks to Mosu from the Matroska
25476           team for detecting this.
25477         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25478         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
25479         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
25480         (gst_wavparse_change_state):
25481         * gst/wavparse/gstwavparse.h:
25482           Quickfix for capsnego.
25483
25484 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25485
25486         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
25487           Fix indenting, fix pad creation.
25488
25489 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25490
25491         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
25492         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
25493         (gst_xviddec_sink_link):
25494           Implement src_getcaps() so proper size caps is negotiated.
25495
25496 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25497
25498         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
25499           Finish flac decoder on EOS. See #116178.
25500
25501 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25502
25503         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
25504         (gst_matroska_demux_add_stream):
25505         * gst/matroska/matroska-ids.h:
25506           Add getcaps() function to fix capsnego...
25507
25508 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25509
25510         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25511         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
25512         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25513           Fix more integer overflows. Again, see #126967.
25514
25515 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25516
25517         * ext/mpeg2dec/gstmpeg2dec.c:
25518           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
25519           #130416.
25520
25521 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25522
25523         * configure.ac:
25524         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
25525         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
25526         * ext/xvid/gstxvid.h:
25527         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
25528         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
25529         (gst_xviddec_src_link), (gst_xviddec_sink_link),
25530         (gst_xviddec_change_state):
25531         * ext/xvid/gstxviddec.h:
25532         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
25533         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
25534         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
25535         (gst_xvidenc_link), (gst_xvidenc_set_property),
25536         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
25537         * ext/xvid/gstxvidenc.h:
25538           Update xvid plugin to latest xvid (1.0.0-beta3) API.
25539
25540 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25541
25542         * gst/rtp/rtp-packet.c:
25543           Add sys/types.h include, since OS X doesn't define in_addr_t
25544           in netinet/in.h, like it does on Linux (see #129600).
25545
25546 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
25547
25548         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25549
25550         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
25551           Correct logic of dispose function (see #129306).
25552
25553 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25554
25555         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
25556         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25557         (gst_mpeg_parse_init):
25558         * gst/mpegstream/gstmpegparse.h:
25559           Remove clock (which was never provided, i.e. dead code), and
25560           also fix integer overflows at high PTS values (see #126967).
25561
25562 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25563
25564         * ext/flac/gstflacdec.c:
25565         * ext/libpng/gstpngenc.h:
25566         * ext/mikmod/gstmikmod.h:
25567           OS X fixes (see #126628).
25568
25569 2004-01-02  David Schleef  <ds@schleef.org>
25570
25571         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
25572         (gst_alsa_src_base_init): Remove bogus "src" request pad.
25573         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
25574         (gst_mpeg_parse_class_init): Move pad template registration
25575         to class_init, since the derived class (mpegdemux) doesn't
25576         want them.
25577
25578 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25579
25580         * sys/ximage/Makefile.am:
25581         * sys/xvideo/Makefile.am:
25582         * sys/xvimage/Makefile.am:
25583           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
25584           after installation (see #127664).
25585
25586 2004-01-02  David Schleef  <ds@schleef.org>
25587
25588         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
25589         (gst_ffmpegenc_connect):  Negotiation fixes.
25590         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
25591         Remove inappropriate gst_caps_free().
25592         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25593         Reenable Ronald's internal resize code, since the core handles
25594         it correctly now.
25595
25596 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25597
25598         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
25599         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
25600         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
25601           Fix pad template stuff.
25602
25603 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25604
25605         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
25606         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
25607           fix signed integer reading/writing.
25608
25609 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25610
25611         * ext/alsa/README:
25612           Remove outdated document
25613
25614 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
25615
25616         * gst/cutter/gstcutter.c: (gst_cutter_init):
25617           src pad was being created twice - oops.
25618
25619 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25620
25621         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25622           Comment out internal resize. It doesn't handle the resulting
25623           XEvent internally, does another try_set_caps() which leads to
25624           a really nice loop.
25625           Real fix will come when Julien and Dave are awake. ;).
25626
25627 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25628
25629         * ext/mpeg2enc/gstmpeg2enc.cc:
25630           fix const/nonconst compile issue.
25631
25632 2004-01-02  David Schleef  <ds@schleef.org>
25633
25634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
25635         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
25636         Add fixate function and a check for bad formats.
25637
25638 2004-01-01  David Schleef  <ds@schleef.org>
25639
25640         Negotiation fixes:
25641         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25642         (gst_audiofilter_init):
25643         * gst/debug/efence.c: (gst_efence_init):
25644         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
25645         (gst_deinterlace_init):
25646         * gst/volume/gstvolume.c: (volume_connect):
25647
25648 2004-01-01  David Schleef  <ds@schleef.org>
25649
25650         Convert elements to use gst_pad_use_explicit_caps() where
25651         appropriate:
25652         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
25653         * ext/audiofile/gstafparse.c: (gst_afparse_init),
25654         (gst_afparse_open_file):
25655         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
25656         (gst_afsrc_open_file):
25657         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
25658         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
25659         (gst_ffmpegdec_chain):
25660         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25661         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
25662         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
25663         (gst_gdk_pixbuf_chain):
25664         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
25665         (gst_jpegdec_chain):
25666         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
25667         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
25668         (gst_mikmod_negotiate):
25669         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25670         (gst_mpeg2dec_negotiate_format):
25671         * ext/mpeg2enc/gstmpeg2enc.cc:
25672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25673         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
25674         (gst_speexdec_sinkconnect):
25675         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
25676         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
25677         (gst_vorbisfile_new_link):
25678         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
25679         (gst_ac3parse_chain):
25680         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
25681         (gst_asf_demux_setup_pad):
25682         * gst/auparse/gstauparse.c: (gst_auparse_init),
25683         (gst_auparse_chain):
25684         * gst/id3/gstid3types.c: (gst_id3types_loop):
25685         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25686         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
25687         (mp1videoparse_parse_seq):
25688         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
25689         (bpf_from_header):
25690         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25691         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
25692         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
25693         (gst_mpeg_parse_send_data):
25694         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25695         (gst_qtdemux_add_stream):
25696         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
25697         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25698         (gst_wavparse_parse_fmt):
25699
25700 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25701
25702         * configure.ac:
25703           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
25704           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
25705           it therefore uses the wrong include paths. Too bad... Note
25706           that 1.6.1.93 is not release yet. ;).
25707           Also add a check for mplex, which is now using the lib'ified
25708           mplex from mjpegtools, too.
25709         * ext/ffmpeg/gstffmpegcodecmap.c:
25710           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
25711           issues. I don't think ffmpeg handles 3ivx correctly, so this
25712           probably won't work. But it won't hurt either.
25713         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
25714         (gst_ffmpegdec_chain):
25715         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
25716         (gst_ffmpegenc_chain_audio):
25717           Fix memleak in audio encoding. Close codec if open fails, this
25718           calls the cleanup routines so we can re-use the context.
25719         * ext/mpeg2enc/gstmpeg2enc.cc:
25720           Fix pad template names/types, fix memory issue with getcaps().
25721         * ext/mpeg2enc/gstmpeg2encoder.cc:
25722         * ext/mpeg2enc/gstmpeg2encoder.hh:
25723           Fix compile issue with new caps system (const thingy).
25724         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25725         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
25726           We read a first frame right on initing, so that we have a caps
25727           when we init the output. This caps is cached in padprivate and
25728           read as first frame.
25729         * ext/mplex/Makefile.am:
25730         * ext/mplex/gstmplex.cc:
25731         * ext/mplex/gstmplex.h:
25732         * ext/mplex/gstmplex.hh:
25733         * ext/mplex/gstmplexibitstream.cc:
25734         * ext/mplex/gstmplexibitstream.hh:
25735         * ext/mplex/gstmplexjob.cc:
25736         * ext/mplex/gstmplexjob.hh:
25737         * ext/mplex/gstmplexoutputstream.cc:
25738         * ext/mplex/gstmplexoutputstream.hh:
25739           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
25740           had issues, didn't do capsnego, supported only a subset of the
25741           mplex features and required a mplex fork in our local CVS. Plus
25742           that it worked agaist a very old mplex version. Rewriting was
25743           faster than updating it.
25744         * gst-libs/ext/Makefile.am:
25745         * gst-libs/ext/mplex/INSTRUCT:
25746         * gst-libs/ext/mplex/Makefile.am:
25747         * gst-libs/ext/mplex/README:
25748         * gst-libs/ext/mplex/TODO:
25749         * gst-libs/ext/mplex/ac3strm_in.cc:
25750         * gst-libs/ext/mplex/audiostrm.hh:
25751         * gst-libs/ext/mplex/audiostrm_out.cc:
25752         * gst-libs/ext/mplex/aunit.hh:
25753         * gst-libs/ext/mplex/bits.cc:
25754         * gst-libs/ext/mplex/bits.hh:
25755         * gst-libs/ext/mplex/buffer.cc:
25756         * gst-libs/ext/mplex/buffer.hh:
25757         * gst-libs/ext/mplex/fastintfns.h:
25758         * gst-libs/ext/mplex/format_codes.h:
25759         * gst-libs/ext/mplex/inputstrm.cc:
25760         * gst-libs/ext/mplex/inputstrm.hh:
25761         * gst-libs/ext/mplex/lpcmstrm_in.cc:
25762         * gst-libs/ext/mplex/mjpeg_logging.cc:
25763         * gst-libs/ext/mplex/mjpeg_logging.h:
25764         * gst-libs/ext/mplex/mjpeg_types.h:
25765         * gst-libs/ext/mplex/mpastrm_in.cc:
25766         * gst-libs/ext/mplex/mpegconsts.cc:
25767         * gst-libs/ext/mplex/mpegconsts.h:
25768         * gst-libs/ext/mplex/mplexconsts.hh:
25769         * gst-libs/ext/mplex/multplex.cc:
25770         * gst-libs/ext/mplex/outputstream.hh:
25771         * gst-libs/ext/mplex/padstrm.cc:
25772         * gst-libs/ext/mplex/padstrm.hh:
25773         * gst-libs/ext/mplex/stillsstream.cc:
25774         * gst-libs/ext/mplex/stillsstream.hh:
25775         * gst-libs/ext/mplex/systems.cc:
25776         * gst-libs/ext/mplex/systems.hh:
25777         * gst-libs/ext/mplex/vector.cc:
25778         * gst-libs/ext/mplex/vector.hh:
25779         * gst-libs/ext/mplex/videostrm.hh:
25780         * gst-libs/ext/mplex/videostrm_in.cc:
25781         * gst-libs/ext/mplex/videostrm_out.cc:
25782         * gst-libs/ext/mplex/yuv4mpeg.cc:
25783         * gst-libs/ext/mplex/yuv4mpeg.h:
25784         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
25785         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
25786           We don't fork mjpegtools' mplex in our CVS anymore.
25787         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
25788         (gst_avi_demux_add_stream):
25789         * gst/avi/gstavidemux.h:
25790           Add getcaps() function for proper caps nego. This makes some
25791           parts of AVI playback/reading work.
25792         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25793           Resize window on new capsnego. This is probably wrong, but
25794           I'm still committing it because with current capsnego, the
25795           first successfull capsnego is auto-fixated, therefore rounded
25796           down to the lowest values in the caps. this results in a 16x16
25797           XWindow that is not reized when real capsnego finishes.
25798           Dave, I see more cases of this, do you know a proper solution?
25799         * tools/gst-launch-ext.in:
25800           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
25801
25802 2003-12-31  David Schleef  <ds@schleef.org>
25803
25804         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
25805         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
25806           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
25807
25808 2003-12-30  David Schleef  <ds@schleef.org>
25809
25810         * ext/ffmpeg/gstffmpegcolorspace.c:
25811         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25812         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
25813         (gst_ffmpegcsp_chain): Negotiation fixes
25814         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
25815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25816         (gst_audio_convert_link), (gst_audio_convert_channels):
25817         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
25818         (gst_audioscale_link), (gst_audioscale_get_buffer),
25819         (gst_audioscale_chain): Negotiation fixes
25820         * gst/audioscale/gstaudioscale.h:
25821         * gst/videofilter/gstvideofilter.c:
25822         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
25823         (gst_videofilter_link), (gst_videofilter_init),
25824         (gst_videofilter_set_output_size), (gst_videofilter_setup),
25825         (gst_videofilter_find_format_by_structure):
25826         * gst/videofilter/gstvideofilter.h: Negotiation fixes
25827         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
25828         (gst_videoscale_link):
25829         * gst/videoscale/videoscale.c: (videoscale_get_structure),
25830         (videoscale_find_by_structure), (gst_videoscale_setup):
25831         * gst/videoscale/videoscale.h: Negotiation fixes
25832         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25833         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
25834         function, restrict resizing to a multiple of 4 (hack until
25835         everyone supports odd sizes correctly).
25836
25837 2003-12-29  Colin Walters  <walters@verbum.org>
25838
25839         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
25840         signed.
25841
25842 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
25843
25844         * ext/sndfile/gstsf.c: (gst_sf_loop):
25845           Fix warning about discarding const qualifier
25846
25847 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
25848
25849         * gst/cutter/gstcutter.c:
25850         * gst/videoscale/gstvideoscale.c:
25851         * gst/volenv/gstvolenv.c:
25852         * gst-libs/gst/audio/audio.c:
25853         * gst-libs/gst/video/video.c:
25854           Fix warnings
25855
25856 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25857
25858         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25859           Don't send ALSA debugging to stderr.
25860         * ext/alsa/gstalsa.h:
25861           Use GST_WARNING instead of g_warning when ALSA functions fail.
25862
25863 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25864
25865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25866           Free XVAdapterInfo correctly.
25867
25868 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25869
25870         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25871         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
25872           Make id3tag use correct caps nego.
25873
25874 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
25875
25876         * ext/ivorbis/vorbis.c:
25877         * ext/ivorbis/vorbisenc.h:
25878         * ext/ivorbis/vorbisfile.c:
25879           Modify so that it uses the new caps things
25880
25881 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25882
25883         * testsuite/spider/spider1.c: (main):
25884         * testsuite/spider/spider2.c: (main):
25885         * testsuite/spider/spider3.c: (main):
25886           Make tests compile again. They probably don't work.
25887
25888 2003-12-24  Colin Walters  <walters@verbum.org>
25889
25890         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
25891         we can't fixate the caps anymore.
25892
25893 2003-12-23  David Schleef  <ds@schleef.org>
25894
25895         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
25896         * sys/oss/gstosssink.c: (gst_osssink_init),
25897         (gst_osssink_sink_fixate): Add fixate function.
25898
25899 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25900
25901         * ext/ffmpeg/gstffmpegcodecmap.c:
25902         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
25903         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
25904         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
25905         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
25906         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
25907         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25908         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
25909           fix typo in RGB masks, and move back to "old" colorspace
25910           capsnego code until whoever wrote this new crap has actually
25911           tested it so that it works.
25912           And yes, this works, keep it that way please.
25913
25914 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25915
25916         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
25917         (gst_divxdec_init), (gst_divxdec_negotiate):
25918         * ext/divx/gstdivxdec.h:
25919         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
25920         (gst_divxenc_init):
25921         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
25922         (gst_faac_sinkconnect), (gst_faac_srcconnect):
25923         * ext/mpeg2enc/gstmpeg2enc.cc:
25924         * ext/mpeg2enc/gstmpeg2encoder.cc:
25925         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25926         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
25927         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
25928         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
25929         (dxr3spusink_init):
25930         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
25931         (dxr3videosink_init):
25932           Fix caps breakage after Dave's caps branch merge.
25933
25934 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25935
25936         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25937           Fix for 24bpp display.
25938
25939 2003-12-23  Colin Walters  <walters@verbum.org>
25940
25941         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
25942         a GnomeVFSHandle directly.
25943
25944 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25945
25946         * gst/volume/Makefile.am:
25947         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
25948         (volume_base_init), (volume_init):
25949           Reenable volume element and fix to work with new caps stuff.
25950           Rhythmbox needs this.
25951
25952 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25953
25954         * gst/qtdemux/qtdemux.c: (plugin_init):
25955           qtdemux requires bytestream
25956
25957 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25958
25959         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
25960           Fix remaining caps handling errors due to CAPS merge.
25961
25962 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25963
25964         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
25965         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
25966         (gst_faad_srcconnect):
25967           Port to new caps system.
25968
25969 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25970
25971         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25972         (got_video_size), (main): using g_print instead of g_message.
25973         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
25974         signal which was not emitted because of "switch" element added to the
25975         bin but not connected. (Removing from the bin temporarily)
25976
25977 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25978
25979         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
25980         find X development files. I don't understand the previous tests and
25981         they fail on my debian/ppc unstable. This one works.
25982         * examples/gstplay/player.c: (main): Set the pipeline to READY before
25983         exiting.
25984         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
25985         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25986         (gst_play_set_visualization): Add some safety checks in set_ methods
25987         and state_change. This was throwing some ugly CRITICAL messages when
25988         pipeline was getting disposed and casts were failing.
25989
25990 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25991
25992         * configure.ac:
25993           Improve mpeg2enc detection. This is for distributions that do
25994           ship mjpegtools, but without mpeg2enc. Also does object check
25995           for might there ever be ABI incompatibility.
25996         * ext/mpeg2enc/gstmpeg2enc.cc:
25997           Add Andrew as second maintainer (he's helping me), and also add
25998           an error if no caps was set. This happens if I pull before capsnego
25999           and that's something I should solve sometime else.
26000         * gst/matroska/matroska-demux.c:
26001         (gst_matroska_demux_parse_blockgroup):
26002           Fix time parsing.
26003         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26004         (gst_matroska_mux_track_header):
26005           Add caps to templates.
26006         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26007           Add mpegversion=1 to prevent confusion with MPEG/AAC.
26008         * gst/mpegstream/gstmpegdemux.c:
26009           Remove layer since it causes warnings about unfixed caps.
26010         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26011           Fix obvious typo (we error out if caps were set, we should of
26012           course error out if *no* caps were set).
26013         * sys/oss/gstosselement.c: (gst_osselement_convert):
26014           Fix format conversion, we confused bits/bytes.
26015         * sys/oss/gstosselement.h:
26016           Improve documentation for 'bps'.
26017         * sys/v4l/TODO:
26018           Remove stuff about plugins that need removing - this was done
26019           ages ago.
26020         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26021         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26023         (gst_v4lsrc_src_query):
26024         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26025         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26026           Add get_query_types(), get_formats() and query() functions.
26027
26028 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26029
26030         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26031           * moved CVS to freedesktop.org