ext/theora/theoraenc.c: Fix bug where buffers were not marked as keyframes correctly.
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-08-16  Wim Taymans  <wim@fluendo.com>
2
3         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
4         (gst_theora_enc_class_init), (theora_enc_sink_link),
5         (theora_buffer_from_packet), (theora_enc_chain):
6         Fix bug where buffers were not marked as keyframes
7         correctly.
8
9 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10
11         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
12         (gst_lame_preset_get_type), (gst_lame_class_init):
13         describe the enum values for vbr mode and presets more verbosely
14
15 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16
17         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
18         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
19         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
20         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21         * ext/lame/gstlame.h:
22         add preset property to lame so it can use lame presets
23
24 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25
26         * ext/lame/gstlame.c: (gst_lame_get_property):
27         whoops forgot break, thanks teuf
28
29 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30
31         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
32         (gst_lame_class_init), (gst_lame_src_getcaps),
33         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
34         (gst_lame_get_property), (gst_lame_setup):
35         * ext/lame/gstlame.h:
36         fix lame's broken vbr stuff, allow it to resample if need be, and also 
37         make xing header optional
38
39 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
40
41         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
42         added getcaps function so samplerate doesnt get fixated to silly values
43
44 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
45
46         * ext/lame/gstlame.c: (gst_lame_src_link):
47         revert previous fix
48
49 2004-08-12  Johan Dahlin  <johan@gnome.org>
50
51         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
52         checks. Doesn't matter what state we are in. Interfaces are a
53         compile time thing, not runtime. It also broke the python bindings.
54
55 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
56
57         * ext/lame/gstlame.c: (gst_lame_src_link):
58         made source pad link function check if sinkpad is ok..fixes the problem
59         where core fixates the output rate of lame stupidly
60
61 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
62
63         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
64         * sys/v4l/v4l_calls.c:
65         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
66           fix fixate function to handle nonsimple caps.
67           remove bogus check in _link
68           cleanups
69
70 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
71
72         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
73         set default compression ratio paramter to 0.0 so bitrate parameter
74         works :)
75
76 2004-08-11  David Schleef  <ds@schleef.org>
77
78         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
79
80 2004-08-11  David Schleef  <ds@schleef.org>
81
82         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
83         before.
84
85 2004-08-11  David Schleef  <ds@schleef.org>
86
87         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
88
89 2004-08-11  David Schleef  <ds@schleef.org>
90
91         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
92           license field
93         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
94         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
95           LGPL.
96         * gst/auparse/gstauparse.c: Fix plugin license field.
97         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
98         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
99         * gst/rtp/gstrtp.c: Fix plugin license field.
100
101 2004-08-11  Wim Taymans  <wim@fluendo.com>
102
103         * gst/tcp/Makefile.am:
104         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
105         (ensure_size), (gst_fdset_new), (gst_fdset_free),
106         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
107         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
108         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
109         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
110         (gst_fdset_fd_can_write), (gst_fdset_wait):
111         * gst/tcp/gstfdset.h:
112         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
113         (gst_multifdsink_class_init), (gst_multifdsink_init),
114         (gst_multifdsink_add), (gst_multifdsink_remove),
115         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
116         (gst_multifdsink_remove_client_link),
117         (gst_multifdsink_handle_client_read),
118         (gst_multifdsink_client_queue_data),
119         (gst_multifdsink_client_queue_caps),
120         (gst_multifdsink_client_queue_buffer),
121         (gst_multifdsink_handle_client_write),
122         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
123         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
124         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
125         (gst_multifdsink_close):
126         * gst/tcp/gstmultifdsink.h:
127         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
128         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
129         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
130         (gst_tcpserversink_close):
131         * gst/tcp/gsttcpserversink.h:
132         Abstracted away the select call, implemented poll (yes we ran into
133         the 1024 limit in production).
134
135 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
136
137         * gst/tcp/gsttcp.c:
138         * gst/tcp/gsttcpplugin.c:
139           improve debuggging, remove assert
140
141 2004-08-10  Wim Taymans  <wim@fluendo.com>
142
143         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
144         (gst_client_status_get_type), (gst_multifdsink_class_init),
145         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
146         (gst_multifdsink_handle_client_read),
147         (gst_multifdsink_handle_client_write),
148         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
149         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
150         (gst_multifdsink_get_property):
151         * gst/tcp/gstmultifdsink.h:
152         * gst/tcp/gsttcp-marshal.list:
153         Starting to prepare for specifying buffer time in other units
154         than buffers. Expose remove reason in signal.
155
156 2004-08-10  Wim Taymans  <wim@fluendo.com>
157
158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
159         (gst_multifdsink_remove), (gst_multifdsink_clear),
160         (gst_multifdsink_remove_client_link),
161         (gst_multifdsink_handle_client_read),
162         (gst_multifdsink_client_queue_data),
163         (gst_multifdsink_client_queue_buffer),
164         (gst_multifdsink_handle_client_write),
165         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
166         (gst_multifdsink_chain), (gst_multifdsink_close):
167         * gst/tcp/gstmultifdsink.h:
168         Added more debugging info. Changed the way clients are 
169         removed from the lists. Fixed a bug where a bad file descriptor
170         could cause many clients to be removed.
171
172 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
173
174         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
175           allow all pixel-aspect-ratios, not just 1:1
176
177 2004-08-09  David Schleef  <ds@schleef.org>
178
179         * sys/glsink/ARB_multitexture.h:  Remove old files.
180         * sys/glsink/EXT_paletted_texture.h:
181         * sys/glsink/NV_register_combiners.h:
182         * sys/glsink/gstgl_nvimage.c:
183         * sys/glsink/gstgl_pdrimage.c:
184         * sys/glsink/gstgl_rgbimage.c:
185         * sys/glsink/gstglsink.c:
186         * sys/glsink/gstglsink.h:
187         * sys/glsink/gstglxwindow.c:
188         * sys/glsink/regcomb_yuvrgb.c:
189
190 2004-08-09  David Schleef  <ds@schleef.org>
191
192         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
193         GL sink plugin.  (Bug #147302)
194
195         * configure.ac: Test for OpenGL
196         * sys/Makefile.am: Use test for OpenGL
197         * sys/glsink/Makefile.am:
198         * sys/glsink/glimagesink.c: rewrite
199         * sys/glsink/glimagesink.h: rewrite
200
201 2004-08-09  David Schleef  <ds@schleef.org>
202
203         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
204         sane framerates.
205         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
207         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
208
209 2004-08-09  Wim Taymans  <wim@fluendo.com>
210
211         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
212         (gst_multifdsink_add), (gst_multifdsink_get_stats),
213         (gst_multifdsink_client_remove),
214         (gst_multifdsink_handle_client_read),
215         (gst_multifdsink_handle_client_write),
216         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
217         Do a bit more logging, make the client_read code more robust.
218
219 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
220
221         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
222         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
223         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
224         (gst_jpegdec_init), (gst_jpegdec_chain):
225         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
226         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
227           cleanups, debugging fixes and memleak plugging
228
229 2004-08-09  Wim Taymans  <wim@fluendo.com>
230
231         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
232         (theora_get_formats), (theora_dec_src_convert),
233         (theora_dec_sink_convert), (theora_dec_src_query),
234         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
235         (theora_dec_change_state):
236         Don't crash on missing header packets.
237
238 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
239
240         * po/LINGUAS:
241         * po/sq.po:
242           Added Albanian translation (Laurent Dhima)
243         * po/cs.po:
244           updated
245
246 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
247
248         * ext/lame/gstlame.c:
249           fix/add debugging
250
251 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
252
253         * sys/ximage/ximagesink.c:
254         * sys/xvimage/xvimagesink.c:
255           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
256
257 2004-08-06  Wim Taymans  <wim@fluendo.com>
258
259         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
260         (gst_multifdsink_add), (gst_multifdsink_get_stats),
261         (gst_multifdsink_client_remove),
262         (gst_multifdsink_handle_client_read),
263         (gst_multifdsink_handle_client_write),
264         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
265         Make sure we don't try to read more from a client that what 
266         ioctl says us or we deadlock.
267
268 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
269
270         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
271         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
272         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
273           decouple running_time and n_frames so it can handle changing
274           framerate while running
275
276 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
277
278         * po/nl.po:
279         * po/sv.po:
280           updated translations
281
282 2004-08-04  Benjamin Otte  <otte@gnome.org>
283
284         * gst/videotestsrc/gstvideotestsrc.c:
285         (gst_videotestsrc_get_capslist), (generate_capslist),
286         (plugin_init):
287           generate the list of supported caps at startup and reuse it instead
288           of always generating it
289
290 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
291
292         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
293           whoops, last checkin broke normal build
294
295 2004-08-03  Benjamin Otte  <otte@gnome.org>
296
297         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
298         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
299         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
300         (gst_alsa_mixer_get_option):
301         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
302         (dvdnavsrc_print_event):
303         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
305         (gst_ogg_mux_pad_unlink):
306         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
307         (gst_multipart_mux_pad_unlink):
308         * gst/videofilter/gstvideobalance.c:
309         (gst_videobalance_colorbalance_set_value):
310         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
311         (gst_videomixer_pad_unlink):
312         * po/uk.po:
313         * sys/oss/gstossmixer.c:
314         * sys/v4l/gstv4lcolorbalance.c:
315         * sys/v4l/gstv4ltuner.c:
316         * sys/v4l/v4lsrc_calls.c:
317         * sys/v4l2/gstv4l2colorbalance.c:
318         * sys/v4l2/gstv4l2tuner.c:
319           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
320
321 2004-08-03  Benjamin Otte  <otte@gnome.org>
322
323         * examples/dynparams/filter.c: (ui_control_create):
324         * examples/gstplay/player.c: (print_tag):
325         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
326         * ext/gdk_pixbuf/gstgdkanimation.c:
327         (gst_gdk_animation_iter_may_advance):
328         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
329         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
330         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
331         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
333         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
334         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
335         * gst/sine/demo-dparams.c: (main):
336         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
337         * testsuite/alsa/formats.c: (create_pipeline):
338         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
339           fixes for G_DISABLE_ASSERT and friends
340         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
341         (mp3_type_frame_length_from_header), (mp3_type_find),
342         (plugin_init):
343           require mp3 typefinding to have at least MIN_HEADERS valid headers
344           add typefinding for AAC adts files
345
346 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
347
348         * sys/ximage/ximagesink.c:
349         (gst_ximagesink_calculate_pixel_aspect_ratio):
350         * sys/xvimage/xvimagesink.c:
351         (gst_xvimagesink_calculate_pixel_aspect_ratio):
352         Make sure we calculate pixel-aspect-ratio using floating point maths
353
354 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
355
356         * po/uk.po:
357           updated translation
358
359 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
360
361         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
363           add debugging for display PAR calculation
364
365 2004-08-02  David Schleef  <ds@schleef.org>
366
367         * configure.ac: Fix mikmod CFLAGS.
368
369 2004-07-27  Benjamin Otte  <otte@gnome.org>
370
371         * gst/audioscale/gstaudioscale.c:
372         - fix templates to only support S16, it's the only format that works
373         - make caps nego code use try_set_caps_nonfixed and fixation instead
374         of try_set_caps twice, which is not nice for autopluggers
375         - change rank to secondary, so autopluggers can pick it up after
376         audioconvert
377
378 2004-08-02  Iain <iain@prettypeople.org>
379
380         * gst/interleave/interleave.c (interleave_init),
381         (interleave_request_new_pad),
382         (interleave_pad_removed),
383         (interleave_buffered_loop): Use the real pad count, not the artificial
384         one.
385
386 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
387
388         * configure.ac: bump nano back to development
389
390 === release 0.8.3 ===
391
392 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
393
394         * configure.ac: releasing 0.8.3, "Water"
395
396 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
397
398         * sys/xvimage/xvimagesink.c:
399         (gst_xvimagesink_calculate_pixel_aspect_ratio),
400         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
401         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
402         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
403         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
404         * sys/xvimage/xvimagesink.h:
405           apply similar PAR fixes as to ximagesink
406
407 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
408
409         patch from: Benjamin Otte
410
411         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
412           add link function to lame.  Fixes #148986.
413
414 2004-08-02  Johan Dahlin  <johan@gnome.org>
415
416         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
417         fix debugging log
418
419 2004-07-30  David Schleef  <ds@schleef.org>
420
421         * gst/videomixer/Makefile.am: Fix things that should have been
422         fixed in the last checkin.
423
424 2004-07-30  David Schleef  <ds@schleef.org>
425
426         * gst/multipart/Makefile.am: Fix things that should have been
427         fixed in the last checkin.
428
429 2004-07-30  David Schleef  <ds@schleef.org>
430
431         * testsuite/multifilesink/Makefile.am: Fix unused variable.
432
433 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
434
435         * configure.ac:
436           bump nano for prerelease
437         * po/af.po:
438         * po/az.po:
439         * po/cs.po:
440         * po/en_GB.po:
441         * po/hu.po:
442         * po/nl.po:
443         * po/sr.po:
444         * po/sv.po:
445         * po/uk.po:
446           updates
447
448 2004-07-30  Wim Taymans  <wim@fluendo.com>
449
450         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
451         (gst_multifdsink_add), (gst_multifdsink_remove),
452         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
453         (gst_multifdsink_client_remove),
454         (gst_multifdsink_handle_client_write),
455         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
456         * gst/tcp/gstmultifdsink.h:
457         Recover from a select with a bad file descriptor by removing
458         the client.
459
460 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
461
462         * configure.ac:
463           fix requirement of core
464         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
465         (gst_play_pipeline_setup):
466           don't use colorspace element.  do use hermescolorspace element.
467           make macro to get a colorspace element.
468           mark strings for translation.
469         * po/POTFILES.in:
470           add play.c
471         * po/af.po:
472         * po/az.po:
473         * po/cs.po:
474         * po/en_GB.po:
475         * po/hu.po:
476         * po/nl.po:
477         * po/sr.po:
478         * po/sv.po:
479         * po/uk.po:
480           update translations
481
482 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
483
484         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
485         fix default for newmedia flag
486
487 2004-07-30  Wim Taymans  <wim@fluendo.com>
488
489         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
490         (gst_theora_dec_init), (theora_get_formats),
491         (theora_dec_src_convert), (theora_dec_sink_convert),
492         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
493         (theora_dec_chain), (theora_dec_set_property),
494         (theora_dec_get_property):
495         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
496         (gst_theora_enc_class_init), (gst_theora_enc_init),
497         (theora_enc_sink_link), (theora_enc_chain),
498         (theora_enc_set_property), (theora_enc_get_property):
499         Added cropping option to theora decoder.
500         Added border option to theora encoder.
501
502 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
503
504         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
505         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
506         (gst_pngenc_set_property):
507         * ext/libpng/gstpngenc.h:
508         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
509
510 2004-07-30  Wim Taymans  <wim@fluendo.com>
511
512         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
513         (theora_enc_sink_link), (theora_enc_chain),
514         (theora_enc_set_property), (theora_enc_get_property):
515         Fix encoding of non-multiple-of-16 video.
516
517 2004-07-29  David Schleef  <ds@schleef.org>
518
519         * configure.ac: make test for audiofile more strict
520
521 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
522
523         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
524           give different names to typefind functions
525
526 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
527
528         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
529         (gst_ximagesink_calculate_pixel_aspect_ratio),
530         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
531         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
532         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
533         (gst_ximagesink_get_property), (gst_ximagesink_init):
534         * sys/ximage/ximagesink.h:
535           allocate PAR's dynamically.
536           use autodetected PAR if no object-set PAR is given.
537           add workaround for directfb's X not setting physical size.
538           fix to xvimagesink will follow tomorrow.
539
540 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
541
542         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
543         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
544         (gst_shout2send_get_type), (gst_shout2send_set_clock),
545         (gst_shout2send_class_init), (gst_shout2send_init),
546         (set_shout_metadata), (gst_shout2send_set_metadata),
547         (gst_shout2send_chain), (gst_shout2send_set_property),
548         (gst_shout2send_get_property), (gst_shout2send_connect),
549         (gst_shout2send_change_state):
550         * ext/shout2/gstshout2.h:
551         - fix for sending mp3 audio to icecast2 server, if pad link function not
552         called before PAUSED state
553         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
554         - added tagging support for mp3 audio broadcasted
555         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
556         debug info
557
558 2004-07-28  Wim Taymans  <wim@fluendo.com>
559
560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
561         (gst_ogg_demux_push):
562         Return query failure when we don't know the length of
563         an ogg stream insteda of returning TRUE with a bogus value.
564
565 2004-07-28  Wim Taymans  <wim@fluendo.com>
566
567         * ext/theora/theoradec.c: (theora_get_formats),
568         (theora_dec_src_convert), (theora_dec_sink_convert),
569         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
570         (theora_dec_chain):
571         Don't screw up the 1 Chroma for 1 luma sample situation when we
572         have an odd offset/width by adding a black border in those cases.
573
574 2004-07-28  Wim Taymans  <wim@fluendo.com>
575
576         * ext/theora/theoradec.c: (theora_get_formats),
577         (theora_dec_src_convert), (theora_dec_sink_convert),
578         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
579         (theora_dec_chain):
580         * ext/theora/theoraenc.c: (theora_enc_sink_link):
581         Added first attempt at cropping of the image as required by the 
582         theora spec. We need more properties in the caps (offset_x,
583         offset_y,stride) to implement this correctly.
584
585 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
586
587         * ext/dvdnav/README:
588           Update the README to use dvddemux
589         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
590           Ensure getcaps returns a subset of the template caps
591         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
592         (gst_mpeg2subt_init):
593           Ensure getcaps returns a subset of the template caps
594         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
595         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
596         (gst_dvd_demux_get_subpicture_stream),
597         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
598         * gst/mpegstream/gstdvddemux.h:
599           Set the explicit caps on the current_video pad before pushing
600           anything
601         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
602         (gst_mpeg_demux_get_audio_stream):
603           Free caps used to gst_pad_set_explicit_caps, which takes a const
604           GstCaps *
605
606 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
607
608         * configure.ac: update GStreamer requirement to 0.8.4 because of
609           GstFraction.
610
611 2004-07-28  Wim Taymans  <wim@fluendo.com>
612
613         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
614         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
615         Add the pad to the element after setting up the caps. This
616         makes it a lot easier to autoplug.
617
618 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
619
620         * gst/median/gstmedian.c:
621         * gst/mpeg2subt/gstmpeg2subt.c:
622         * gst/mpegaudioparse/gstmpegaudioparse.c:
623         * gst/mpegstream/gstdvddemux.c:
624         * gst/mpegstream/gstmpegdemux.c:
625         * gst/mpegstream/gstmpegpacketize.c:
626         * gst/rtjpeg/gstrtjpeg.c:
627         * gst/rtjpeg/gstrtjpegdec.c:
628         * gst/rtjpeg/gstrtjpegenc.c:
629         * gst/sine/gstsinesrc.c:
630         * gst/smooth/gstsmooth.c:
631         * gst/smpte/gstsmpte.c:
632         * gst/smpte/gstsmpte.h:
633         * gst/stereo/gststereo.c:
634         * gst/videofilter/gstgamma.c:
635         * gst/videofilter/gstvideobalance.c:
636         * gst/videofilter/gstvideofilter.c:
637         * gst/videofilter/gstvideoflip.c:
638         * gst/videoscale/gstvideoscale.c:
639         * gst/videoscale/videoscale.c:
640         * gst/videotestsrc/gstvideotestsrc.c:
641         * gst/videotestsrc/videotestsrc.c:
642         * gst/wavenc/gstwavenc.c:
643         * gst/wavparse/gstwavparse.c:
644           fix local includes and 64 bits constants
645
646 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
647
648         * win32/gst.sln:
649         * gst-libs/gst/*/*.vcproj:
650         * gst/*/*.vcproj:
651           more working plugins
652
653 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
654
655         * testsuite/alsa/Makefile.am:
656         * testsuite/alsa/srcstate.c:
657         add test for alsasrc changing state
658
659 >>>>>>> 1.958
660 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
661
662         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
663         (gst_silence_get):
664         * gst/silence/gstsilence.h:
665         fix silence generation for 16bit raw audio
666
667 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
668
669         * gst/matroska/matroska-demux.c:
670         (gst_matroska_demux_parse_metadata),
671         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
672         * gst/mpegaudio/common.c:
673         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
674         (gst_videoscale_getcaps), (gst_videoscale_link),
675         (gst_videoscale_src_fixate), (gst_videoscale_init),
676         (gst_videoscale_finalize):
677         * gst/videoscale/gstvideoscale.h:
678         * gst/videotestsrc/gstvideotestsrc.c:
679         (gst_videotestsrc_get_capslist):
680         * gst/wavenc/gstwavenc.c:
681         * sys/oss/gstossmixer.c: (fill_labels):
682         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
683         (gst_ximagesink_handle_xevents),
684         (gst_ximagesink_calculate_pixel_aspect_ratio),
685         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
686         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
687         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
688         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
689         (gst_ximagesink_init), (gst_ximagesink_class_init):
690         * sys/ximage/ximagesink.h:
691         * sys/xvimage/xvimagesink.c:
692         (gst_xvimagesink_calculate_pixel_aspect_ratio),
693         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
694         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
695         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
696         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
697         * sys/xvimage/xvimagesink.h:
698           first batch of pixel aspect ratio commits.
699
700 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
701
702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
703         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
704         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
705           handle stride, needs work if we want to move stride handling
706           upstream, but works correctly for our purposes.
707
708 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
709
710         * gst/videoscale/README:
711           add testing examples
712         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
713         (gst_videoscale_chain):
714         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
715         (gst_videoscale_get_size):
716           add get_size function that handles stride like videotestsrc.
717           fixes conversion for YUV formats for as much as I can test them.
718
719 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
720
721         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
722         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
724         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
725         (gst_xvimagesink_xvimage_put):
726           further cleanups, logging, error handling and synchronizing
727
728 2004-07-27  Wim Taymans  <wim@fluendo.com>
729
730         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
731         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
732         (gst_videomixer_pad_set_property),
733         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
734         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
735         (gst_videomixer_class_init), (gst_videomixer_init),
736         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
737         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
738         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
739         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
740         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
741         (gst_videomixer_loop), (plugin_init):
742         Be a nicer negotiation citizen and provide a getcaps function on
743         the srcpad. This also fixes a crash when resizing.
744
745 2004-07-27  Julien MOUTTE  <julien@moutte.net>
746
747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
748         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
749
750 2004-07-27  Wim Taymans  <wim@fluendo.com>
751
752         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
753         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
754         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
755         (gst_pngenc_set_property):
756         * ext/libpng/gstpngenc.h:
757         Added snapshot property to pngenc.
758         removed g_print from pngdec
759
760 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
761
762         * gst/ac3parse/ac3parse.vcproj
763         * gst/adder/adder.vcproj
764         * gst/alpha/alpha.vcproj
765         * gst/alpha/alphacolor.vcproj
766         * gst/asfdemux/asf.vcproj
767         * gst/audioconvert/audioconvert.vcproj
768         * gst/audiorate/audiorate.vcproj
769         * gst/audioscale/audioscale.vcproj
770         * gst/auparse/auparse.vcproj
771         * gst/avi/avi.vcproj
772         * gst/cdxaparse/cdxaparse.vcproj
773         * gst/chart/chart.vcproj
774         * gst/colorspace/colorspace.vcproj
775         * gst/cutter/cutter.vcproj
776         * gst/debug/debug.vcproj
777         * gst/debug/efence.vcproj
778         * gst/debug/navigationtest.vcproj
779         * gst/deinterlace/deinterlace.vcproj
780         * gst/effectv/effectv.vcproj
781         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
782         * gst/filter/filter.vcproj
783         * gst/flx/flxdec.vcproj
784         * gst/goom/goom.vcproj
785         * gst/interleave/interleave.vcproj
786         * gst/law/alaw.vcproj
787         * gst/law/mulaw.vcproj
788         * gst/matroska/matroska.vcproj
789         * gst/median/median.vcproj
790         * gst/mixmatrix/mixmatrix.vcproj
791         * gst/mpeg1sys/mpeg1systemencode.vcproj
792         * gst/mpeg1videoparse/mp1videoparse.vcproj
793         * gst/mpeg2sub/mpeg2subt.vcproj
794         * gst/mpegaudio/mpegaudio.vcproj
795         * gst/mpegaudioparse/mpegaudioparse.vcproj
796         * gst/mpegstream/mpegstream.vcproj
797         * gst/multifilesink/multifilesink.vcproj
798         * gst/multipart/multipart.vcproj
799         * gst/oneton/oneton.vcproj
800         * gst/overlay/overlay.vcproj
801         * gst/passthrough/passthrough.vcproj
802         * gst/qtdemux/qtdemux.vcproj
803         * gst/realmedia/rmdemux.vcproj
804         * gst/rtjpeg/rtjpeg.vcproj
805         * gst/rtp/rtp.vcproj
806         * gst/silence/silence.vcproj
807         * gst/sine/sinesrc.vcproj
808         * gst/smooth/smooth.vcproj
809         * gst/smpte/smpte.vcproj
810         * gst/spectrum/spectrum.vcproj
811         * gst/speed/speed.vcproj
812         * gst/stereo/stereo.vcproj
813         * gst/switch/switch.vcproj
814         * gst/tags/tagedit.vcproj
815         * gst/tcp/tcp.vcproj
816         * gst/typefind/typefindfunctions.vcproj
817         * gst/udp/udp.vcproj
818         * gst/videobox/videobox.vcproj
819         * gst/videocrop/videocrop.vcproj
820         * gst/videodrop/videodrop.vcproj
821         * gst/videofilter/gamma.vcproj
822         * gst/videofilter/videobalance.vcproj
823         * gst/videofilter/videofilter.vcproj
824         * gst/videofilter/videoflip.vcproj
825         * gst/videoflip/videoflip.vcproj
826         * gst/videomixer/videomixer.vcproj
827         * gst/videorate/videorate.vcproj
828         * gst/videoscale/videoscale.vcproj
829         * gst/videotestsrc/videotestsrc.vcproj
830         * gst/virtualdub/virtualdub.vcproj
831         * gst/volenv/volenv.vcproj
832         * gst/volume/volume.vcproj
833         * gst/wavenc/wavenc.vcproj
834         * gst/wavparse/wavparse.vcproj
835         * gst/y4m/y4menc.vcproj
836         * gst-libs/gst/audio/audio.vcproj
837         * gst-libs/gst/audio/audiofilter.vcproj
838         * gst-libs/gst/colorbalance/colorbalance.vcproj
839         * gst-libs/gst/idct/idtc.vcproj
840         * gst-libs/gst/media-info/media-info.vcproj
841         * gst-libs/gst/mixer/mixer.vcproj
842         * gst-libs/gst/navigation/navigation.vcproj
843         * gst-libs/gst/play/play.vcproj
844         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
845         * gst-libs/gst/resample/resample.vcproj
846         * gst-libs/gst/riff/riff.vcproj
847         * gst-libs/gst/tuner/tuner.vcproj
848         * gst-libs/gst/video/video.vcproj
849         * gst-libs/gst/xoverlay/xoverlay.vcproj
850           avoid problems with math.h, fix release dependancy
851           rename GStreamer-0.8.lib to libgstreamer.lib
852
853 2004-07-27  Julien MOUTTE  <julien@moutte.net>
854
855         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
857         the atom is not available we have to unlock the mutex. Fixes #148023
858
859 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
860
861         * gst-libs/gst/media-info/media-info.h:
862           issue for a vararg macro with MSVC
863
864 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
865
866         * gst/effectv/effectv.vcproj
867         * gst-libs/gst/idct/idct.vcproj:
868         * gst-libs/gst/media-info/media-info.vcproj:
869         * gst-libs/gst/navigation/navigation.vcproj:
870         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
871         * gst-libs/gst/video/video.vcproj:
872         * gst-libs/gst/xoverlay/xoverlay.vcproj:
873           fixes for build problems
874
875 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
876
877         * gst-libs/gst/audio/audio.def:
878         * gst-libs/gst/audio/riff.def:
879           add some definitions needed by plugins
880
881 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
882
883         * gst/asfdemux/gstasfmux.c
884           Fix some 64 bits constants to be glib friendly
885
886 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
887
888         * gst/ac3parse/gstac3parse.c
889         * gst/audioscale/gstaudioscale.c
890         * gst/auparse/gstauparse.c
891         * gst/colorspace/gstcolorspace.c
892         * gst/colorspace/yuv2rgb.h
893           local include fixes
894
895 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
896
897         * win32/gst.sln
898           add more plugins to the build
899
900 2004-07-26  Julien MOUTTE  <julien@moutte.net>
901
902         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
903         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
904
905 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
906
907         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
908         (gst_level_set_property), (gst_level_get_property),
909         (gst_level_base_init), (gst_level_class_init):
910           add debugging categories.  cleanups.
911
912 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
913
914         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
915         (gst_videoscale_planar411), (gst_videoscale_planar400),
916         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
917         (gst_videoscale_scale_nearest_str1),
918         (gst_videoscale_scale_nearest_str2),
919         (gst_videoscale_scale_nearest_str4),
920         (gst_videoscale_scale_nearest_16bit),
921         (gst_videoscale_scale_nearest_24bit):
922           fixed stride issues
923           tested with 320x240 -> 321, 322, 324 x240
924           tested with YV12, I420, YUY2, UYVY
925           fixed packed422rev (don't think it could have worked before)
926           by testing with UYVY
927
928 2004-07-26  Benjamin Otte  <otte@gnome.org>
929
930         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
931         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
932         (plugin_init):
933           add debugging category, add error checks like checking return values
934           of setup calls, make sure it still works after
935           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
936
937 2004-07-26  Wim Taymans  <wim@fluendo.com>
938
939         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
940         (gst_mpeg_demux_get_audio_stream),
941         (gst_mpeg_demux_process_private):
942         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
943         Check for error codes from the negotiation functions. Make sure
944         we really set the pad caps when a new pad is created.
945
946 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
947
948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
949         (gst_ffmpeg_caps_to_pix_fmt):
950         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
952         (gst_ffmpegcolorspace_pad_link):
953           don't make function do two things at the same time without reason.
954
955 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
956
957         * gst/ac3parse/ac3parse.vcproj
958         * gst/adder/adder.vcproj
959         * gst/alpha/alpha.vcproj
960         * gst/alpha/alphacolor.vcproj
961         * gst/asfdemux/asf.vcproj
962         * gst/audioconvert/audioconvert.vcproj
963         * gst/audiorate/audiorate.vcproj
964         * gst/audioscale/audioscale.vcproj
965         * gst/auparse/auparse.vcproj
966         * gst/avi/avi.vcproj
967         * gst/cdxaparse/cdxaparse.vcproj
968         * gst/chart/chart.vcproj
969         * gst/colorspace/colorspace.vcproj
970         * gst/cutter/cutter.vcproj
971         * gst/debug/debug.vcproj
972         * gst/debug/efence.vcproj
973         * gst/debug/navigationtest.vcproj
974         * gst/deinterlace/deinterlace.vcproj
975         * gst/effectv/effectv.vcproj
976         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
977         * gst/filter/filter.vcproj
978         * gst/flx/flxdec.vcproj
979         * gst/goom/goom.vcproj
980         * gst/interleave/interleave.vcproj
981         * gst/law/alaw.vcproj
982         * gst/law/mulaw.vcproj
983         * gst/matroska/matroska.vcproj
984         * gst/median/median.vcproj
985         * gst/mixmatrix/mixmatrix.vcproj
986         * gst/mpeg1sys/mpeg1systemencode.vcproj
987         * gst/mpeg1videoparse/mp1videoparse.vcproj
988         * gst/mpeg2sub/mpeg2subt.vcproj
989         * gst/mpegaudio/mpegaudio.vcproj
990         * gst/mpegaudioparse/mpegaudioparse.vcproj
991         * gst/mpegstream/mpegstream.vcproj
992         * gst/multifilesink/multifilesink.vcproj
993         * gst/multipart/multipart.vcproj
994         * gst/oneton/oneton.vcproj
995         * gst/overlay/overlay.vcproj
996         * gst/passthrough/passthrough.vcproj
997         * gst/qtdemux/qtdemux.vcproj
998         * gst/realmedia/rmdemux.vcproj
999         * gst/rtjpeg/rtjpeg.vcproj
1000         * gst/rtp/rtp.vcproj
1001         * gst/silence/silence.vcproj
1002         * gst/sine/sinesrc.vcproj
1003         * gst/smooth/smooth.vcproj
1004         * gst/smpte/smpte.vcproj
1005         * gst/spectrum/spectrum.vcproj
1006         * gst/speed/speed.vcproj
1007         * gst/stereo/stereo.vcproj
1008         * gst/switch/switch.vcproj
1009         * gst/tags/tagedit.vcproj
1010         * gst/tcp/tcp.vcproj
1011         * gst/typefind/typefindfunctions.vcproj
1012         * gst/udp/udp.vcproj
1013         * gst/videobox/videobox.vcproj
1014         * gst/videocrop/videocrop.vcproj
1015         * gst/videodrop/videodrop.vcproj
1016         * gst/videofilter/gamma.vcproj
1017         * gst/videofilter/videobalance.vcproj
1018         * gst/videofilter/videofilter.vcproj
1019         * gst/videofilter/videoflip.vcproj
1020         * gst/videoflip/videoflip.vcproj
1021         * gst/videomixer/videomixer.vcproj
1022         * gst/videorate/videorate.vcproj
1023         * gst/videoscale/videoscale.vcproj
1024         * gst/videotestsrc/videotestsrc.vcproj
1025         * gst/virtualdub/virtualdub.vcproj
1026         * gst/volenv/volenv.vcproj
1027         * gst/volume/volume.vcproj
1028         * gst/wavenc/wavenc.vcproj
1029         * gst/wavparse/wavparse.vcproj
1030         * gst/y4m/y4menc.vcproj
1031           more plugins supported under windows
1032
1033 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1034
1035         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1036         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
1037         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
1038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1039         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
1040           Add debugging statements.  Use the sizes as returned by the
1041           *CreateImage calls.
1042
1043 2004-07-26  Johan Dahlin  <johan@gnome.org>
1044
1045         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
1046         the pad is negotiated.
1047
1048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
1049
1050 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1051
1052         * gst-libs/gst/colorbalance/colorbalance.vcproj:
1053         * gst-libs/gst/idct/idct.vcproj:
1054         * gst-libs/gst/media-info/media-info.vcproj:
1055         * gst-libs/gst/mixer/mixer.vcproj:
1056         * gst-libs/gst/navigation/navigation.vcproj:
1057         * gst-libs/gst/play/play.vcproj:
1058         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
1059         * gst-libs/gst/resample/resample.vcproj:
1060         * gst-libs/gst/tuner/tuner.vcproj:
1061         * gst-libs/gst/video/video.vcproj:
1062         * gst-libs/gst/xoverlay/xoverlay.vcproj:
1063           more plugins supported under windows
1064
1065 2004-07-25 Iain <iain@prettypeople.org>
1066
1067         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
1068         pad now rather than when the pad is created because state changes wipe
1069         explicit caps (fixes #148043).
1070
1071 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
1072
1073         reviewed by Benjamin Otte  <otte@gnome.org>
1074
1075         * ext/mad/gstmad.c:
1076           fix mad plugin crashing on Sun (fixes #148289)
1077
1078 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1079
1080         * gst/avi/avi.def:
1081         * gst/avi/avi.vcproj:
1082         * gst/matroska/matroska.def:
1083         * gst/matroska/matroska.vcproj:
1084           remove unused .def files
1085
1086 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1087
1088         * gst-libs/gst/audio/gstaudiofilter.c:
1089           Clean the local include
1090
1091 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1092
1093         * win32/gst.sln:
1094         * gst-libs/gst/audio/audio.def:
1095         * gst-libs/gst/audio/audio.vcproj:
1096         * gst-libs/gst/audio/audiofilter.vcproj:
1097         * gst-libs/gst/audio/riff.def:
1098         * gst-libs/gst/audio/riff.vcproj:
1099         * gst-libs/gst/gst-libs.def:
1100         * gst-libs/gst/gst-libs.vcproj:
1101         * gst/avi/avi.vcproj:
1102         * gst/avi/avi.vcproj:
1103           Copy the files where needed after building, cleaner projects
1104
1105 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1106
1107         * gst/matroska/ebml-write.c:
1108           Fix some 64 bits constants to be glib friendly
1109
1110 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1111
1112         * win32/gst.sln:
1113         * gst-libs/gst/gst-libs.def:
1114         * gst-libs/gst/gst-libs.vcproj:
1115         * gst/matroska/matroska.def:
1116         * gst/matroska/matroska.vcproj:
1117           Add the preliminary canvas to build plugins on Win32
1118
1119 2004-07-23  Benjamin Otte  <otte@gnome.org>
1120
1121         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1122           don't enfore negotiation from source side, it breaks 
1123           sinesrc ! audioconvert ! osssink
1124
1125 2004-07-22  David Schleef  <ds@schleef.org>
1126
1127         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
1128         for ELF files, since they can easily be recognized as audio/mpeg.
1129         (bug #147441)
1130
1131 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1132
1133         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
1134         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
1135         (gst_videoscale_scale_nearest_24bit),
1136         (gst_videoscale_scale_nearest_16bit):
1137           fix 16bit and 24bit for stride (24bit might need testing)
1138           don't pretend we do more than one algorithm
1139
1140 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1141
1142         * configure.ac:
1143         * gst/Makefile.am:
1144         * gst/multifilesink/Makefile.am:
1145         * gst/multifilesink/gstmultifilesink.c:
1146         (gst_multifilesink_get_formats),
1147         (gst_multifilesink_get_query_types), (_do_init),
1148         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
1149         (gst_multifilesink_init), (gst_multifilesink_dispose),
1150         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
1151         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
1152         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
1153         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
1154         (gst_multifilesink_chain), (gst_multifilesink_change_state),
1155         (gst_multifilesink_uri_get_type),
1156         (gst_multifilesink_uri_get_protocols),
1157         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
1158         (gst_multifilesink_uri_handler_init), (plugin_init):
1159         * gst/multifilesink/gstmultifilesink.h:
1160         * testsuite/Makefile.am:
1161         * testsuite/multifilesink/Makefile.am:
1162         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
1163         (gst_newmedia_class_init), (gst_newmedia_init),
1164         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1165         (newfile_signal), (test_signal), (main):
1166         multifilesink plugin for creating new files every time a new media
1167         discontinuity event occurs
1168
1169 2004-07-22  Wim Taymans  <wim@fluendo.com>
1170
1171         * gst/alpha/Makefile.am:
1172         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
1173         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
1174         (gst_alpha_color_init), (gst_alpha_color_set_property),
1175         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
1176         (transform), (gst_alpha_color_chain),
1177         (gst_alpha_color_change_state), (plugin_init):
1178         Stupid plugin to to RGBA to AYUV conversion because none of
1179         the colorspace plugins can handle that yet.
1180
1181 2004-07-22  Wim Taymans  <wim@fluendo.com>
1182
1183         * examples/seeking/seek.c: (update_scale), (main):
1184         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1185         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
1186         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1187         (gst_decode_bin_init), (gst_decode_bin_dispose),
1188         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1189         (no_more_pads), (close_link), (type_found),
1190         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1191         (plugin_init):
1192         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1193         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1194         (gst_play_base_bin_dispose), (queue_overrun),
1195         (gen_preroll_element), (remove_prerolls), (unknown_type),
1196         (no_more_pads), (new_stream), (setup_source),
1197         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1198         (play_base_eos), (gst_play_base_bin_change_state),
1199         (gst_play_base_bin_add_element),
1200         (gst_play_base_bin_remove_element),
1201         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1202         (gst_play_base_bin_unlink_stream),
1203         (gst_play_base_bin_get_streaminfo):
1204         * gst/playback/gstplaybin.c: (gen_video_element),
1205         (gen_audio_element):
1206         * gst/playback/gststreaminfo.h:
1207         More playback updates, attempt to fix things after the state change
1208         breakage.
1209
1210 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1211
1212         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
1213         (gst_videoscale_scale_nearest_16bit):
1214           comment algorithm
1215
1216 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1217
1218         * gst/videotestsrc/gstvideotestsrc.c:
1219         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
1220         (gst_videotestsrc_init), (gst_videotestsrc_get),
1221         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
1222         (gst_videotestsrc_get_property):
1223         * gst/videotestsrc/gstvideotestsrc.h:
1224         * gst/videotestsrc/videotestsrc.c:
1225         * gst/videotestsrc/videotestsrc.h:
1226           cleanup and commenting
1227
1228 2004-07-21  Wim Taymans  <wim@fluendo.com>
1229
1230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
1231         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
1232         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
1233         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
1234         (_find_chain_get_unknown_part), (_find_streams_check),
1235         (gst_ogg_demux_push), (gst_ogg_pad_push):
1236         * ext/theora/theoradec.c: (theora_get_formats),
1237         (theora_dec_src_convert), (theora_dec_sink_convert),
1238         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1239         (theora_dec_chain):
1240         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1241         (vorbis_dec_convert), (vorbis_dec_src_query),
1242         (vorbis_dec_src_event), (vorbis_dec_event):
1243         More seeking fixes, oggdemux now supports seeking to time and
1244         uses the downstream element to convert granulepos to time.
1245         Seeking in theora-only ogg files now works.
1246
1247 2004-07-21  Wim Taymans  <wim@fluendo.com>
1248
1249         * ext/theora/theoradec.c: (gst_theora_dec_init),
1250         (theora_get_formats), (theora_get_event_masks),
1251         (theora_get_query_types), (theora_dec_src_convert),
1252         (theora_dec_sink_convert), (theora_dec_src_query),
1253         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
1254         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1255         (vorbis_get_event_masks), (vorbis_get_query_types),
1256         (gst_vorbis_dec_init), (vorbis_dec_convert),
1257         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
1258         Added query/convert/formats functions to vorbis and theora decoders
1259         so that the outside world can use them too. Fixed seeking on an
1260         ogg/theora/vorbis file by disabling the seeking seeking on the 
1261         theora srcpad.
1262
1263 2004-07-21  Julien MOUTTE  <julien@moutte.net>
1264
1265         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1266         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
1267         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
1268         images creation for both elements. We don't create the image on caps
1269         nego or renego, we just destroy the internal one if present if it does
1270         not match the needs. The chain function takes care of creating a new
1271         image when needed.
1272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1273         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
1274         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
1275         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
1276         the image format information. The buffer pool checks for the context
1277         image format and discard images with different formats.
1278         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
1279
1280 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1281
1282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1283         (gst_ffmpegcolorspace_chain):
1284           no point in doing any chaining if the pad we want to push from
1285           isn't usable.
1286
1287 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1288
1289         * gst-libs/gst/riff/riff-media.c:
1290         (gst_riff_create_audio_caps_with_data):
1291           Fix double end-to-native symbol conversion (#148021).
1292
1293 2004-07-20  David Schleef  <ds@schleef.org>
1294
1295         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
1296         Don't use an Atom that doesn't exist.
1297
1298 2004-07-20  Wim Taymans  <wim@fluendo.com>
1299
1300         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1301         (gst_multifdsink_add), (gst_multifdsink_get_stats),
1302         (gst_multifdsink_client_remove),
1303         (gst_multifdsink_handle_client_write),
1304         (gst_multifdsink_queue_buffer):
1305         * gst/tcp/gstmultifdsink.h:
1306         More multifdsink stats. Avoid deadlock by releasing locks
1307         before sending out a signal.
1308
1309 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1310
1311         * po/LINGUAS:
1312         * po/hu.po:
1313           added Hungarian translation (Laszlo Dvornik)
1314
1315 2004-07-20  Wim Taymans  <wim@fluendo.com>
1316
1317         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1318         (gst_multifdsink_add), (gst_multifdsink_client_remove),
1319         (gst_multifdsink_handle_client_write),
1320         (gst_multifdsink_queue_buffer):
1321         * gst/tcp/gsttcp-marshal.list:
1322         Fixed the stupid marshal definition.
1323
1324 2004-07-20  Wim Taymans  <wim@fluendo.com>
1325
1326         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1327         (gst_multifdsink_init), (gst_multifdsink_add),
1328         (gst_multifdsink_client_remove),
1329         (gst_multifdsink_handle_client_write),
1330         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
1331         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
1332         (gst_multifdsink_init_send):
1333         * gst/tcp/gstmultifdsink.h:
1334         Added more stats, added timeout for a client, fixed some typos
1335         and added some comments.
1336
1337 2004-07-20  Wim Taymans  <wim@fluendo.com>
1338
1339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1340         (gst_multifdsink_add), (gst_multifdsink_get_stats),
1341         (gst_multifdsink_client_remove),
1342         (gst_multifdsink_handle_client_write):
1343         * gst/tcp/gstmultifdsink.h:
1344         * gst/tcp/gsttcp-marshal.list:
1345         Added get_stats method that returns a GValueArray of
1346         stats values.
1347
1348 2004-07-19  Benjamin Otte  <otte@gnome.org>
1349
1350         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
1351           make sure longname, description and author are valid UTF-8
1352
1353 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1354
1355         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
1356         (gst_ximagesink_set_property):
1357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
1358         (gst_xvimagesink_set_property):
1359           make sure SYNCHRONOUS is respected after getting the X context
1360
1361 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1362
1363         * gst/matroska/matroska-demux.c:
1364         (gst_matroska_demux_handle_src_event),
1365         (gst_matroska_demux_parse_blockgroup):
1366         * gst/matroska/matroska-ids.h:
1367           add BlockReference tag and ignore it to clear out log.
1368           ignore NAVIGATION events to clear out log.
1369
1370 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1371
1372         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1373         (gst_matroska_demux_add_stream):
1374         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
1375           add debug categories
1376
1377 2004-07-16  Wim Taymans  <wim@fluendo.com>
1378
1379         * ext/libpng/Makefile.am:
1380         * ext/libpng/gstpng.c: (plugin_init):
1381         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
1382         (gst_pngdec_get_type), (gst_pngdec_base_init),
1383         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
1384         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
1385         * ext/libpng/gstpngdec.h:
1386         Added png decoder.
1387
1388 2004-07-16  Julien MOUTTE  <julien@moutte.net>
1389
1390         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
1391         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
1392         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
1393         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
1394         (gst_ximagesink_buffer_alloc):
1395         * sys/ximage/ximagesink.h:
1396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1397         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1398         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1399         (gst_xvimagesink_buffer_alloc):
1400         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
1401         again. Using internal data pointer of the x(v)image to store image's
1402         data to be coherent with the buffer alloc mechanism. Investigated the
1403         image destruction code to be sure that everything gets freed correctly.
1404
1405 2004-07-16  Wim Taymans  <wim@fluendo.com>
1406
1407         * gst-libs/gst/riff/riff-read.c:
1408         (gst_riff_read_strf_vids_with_data),
1409         (gst_riff_read_strf_auds_with_data):
1410         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1411         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1412         Make sure we don't create 0 sized subbuffers in riff-read.
1413         Signal the no more pads signal after reading the avi header.
1414
1415 2004-07-16  Wim Taymans  <wim@fluendo.com>
1416
1417         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1418         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
1419         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1420         (gst_decode_bin_init), (gst_decode_bin_dispose),
1421         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1422         (no_more_pads), (close_link), (type_found),
1423         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1424         (gst_decode_bin_change_state), (plugin_init):
1425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1426         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1427         (gst_play_base_bin_dispose), (queue_overrun),
1428         (gen_preroll_element), (remove_prerolls), (unknown_type),
1429         (no_more_pads), (new_stream), (setup_source),
1430         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1431         (play_base_eos), (gst_play_base_bin_change_state),
1432         (gst_play_base_bin_add_element),
1433         (gst_play_base_bin_remove_element),
1434         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1435         (gst_play_base_bin_unlink_stream),
1436         (gst_play_base_bin_get_streaminfo):
1437         * gst/playback/gstplaybasebin.h:
1438         Better error recovery. Added configurable preroll queue size. Faster
1439         detection of no-more-pads.
1440
1441 2004-07-16  Wim Taymans  <wim@fluendo.com>
1442
1443         * gst-libs/gst/video/video.h:
1444         Added 32 bits RGBA. Not sure if we should use another mime-type
1445         for alpha rgb. Currently the presence of the alpha_mask property
1446         signals an alpha channel.
1447
1448 2004-07-16  Wim Taymans  <wim@fluendo.com>
1449
1450         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1452         FPS seems to be 0.0 to MAX everywhere else.
1453
1454 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1455
1456         * gst-libs/gst/riff/riff-media.c:
1457         (gst_riff_create_video_caps_with_data):
1458           mp42/mp43 (no caps) exist too.
1459         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
1460           Set pixel_width/height; we've got them in-caps.
1461         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1462         * gst/wavparse/gstwavparse.c: (plugin_init):
1463           Both are valid primary.
1464         * sys/oss/gstossmixer.c:
1465           Remove i18n hack and enable translations.
1466
1467 2004-07-15  Benjamin Otte  <otte@gnome.org>
1468
1469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1470         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
1471           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
1472
1473 2004-07-15  Benjamin Otte  <otte@gnome.org>
1474
1475         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1476         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
1477         (gst_alsa_close_audio):
1478           disable some of the debugging code for now. Writing debugging to a
1479           buffer is broken in current alsalib releases.
1480
1481 2004-07-12  Benjamin Otte  <otte@gnome.org>
1482
1483         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
1484           use bufferpools
1485
1486 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1487
1488         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1489         (theora_dec_src_query), (theora_dec_event):
1490         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
1491           add debugging categories.  Remove \n's.
1492
1493 2004-07-13  Johan Dahlin  <johan@gnome.org>
1494
1495         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
1496         (gst_play_bin_get_property): Impl.
1497
1498 2004-07-13  Wim Taymans  <wim@fluendo.com>
1499
1500         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
1501         When trying to find the stream length, seek back N pages
1502         instead of just one, where N is the number of streams in 
1503         the current chain.
1504
1505 2004-07-13  Wim Taymans  <wim@fluendo.com>
1506
1507         * gst-libs/gst/riff/riff-media.c:
1508         (gst_riff_create_audio_caps_with_data),
1509         (gst_riff_create_audio_caps),
1510         (gst_riff_create_audio_template_caps):
1511         * gst-libs/gst/riff/riff-media.h:
1512         * gst-libs/gst/riff/riff-read.c:
1513         (gst_riff_read_strf_vids_with_data),
1514         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
1515         * gst-libs/gst/riff/riff-read.h:
1516         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1517         (gst_avi_demux_add_stream):
1518         Set codec_data on caps for avidemuxer.
1519
1520 2004-07-12  David Schleef  <ds@schleef.org>
1521
1522         * configure.ac: Fix test for Objective C
1523
1524 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
1525         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
1526         (gst_gdk_pixbuf_chain):
1527           Add svg and pcx to template caps, and ensure that getcaps returns a
1528           subset of the template caps.
1529           Copy each row manually for output, as gdkpixbuf may pad the
1530           rowstride to a 32-bit word boundary.
1531
1532 2004-07-12  Wim Taymans  <wim@fluendo.com>
1533
1534         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1535         (gst_riff_create_video_template_caps):
1536         Fix the template caps to include some more media types.
1537
1538 2004-07-12  Wim Taymans  <wim@fluendo.com>
1539
1540         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1541         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1542         (compare_ranks), (print_feature), (gst_decode_bin_init),
1543         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1544         (try_to_link_1), (new_pad), (close_link), (type_found),
1545         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1546         (gst_decode_bin_change_state), (plugin_init):
1547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1548         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1549         (gst_play_base_bin_dispose), (queue_overrun),
1550         (gen_preroll_element), (remove_prerolls), (no_more_pads),
1551         (new_stream), (setup_source), (gst_play_base_bin_set_property),
1552         (gst_play_base_bin_get_property), (play_base_eos),
1553         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1554         (gst_play_base_bin_remove_element),
1555         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1556         (gst_play_base_bin_unlink_stream),
1557         (gst_play_base_bin_get_streaminfo):
1558         * gst/playback/gstplaybasebin.h:
1559         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1560         (gst_play_bin_class_init), (gst_play_bin_init),
1561         (gst_play_bin_dispose), (gst_play_bin_set_property),
1562         (gst_play_bin_get_property), (gen_video_element),
1563         (gen_audio_element), (remove_sinks), (setup_sinks),
1564         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1565         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1566         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1567         (gst_play_bin_query), (plugin_init):
1568         * gst/playback/test4.c: (main):
1569         More fixes on reusing of the element.
1570
1571 2004-07-11  Benjamin Otte  <otte@gnome.org>
1572
1573         * ext/mad/gstmad.c: (normal_seek):
1574           allow seeking for other methods than just SET
1575
1576 2004-07-11  Andy Wingo  <wingo@pobox.com>
1577
1578         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
1579         float, "any" caps -> buffer_frames=[0,MAX].
1580
1581         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
1582         doesn't intersect our caps with the template any more. Do it
1583         ourselves.
1584         (interleave_buffered_loop): Use g_newa instead of malloc/free.
1585
1586 2004-07-09  Wim Taymans  <wim@fluendo.com>
1587
1588         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1589         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1590         (compare_ranks), (print_feature), (gst_decode_bin_init),
1591         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1592         (try_to_link_1), (new_pad), (close_link), (type_found),
1593         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1594         (gst_decode_bin_change_state), (plugin_init):
1595         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1596         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1597         (gst_play_base_bin_dispose), (queue_overrun),
1598         (gen_preroll_element), (remove_prerolls), (no_more_pads),
1599         (new_stream), (setup_source), (gst_play_base_bin_set_property),
1600         (gst_play_base_bin_get_property), (play_base_eos),
1601         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1602         (gst_play_base_bin_remove_element),
1603         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1604         (gst_play_base_bin_unlink_stream),
1605         (gst_play_base_bin_get_streaminfo):
1606         * gst/playback/gstplaybasebin.h:
1607         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1608         (gst_play_bin_class_init), (gst_play_bin_init),
1609         (gst_play_bin_dispose), (gst_play_bin_set_property),
1610         (gst_play_bin_get_property), (gen_video_element),
1611         (gen_audio_element), (remove_sinks), (setup_sinks),
1612         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1613         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1614         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1615         (gst_play_bin_query), (plugin_init):
1616         * gst/playback/test4.c: (main):
1617         Work on object reuse and seeking.
1618
1619 2004-07-09  Wim Taymans  <wim@fluendo.com>
1620
1621         * examples/seeking/seek.c: (iterate):
1622         Don't consume all CPU in the idle loop.
1623
1624 2004-07-09  Wim Taymans  <wim@fluendo.com>
1625
1626         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
1627         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
1628         Add pad to element *after* setting the pad functions so that
1629         the scheduler can use the correct ones.
1630
1631 2004-07-09  Wim Taymans  <wim@fluendo.com>
1632
1633         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1634         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
1635         Sync to keyframe after seek
1636
1637 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1638
1639         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1640         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1641         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
1642         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
1643         * ext/libvisual/visual.c: (gst_visual_change_state):
1644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
1645         * ext/theora/theoradec.c: (theora_dec_change_state):
1646         * ext/theora/theoraenc.c: (theora_enc_change_state):
1647         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1648         * gst-libs/gst/navigation/navigation.c:
1649         * gst/adder/gstadder.c: (gst_adder_change_state):
1650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
1651         (gst_audio_convert_get_buffer):
1652         * gst/multipart/multipartdemux.c:
1653         (gst_multipart_demux_change_state):
1654         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1655         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1656         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1657         * gst/videoscale/gstvideoscale.c:
1658         (gst_videoscale_handle_src_event):
1659         * gst/volume/gstvolume.c: (volume_chain_int16):
1660           don't assert in state change, this should be done by the base
1661           GstElement class.
1662           various debugging fixes.
1663
1664 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1665
1666         * configure.ac:
1667         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1668         (gst_play_dispose), (gst_play_set_location),
1669         (gst_play_set_data_src), (gst_play_set_video_sink),
1670         (gst_play_set_audio_sink), (gst_play_set_visualization),
1671         (gst_play_connect_visualization), (gst_play_get_sink_element),
1672         (gst_play_get_all_by_interface):
1673         * gst-libs/gst/play/play.h:
1674           add new method to get elements implementing an interface.
1675           add various error logging
1676
1677 2004-07-08  Wim Taymans  <wim@fluendo.com>
1678
1679         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
1680         (make_mpeg_pipeline), (make_mpegnt_pipeline),
1681         (make_playerbin_pipeline), (query_durations_elems),
1682         (query_durations_pads), (query_positions_elems),
1683         (query_positions_pads), (update_scale), (iterate), (stop_seek),
1684         (main):
1685         Added playbin seeking example.
1686
1687 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1688
1689         * gst-libs/gst/play/play.c: (gst_play_set_location),
1690         (gst_play_set_data_src), (gst_play_set_video_sink),
1691         (gst_play_set_audio_sink), (gst_play_set_visualization),
1692         (gst_play_connect_visualization), (gst_play_get_framerate):
1693           use a macro to look up elements from hash table
1694
1695 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1696
1697         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1698         (gst_play_get_length_callback), (gst_play_set_location),
1699         (gst_play_seek_to_time), (gst_play_set_data_src),
1700         (gst_play_set_video_sink), (gst_play_set_audio_sink),
1701         (gst_play_set_visualization), (gst_play_connect_visualization),
1702         (gst_play_get_sink_element):
1703         - add debugging info
1704         - fix looking up sink elements by iterating over complete caps
1705         - put everything except for source and autoplugger in a complete bin
1706
1707 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1708
1709         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
1710         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
1711         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
1712         (gst_alsa_sink_write), (gst_alsa_sink_loop):
1713         * ext/alsa/gstalsasink.h:
1714         - add debugging info
1715         - clean up schizophrenia of data/buffer/event
1716         - fix double event unref error
1717
1718 2004-07-08  Wim Taymans  <wim@fluendo.com>
1719
1720         * gst/playback/Makefile.am:
1721         Add headers to noinst
1722
1723 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1724
1725         * tools/gst-launch-ext-m.m:
1726         * tools/gst-launch-ext.1.in:
1727           convert to the third millenium
1728
1729 2004-07-07  David Schleef  <ds@schleef.org>
1730
1731         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
1732
1733 2004-07-07  Wim Taymans  <wim@fluendo.com>
1734
1735         * gst/playback/Makefile.am:
1736         * gst/playback/README:
1737         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1738         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1739         (compare_ranks), (print_feature), (gst_decode_bin_init),
1740         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1741         (try_to_link_1), (new_pad), (close_link), (type_found),
1742         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1743         (plugin_init):
1744         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1745         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1746         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
1747         (gen_preroll_element), (no_more_pads), (new_stream),
1748         (setup_source), (gst_play_base_bin_set_property),
1749         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
1750         (gst_play_base_bin_add_element),
1751         (gst_play_base_bin_remove_element),
1752         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1753         (gst_play_base_bin_unlink_stream),
1754         (gst_play_base_bin_get_streaminfo):
1755         * gst/playback/gstplaybasebin.h:
1756         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1757         (gst_play_bin_class_init), (gst_play_bin_init),
1758         (gst_play_bin_dispose), (gst_play_bin_set_property),
1759         (gst_play_bin_get_property), (gen_video_element),
1760         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
1761         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
1762         (gst_play_bin_get_formats), (gst_play_bin_convert),
1763         (gst_play_bin_get_query_types), (gst_play_bin_query),
1764         (plugin_init):
1765         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1766         (gst_stream_info_get_type), (gst_stream_info_class_init),
1767         (gst_stream_info_init), (gst_stream_info_new),
1768         (gst_stream_info_dispose), (gst_stream_info_set_property),
1769         (gst_stream_info_get_property):
1770         * gst/playback/gststreaminfo.h:
1771         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1772         (main):
1773         * gst/playback/test2.c: (main):
1774         * gst/playback/test3.c: (update_scale), (main):
1775         More playbin fixes. Added README. Do better element filtering.
1776         Added base class to preroll media. Added test apps.
1777
1778 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1779
1780         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
1781         * ext/mpeg2dec/gstmpeg2dec.h:
1782           various debugging improvements.  Reset stream to next picture
1783           instead of sequence header, otherwise seeks cannot work.
1784
1785 2004-07-07  Wim Taymans  <wim@fluendo.com>
1786
1787         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
1788         (gst_video_box_class_init), (gst_video_box_set_property),
1789         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
1790         Use pad_alloc where possible.
1791
1792 2004-07-07  Wim Taymans  <wim@fluendo.com>
1793
1794         * sys/oss/gstosselement.c: (gst_osselement_reset),
1795         (gst_osselement_parse_caps):
1796         * sys/oss/gstosselement.h:
1797         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1798         Fix offset on osssrc.
1799
1800 2004-07-07  Wim Taymans  <wim@fluendo.com>
1801
1802         * ext/theora/theora.c: (plugin_init):
1803         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1804         (theora_dec_src_query), (theora_dec_chain):
1805         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1806         (theora_enc_sink_link), (theora_buffer_from_packet),
1807         (theora_push_packet), (theora_enc_chain):
1808         Fix theora granulepos calculation.
1809         Fix overflow in duration/position calculation.
1810         Bump rank to PRIMARY for theoradec.
1811         Use granulepos of last packet to calculate position.
1812         Set keyframe flag on buffers when needed.
1813
1814 2004-07-06  David Schleef  <ds@schleef.org>
1815
1816         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
1817         serious?  (Fixed, obviously.)
1818
1819 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1820
1821         * po/LINGUAS:
1822         * po/cs.po:
1823           added Czech translation (Miloslav Trmac)
1824
1825 2004-07-05  Wim Taymans  <wim@fluendo.com>
1826
1827         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1828         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1829         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1830         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1831         (close_link), (type_found), (gst_decode_bin_set_property),
1832         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
1833         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
1834         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
1835         (gst_decode_bin_query), (plugin_init):
1836         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1837         (gst_play_bin_class_init), (gst_play_bin_init),
1838         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
1839         (get_video_element), (new_pad), (setup_source),
1840         (gst_play_bin_set_property), (gst_play_bin_get_property),
1841         (gst_play_bin_change_state), (gst_play_bin_add_element),
1842         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1843         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1844         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1845         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1846         * gst/playback/test.c: (main):
1847         More fixes, cleaned up playbin, make it use decodebin. Added
1848         threaded property to playbin.
1849
1850 2004-07-05  Wim Taymans  <wim@fluendo.com>
1851
1852         * configure.ac:
1853         * gst/playback/Makefile.am:
1854         * gst/playback/decodetest.c: (main):
1855         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1856         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1857         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1858         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1859         (close_link), (type_found), (gst_decode_bin_set_property),
1860         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
1861         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
1862         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
1863         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
1864         (plugin_init):
1865         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1866         (gst_play_bin_class_init), (gst_play_bin_init),
1867         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
1868         (collect_sink_pads), (find_compatibles), (close_pad_link),
1869         (try_to_link_1), (new_pad), (close_link), (type_found),
1870         (setup_source), (gst_play_bin_set_property),
1871         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
1872         (compare_ranks), (gst_play_bin_collect_factories),
1873         (gst_play_bin_change_state), (gst_play_bin_add_element),
1874         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1875         (gst_play_bin_send_event), (gst_play_bin_get_formats),
1876         (gst_play_bin_convert), (gst_play_bin_get_query_types),
1877         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1878         * gst/playback/test.c: (main):
1879         Added some playback helper elements and some test apps, very alpha
1880         still.
1881
1882 2004-07-04  Benjamin Otte  <otte@gnome.org>
1883
1884         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1885           only restart audio when we indeed have an xrun to fix repeated
1886           xruns. Fix suggested by Giuliano Pochini.
1887
1888 2004-07-03  David Schleef  <ds@schleef.org>
1889
1890         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
1891         call to gst_debug_log() if debugging is disabled (bug #145118)
1892
1893 2004-07-03  Benjamin Otte  <otte@gnome.org>
1894
1895         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1896           use our own functions for restarting the alsa device.
1897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1898           I should apply patches myself - use MIN for the third argument, not
1899           the second, this fixes seeking
1900
1901 2004-07-02  David Schleef  <ds@schleef.org>
1902
1903         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
1904         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
1905         do with the logic.
1906
1907 2004-07-02  David Schleef  <ds@schleef.org>
1908
1909         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
1910         output buffers.  Fix logic mistake.  (bug #144866)
1911
1912 2004-07-02  David Schleef  <ds@schleef.org>
1913
1914         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
1915         on X.  (bug #144753)
1916
1917 2004-07-02  David Schleef  <ds@schleef.org>
1918
1919         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
1920         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
1921         (bug #144624)
1922         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
1923         (gst_osselement_rate_probe_check): Add another workaround for
1924         buggy drivers (bug #145336)
1925
1926 2004-07-02  David Schleef  <ds@schleef.org>
1927
1928         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
1929         Most systems don't have MSG_NOSIGNAL.
1930
1931 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1932
1933         * Makefile.am:
1934         * gst-libs/gst/colorbalance/Makefile.am:
1935         * gst-libs/gst/mixer/Makefile.am:
1936         * gst-libs/gst/play/Makefile.am:
1937         * gst-libs/gst/tuner/Makefile.am:
1938           (hopefully) fix both install and dist and make error message useful.
1939           needs testing across automakes.
1940
1941 2004-07-02  Benjamin Otte  <otte@gnome.org>
1942
1943         * ext/ogg/gstogg.c: (plugin_init):
1944           we require bytestream now
1945         * ext/ogg/gstoggdemux.c: 
1946           huge diff to implement chain setup in a fast and generic way. This
1947           improves tag reading and startup of huge files (read: Theora videos)
1948           quite a bit. It probably contains bugs, too, so please test.
1949           Seeking is not improved to the fast method.
1950
1951 2004-06-29  Wim Taymans  <wim@fluendo.com>
1952
1953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1954         * ext/ogg/gstoggmux.c:
1955         Fix memleak in oggdemux when running unconnected pads.
1956         doc update in mux, start working on keyframe mode.
1957
1958 2004-06-29  Benjamin Otte  <otte@gnome.org>
1959
1960         * sys/oss/gstosssink.c:
1961         * sys/oss/gstosssrc.c:
1962           advertise correct template caps - we indeed do non-native endianness
1963           and 8bit audio has no endianness
1964         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
1965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
1966           avoid (wrong) duplications in getcaps function and return
1967           template caps
1968
1969 2004-06-29  Wim Taymans  <wim@fluendo.com>
1970
1971         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1972         (gst_multifdsink_class_init), (gst_multifdsink_add),
1973         (gst_multifdsink_remove), (gst_multifdsink_clear),
1974         (gst_multifdsink_client_remove),
1975         (gst_multifdsink_handle_client_read),
1976         (gst_multifdsink_client_queue_data),
1977         (gst_multifdsink_client_queue_caps),
1978         (gst_multifdsink_client_queue_buffer),
1979         (gst_multifdsink_handle_client_write),
1980         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1981         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1982         (gst_multifdsink_init_send), (gst_multifdsink_close):
1983         Fix wrong GList iteration that could crash the server when
1984         more then 2 clients disconnect at the same time. Read all the
1985         pending commands in one batch to recover from command storms under
1986         very heavy load.
1987
1988 2004-06-28  Wim Taymans  <wim@fluendo.com>
1989
1990         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
1991         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
1992         (gst_videomixer_pad_set_property),
1993         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
1994         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
1995         (gst_videomixer_class_init), (gst_videomixer_init),
1996         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
1997         (pad_zorder_compare), (gst_videomixer_sort_pads),
1998         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1999         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
2000         (gst_videomixer_update_queues), (gst_videomixer_loop),
2001         (plugin_init):
2002         Avoid divide by zero, choose masterpad as the pad with the highest
2003         framerate.
2004
2005 2004-06-27  Julien Moutte  <julien@moutte.net>
2006
2007         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
2008         (gst_ximagesink_xwindow_new):
2009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
2010         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
2011         function directly. We might want to call it from somewhere else one day.
2012
2013 2004-06-27  Julien Moutte  <julien@moutte.net>
2014
2015         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
2016         (gst_ximagesink_xwindow_new):
2017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
2018         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
2019         window decorations.
2020
2021 2004-06-27  Wim Taymans  <wim@fluendo.com>
2022
2023         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
2024         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
2025         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
2026         (gst_dvdec_set_property), (gst_dvdec_get_property):
2027         * ext/dv/gstdvdec.h:
2028         Implement drop_factor property to lower the framerate with
2029         a factor.
2030
2031 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2032
2033         * gst-libs/gst/colorbalance/Makefile.am:
2034         * gst-libs/gst/mixer/Makefile.am:
2035         * gst-libs/gst/play/Makefile.am:
2036         * gst-libs/gst/tuner/Makefile.am:
2037           unbreak Company's fix that didn't install the -enum.h files
2038
2039 2004-06-27  Wim Taymans  <wim@fluendo.com>
2040
2041         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
2042         (gst_dvdec_change_state):
2043         * ext/dv/gstdvdec.h:
2044         Fix timestamp, duration and offset of the buffers.
2045
2046 2004-06-27  Wim Taymans  <wim@fluendo.com>
2047
2048         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2049         (gst_multifdsink_class_init), (gst_multifdsink_add),
2050         (gst_multifdsink_remove), (gst_multifdsink_clear),
2051         (gst_multifdsink_client_remove),
2052         (gst_multifdsink_handle_client_read),
2053         (gst_multifdsink_client_queue_data),
2054         (gst_multifdsink_client_queue_caps),
2055         (gst_multifdsink_client_queue_buffer),
2056         (gst_multifdsink_handle_client_write),
2057         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2058         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
2059         (gst_multifdsink_init_send), (gst_multifdsink_close):
2060         * gst/tcp/gstmultifdsink.h:
2061         * gst/tcp/gsttcpserversink.c:
2062         (gst_tcpserversink_handle_server_read),
2063         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
2064         More multifdsink fixes, more recovery policy fixes.
2065         Removed stupid g_print
2066
2067 2004-06-26  Wim Taymans  <wim@fluendo.com>
2068
2069         * gst/tcp/Makefile.am:
2070         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2071         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
2072         (gst_multifdsink_class_init), (gst_multifdsink_init),
2073         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
2074         (gst_multifdsink_handle_client_read),
2075         (gst_multifdsink_client_queue_data),
2076         (gst_multifdsink_client_queue_caps),
2077         (gst_multifdsink_client_queue_buffer),
2078         (gst_multifdsink_handle_client_write),
2079         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2080         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
2081         (gst_multifdsink_chain), (gst_multifdsink_set_property),
2082         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
2083         (gst_multifdsink_close), (gst_multifdsink_change_state):
2084         * gst/tcp/gstmultifdsink.h:
2085         * gst/tcp/gsttcpplugin.c: (plugin_init):
2086         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
2087         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
2088         (gst_tcpserversink_handle_server_read),
2089         (gst_tcpserversink_handle_select),
2090         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
2091         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
2092         * gst/tcp/gsttcpserversink.h:
2093         Added multifdsink, made tcpserversink a subclass of fdsink, removed
2094         one of the locks, added recovery policy to multifdsink.
2095
2096 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2097
2098         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2099           fix decision for when getting frames with same timestamp
2100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2101         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2102         (gst_v4lsrc_get_property):
2103         * sys/v4l/gstv4lsrc.h:
2104           add latency offset property 
2105
2106 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2107
2108         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
2109         (plugin_init):
2110           fix debugging. add category.
2111
2112 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2113
2114         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2115           fix wrong offsets
2116
2117 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2118
2119         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2120         (gst_alsa_src_get_time), (gst_alsa_src_loop),
2121         (gst_alsa_src_change_state):
2122           return a time that is in sync with the element's processing
2123
2124 2004-06-25  Wim Taymans  <wim@fluendo.com>
2125
2126         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2127         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2128         (gst_tcpserversink_client_remove),
2129         (gst_tcpserversink_handle_client_read),
2130         (gst_tcpserversink_client_queue_data),
2131         (gst_tcpserversink_client_queue_caps),
2132         (gst_tcpserversink_client_queue_buffer),
2133         (gst_tcpserversink_handle_client_write),
2134         (gst_tcpserversink_queue_buffer),
2135         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
2136         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
2137         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
2138         (gst_tcpserversink_close):
2139         * gst/tcp/gsttcpserversink.h:
2140         Serversink rewrite. Really do non blocking writes to clients and
2141         maintain an internal queue to handle slower clients while not
2142         disturbing fast clients.
2143
2144 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2145
2146         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2147           better debug, don't override OFFSET and OFFSET_END
2148
2149 2004-06-25  Iain <iain@prettypeople.org>
2150
2151         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
2152         name=source for the wavparse pipeline.
2153
2154 2004-06-24  Johan Dahlin  <johan@gnome.org>
2155
2156         * ext/theora/theoraenc.c (theora_enc_chain): Call
2157         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
2158         streamheader caps are set correctly.
2159
2160 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2161
2162         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
2163         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
2164           respect minimum bitrate; same could be done for max bitrate
2165
2166 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2167
2168         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
2169         (gst_vorbisenc_setup):
2170           fix sample rate range
2171
2172 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2173
2174         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
2175         (gst_oggvorbisenc_setup):
2176         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
2177         (gst_vorbisenc_setup):
2178           resolve ambiguities in code and description
2179
2180 2004-06-24  Wim Taymans  <wim@fluendo.com>
2181
2182         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
2183         * ext/alsa/gstalsa.h:
2184         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2185         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
2186         Use alsa trigger_tstamp to get the timestamp of the first
2187         sample in the buffer for more precise sync. Some cleanups.
2188
2189 2004-06-24  Wim Taymans  <wim@fluendo.com>
2190
2191         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
2192         (gst_audiorate_init), (gst_audiorate_chain),
2193         (gst_audiorate_set_property), (gst_audiorate_get_property):
2194         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2195         (gst_videorate_chain):
2196         Added some logging, fixed an overflow bug in videorate.
2197
2198 2004-06-24  Benjamin Otte  <otte@gnome.org>
2199
2200         * ext/kio/Makefile.am:
2201           fix for builddir != srcdir and distcheck
2202
2203 2004-06-24  Benjamin Otte  <otte@gnome.org>
2204
2205         * gst-libs/gst/colorbalance/Makefile.am:
2206         * gst-libs/gst/mixer/Makefile.am:
2207         * gst-libs/gst/play/Makefile.am:
2208         * gst-libs/gst/tuner/Makefile.am:
2209         * gst/tcp/Makefile.am:
2210         * sys/dxr3/Makefile.am:
2211           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
2212           tarball.
2213           Also add all *.list files that were missing.
2214         * Makefile.am:
2215           add a distcheck hook to ensure the above doesn't happen again.
2216
2217 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
2218
2219         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
2220
2221 2004-06-23  Colin Walters  <walters@redhat.com>
2222
2223         * m4/Makefile.am: Distribute gst-fionread.m4.
2224
2225 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2226
2227         * configure.ac: back to dev
2228
2229 2004-06-23  Wim Taymans  <wim@fluendo.com>
2230
2231         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
2232         (gst_alsa_xrun_recovery):
2233         * ext/alsa/gstalsa.h:
2234         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
2235         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
2236         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2237         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
2238         (gst_alsa_src_loop):
2239         Add clock to alsasrc. Take new capture timestamp when
2240         restarting after an overrun. Split up some functions between
2241         alsasrc and alsasink.
2242
2243 === release 0.8.2 ===
2244
2245 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2246
2247         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
2248         (gst_alsa_change_state), (gst_alsa_update_avail),
2249         (gst_alsa_xrun_recovery):
2250         * ext/alsa/gstalsa.h:
2251         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2252           merge back changes from release
2253
2254 2004-06-23  Wim Taymans  <wim@fluendo.com>
2255
2256         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
2257         (gst_audiorate_init), (gst_audiorate_chain),
2258         (gst_audiorate_set_property), (gst_audiorate_get_property):
2259         Implement sample dropping and notify
2260
2261 2004-06-22  Wim Taymans  <wim@fluendo.com>
2262
2263         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2264         (theora_enc_sink_link), (theora_buffer_from_packet),
2265         (theora_push_packet), (theora_enc_chain):
2266         Some cleanups, make sure the timestamps are correct.
2267
2268 2004-06-22  Wim Taymans  <wim@fluendo.com>
2269
2270         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
2271         (gst_alsa_change_state), (gst_alsa_update_avail),
2272         (gst_alsa_xrun_recovery):
2273         * ext/alsa/gstalsa.h:
2274         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2275         Cleanups, take queued samples into account when reporting
2276         the time.
2277
2278 2004-06-22  Wim Taymans  <wim@fluendo.com>
2279
2280         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2281         (gst_videorate_init):
2282         Initialize the property as well.
2283
2284 2004-06-22  Wim Taymans  <wim@fluendo.com>
2285
2286         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2287         (gst_videorate_init), (gst_videorate_chain),
2288         (gst_videorate_set_property), (gst_videorate_get_property):
2289         Add property to make videorate silent.
2290         Add property to prefer new frames over old ones.
2291
2292 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2293
2294         * sys/osxvideo/Makefile.am:
2295         Workaround so that the osxvideo .so file gets linked with the
2296         Cocoa, OpenGL and QuickTime frameworks
2297
2298 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2299
2300         * sys/osxaudio/Makefile.am:
2301         Workaround so that the osxaudio .so file gets linked with the
2302         CoreAudio framework
2303  
2304 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2305
2306         * configure.ac:
2307         Whoops, my fault...fixed build issues
2308
2309 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2310
2311         * configure.ac:
2312         Add objective-c support if running in Darwin/Mac OS X
2313         * sys/Makefile.am:
2314         * sys/osxvideo:
2315         * sys/osxvideo/Makefile.am:
2316         * sys/osxvideo/osxvideosink.h:
2317         * sys/osxvideo/osxvideosink.m:
2318         * sys/osxvideo/cocoawindow.h:
2319         * sys/osxvideo/cocoawindow.m:
2320         Add osxvideosink, a cocoa-based osx video sink
2321         
2322
2323 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2324         * ext/dvdnav/gst-dvd:
2325         Grab the gconf key from the right spot
2326         * gst/debug/gstnavseek.c: (gst_navseek_init),
2327         (gst_navseek_segseek), (gst_navseek_handle_src_event),
2328         (gst_navseek_chain):
2329         * gst/debug/gstnavseek.h:
2330           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
2331           and loop parameters of a segment seek.
2332         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
2333         (gst_videotestsrc_get_event_masks),
2334         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2335         * gst/videotestsrc/gstvideotestsrc.h:
2336           Add seeking support to videotestsrc
2337           Initialise the timestamp_offset variable.
2338
2339 2004-06-18  Wim Taymans  <wim@fluendo.com>
2340
2341         * ext/sidplay/gstsiddec.cc:
2342         Fix negotiation and set correct end offset.
2343
2344 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2345
2346         * configure.ac: branch and prerelease
2347
2348 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2349
2350         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
2351         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
2352         (gst_tcpclientsrc_init_receive):
2353         * gst/tcp/gsttcpclientsrc.h:
2354           read caps when connecting to server for GDP so we set them correctly
2355
2356 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2357
2358         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2359           notify drops and duplicates
2360         * gst/videoscale/videoscale.c: (videoscale_get_structure):
2361           no good reason to limit ourselves to 100x100
2362
2363 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2364
2365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2366         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
2367         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2368         (gst_v4lsrc_get_property):
2369         * sys/v4l/gstv4lsrc.h:
2370         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2371         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2372         (gst_v4l_set_audio):
2373         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
2374         (gst_v4lsrc_try_capture):
2375         * sys/v4l/v4lsrc_calls.h:
2376           change try_palette to more general try_capture
2377           add autoprobe option so we can turn off autoprobing
2378           various fixes
2379
2380 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2381
2382         * configure.ac:
2383           add videorate
2384         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
2385         (gst_ximagesink_class_init):
2386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
2387         (gst_xvimagesink_class_init):
2388           run them as finalize, not dispose, since dispose can be invoked
2389           multiple times
2390
2391 2004-06-17  Wim Taymans  <wim@fluendo.com>
2392
2393         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
2394         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
2395         * ext/alsa/gstalsa.h:
2396         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2397         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
2398         (gst_alsa_src_change_state):
2399         * ext/alsa/gstalsasrc.h:
2400         Make the xrun code timestamp and offset the buffers correctly.
2401         moved the clock to the base class, use alsa methods to get time.
2402         Do correct timestamping on outgoing buffers.
2403
2404 2004-06-17  Wim Taymans  <wim@fluendo.com>
2405
2406         * gst/audiorate/Makefile.am:
2407         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
2408         (gst_audiorate_base_init), (gst_audiorate_class_init),
2409         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
2410         (gst_audiorate_set_property), (gst_audiorate_get_property),
2411         (gst_audiorate_change_state), (plugin_init):
2412         Added an audiorate converter that fills in gaps.
2413
2414 2004-06-17  Johan Dahlin  <johan@gnome.org>
2415
2416         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
2417
2418 2004-06-16  Wim Taymans  <wim@fluendo.com>
2419
2420         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
2421         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2422         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2423         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2424         (gst_v4lsrc_get_property):
2425         * sys/v4l/gstv4lsrc.h:
2426         Added a copy mode to v4lsrc where it will output a copied version
2427         of its internal hardware buffer.
2428         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
2429         can't | them.
2430
2431 2004-06-16  Wim Taymans  <wim@fluendo.com>
2432
2433         * sys/oss/gstosssrc.c: (gst_osssrc_get):
2434         Timestamp fixes.
2435
2436 2004-06-16  Wim Taymans  <wim@fluendo.com>
2437
2438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2439         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2440         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2441         (gst_v4lsrc_get_property):
2442         * sys/v4l/gstv4lsrc.h:
2443         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2444         Added a sync mode enum property to control v4lsrc timestamp method
2445         Removed the use-fixed-fps property and moved functionality in
2446         the enum. 
2447         Don't error on an error value from v4l-conf, it might not always
2448         be a real error.
2449
2450 2004-06-16  Wim Taymans  <wim@fluendo.com>
2451
2452         * gst/videorate/Makefile.am:
2453         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
2454         (gst_videorate_base_init), (gst_videorate_class_init),
2455         (gst_videorate_getcaps), (gst_videorate_link),
2456         (gst_videorate_init), (gst_videorate_chain),
2457         (gst_videorate_set_property), (gst_videorate_get_property),
2458         (gst_videorate_change_state), (plugin_init):
2459         Added a video timestamp corrector.
2460
2461 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2462
2463         fixed a potential leak with previous commit
2464         
2465         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2466
2467 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2468
2469         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2470         Added missing refcount, fixes bug #144425
2471         Cheers Tim for finding the bug
2472
2473 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2474
2475         * sys/v4l/gstv4l.c: (plugin_init):
2476         * sys/v4l/gstv4lcolorbalance.c:
2477         * sys/v4l/gstv4lcolorbalance.h:
2478         * sys/v4l/gstv4lelement.c:
2479         * sys/v4l/gstv4lelement.h:
2480         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2481         * sys/v4l/gstv4lmjpegsink.h:
2482         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2483         * sys/v4l/gstv4lmjpegsrc.h:
2484         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2485         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2486         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
2487         * sys/v4l/gstv4lsrc.h:
2488         * sys/v4l/gstv4ltuner.c:
2489         * sys/v4l/gstv4ltuner.h:
2490         * sys/v4l/gstv4lxoverlay.c:
2491         * sys/v4l/gstv4lxoverlay.h:
2492         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
2493         (gst_v4l_set_window), (gst_v4l_enable_overlay):
2494         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2495         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2496         (gst_v4l_set_audio):
2497         * sys/v4l/v4l_calls.h:
2498         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
2499         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
2500         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
2501         (gst_v4lmjpegsink_playback_init),
2502         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
2503         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
2504         (gst_v4lmjpegsink_playback_stop),
2505         (gst_v4lmjpegsink_playback_deinit):
2506         * sys/v4l/v4lmjpegsink_calls.h:
2507         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
2508         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
2509         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
2510         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
2511         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
2512         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
2513         * sys/v4l/v4lmjpegsrc_calls.h:
2514         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2515         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
2516         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
2517         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
2518         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
2519         (gst_v4lsrc_try_palette):
2520         * sys/v4l/v4lsrc_calls.h:
2521           bunch of paranoia cleanups
2522
2523 2004-06-14  David Schleef  <ds@schleef.org>
2524
2525         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
2526         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
2527         Send discont events and change timestamps appropriately when
2528         we get a seek event.  (bug #144240)
2529         * ext/cdparanoia/gstcdparanoia.h:
2530
2531 2004-06-14  Benjamin Otte  <otte@gnome.org>
2532
2533         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
2534           snd_pcm_hw_params_set_rate  since the latter fails for no good 
2535           reason on some setups.
2536
2537 2004-06-14  David Schleef  <ds@schleef.org>
2538
2539         * gst/volume/demo.c: (value_changed_callback): exp10() is not
2540         standard.  Thank you for playing.
2541
2542 2004-06-14  Wim Taymans  <wim@fluendo.com>
2543
2544         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2545         Patch 1.3 broke the ordering of the colorspace info and
2546         made the plugin basically work by coincidence, reordered
2547         the info.
2548
2549 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2550
2551         * ext/lame/gstlame.c:
2552         * ext/mad/gstmad.c:
2553           sync caps.  Make sure mad can only output a list of rates, not
2554           a full range.  In the future, have three caps lists for each of the
2555           mpeg versions.  Change mpegversion to a double as well.
2556
2557 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2558
2559         * gst/volume/.cvsignore:
2560         * gst/volume/Makefile.am:
2561         * gst/volume/demo.c: (value_changed_callback), (idler),
2562         (setup_gui), (main):
2563           added small demo app
2564
2565 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2566         * ext/esd/esdsink.c: (gst_esdsink_change_state):
2567         * ext/esd/esdsink.h:
2568         Close the esd connection on pause, because esd will just wait -  
2569         blocking all other esd clients indefinitely.
2570
2571 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
2572
2573         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
2574           previous commit with GST_DEBUG
2575
2576 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2577
2578         * configure.ac:
2579           add a header check for a dvdread header in dvdnav.  Fixes #133002
2580
2581 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
2582
2583         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2584         * gst/tcp/gsttcpclientsink.h:
2585         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2586         * gst/tcp/gsttcpclientsrc.h:
2587         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
2588         (gst_tcpserversink_handle_server_read),
2589         (gst_tcpserversink_init_send):
2590         * gst/tcp/gsttcpserversink.h:
2591         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
2592         * gst/tcp/gsttcpserversrc.h:
2593         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
2594         version of IP)
2595
2596 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
2597
2598         * configure.ac:
2599         Added ogg library so that OSX detects libtheora properly
2600         
2601 2004-06-11  Wim Taymans  <wim@fluendo.com>
2602
2603         * ext/theora/theoradec.c: (theora_dec_chain),
2604         (theora_dec_change_state):
2605         Don't try to decode frames before we received a keyframe.
2606
2607 2004-06-11  Wim Taymans  <wim@fluendo.com>
2608
2609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2610         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2611         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2612         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2613         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2614         Added property to set the maximum delay of a page.
2615
2616 2004-06-10  Wim Taymans  <wim@fluendo.com>
2617
2618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2619         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2620         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2621         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2622         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2623         Added max-delay property to control the maximum amount
2624         of data to put in one page.
2625
2626 2004-06-10  Wim Taymans  <wim@fluendo.com>
2627
2628         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2629         (gst_theora_enc_init), (theora_enc_sink_link),
2630         (theora_buffer_from_packet), (theora_enc_set_property),
2631         (theora_enc_get_property):
2632         Set duration on encoded buffer, added some more properties
2633
2634 2004-06-10  Wim Taymans  <wim@fluendo.com>
2635
2636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2637         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2638         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2639         * ext/theora/theoraenc.c: (theora_enc_chain):
2640         Fix refcounting bugs
2641
2642 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2643
2644         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2645         (gst_asf_demux_loop), (gst_asf_demux_process_file),
2646         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
2647         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
2648         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
2649         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
2650         (gst_asf_demux_change_state):
2651         * gst/asfdemux/gstasfdemux.h:
2652           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
2653           feels like. I think we should set a new requirement for demuxers
2654           from now on to implement sane loop functions, data loops, query
2655           and seek functions before first commit into CVS. And this commit
2656           fixes all of the above.
2657
2658 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
2659
2660         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
2661           vorbis comments are properly encoded in UTF-8 before adding them
2662           to a GstTagList
2663
2664 2004-06-09  Benjamin Otte  <otte@gnome.org>
2665
2666         * ext/alsa/gstalsa.c: (add_channels):
2667           handle min <= max correctly
2668         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
2669         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
2670           add fixation functions so we fixate correctly. No preferring of alaw
2671           anymore because it's the first structure.
2672         * ext/alsa/gstalsa.h:
2673         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
2674         (gst_alsa_hw_params_dump):
2675           add functions to ease debugging in alsalib
2676         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
2677         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
2678         (gst_alsa_start_audio):
2679           only specify hw params if we really setup a format (fixes #134007 -
2680           or at least works around it)
2681
2682 2004-06-09  Wim Taymans  <wim@fluendo.com>
2683
2684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2685         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
2686         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
2687         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
2688         (gst_ogg_mux_loop):
2689         Use stream caps to setup the initial pages in the ogg stream.
2690         Correctly set the streamheader caps on the srcpad.
2691
2692 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2693
2694         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2695         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2696         (gst_v4lsrc_getcaps):
2697         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2698         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
2699           add querying of fps lists for webcams.  Negotiating to a framerate
2700           now works.
2701
2702 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2703
2704         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2705         (theora_push_buffer), (theora_push_packet),
2706         (theora_set_header_on_caps), (theora_enc_chain):
2707           mark buffers and put on streamheader, raw theora streaming
2708           now works too, whee
2709
2710 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2711
2712         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2713         (gst_tcp_gdp_read_caps):
2714           do a looping read for caps and GDP headers too
2715
2716 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2717
2718         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2719         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
2720           return EOS instead of NULL in _get
2721
2722 2004-06-08  Wim Taymans  <wim@fluendo.com>
2723
2724         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2725         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
2726         (gst_tcp_gdp_write_caps):
2727         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2728         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2729         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
2730         Memory leak fixes
2731
2732 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2733
2734         * ext/vorbis/Makefile.am:
2735         * ext/vorbis/vorbis.c: (plugin_init):
2736         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
2737         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
2738         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
2739         (vorbis_parse_change_state):
2740         * ext/vorbis/vorbisparse.h:
2741           adding a vorbisparse element that marks the buffers, streaming
2742           raw vorbis using GDP now works, whee
2743
2744 2004-06-08  Wim Taymans  <wim@fluendo.com>
2745
2746         * ext/jpeg/Makefile.am:
2747         * ext/jpeg/README:
2748         * ext/jpeg/gstjpeg.c: (plugin_init):
2749         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
2750         (gst_smokedec_base_init), (gst_smokedec_class_init),
2751         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
2752         * ext/jpeg/gstsmokedec.h:
2753         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
2754         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
2755         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
2756         (gst_smokeenc_resync), (gst_smokeenc_chain),
2757         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
2758         * ext/jpeg/gstsmokeenc.h:
2759         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
2760         (smokecodec_flush_destination), (smokecodec_term_destination),
2761         (smokecodec_init_source), (smokecodec_fill_input_buffer),
2762         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
2763         (smokecodec_term_source), (smokecodec_encode_new),
2764         (smokecodec_decode_new), (smokecodec_info_free),
2765         (smokecodec_set_quality), (smokecodec_get_quality),
2766         (smokecodec_set_threshold), (smokecodec_get_threshold),
2767         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
2768         (find_best_size), (abs_diff), (put), (smokecodec_encode),
2769         (smokecodec_parse_header), (smokecodec_decode):
2770         * ext/jpeg/smokecodec.h:
2771         Added a new simple jpeg based codec
2772
2773 2004-06-08  Wim Taymans  <wim@fluendo.com>
2774
2775         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2776         (gst_multipart_mux_loop):
2777         Fix memory leak
2778
2779 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2780
2781         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2782         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
2783         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
2784         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
2785         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
2786         * gst/tcp/gsttcpserversink.h:
2787           take streamheader into account
2788
2789 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2790
2791         * gst/level/Makefile.am:
2792         * gst/level/gstlevel.c: (gst_level_class_init):
2793           clean up marshal generation
2794
2795 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2796
2797         * gst/tcp/Makefile.am:
2798         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
2799         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
2800         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
2801         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2802         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
2803         (gst_tcpclientsrc_get_property):
2804         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2805         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2806         (gst_tcpserversink_handle_client_read),
2807         (gst_tcpserversink_handle_client_write),
2808         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
2809         * gst/tcp/gsttcpserversink.h:
2810           add signals client-added and client-removed
2811         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2812         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
2813         (gst_tcpserversrc_get_property):
2814         uniformized, change default protocol to NONE
2815         * gst/tcp/gsttcp-marshal.list: added
2816 2004-06-07  Benjamin Otte  <otte@gnome.org>
2817
2818         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2819           handle discont events if they happen before caps nego
2820
2821 2004-06-07  Wim Taymans  <wim@fluendo.com>
2822
2823         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
2824         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
2825         (gst_multipart_demux_plugin_init):
2826         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2827         (gst_multipart_mux_init), (gst_multipart_mux_loop),
2828         (gst_multipart_mux_change_state):
2829         Small updates, fix a memleak
2830
2831 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2832
2833         * configure.ac: OSS portability
2834         * ext/arts/gst_arts.c: idem
2835         * sys/oss/gstosselement.c: idem
2836         * sys/oss/gstossmixer.c: idem
2837         * sys/oss/gstosssink.c: idem
2838         * sys/oss/gstosssrc.c: idem
2839         * sys/oss/oss_probe.c: idem
2840           - check for soundcard.h in different places for some BSD
2841
2842 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
2843
2844         * AUTHORS:
2845         Add me to the authors file
2846         * configure.ac:
2847         Increase the libdv requirement to >= version 0.100
2848         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
2849         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
2850         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
2851         * ext/dv/gstdvdec.h:
2852         Add support for the new_media flag when sending DISCONT events
2853         Make the querying work when video pad is not linked
2854
2855 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2856
2857         reviewed by Benjamin Otte  <otte@gnome.org>
2858
2859         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
2860           create a NULL-initialized array of pads, so we don't think they
2861           exist already. (fixes #143130)
2862
2863 2004-06-07  Benjamin Otte  <otte@gnome.org>
2864
2865         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
2866         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
2867         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
2868           don't use // coments
2869
2870 2004-06-07  Benjamin Otte  <otte@gnome.org>
2871
2872         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
2873           cast to GstClockTime to get higher granularity
2874         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2875           use gst_element_set_time_delay to get the exact time
2876         * ext/mad/gstmad.c: (gst_mad_chain):
2877           use the negotiated rate instead of the current frame's rate which
2878           might be wrong because of bit errors. This avoids emitting totally
2879           bogus timestamps and screwing sync.
2880         (fixes #143454)
2881
2882 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
2883
2884         reviewed by Benjamin Otte  <otte@gnome.org>
2885
2886         * gst/adder/gstadder.c: (gst_adder_loop):
2887           properly error out when no negotiation has happened yet. (fixes
2888           #143032)
2889
2890 2004-06-06  Benjamin Otte  <otte@gnome.org>
2891
2892         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2893           forward correctly transformed offset in discont events. Based on
2894           patch by Arwed v. Merkatz. (fixes #142851)
2895
2896 2004-06-06  David Schleef  <ds@schleef.org>
2897
2898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
2899         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
2900         problems on several systems.
2901
2902 2004-06-06  Benjamin Otte  <otte@gnome.org>
2903
2904         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2905           use explicit caps on the srcpad
2906         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2907           properly error out if caps couldn't be set (fixes #142764)
2908
2909 2004-06-06  Benjamin Otte  <otte@gnome.org>
2910
2911         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
2912         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
2913         (gst_alsa_start_audio):
2914           - don't call set_periods_integer anymore, it breaks the
2915           configuration randomly
2916           - call snd_pcm_hw_params_set_access directly instead of using masks
2917           - don't fail if the sw_params can't be set, just use the default
2918           params and hope it works. Alsalib has weird issues when you touch
2919           sw_params and does no proper error reporting about what failed.
2920         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2921         (gst_alsa_close_audio):
2922           make our alsa debugging go via gst debugging and not conditionally
2923           defined
2924         * ext/alsa/gstalsa.h:
2925           add ALSA_DEBUG_FLUSH macro
2926         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
2927         (plugin_init):
2928           wrap alsa errors to be printed via the gst debugging system and not
2929           spammed to stderr
2930
2931 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2932
2933         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
2934         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
2935         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
2936         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
2937         (qtdemux_parse_trak):
2938         * gst/qtdemux/qtdemux.h:
2939           Bitch. Also known as seeking, querying & co.
2940         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
2941         (gst_osssink_change_state):
2942         * sys/oss/gstosssink.h:
2943           Resyncing is for weenies, this hack is no longer needed and was
2944           broken anyway (since it - unintendedly - always leaves resync to
2945           TRUE).
2946
2947 2004-06-05  Andrew Turner <zxombie@hotpop.com>
2948
2949         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
2950         * gst/tcp/gsttcpclientsrc.h: idem
2951           - define MSG_NOSIGNAL if not done
2952           - include unistd.h for off_t
2953           (fixes #143749)
2954
2955 2004-06-05  Benjamin Otte  <otte@gnome.org>
2956
2957         * configure.ac:
2958         * ext/kio/Makefile.am:
2959           check for qt's moc preprocessor explicitly and use it
2960
2961 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2962
2963         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2964           don't get a signal for EPIPE on socket writes
2965           (somebody check if this works on other platforms)
2966
2967 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2968
2969         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2970         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2971           check error condition on available samples correctly
2972
2973 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2974
2975         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
2976           avoid a segfault
2977         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2978         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
2979         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2980         (gst_tcpserversrc_gdp_read_header):
2981          use ssize_t over size_t since the former is signed and thus the
2982          check for error codes can work
2983
2984 2004-06-02  Wim Taymans  <wim@fluendo.com>
2985
2986         reviewed by: Johan
2987
2988         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2989         (gst_multipart_mux_loop):
2990         Oops
2991
2992 2004-06-02  Wim Taymans  <wim@fluendo.com>
2993
2994         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2995         (gst_multipart_mux_init), (gst_multipart_mux_loop),
2996         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
2997         (gst_multipart_mux_change_state):
2998         Added configurable boundary specifier, added the value as a
2999         caps field as well.
3000
3001 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
3002
3003         * gst/tcp/gsttcp.c:
3004         * gst/tcp/gsttcpclientsrc.c:
3005         * gst/tcp/gsttcpclientsrc.h:
3006         * gst/tcp/gsttcpserversrc.c:
3007           - portability fix, to compile on OSX
3008             (fixes #143146)
3009
3010         * sys/osxaudio/gstosxaudioelement.c:
3011         * sys/osxaudio/gstosxaudiosink.c:
3012         * sys/osxaudio/gstosxaudiosrc.c:
3013           - compilation warnings on OSX
3014             (fixes #143153)
3015
3016 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3017
3018         * ext/vorbis/vorbisdec.c : sign warning fixes
3019
3020         * gst-libs/gst/mixer/mixertrack.c :
3021           do no use defines which are glib 2.4 specific
3022
3023 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
3024
3025         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
3026           buffer since libflac doesn't expect it (reports a sync error when 
3027           it encounters that)
3028
3029         
3030 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
3031
3032         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
3033         * gst-libs/gst/mixer/mixertrack.c:
3034         (gst_mixer_track_get_property), (get_mixer_track_init),
3035         (get_mixer_track_get_property): Added property accessors
3036         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
3037         * gst-libs/gst/mixer/mixeroptions.c:
3038         (gst_mixer_options_get_values): Added   
3039         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
3040         * gst-libs/gst/mixer/mixer.c: Fixed comment
3041
3042
3043 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3044
3045         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
3046           improve error messages on open
3047
3048
3049 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3050
3051         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
3052           check if v4l-conf is in path
3053
3054 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3055
3056         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
3057           change assert to a more readable error message
3058
3059 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3060
3061         * gst-libs/gst/tuner/tunerchannel.h:
3062           - add a freq_multiplicator field to make the conversion
3063             between internal frequency unit and Hz
3064         * sys/v4l/gstv4lelement.c:
3065         * sys/v4l2/gstv4l2element.c:
3066           - change default video device to /dev/video0
3067         * sys/v4l/v4l_calls.c:
3068         * sys/v4l2/v4l2_calls.c:
3069           - we only expose frequency to the user in Hz instead of
3070             bastard v4lX unit (either 62.5kHz or 62.5Hz)
3071
3072 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3073         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3074           Initialise b_o_s and e_o_s variables
3075         * gst-libs/gst/riff/riff-media.c:
3076         (gst_riff_create_video_caps_with_data):
3077           Add some unusual fourcc's from mplayer avi's
3078         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
3079           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
3080           autoplugging.
3081
3082 2004-05-28  Wim Taymans  <wim@fluendo.com>
3083
3084         * configure.ac:
3085         * gst/alpha/Makefile.am:
3086         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3087         (gst_alpha_get_type), (gst_alpha_base_init),
3088         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
3089         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
3090         (gst_alpha_chroma_key), (gst_alpha_chain),
3091         (gst_alpha_change_state), (plugin_init):
3092         A plugin to add an alpha channel to I420 video. Can optionally do
3093         chroma keying.
3094         * gst/multipart/Makefile.am:
3095         * gst/multipart/multipart.c: (plugin_init):
3096         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
3097         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
3098         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
3099         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
3100         (gst_multipart_demux_change_state),
3101         (gst_multipart_demux_plugin_init):
3102         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
3103         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
3104         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
3105         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
3106         (gst_multipart_mux_pad_unlink),
3107         (gst_multipart_mux_request_new_pad),
3108         (gst_multipart_mux_handle_src_event),
3109         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
3110         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
3111         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
3112         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
3113         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
3114         send multipart jpeg images to a browser.
3115         * gst/videobox/Makefile.am:
3116         * gst/videobox/README:
3117         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
3118         (gst_video_box_get_type), (gst_video_box_base_init),
3119         (gst_video_box_class_init), (gst_video_box_init),
3120         (gst_video_box_set_property), (gst_video_box_get_property),
3121         (gst_video_box_sink_link), (gst_video_box_i420),
3122         (gst_video_box_ayuv), (gst_video_box_chain),
3123         (gst_video_box_change_state), (plugin_init):
3124         Crops or adds borders around an image. can do alpha channel
3125         borders as well.
3126         * gst/videomixer/Makefile.am:
3127         * gst/videomixer/README:
3128         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3129         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
3130         (gst_videomixer_pad_get_sink_event_masks),
3131         (gst_videomixer_pad_get_property),
3132         (gst_videomixer_pad_set_property),
3133         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
3134         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
3135         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3136         (gst_videomixer_base_init), (gst_videomixer_class_init),
3137         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3138         (gst_videomixer_handle_src_event),
3139         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
3140         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
3141         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
3142         (gst_videomixer_loop), (gst_videomixer_get_property),
3143         (gst_videomixer_set_property), (gst_videomixer_change_state),
3144         (plugin_init):
3145         Generic video mixer plugin, can handle multiple inputs all with
3146         different framerates and video sizes. Is fully alpha channel
3147         aware.
3148
3149 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3150
3151         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3152           Select first track as master track. Not sure how else to handle
3153           that...
3154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
3155           Discard discont events. Should fix #142962.
3156
3157 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3158
3159         * ext/alsa/Makefile.am:
3160         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
3161         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
3162         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3163         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
3164         (gst_alsa_mixer_get_option):
3165         * ext/alsa/gstalsamixer.h:
3166         * ext/alsa/gstalsamixeroptions.c:
3167         (gst_alsa_mixer_options_get_type),
3168         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
3169         (gst_alsa_mixer_options_new):
3170         * ext/alsa/gstalsamixeroptions.h:
3171         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3172         * ext/alsa/gstalsamixertrack.h:
3173           Add enumerations (as GstMixerOptions). Make correct distinction
3174           between input/output tracks. Add capture/playback private flag.
3175           Use flag to decide on whether to set capture or playback volumes
3176           or switches. Use playback and record switches.
3177         * gst-libs/gst/mixer/Makefile.am:
3178         * gst-libs/gst/mixer/mixer-marshal.list:
3179         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
3180         (gst_mixer_set_option), (gst_mixer_get_option),
3181         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
3182         (gst_mixer_volume_changed), (gst_mixer_option_changed):
3183         * gst-libs/gst/mixer/mixer.h:
3184         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
3185         (gst_mixer_options_class_init), (gst_mixer_options_init),
3186         (gst_mixer_options_dispose):
3187         * gst-libs/gst/mixer/mixeroptions.h:
3188           Add GstMixerOptions.
3189         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3190           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
3191           broken device detection on computers with multiple OSS sound
3192           cards.
3193
3194 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3195
3196         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
3197           fixate nicely even when the peer is not negotiating
3198
3199 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3200
3201         * gst/audioconvert/gstaudioconvert.c:
3202         (gst_audio_convert_parse_caps):
3203           make sure we don't allow depth > width
3204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
3205           fixate endianness to G_BYTE_ORDER as default
3206         * gst/audioscale/gstaudioscale.c:
3207           we don't handle another endianness as host-endianness
3208
3209 2004-05-25  David Schleef  <ds@schleef.org>
3210
3211         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
3212
3213 2004-05-24  Benjamin Otte  <otte@gnome.org>
3214
3215         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
3216         (gst_oggvorbisenc_setup):
3217           properly fail when we can't setup the vorbis encoder due to
3218           unsupported settings
3219         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
3220         (gst_vorbisenc_setup):
3221           same
3222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3223           fix case where warnings occured when one pad was unlinked while the
3224           other's link function was called
3225
3226 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3227
3228         * gst/tcp/Makefile.am:
3229           use GST_ENABLE_NEW
3230
3231 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3232
3233         * gst-libs/gst/resample/private.h:
3234           don't use optimizations that are #if 0'ed
3235
3236 2004-05-24  Wim Taymans  <wim@fluendo.com>
3237
3238         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
3239         Fix potential division by zero error and hopefully get
3240         the position query right to get correct timestamps on avi
3241         audio.
3242
3243 2004-05-24  Wim Taymans  <wim@fluendo.com>
3244
3245         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
3246         (gst_videoscale_scale_nearest_str2),
3247         (gst_videoscale_scale_nearest_str4),
3248         (gst_videoscale_scale_nearest_32bit),
3249         (gst_videoscale_scale_nearest_24bit),
3250         (gst_videoscale_scale_nearest_16bit):
3251         Fix the scaling algorithm and avoid a buffer overflow.
3252         removed the while loop in the scaling function as it
3253         was used for point sampling only.
3254
3255 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3256
3257         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
3258         (gst_id3_tag_class_init), (gst_id3_tag_init),
3259         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
3260         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
3261         (gst_id3_tag_send_tag_event):
3262           lots of fixes to make id3mux work and id3demux work correctly
3263
3264 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3265
3266         * ext/Makefile.am:
3267           add rules to build shout2send (was removed by accident
3268           when this module was no more marked experimental/broken)
3269
3270 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
3271
3272         * ext/shout2/gstshout2.c:
3273         * ext/shout2/gstshout2.h:
3274           adding a "connection problem" signal to shout2send
3275           (fixes #142954)
3276
3277 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3278
3279         * ext/kio/kioreceiver.cpp:
3280         * ext/kio/kioreceiver.h:
3281           fix sign comparison issues
3282
3283 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3284
3285         * gst/cdxaparse/gstcdxaparse.c:
3286         * gst/cdxaparse/gstcdxaparse.h:
3287           some renaming
3288           add some checks/sanity
3289           prepare for seek addition
3290
3291         * sys/sunaudio/gstsunaudio.c:
3292           remove exported dupe init function
3293
3294 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3295
3296         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
3297         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
3298           Fix format conversion and position querying.
3299         * gst/debug/progressreport.c: (gst_progressreport_report):
3300           Don't output a bogus total value that we didn't query.
3301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3302           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
3303           only a blank window after xine has been used.
3304
3305 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3306
3307         * m4/as-arts.m4:
3308           sync with upstream version to fix test on FC2
3309           readd with -ko to preserve Id header
3310
3311 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3312
3313         * configure.ac:
3314           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
3315         * gst/tcp/gsttcpclientsrc.c: idem
3316         * gst/tcp/gsttcpserversink.c: idem
3317         * gst/tcp/gsttcpserversrc.c: idem
3318         * m4/gst-fionread.m4: idem
3319
3320         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
3321
3322         * configure.ac: enable speex plugin for speex 1.1.5+
3323         * ext/speex/gstspeexenc.c: fix cast warning
3324
3325         * ext/esd/README: fix typo
3326
3327 2004-05-20  David Schleef  <ds@schleef.org>
3328
3329         * configure.ac: Minor cosmetic change to convince the buildbot to
3330         reautogen.
3331         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
3332         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
3333         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
3334         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
3335         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
3336         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
3337         More hacking.  Plays audio now.
3338
3339 2004-05-20  David Schleef  <ds@schleef.org>
3340
3341         * configure.ac:
3342         * sys/Makefile.am:
3343
3344 2004-05-20  David Schleef  <ds@schleef.org>
3345
3346         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
3347         * sys/osxaudio/gstosxaudio.c:
3348         * sys/osxaudio/gstosxaudioelement.c:
3349         * sys/osxaudio/gstosxaudioelement.h:
3350         * sys/osxaudio/gstosxaudiosink.c:
3351         * sys/osxaudio/gstosxaudiosink.h:
3352         * sys/osxaudio/gstosxaudiosrc.c:
3353         * sys/osxaudio/gstosxaudiosrc.h:
3354
3355 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3356
3357         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
3358         (gst_vorbisenc_chain):
3359           put the codec headers on the caps as streamheader as well as
3360           pushing them out
3361
3362 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3363
3364         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3365         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3366         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
3367         split up push_packet into two functions
3368
3369 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3370
3371         * gst/tcp/.cvsignore:
3372           ignore enums
3373         * gst/tcp/Makefile.am:
3374         * gst/tcp/README:
3375         * gst/tcp/gsttcp.c:
3376         * gst/tcp/gsttcp.h:
3377         * gst/tcp/gsttcpclientsink.c:
3378         * gst/tcp/gsttcpclientsink.h:
3379         * gst/tcp/gsttcpclientsrc.c:
3380         * gst/tcp/gsttcpclientsrc.h:
3381         * gst/tcp/gsttcpplugin.c:
3382         * gst/tcp/gsttcpserversink.c:
3383         * gst/tcp/gsttcpserversink.h:
3384         * gst/tcp/gsttcpserversrc.c:
3385         * gst/tcp/gsttcpserversrc.h:
3386           add new tcp elements
3387
3388 2004-05-19  Wim Taymans  <wim@fluendo.com>
3389
3390         * gst/law/mulaw-conversion.c: (mulaw_encode):
3391         Fix overflow bug in ulaw encoding.
3392
3393 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3394
3395         * ext/mad/gstmad.c: (gst_mad_handle_event):
3396           don't unref the event twice
3397
3398 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3399
3400         * configure.ac:
3401           remove -Wno-sign-compare
3402
3403 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3404
3405         * configure.ac:
3406           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
3407           if you want to work against glib 2.2 and 2.4
3408
3409 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3410
3411         * gst/tcp/Makefile.am:
3412         * gst/tcp/gsttcp.c:
3413         * gst/tcp/gsttcp.h:
3414         * gst/tcp/gsttcpsink.h:
3415         * gst/tcp/gsttcpsrc.h:
3416           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
3417
3418 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3419
3420         * gst/debug/tests.c: (md5_get_value):
3421           fix segfault on gst-inspect
3422
3423 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3424
3425         * gst/debug/testplugin.c: 
3426         * gst/debug/tests.c: 
3427         * gst/debug/tests.h:
3428           add new extensible and configurable testing element. Current tests
3429           include buffer count, stream length, timestamp/duration matching and
3430           md5.
3431         * gst/debug/Makefile.am:
3432         * gst/debug/gstdebug.c: (plugin_init):
3433           add infrastructure for new element
3434
3435 2004-05-19  Johan Dahlin  <johan@gnome.org>
3436
3437         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
3438         ending of the array. Fixes gst-inspect segfault on ppc.
3439
3440 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3441
3442         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
3443
3444         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
3445
3446 2004-05-18  David Schleef  <ds@schleef.org>
3447
3448         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
3449         warnings (bugs, actually) noticed by gcc but not forte.
3450
3451 2004-05-18  David Schleef  <ds@schleef.org>
3452
3453         * sys/sunaudio/Makefile.am:
3454         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
3455
3456 2004-05-18  David Schleef  <ds@schleef.org>
3457
3458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3459         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
3460         to allow qtdemux to use non-seekable streams. (bug #142272)
3461
3462 2004-05-18  David Schleef  <ds@schleef.org>
3463
3464         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
3465         (gst_resample_sinc_ft_float): Remove use of static temporary
3466         buffer.  This code was obviously not supposed to last long, but
3467         it's stuck in our ABI, so it required a little hack to make it
3468         ABI-compatible.  Fixes #142585.
3469         * gst-libs/gst/resample/resample.h: same.
3470
3471 2004-05-18  David Schleef  <ds@schleef.org>
3472
3473         * configure.ac: Add sunaudio
3474         * examples/Makefile.am: make gstplay depend on gconf
3475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
3476         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
3477         (convert_table_lookup), (img_convert): remove c99-isms
3478         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
3479           unsigned, to fix a warning on Solaris
3480         * gst/mpeg1sys/systems.c: bcopy->memcpy
3481         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
3482         * sys/Makefile.am: Add sunaudio
3483
3484 2004-05-18  Wim Taymans  <wim@fluendo.com>
3485
3486         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
3487         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3488         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
3489         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3490         (gst_ogg_mux_loop):
3491         Fix an ugly memleak where the muxer didn't flush enough ogg
3492         pages. This also resulted in badly muxed ogg files.
3493
3494 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3495
3496         * gst/asfdemux/asfheaders.c :
3497         * gst/asfdemux/asfheaders.h :
3498         * gst/asfdemux/gstasfdemux.c :
3499           - fix ASF_OBJ_PADDING guid
3500           - add 3 new object guids (language list, metadata, 
3501             extended stream properties)
3502           - add a function to parse extended header objects
3503
3504 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3505
3506         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
3507           remove leftover debugging g_print
3508
3509 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3510
3511         * ext/mad/gstmad.c: (gst_mad_handle_event):
3512           Fix for when the first format in a discont event is not a
3513           byte-based one. Should fix #137710.
3514
3515 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3516
3517         * m4/a52.m4 : fix compilation with -Wall -Werror
3518         * m4/libfame.m4 : idem
3519         * m4/libmikmod.m4 : idem
3520
3521 2004-05-17  Benjamin Otte  <otte@gnome.org>
3522
3523         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3524           signal the new tags before giving up the reference
3525
3526 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3527
3528         * ext/shout2/gstshout2.c:
3529           use application/ogg instead of application/x-ogg (patch by Patrick
3530           Guimond, fixes #142432)
3531         * sys/oss/gstosselement.c: (gst_osselement_reset),
3532         (gst_osselement_sync_parms):
3533           don't set fragment size unless specified (fixes #142493)
3534
3535 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3536
3537         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
3538           fixes #142664
3539
3540 2004-05-17  Benjamin Otte  <otte@gnome.org>
3541
3542         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
3543           compute offsets correctly for internal buffers so timestamps are set
3544           correctly when we can't seek. Also handle cases where there are no
3545           offsets. (based on a patch by David Moore, fixes #142507)
3546
3547 2004-05-17  Benjamin Otte  <otte@gnome.org>
3548
3549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3550           use correct variable when determining amount of data to skip so we
3551           don't skip into the void and segfault
3552
3553 2004-05-16  Benjamin Otte  <otte@gnome.org>
3554
3555         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3556           Hi, I'm a memleak
3557
3558 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3559
3560         * gst/asfdemux/gstasfdemux.c:
3561           - fix a mem leak and always propagate tags
3562           - add WMV3 to known video codecs (but no decoder yet)
3563           - replace "surplus data" at end of audio header for what
3564             it is : codec specific data
3565           - fix a typo
3566
3567 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
3568
3569         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
3570
3571         * gst-libs/gst/audio/audioclock.c:
3572           Fix wrong return type (#142205).
3573
3574 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3575
3576         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
3577           Ignore CRCs by default (fixes #142566).
3578
3579 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3580
3581         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3582         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
3583         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
3584         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
3585         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3586         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
3587           Fix for cases where we fail to attach to a mixer.
3588
3589 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3590
3591         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
3592           Don't touch events after not owning them anymore.
3593         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3594         (gst_wavparse_fmt), (gst_wavparse_other),
3595         (gst_wavparse_handle_seek), (gst_wavparse_loop),
3596         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
3597         (gst_wavparse_srcpad_event):
3598         * gst/wavparse/gstwavparse.h:
3599           Add seeking, fix querying.
3600
3601 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3602
3603         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3604           - process comments even if they don't end with \0\0
3605             g_convert would ignore them if present and works well without them
3606
3607 2004-05-16  Benjamin Otte  <otte@gnome.org>
3608
3609         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
3610           simplify caps
3611
3612 2004-05-16  Benjamin Otte  <otte@gnome.org>
3613
3614         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3615           don't write to memory we might not write to - g_convert does that
3616           for us anyway (fixes #142613)
3617         (gst_asf_demux_audio_caps):
3618           comment out gst_util_dump_mem
3619
3620 2004-05-16  Benjamin Otte  <otte@gnome.org>
3621
3622         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3623           compute correct expected timestamps after seek (broken since
3624           last commit)
3625         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
3626           rename element and debugging category to gdkpixbufscale
3627
3628 2004-05-16  Benjamin Otte  <otte@gnome.org>
3629
3630         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3631           add error checking to snd_pcm_delay and remove duplicate call to
3632           snd_pcm_delay that caused issues (see inline code comments)
3633         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3634           make more readable and fix return value when snd_pcm_delay fails
3635         (fixes #142586)
3636
3637 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
3638         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
3639         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
3640         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
3641         (gst_pixbufscale_link), (gst_pixbufscale_init),
3642         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
3643         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
3644         (gst_pixbufscale_get_property), (pixbufscale_init):
3645         * ext/gdk_pixbuf/pixbufscale.h:
3646         Add these files I forgot earlier
3647
3648 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
3649         * ext/gdk_pixbuf/Makefile.am:
3650         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3651         * ext/gdk_pixbuf/gstgdkpixbuf.h:
3652         Add new pixbufscale element to scale RGB video
3653         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
3654         and HYPER interpolation correctly.
3655         * ext/theora/theoraenc.c: (theora_enc_chain),
3656         Discard buffer and return if explicit caps could not be set
3657         (theora_enc_get_property):
3658         Make _get return kbps for the bitrate consistent with
3659         the _set function.
3660
3661
3662 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3663
3664         * ext/libvisual/visual.c: (gst_visual_chain):
3665           add missing visual_audio_analyze
3666
3667 2004-05-14  David Schleef  <ds@schleef.org>
3668
3669         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
3670         is killed while we're playing.
3671         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
3672         gst_element_no_more_pads().
3673
3674 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3675
3676         * gst-libs/gst/riff/riff-read.c :
3677           - fix INFO tag extraction in RIFF/AVI files
3678             because gst_event_unref (event) also freed taglist
3679           - avoid a mem leak
3680
3681 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3682
3683         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
3684         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
3685
3686         * gst/auparse/gstauparse.c :
3687           - add code (commented for now) to support audio/x-adpcm on src pad
3688             (we have no decoder for those layout yet)
3689
3690         * gst/cdxaparse/gstcdxaparse.c :
3691         * gst/cdxaparse/gstcdxaparse.h :
3692           - partial rewrite using RiffRead (ripped iain's wavparse code)
3693
3694         * gst/rtp/gstrtpL16enc.c : typo
3695         * gst/rtp/gstrtpgsmenc.c : typo
3696
3697 2004-05-13  Benjamin Otte  <otte@gnome.org>
3698
3699         * configure.ac:
3700           check for exact version of libvisual, it's not supposed to be
3701           API/ABI stable yet
3702
3703 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3704
3705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
3706           signal no-more-pads
3707
3708 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
3709
3710         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
3711         Report which format was used for GST_FORMAT_DEFAULT
3712         * gst/debug/Makefile.am:
3713         * gst/debug/gstdebug.c: (plugin_init):
3714         * gst/debug/progressreport.c: (gst_progressreport_base_init),
3715         (gst_progressreport_class_init), (gst_progressreport_init),
3716         (gst_progressreport_report), (gst_progressreport_set_property),
3717         (gst_progressreport_get_property), (gst_progressreport_chain),
3718         (gst_progressreport_plugin_init):
3719         Add progressreport element for testing.
3720
3721 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3722
3723         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
3724         * sys/v4l/gstv4lsrc.h:
3725         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
3726         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
3727         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3728         (gst_v4lsrc_grab_frame):
3729           add more debugging
3730           send a discont at start
3731
3732 2004-05-12  Colin Walters  <walters@redhat.com>
3733
3734         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
3735         inflooping if we can't find a chunk.  Or in other words, don't blow
3736         chunks if we don't have a chunk to blow.
3737
3738 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
3739         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
3740         Remove old debug output
3741         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
3742         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
3743         (gst_dvdec_set_property), (gst_dvdec_get_property):
3744         Change the quality setting to an enum, so it works from gst-launch
3745         Don't renegotiate a non-linked pad. Allows audio only decoding.
3746         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
3747         (gst_deinterlace_link), (gst_deinterlace_init):
3748         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
3749         (gst_videodrop_link):
3750         Some caps negotiation fixes
3751
3752 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3753
3754         * ext/tarkin/gsttarkin.c :
3755           - Change RANK from NONE to PRIMARY
3756         * ext/gdk_pixbuf/gstgdkpixbuf.c :
3757           - Change RANK from NONE to MARGINAL
3758         * ext/divx/gstdivxenc.c :
3759           - Change RANK from PRIMARY to NONE (encoder/spider issue)
3760
3761 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3762
3763         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3764         (gst_vorbisenc_push_packet):
3765           copy a function that was added between 1.0 and 1.0.1 until we
3766           depend on worthwhile features of post-1.0
3767
3768 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3769
3770         * configure.ac:
3771           enable shout2 by default
3772         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
3773         (gst_shout2send_base_init), (gst_shout2send_init),
3774         (gst_shout2send_connect), (gst_shout2send_change_state):
3775         * ext/shout2/gstshout2.h:
3776           make this work again. Based on a patch by Zaheer Merali (fixes
3777           #142262)
3778         * ext/theora/theora.c: (plugin_init):
3779           don't set rank on encoders
3780
3781 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
3782
3783         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3784           Use codec_data property instead of flag1 and flag2 for wma
3785
3786 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3787
3788         * gst/cdxaparse/gstcdxaparse.c :
3789           - Add mpegversion to CAPS to make it link
3790           - Rank is as GST_RANK_SECONDARY instead of NONE
3791         * gst/auparse/gstauparse.c :
3792           - Document all audio encoding we can encounter from Solaris 9
3793             headers and libsndfile information.
3794           - Increase max. rate from 48000 to 192000 (to match other elements)
3795           - Don't try to play junk data between header and samples
3796
3797 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3798
3799         * ext/libvisual/visual.c: (gst_visual_getcaps):
3800           use the right caps depending on endianness (I hope)
3801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
3802           use GST_RANK_NONE for all non-decoding elements or spider gets
3803           mighty confused
3804
3805 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3806
3807         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3808           Fix some odd cases and fix BE metadata parsing of unicode16 text.
3809
3810 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3811
3812         * gst/switch/gstswitch.c: (gst_switch_release_pad),
3813         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
3814         (gst_switch_loop), (gst_switch_get_type):
3815           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
3816           HEADERS. Had to be said.
3817
3818 2004-05-10  David Schleef  <ds@schleef.org>
3819
3820         * configure.ac: Add prototype Dirac support.
3821         * ext/Makefile.am:
3822         * ext/dirac/Makefile.am:
3823         * ext/dirac/gstdirac.cc:
3824         * ext/dirac/gstdiracdec.cc:
3825
3826 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3827
3828         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
3829         (gst_auparse_init), (gst_auparse_chain),
3830         (gst_auparse_change_state):
3831           Hack around spider. Remove me some day please.
3832
3833 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3834
3835         * gst/auparse/gstauparse.c: (gst_auparse_chain):
3836           Fix for some uninitialized variables in previous patch, also
3837           makes it work. Fixes #142286 while we're at it.
3838
3839 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3840
3841         * gst/auparse/gstauparse.c:
3842                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
3843                 only unsupported formats are ADPCM/CCITT G.72x
3844                 reviewed by Ronald
3845         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
3846
3847 2004-05-10  Wim Taymans  <wim@fluendo.com>
3848
3849         * ext/vorbis/Makefile.am:
3850         * ext/vorbis/README:
3851         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
3852         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
3853         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
3854         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
3855         (gst_oggvorbisenc_convert_sink),
3856         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
3857         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
3858         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
3859         (get_constraints_string), (update_start_message),
3860         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
3861         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
3862         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
3863         * ext/vorbis/oggvorbisenc.h:
3864         * ext/vorbis/vorbis.c: (plugin_init):
3865         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
3866         (raw_caps_factory), (gst_vorbisenc_class_init),
3867         (gst_vorbisenc_init), (gst_vorbisenc_setup),
3868         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
3869         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
3870         * ext/vorbis/vorbisenc.h:
3871         Added a raw vorbis encoder to be used with the oggmuxer.
3872         We still need the old encoder for some gnome applications, 
3873         read the README to find out how that works.
3874         The raw encoder is called "rawvorbisenc" until 0.9.
3875
3876 2004-05-10  Wim Taymans  <wim@fluendo.com>
3877
3878         * ext/ogg/gstogg.c: (plugin_init):
3879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
3880         (gst_ogg_print):
3881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
3882         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
3883         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
3884         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
3885         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
3886         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
3887         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
3888         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
3889         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
3890         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
3891         Added an ogg muxer.
3892         Small typo fixes in the demuxer.
3893
3894 2004-05-10  Wim Taymans  <wim@fluendo.com>
3895
3896         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3897         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3898         (theora_enc_change_state), (theora_enc_set_property),
3899         (theora_enc_get_property):
3900         Mark the last packet with an EOS flag which is not really needed
3901         in gstreamer.
3902         Do some better video framerate initialisation.
3903         Update the buffer timestamp.
3904
3905 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
3906
3907         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
3908         Return the result of the parent state change call
3909
3910 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3911
3912         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
3913         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
3914         * gst/law/alaw-encode.c : (idem)
3915         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
3916         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
3917         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
3918
3919 2004-05-09  Benjamin Otte  <otte@gnome.org>
3920
3921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3922           don't use a fixed buffer size when writing variable length data to
3923           it. Fixes memory corruption and makes alsasrc work
3924
3925 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3926
3927         * ext/gnomevfs/gstgnomevfssink.c:
3928         (_gst_boolean_allow_overwrite_accumulator),
3929         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
3930           Run glib's default signal handler (??) in RUN_CLEANUP rather than
3931           RUN_LAST, and don't use that to set the accumulator value because
3932           then it's always FALSE.
3933
3934 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3935
3936         * gst-libs/gst/riff/riff-media.c:
3937         (gst_riff_create_video_caps_with_data),
3938         (gst_riff_create_audio_caps),
3939         (gst_riff_create_audio_template_caps):
3940         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3941           Fix for unaligned RIFF files (i.e. where all the chunks together
3942           in a LIST chunk are not of the same size as the size given in
3943           the LIST chunk header). Fixes several odd WAVE files. Also fix
3944           ADPCM (block_align property) in audio, so that wavparse based
3945           on this works now as it used to stand-alone.
3946
3947 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
3948
3949         reviewed by Benjamin Otte  <otte@gnome.org>
3950
3951         * ext/a52dec/gsta52dec.c:
3952         * ext/divx/gstdivxdec.c:
3953         * ext/divx/gstdivxenc.c:
3954         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
3955         * ext/faac/gstfaac.c: (gst_faac_base_init):
3956         * ext/faad/gstfaad.c: (gst_faad_base_init):
3957         * ext/ivorbis/vorbisfile.c:
3958         * ext/lame/gstlame.c:
3959         * ext/libfame/gstlibfame.c:
3960         * ext/mpeg2enc/gstmpeg2enc.cc:
3961         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
3962         * ext/sidplay/gstsiddec.cc:
3963         * ext/speex/gstspeexdec.c:
3964         * ext/speex/gstspeexenc.c:
3965         * ext/xvid/gstxviddec.c:
3966         * ext/xvid/gstxvidenc.c:
3967           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
3968           (fixes #142193)
3969
3970 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3971
3972         * ext/alsa/gstalsa.c: (device_list),
3973         (gst_alsa_class_probe_devices):
3974         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3975           Fix alsa oddness in mixer after the combination of using mixer
3976           in source/sink elements and using hw:x,y instead of just hw:x.
3977
3978 2004-05-09  Benjamin Otte  <otte@gnome.org>
3979
3980         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
3981         (gst_wavparse_create_sourcepad):
3982           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
3983           sourcepads
3984
3985 2004-05-09  Benjamin Otte  <otte@gnome.org>
3986
3987         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3988           allow discont events before caps nego
3989
3990 2004-05-08  Benjamin Otte  <otte@gnome.org>
3991
3992         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3993           don't leak events
3994
3995 2004-05-08  Benjamin Otte  <otte@gnome.org>
3996
3997         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3998         (gst_level_change_state), (gst_level_init):
3999         * gst/level/gstlevel.h:
4000           figure out if we're initialized directly instead of keeping a
4001           variable that's wrong in 90% of cases
4002           don't initialize pads and then leak them and use a new unitialized
4003           pad. (fixes #142084)
4004           these were bugs so n00bish I didn't find them for an hour :/
4005
4006 2004-05-08 Iain <iain@prettypeople.org>
4007
4008         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
4009         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
4010         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
4011         return the length that was read.
4012         (gst_riff_read_strf_auds): Allow fmt tags as well.
4013
4014 2004-05-07  David Schleef  <ds@schleef.org>
4015
4016         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
4017         signed char assumption in faad.h.
4018
4019 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4020
4021         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
4022           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
4023
4024 2004-05-07  Colin Walters  <walters@redhat.com>
4025
4026         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
4027         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
4028         function.
4029         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
4030         Add dispose function.
4031
4032 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
4033         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
4034           Fix caps nego and pad templates. RGB mode caps should
4035           work now.
4036         * ext/dvdnav/gst-dvd:
4037           Move mpeg2dec inside the thread because otherwise the
4038           queue rejects cap changes mid-stream
4039         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
4040         (gst_mpeg2dec_flush_decoder):
4041           For mpeg2dec > 0.4.0, call the flush function instead of
4042           manually extracting all in-flight frames.
4043         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
4044         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
4045           Change mime type video/dv go video/x-dv to match the
4046           rest of gst-plugins
4047
4048 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4049
4050         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
4051         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
4052         (gst_alsa_sink_class_init):
4053         * ext/alsa/gstalsasink.h:
4054         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
4055         (gst_alsa_src_class_init):
4056         * ext/alsa/gstalsasrc.h:
4057           Make alsasink/src a subclass of alsamixer so that mixer stuff
4058           shows up in gst-rec. Needs some finetuning.
4059
4060 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4061
4062         * ext/lame/gstlame.c: (gst_lame_chain):
4063           simplify
4064         * ext/mad/gstmad.c: (gst_mad_handle_event):
4065           fix event leak
4066         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
4067           be able to detect mp3 files < 4096 bytes
4068
4069 2004-05-06  Wim Taymans  <wim@fluendo.com>
4070
4071         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4072         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
4073         (theora_enc_set_property), (theora_enc_get_property):
4074         Also encode the first frame, cleanup some code.
4075
4076 2004-05-06  Wim Taymans  <wim@fluendo.com>
4077
4078         * ext/mpeg2enc/gstmpeg2enc.cc:
4079         Forward events first before deciding that negotiation was
4080         not performed.
4081
4082 2004-05-06  Wim Taymans  <wim@fluendo.com>
4083
4084         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
4085         First process the events before deciding that negotiation
4086         was not performed.
4087
4088 2004-05-06  Wim Taymans  <wim@fluendo.com>
4089
4090         * ext/theora/Makefile.am:
4091         * ext/theora/theora.c: (plugin_init):
4092         * ext/theora/theoradec.c: (theora_dec_change_state):
4093         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
4094         (gst_theora_enc_class_init), (gst_theora_enc_init),
4095         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
4096         (theora_enc_chain), (theora_enc_change_state),
4097         (theora_enc_set_property), (theora_enc_get_property):
4098         Added a theora encoder, grouped the encoder and decoder into the
4099         same plugin.
4100
4101 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4102
4103         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4104         (gst_jpegenc_chain):
4105         fix DURATION on outgoing buffers
4106         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
4107         debug using time formats
4108         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4110         (gst_xvimagesink_sink_link):
4111         windows with width/height 0 generate X errors, so don't allow them
4112
4113 2004-05-05  Wim Taymans  <wim@fluendo.com>
4114
4115         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
4116         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
4117         (gst_mpeg2dec_negotiate_format):
4118         * ext/mpeg2dec/gstmpeg2dec.h:
4119           removed the static pad template so that we can add the
4120           more accurate framerate value to the caps.
4121           
4122
4123 2004-05-04  Benjamin Otte  <otte@gnome.org>
4124
4125         * configure.ac:
4126           check for kdemacros.h, too (should fix #141821)
4127         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
4128           don't crash if no header was sent, but nicely error out (fixes part
4129           of #141554)
4130
4131 2004-05-04  Wim Taymans  <wim@fluendo.com>
4132
4133         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
4134         parent dispose function to avoid segfault on destroy.
4135
4136 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4137
4138         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4139         (plugin_init):
4140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4141         (gst_xvimagesink_sink_link):
4142         clean up debugging caps
4143         also recreate xvimage when format has changed
4144
4145 2004-05-04  Benjamin Otte  <otte@gnome.org>
4146
4147         * ext/libvisual/Makefile.am:
4148         * ext/libvisual/visual.c: (gst_visual_class_init),
4149         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
4150         (gst_visual_srclink), (gst_visual_chain),
4151         (gst_visual_change_state), (plugin_init):
4152           use a GstAdapter to correctly adapt buffer sizes - allows using a
4153           framerate
4154
4155 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4156
4157         * sys/v4l/gstv4lelement.h:
4158         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
4160         (gst_v4lsrc_buffer_free):
4161         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
4162         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4163         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
4164         (gst_v4lsrc_requeue_frame):
4165         move some debugging categories around
4166         query for fps index and set accordingly if found
4167
4168 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4169
4170         * ext/lame/gstlame.c:
4171         correct defaults that lame_init puts out of range
4172
4173 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4174
4175         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
4176         (gst_divxenc_class_init):
4177         fix range since -1 is the default
4178         * gst/mpeg1sys/gstmpeg1systemencode.c:
4179         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
4180         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
4181         (gst_rtjpegdec_chain):
4182         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
4183         (gst_rtjpegenc_chain):
4184         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
4185         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
4186         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
4187         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
4188         * sys/v4l/gstv4lsrc.c:
4189         * sys/v4l/v4l_calls.c: (gst_v4l_open):
4190         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
4191         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
4192         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
4193         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
4194           remove gst_info calls
4195
4196 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4197
4198         * Makefile.am:
4199         * po/af.po:
4200         * po/az.po:
4201         * po/en_GB.po:
4202         * po/nl.po:
4203         * po/sr.po:
4204         * po/sv.po:
4205           Updated translations
4206
4207 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4208
4209         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4210           refactor/comment code
4211
4212 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4213
4214         * gst/asfdemux/Makefile.am:
4215         * gst/asfdemux/asfheaders.c:
4216         * gst/asfdemux/asfheaders.h:
4217         * gst/asfdemux/gstasf.c: (plugin_init):
4218         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
4219         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
4220         (gst_asf_demux_setup_pad):
4221         * gst/asfdemux/gstasfdemux.h:
4222         * gst/asfdemux/gstasfmux.c:
4223         * gst/asfdemux/gstasfmux.h:
4224           Add tagging support to demuxer, split out registration in its own
4225           file instead of in demux (hacky), and prevent having some tables
4226           in our memory multiple times (in asfheaders.h).
4227
4228 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4229
4230         * gst/matroska/matroska-demux.c:
4231         (gst_matroska_demux_parse_metadata):
4232         * gst/matroska/matroska-ids.h:  
4233           Basic tag reading support.
4234
4235 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4236
4237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
4238           Really detect ac-3 audio.
4239         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
4240           really detect matroska files (off-by-1).
4241
4242 2004-04-30  David Schleef  <ds@schleef.org>
4243
4244         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4245         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
4246         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
4247         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
4248         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
4249         hackage -- parse a lot more atoms, extract a few tags.  One might even
4250         mistake this for tag support.  Maybe it is.
4251         * gst/qtdemux/qtdemux.h:
4252
4253 2004-04-30  Colin Walters  <walters@verbum.org>
4254
4255         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
4256
4257 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4258
4259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4260         (gst_ffmpegcolorspace_getcaps):
4261           remove broken nego fix
4262
4263 2004-04-30  Benjamin Otte  <otte@gnome.org>
4264
4265         * configure.ac:
4266         * ext/Makefile.am:
4267         * ext/libvisual/Makefile.am:
4268         * ext/libvisual/visual.c: 
4269           add initial support for libvisual (http://libvisual.sourceforge.net)
4270           libvisual is still quite alpha, so expect crashes in there :)
4271
4272 2004-04-29  David Schleef  <ds@schleef.org>
4273
4274         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
4275         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
4276         up qtdemux to make it spit out codec_data.  Do _not_ look at this
4277         code; you will no longer respect me.
4278
4279 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4280
4281         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
4282         * ext/alsa/gstalsa.h :
4283         change alsa pcm device discovery to find more than 1 device
4284         per card. code review by Ronald.
4285
4286 2004-04-29  David Schleef  <ds@schleef.org>
4287
4288         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
4289         Add a check for a driver bug on FreeBSD.  (bug #140565)
4290
4291 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4292
4293         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
4294         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4295         (gst_jpegenc_getcaps):
4296           move format setting to inner loop
4297         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4298         (gst_ffmpegcolorspace_getcaps):
4299           use GST_PAD_CAPS if available so that we use already negotiated
4300           caps
4301         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4302         (qtdemux_parse_moov), (qtdemux_parse):
4303           extra debugging
4304         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
4305         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
4306           move hardcoded path to DEFINE
4307
4308 2004-04-28  David Schleef  <ds@schleef.org>
4309
4310         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
4311         (bug #140064)
4312
4313 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4314
4315         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
4316           Don't probe for playback device if we're a source element. Fixes
4317           #139658.
4318
4319 2004-04-29  Benjamin Otte  <otte@gnome.org>
4320
4321         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
4322         (gst_id3_tag_chain):
4323           rewrite buffer offset
4324
4325 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4326
4327         * configure.ac:
4328         * ext/Makefile.am:
4329         * ext/dts/Makefile.am:
4330         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
4331         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
4332         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
4333         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
4334         (gst_dtsdec_loop), (gst_dtsdec_change_state),
4335         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
4336         (plugin_init):
4337         * ext/dts/gstdtsdec.h:
4338           New DTS decoder.
4339         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
4340         (gst_faad_srcconnect):
4341           Add ESDS atom handling (.m4a).
4342
4343 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4344
4345         * ext/divx/gstdivxdec.c: (plugin_init):
4346           Remove comment that makes no sense.
4347         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
4348           Fix for obvious typo that resulted in warnings during gst-register.
4349         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
4350         (gst_xviddec_sink_link):
4351           Fix caps negotiation a bit better.
4352         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4353           We call this 'codec_data', not 'esds'.
4354
4355 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4356
4357         * gst/monoscope/gstmonoscope.c:
4358           make sure we only provide 256x128
4359         * gst/monoscope/monoscope.c: (monoscope_init):
4360           assert size of 256x128
4361
4362 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4363
4364         * Makefile.am:
4365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
4366         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
4367           fixate to max width and height of device
4368
4369 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4370
4371         * Makefile.am:
4372         * sys/v4l/gstv4l.c:
4373         * sys/v4l/gstv4lsrc.c:
4374         * sys/v4l/v4l_calls.c:
4375         * sys/v4l/v4lsrc_calls.c:
4376           fix for qc-usb driver which fakes having more than one buffer
4377           by handing the same buffer twice, which confused GStreamer's/v4lsrc
4378           buffer_free override
4379           add debugging
4380
4381 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4382
4383         * Makefile.am:
4384         * gst/videotestsrc/gstvideotestsrc.c:
4385         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
4386         (gst_videotestsrc_init), (gst_videotestsrc_get),
4387         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
4388         * gst/videotestsrc/gstvideotestsrc.h:
4389           add num-buffers property
4390
4391         2004-04-26  Benjamin Otte  <otte@gnome.org>
4392
4393         * ext/mad/gstid3tag.c: (plugin_init):
4394           set id3mux rank to NONE so it doesn't confuse spider
4395           require audio/mpeg,mpegversion=1 in id3mux
4396
4397 2004-04-26  Benjamin Otte  <otte@gnome.org>
4398
4399         * configure.ac:
4400           detect faad correctly as non-working if it's indeed non-working
4401
4402 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4403
4404         * Makefile.am:
4405         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4406         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
4407         fix _getcaps so it only negotiates to its supported format
4408
4409 2004-04-25  Benjamin Otte  <otte@gnome.org>
4410
4411         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4412           fix memleak
4413
4414 2004-04-23  Benjamin Otte  <otte@gnome.org>
4415
4416         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4417           audio/x-raw-int with height rules! not. Now it's depth.
4418
4419 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4420
4421         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
4422         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
4423         (gst_wavparse_loop):
4424           Missing variable initialization. Add handling of DVI ADPCM. Fix
4425           mis-parsing of LIST chunks. This works around a bug where we mis-
4426           parse non-aligning LIST chunks (so LIST chunks where the contents
4427           don't align with the actual LIST size). The correct fix is to use
4428           rifflib, I'm not going to fix wavparse - too much work. All this
4429           fixes #104878.
4430
4431 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
4432
4433         reviewed by Benjamin Otte  <otte@gnome.org>
4434
4435         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
4436           fix shoutcast not working (fixes #140844)
4437
4438 2004-04-22  Benjamin Otte  <otte@gnome.org>
4439
4440         * ext/hermes/gsthermescolorspace.c:
4441         (gst_hermes_colorspace_caps_remove_format_info):
4442         * gst/colorspace/gstcolorspace.c:
4443         (gst_colorspace_caps_remove_format_info):
4444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4445         (gst_ffmpegcolorspace_caps_remove_format_info):
4446           s/gst_caps_simplify/gst_caps_do_simplify/
4447
4448 2004-04-22  Benjamin Otte  <otte@gnome.org>
4449
4450         * gst-libs/gst/riff/riff-media.c:
4451         (gst_riff_create_video_caps_with_data):
4452           mpegversion is an int
4453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
4454           don't try to create pad templates with NULL caps, use any caps
4455           instead.
4456
4457 2004-04-20  David Schleef  <ds@schleef.org>
4458
4459         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
4460         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
4461         (bug #140384)
4462
4463 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
4464
4465         reviewed by David Schleef
4466
4467         * ext/mad/gstid3tag.c: Add stdlib.h
4468         * gst/rtp/gstrtpgsmenc.c: same
4469         * gst/tags/gstid3tag.c: same
4470         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
4471         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
4472         GST_DISABLE_LOADSAVE use.
4473         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
4474         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
4475         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
4476         atol(3)).
4477         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
4478         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
4479         strtoul(3)).
4480         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
4481         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
4482         $(ID3_CFLAGS).
4483         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
4484         $(LIBFAME_CFLAGS).
4485
4486 2004-04-20  David Schleef  <ds@schleef.org>
4487
4488         * gst/realmedia/rmdemux.c:  This was supposed to part of the
4489         last checkin.  Same idea.
4490
4491 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
4492
4493         reviewed by David Schleef
4494
4495         * configure.ac: bump required gstreamer version to 0.8.1.1
4496         because of following changes [--ds]
4497
4498         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
4499         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
4500         (gst_riff_read_header):  Use GST_READ_UINT*
4501         macros to access possibly unaligned memory.
4502
4503         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
4504         (mp3_type_find):  Use GST_READ_UINT*
4505         macros to access possibly unaligned memory.
4506         (mp3_type_find, mpeg1_parse_header, qt_type_find)
4507         (speex_type_find): Likewise
4508
4509         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
4510
4511         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
4512         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
4513         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
4514         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
4515         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
4516         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
4517         macros to access possibly unaligned memory.
4518
4519         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
4520         Likewise.
4521
4522         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
4523         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
4524
4525         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4526         Likewise.
4527
4528         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
4529         (gst_mpeg2subt_chain_subtitle): Likewise.
4530
4531         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
4532         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
4533         Likewise.
4534
4535         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
4536         Likewise.
4537
4538         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
4539         Likewise.
4540
4541         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
4542         Likewise.
4543
4544 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4545
4546         * configure.ac:
4547           update required version of GStreamer because of GST_TIME_FORMAT
4548
4549 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4550
4551         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
4552           remove leftover g_print
4553         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4554           don't try setting only a subset of the caps. We don't want to kill
4555           autoplugging on purpose
4556
4557 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4558
4559         * sys/ximage/ximagesink.c: (plugin_init):
4560         * sys/xvimage/xvimagesink.c: (plugin_init):
4561           add debugging categories
4562
4563 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4564
4565         * po/en_GB.po:
4566         * po/LINGUAS:
4567           Adding en_GB translation (Gareth Owen)
4568
4569 2004-04-20  David Schleef  <ds@schleef.org>
4570
4571         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4572         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
4573         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
4574         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
4575         A number of new features and hacks to extract the esds atom and
4576         put it into the caps.  (bug #137724)
4577
4578 2004-04-19  David Schleef  <ds@schleef.org>
4579
4580         * gconf/Makefile.am: Fix for non-GNU make
4581         * gst-libs/gst/Makefile.am: Change directory order to handle
4582         GstPlay linking with gstinterfaces
4583         * gst-libs/gst/audio/make_filter: make use of tr portable
4584         * gst-libs/gst/play/Makefile.am: Add intended \
4585         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4586         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
4587         function prototype instead of void *.
4588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
4589         macro.
4590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4591         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
4592         * gst/videofilter/make_filter: make use of tr portable
4593         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
4594
4595 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4596                                                                                 
4597         * po/LINGUAS:
4598         * po/uk.po:
4599           Added Ukrainian translation (Maxim V. Dziumanenko)
4600                                                                                 
4601 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4602
4603         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
4604         (gst_gsmdec_link), (gst_gsmdec_chain):
4605           Fix capsnego, simplify chain function slightly.
4606         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4607           Add GSM.
4608
4609 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4610
4611         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4612         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
4613         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
4614           Hack to make wavparse work with spider (always -> sometimes pad).
4615           Fixes #135862 && #140411.
4616
4617 2004-04-18  Benjamin Otte  <otte@gnome.org>
4618
4619         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
4620         (gst_osselement_rate_probe_check),
4621         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
4622           get rid of \n in debug output
4623
4624 2004-04-17  Iain <iain@prettypeople.org>
4625
4626         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
4627         not just EOS.
4628
4629 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4630
4631         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
4632         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
4633         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
4634         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
4635         (gst_id3_tag_src_link), (gst_id3_tag_chain),
4636         (gst_id3_tag_change_state), (plugin_init):
4637           deprecate id3tag element and replace with id3demux/id3mux.
4638           great side effect: this ugly file is now even uglier, yay!
4639         * ext/mad/gstmad.h:
4640           remove non-available function
4641           update for new get_type
4642
4643 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4644
4645         * configure.ac:
4646           require mpeg2dec >= 0.4.0
4647
4648 2004-04-17  Benjamin Otte  <otte@gnome.org>
4649
4650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4651         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4652         (gst_xvimagesink_set_xwindow_id):
4653           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
4654           assorted cleanup fixes.
4655
4656 2004-04-16  David Schleef  <ds@schleef.org>
4657
4658         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
4659         * sys/xvimage/xvimagesink.h: same
4660
4661 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4662
4663         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4664           Fix GST_ELEMENT_ERROR with (NULL)
4665
4666 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4667
4668         * gst-libs/gst/riff/riff-media.c:
4669         (gst_riff_create_video_caps_with_data):
4670           Add div[3456] as fourccs for DivX 3 (fixes #140137).
4671
4672 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4673
4674         * gst-libs/gst/riff/riff-media.c:
4675         (gst_riff_create_video_caps_with_data),
4676         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
4677         (gst_riff_create_video_template_caps),
4678         (gst_riff_create_audio_template_caps):
4679         * gst-libs/gst/riff/riff-media.h:
4680         * gst-libs/gst/riff/riff-read.c:
4681         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
4682         * gst-libs/gst/riff/riff-read.h:
4683         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4684           Add MS RLE support. I added some functions to read out strf chunks
4685           into strf chunks and the data behind it. This is usually color
4686           palettes (as in RLE, but also in 8-bit RGB). Also use those during
4687           caps creation. Lastly, add ADPCM (similar to wavparse - which
4688           should eventually be rifflib based).
4689         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
4690         (gst_matroska_demux_init), (gst_matroska_demux_reset):
4691         * gst/matroska/matroska-demux.h:
4692           Remove placeholders for some prehistoric tagging system. Didn't add
4693           support for any tag system really anyway.
4694         * gst/qtdemux/qtdemux.c:
4695           Add support for audio/x-m4a (MPEG-4) through spider.
4696         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4697         (gst_wavparse_loop):
4698           ADPCM support (#135862). Increase max. buffer size because we
4699           cannot split buffers for ADPCM (screws references) and I've seen
4700           files with 2048 byte chunks. 4096 seems safe for now.
4701
4702 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4703
4704         * configure.ac: bump nano to 1
4705
4706 === release 0.8.1 ===
4707
4708 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4709
4710         * configure.ac: releasing 0.8.1, "Comforting Sounds"
4711
4712 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4713
4714         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4715           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
4716           Fixes #140058
4717
4718 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4719
4720         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
4721           lower rank of dvddemux so that it's not used for mpeg playback.
4722
4723 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4724
4725         * configure.ac:
4726           save libs correctly when checking mad
4727
4728 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4729
4730         * ext/mad/gstid3tag.c: (plugin_init):
4731           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
4732
4733 2004-04-13  David Schleef  <ds@schleef.org>
4734
4735         * common/m4/gst-feature.m4: Call -config scripts with
4736         --plugin-libs if it is supported.
4737         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
4738         JPEG images are image/jpeg.
4739         * gst/debug/Makefile.am:
4740         * gst/debug/negotiation.c: (gst_negotiation_class_init),
4741         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
4742         (gst_negotiation_update_caps), (gst_negotiation_get_property),
4743         (gst_negotiation_plugin_init): Add a property that acts like
4744         filter caps.
4745         * testsuite/gst-lint:  Move license checking to be a standard
4746         test.
4747
4748 2004-04-13  David Schleef  <ds@schleef.org>
4749
4750         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
4751         patch from Sebastien Cote (bug #139958)
4752
4753 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4754
4755         * examples/gstplay/Makefile.am:
4756         * examples/gstplay/player.c: (main):
4757           make the commandline player example use gconf settings
4758
4759 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4760
4761         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
4762         (gst_cacasink_sinkconnect), (gst_cacasink_init),
4763         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
4764           init/end library during state transition, not object
4765           creation/disposal.  get rid of custom dispose handler.
4766          
4767
4768 2004-04-12  Christian Schaller <Uraeus@gnome.org>
4769
4770         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
4771         be a symlink
4772
4773 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4774
4775         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
4776           Handle JUNK chunks inside data section. Prevents warnings.
4777
4778 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4779
4780         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4781         (gst_riff_create_video_template_caps):
4782           Add MS video v1.
4783         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4784         (gst_avi_demux_stream_data):
4785           Add support for "rec-list" chunks.
4786
4787 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4788
4789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4790           Fix another codecname mismatch.
4791
4792 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4793
4794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4795           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
4796           so that MJPEG plays back.
4797
4798 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4799
4800         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
4801         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
4802         * gst/mpeg1videoparse/gstmp1videoparse.h:
4803           Fix for some slight mis-cuts in buffer parsing, and for some
4804           potential overflows or faults-causers. Adds disconts. Also fixes
4805           #139105 while we're at it.
4806
4807 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4808
4809         * configure.ac:
4810         * sys/v4l2/gstv4l2element.h:
4811           Workaround for missing struct v4l2_buffer declaration in Suse 9
4812           and Mandrake 10 linux/videodev2.h header file (#135919).
4813
4814 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4815
4816         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4817           Bail out if no filename was given.
4818
4819 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4820
4821         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4822         (gst_v4l2_fourcc_from_structure):
4823           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
4824           Y41B somewhere).
4825
4826 2004-04-09  Benjamin Otte  <otte@gnome.org>
4827
4828         * ext/gnomevfs/gstgnomevfssink.c:
4829         (_gst_boolean_allow_overwrite_accumulator),
4830         (gst_gnomevfssink_class_init):
4831           fix erase signal - if any handler returns false the file will not be
4832           overwritten. If no handler is connected, the file will not be
4833           overwritten either.
4834           renamed signal to "allow-overwrite"
4835         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
4836           free string when adding it to ID3 failed
4837         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4838           unref event when done
4839         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4840           free caps
4841         * gst/typefind/gsttypefindfunctions.c:
4842         (mpeg_video_stream_type_find):
4843           fix invalid read 
4844
4845 2004-04-08  David Schleef  <ds@schleef.org>
4846
4847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4848         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
4849
4850 2004-04-08  David Schleef  <ds@schleef.org>
4851
4852         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
4853         we don't support (bug #139532)
4854
4855 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4856
4857         * ext/mad/gstmad.c: (gst_mad_handle_event),
4858         (gst_mad_check_caps_reset), (gst_mad_chain),
4859         (gst_mad_change_state):
4860           only set explicit caps if they haven't been set before for
4861           this stream.  MPEG-audio sample rate/channels aren't allowed
4862           to change in-stream.
4863           Fixes #139382
4864
4865 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4866
4867         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
4868         (_gst_boolean_did_something_accumulator),
4869         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
4870         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
4871         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
4872         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
4873         (gst_gnomevfssink_change_state):
4874           Fix erase signal. Don't erase by default. Remove handoff signal.
4875           Remove erase property. Don't segfault. General cleanup.
4876
4877 2004-04-07  Benjamin Otte  <otte@gnome.org>
4878
4879         * gst-libs/gst/gconf/test-gconf.c: (main):
4880           add missing gst_init
4881
4882 2004-04-07  Benjamin Otte  <otte@gnome.org>
4883
4884         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4885           free the mutexes, too
4886
4887 2004-04-07  Benjamin Otte  <otte@gnome.org>
4888
4889         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4890           actually free the URI string
4891         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
4892           compute offset correctly when passing discont events
4893         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4894           don't leak discont events
4895         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4896           add some missing breaks so caps aren't copied randomly
4897         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
4898           if we realloc memory, we better use it
4899
4900 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4901
4902         * ext/mad/gstmad.c: (normal_seek):
4903           fix GST_FORMAT_TIME usage
4904
4905 2004-04-05  David Schleef  <ds@schleef.org>
4906
4907         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
4908         a deprecated function (hack!)
4909
4910 2004-04-05  Benjamin Otte  <otte@gnome.org>
4911
4912         * ext/esd/esdmon.c: (gst_esdmon_get):
4913           fix nonterminated vararg and memleak
4914
4915 2004-04-05  Benjamin Otte  <otte@gnome.org>
4916
4917         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
4918         (gst_ladspa_init), (gst_ladspa_force_src_caps),
4919         (gst_ladspa_set_property), (gst_ladspa_get_property),
4920         (gst_ladspa_instantiate), (gst_ladspa_activate),
4921         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
4922           clean up debugging
4923
4924 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
4925
4926         reviewed by Benjamin Otte  <otte@gnome.org>
4927
4928         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
4929           check for broken LADSPA parameters (fixes #138635)
4930         
4931 2004-04-05  Benjamin Otte  <otte@gnome.org>
4932
4933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
4934           advertise buffer-frames correctly on sinkpads
4935
4936 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4937
4938         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
4939         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
4940         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
4941         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
4942         (gst_mad_check_caps_reset), (gst_mad_chain):
4943         add more debugging, only reset caps when we're not in error state
4944
4945 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4946
4947         * ext/mad/gstmad.c: add debugging category, comment + cleanups
4948
4949 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
4950
4951         reviewed by Benjamin Otte  <otte@gnome.org>
4952
4953         * configure.ac:
4954           fix == in test(1) operator
4955
4956 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
4957
4958         reviewed by Benjamin Otte  <otte@gnome.org>
4959
4960         * configure.ac:
4961           fix --export-symblos-regex to a working regex.
4962
4963 2004-04-04  Benjamin Otte  <otte@gnome.org>
4964
4965         * sys/oss/.cvsignore:
4966           add for oss_probe
4967
4968 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
4969
4970         reviewed by Benjamin Otte  <otte@gnome.org>
4971
4972         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4973           add missing 'new_media' argument (fixes #138168)
4974         * gst/matroska/matroska-demux.c:
4975         (gst_matroska_demux_handle_seek_event):
4976           add vararg terminator (fixes #138169)
4977
4978 2004-04-02  David Schleef  <ds@schleef.org>
4979
4980         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
4981         disted (bug #138914)
4982
4983 2004-04-01  Benjamin Otte  <otte@gnome.org>
4984
4985         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
4986         (gst_alsa_close_audio):
4987           handle case better where a soundcard can't pause
4988         * ext/ogg/gstoggdemux.c:
4989           don't crash when we get events but don't have pads yet
4990
4991 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4992
4993         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
4994           throw an error if we couldn't probe any caps.
4995
4996 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
4997
4998         * ext/dvdnav/gst-dvd:
4999         Add a really simple sample DVD player
5000
5001 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
5002
5003         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
5004         (gst_a52dec_push), (gst_a52dec_handle_event),
5005         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
5006         (gst_a52dec_change_state):
5007         * ext/a52dec/gsta52dec.h:
5008           Use a debug category, Output timestamps correctly
5009           Emit tag info, Handle events, tell liba52dec about cpu
5010           capabilities so it can use MMX etc.
5011         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
5012           Fix a crasher accessing invalid memory
5013         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
5014         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
5015         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
5016         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
5017         (dvdnavsrc_query):
5018           Some support for byte-format seeking.
5019           Small fixes for still frames and menu button overlays
5020         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
5021         (gst_mpeg2dec_alloc_buffer):
5022           Use a debug category. Adjust the report level of several items to
5023           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
5024           so it doesn't lose the GstBuffer pointer
5025         * gst/debug/Makefile.am:
5026         * gst/debug/gstdebug.c: (plugin_init):
5027         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
5028         (gst_navseek_base_init), (gst_navseek_class_init),
5029         (gst_navseek_init), (gst_navseek_seek),
5030         (gst_navseek_handle_src_event), (gst_navseek_set_property),
5031         (gst_navseek_get_property), (gst_navseek_chain),
5032         (gst_navseek_plugin_init):
5033         * gst/debug/gstnavseek.h:
5034           Add the navseek debug element for seeking back and forth in a 
5035           video stream using arrow keys.
5036         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
5037         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
5038         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
5039         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
5040         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
5041         (gst_mpeg2subt_parse_header), (gst_get_nibble),
5042         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
5043         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
5044         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
5045         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
5046         * gst/mpeg2sub/gstmpeg2subt.h:
5047           Pretty much a complete rewrite. Now a loopbased element. May still
5048           require work to properly synchronise subtitle buffers.
5049         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
5050         (gst_dvd_demux_send_subbuffer):
5051         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
5052           Don't attempt to create subbuffers of size 0
5053           Reduce a couple of error outputs to warnings.
5054         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
5055         (gst_y4mencode_chain):
5056         Output the y4m frame header correctly.
5057
5058 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5059
5060         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
5061           throw errors instead of allowing SIGFPE
5062
5063 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5064
5065         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
5066         (gst_gconf_render_bin_from_key):
5067           leak plugging and style fixing
5068
5069 2004-03-31  David Schleef  <ds@schleef.org>
5070
5071         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
5072         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
5073         (bug #138225)
5074         * gst/debug/Makefile.am:
5075         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
5076         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
5077         plugin.
5078         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
5079         (gst_negotiation_base_init), (gst_negotiation_class_init),
5080         (gst_negotiation_init), (gst_negotiation_getcaps),
5081         (gst_negotiation_pad_link), (gst_negotiation_chain),
5082         (gst_negotiation_set_property), (gst_negotiation_get_property),
5083         (gst_negotiation_plugin_init):  New element to talk about random
5084         negotiation things happening in a pipeline.
5085
5086 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5087
5088         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
5089           fix integer addition with help of Stefan Kost
5090
5091 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5092
5093         * po/nl.po: updated Dutch translation (Elros Cyriatan)
5094
5095 2004-03-30  David Schleef  <ds@schleef.org>
5096
5097         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
5098         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
5099         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
5100         (bug #137504)
5101         * ext/mpeg2dec/gstmpeg2dec.h:
5102
5103 2004-03-30  David Schleef  <ds@schleef.org>
5104
5105         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
5106
5107 2004-03-30  David Schleef  <ds@schleef.org>
5108
5109         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
5110         Michael Petullo) to handle .mov
5111
5112 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5113
5114         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
5115         (gst_osselement_rate_check_rate):
5116           probe caps correctly for sound cards that only support one format
5117
5118 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5119
5120         * ext/kio/kiosrc.cpp: (process_events):
5121           update handling event processing if inside KDE - untested
5122
5123 2004-03-29  David Schleef  <ds@schleef.org>
5124
5125         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
5126         by 2 to not interfere with other colorspaces.
5127         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
5128         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
5129         one to not interfere with ffmpeg_colorspace.
5130
5131 2004-03-29  David Schleef  <ds@schleef.org>
5132
5133         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
5134         aren't in the caps.
5135         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
5136         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
5137
5138 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5139
5140         * gst-libs/gst/riff/riff-media.c:
5141           fail on error, don't try to set stuff on NULL caps
5142
5143 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5144
5145         * configure.ac:
5146         * ext/Makefile.am:
5147         * ext/kio/Makefile.am:
5148         * ext/kio/kioreceiver.cpp:
5149         * ext/kio/kioreceiver.h:
5150         * ext/kio/kiosrc.cpp:
5151         * ext/kio/kiosrc.h:
5152           add experimental kiosrc plugin
5153         * ext/alsa/gstalsaplugin.c: (plugin_init):
5154           initialize debugging category only when we're sure registering the
5155           plugins worked.
5156
5157 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5158
5159         * examples/gstplay/player.c: (main):
5160         * gst-libs/gst/play/play.c: (gst_play_class_init),
5161         (gst_play_set_location), (gst_play_set_data_src),
5162         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5163         (gst_play_set_visualization), (gst_play_connect_visualization):
5164           check return values of element_set_state and return FALSE where
5165           failed
5166
5167 2004-03-29  Benjamin Otte  <otte@gnome.org>
5168
5169         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5170           try harder to check if an event is really a discont
5171
5172 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5173
5174         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
5175         * po/az.po:
5176
5177 2004-03-28  Benjamin Otte  <otte@gnome.org>
5178
5179         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
5180         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5181         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
5182           get rid of non-standard "..." ranges in case statements.
5183
5184 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
5185
5186         * gst/mpegstream/gstmpegdemux.c: 
5187         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
5188         specific functionality split to the new dvddemux element.
5189         * gst/mpegstream/gstdvddemux.c:
5190         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
5191         streams, derived from mpegdemux.
5192         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
5193         up. SCR based timestamp rewriting can be turned off (will probably
5194         completely disappear soon).
5195         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
5196         hacking. General cleanup. All printf statements replaced by
5197         debugging messages. Almost complete libdvdnav support.
5198         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
5199         by events. New properties for audio and subpicture languages.
5200         (dvdnavsrc_update_highlight): Now uses events.
5201         (dvdnavsrc_user_op): Cleaned up.
5202         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
5203         based). Lots of cleanup, and propper support for most libdvdnav
5204         events.
5205         (dvdnavsrc_make_dvd_event): New function.
5206         (dvdnavsrc_make_dvd_nav_packet_event): New function.
5207         (dvdnavsrc_make_clut_change_event): New function.
5208
5209 2004-03-26  Benjamin Otte  <otte@gnome.org>
5210
5211         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
5212           fix bug where typefinding would claim it's theora whenever less then
5213           7 bytes of data were available
5214
5215 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5216
5217         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
5218         (gst_alawdec_base_init), (gst_alawdec_class_init),
5219         (gst_alawdec_init), (gst_alawdec_chain):
5220         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
5221         (gst_alawenc_base_init), (gst_alawenc_class_init),
5222         (gst_alawenc_init), (gst_alawenc_chain):
5223         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
5224         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
5225         (gst_mulawdec_init), (gst_mulawdec_chain):
5226         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
5227         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
5228         (gst_mulawenc_init), (gst_mulawenc_chain):
5229           Fix capsnego in all four, remove the unused property functions and
5230           simplify the chain functions slightly. I guess we could use macros
5231           or something similar for those, since the code is so similar, but
5232           I'm currently too lazy...
5233
5234 2004-03-24  David Schleef  <ds@schleef.org>
5235
5236         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
5237         (gst_osselement_close_audio), (gst_osselement_probe_caps),
5238         (gst_osselement_get_format_structure),
5239         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
5240         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
5241         (gst_osselement_rate_int_compare): Add code to handle rate probing
5242         (bug #120883)
5243         * sys/oss/gstosselement.h: same
5244         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
5245         Use rate probing provided by osselement.
5246         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
5247
5248 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5249
5250         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
5251         (gst_xvidenc_get_property):
5252           ulong/int mess-up.
5253
5254 2004-03-24  David Schleef  <ds@schleef.org>
5255
5256         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
5257         (gst_speexdec_init):
5258         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
5259         (gst_speexenc_init):  Create the pad template correctly (from
5260         the static pad template, not a NULL pointer.)
5261
5262 2004-03-25  Benjamin Otte  <otte@gnome.org>
5263
5264         * gst/debug/Makefile.am:
5265         * gst/debug/breakmydata.c: 
5266           add element that quasi-randomly changes bytes in the stream.
5267           Intended use is robustness checking of demuxers and decoders in
5268           media tests.
5269
5270 2004-03-24  Benjamin Otte  <otte@gnome.org>
5271
5272         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5273         (gst_alsa_probe_hw_params):
5274         * ext/alsa/gstalsa.h:
5275           debugging output fixes
5276
5277 2004-03-24  Benjamin Otte  <otte@gnome.org>
5278
5279         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
5280           don't g_return_if_fail if element is PLAYING, fail silently as every
5281           other element.
5282         * gst/effectv/gstquark.c: (gst_quarktv_chain):
5283           only fix needed for cast lvalue issues in gst-plugins
5284         * gst/volenv/gstvolenv.c: (gst_volenv_init):
5285           add proxy_getcaps
5286
5287 2004-03-24  Benjamin Otte  <otte@gnome.org>
5288
5289         * gst/level/gstlevel.c: (gst_level_init):
5290           add proxying getcaps function, so level doesn't advertise impossible
5291           caps
5292
5293 2004-03-24  David Schleef  <ds@schleef.org>
5294
5295         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5296         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
5297         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
5298         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
5299         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
5300         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
5301         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
5302         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
5303         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
5304         messages.  Divide the chunk size by the compression ratio
5305         (needed for MACE audio)
5306
5307 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5308
5309         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5310           Fix buffer overflow read error.
5311
5312 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5313
5314         * ext/alsa/gstalsa.h:
5315           Remove unused entry.
5316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5317           Add cinepak.
5318         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5319         (gst_videodrop_link), (gst_videodrop_chain):
5320           Fix, sort of. Was horribly broken with new capsnego. Bah...
5321
5322 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
5323
5324         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
5325         (plugin_init):
5326         Add a monkeysaudio typefind function
5327
5328 2004-03-23  Johan Dahlin  <johan@gnome.org>
5329
5330         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
5331         (gst_play_video_fixate): Check so the structure has the field
5332         before trying to fixate them, this makes it possible to have
5333         fakesinks for video and audio output without printing errors on
5334         the output console.
5335
5336 2004-03-22  David Schleef  <ds@schleef.org>
5337
5338         * sys/oss/Makefile.am:
5339         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
5340         (check_rate), (add_rate):  Rate probing test app.
5341
5342 2004-03-21  Benjamin Otte  <otte@gnome.org>
5343
5344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5345         (_fixate_caps_to_int), (gst_audio_convert_fixate):
5346           add a fixation function that pretty much does the right thing (fixes
5347           #137556)
5348
5349 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
5350
5351         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
5352
5353 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
5354
5355         reviewed by: Benjamin Otte  <otte@gnome.org>
5356
5357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5358           terminate gst_event_new_discontinuous correctly (fixes parts of
5359           #137711)
5360
5361 2004-03-19  David Schleef  <ds@schleef.org>
5362
5363         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
5364         since it doesn't depend on X, and it's part of our ABI.
5365
5366 2004-03-19  Iain <iain@prettypeople.org>
5367
5368         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
5369         is_int in the structure, not the local variable.
5370
5371 2004-03-19  David Schleef  <ds@schleef.org>
5372
5373         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
5374         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
5375         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
5376         Improvements in caps negotiation.
5377
5378 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5379
5380         * po/LINGUAS:
5381         * po/af.po:
5382           adding Afrikaans (Petri Jooste)
5383
5384 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5385
5386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5387         (gst_ffmpegcolorspace_chain):
5388         throw error instead of g_critical (#137588)
5389
5390 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5391
5392         * Makefile.am:
5393         * configure.ac:
5394           dist common and m4 correctly
5395         * po/sv.po:
5396
5397 2004-03-17  David Schleef  <ds@schleef.org>
5398
5399         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
5400         (bug #137348)
5401
5402 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5403
5404         * po/LINGUAS:
5405         * po/sv.po:
5406           adding Swedish translation (Christian Rose)
5407
5408 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5409
5410         * Makefile.am: use release.mak
5411
5412 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5413
5414         * common/ChangeLog:
5415         * common/gst-autogen.sh:
5416           add some explanation about the version detection
5417         * configure.ac:
5418           fix X check
5419
5420 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5421
5422         * configure.ac: bump nano to 1
5423
5424 === release 0.8.0 ===
5425
5426 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5427
5428         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
5429
5430 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5431
5432         * configure.ac:
5433           update libtool version
5434         * gst-libs/gst/media-info/Makefile.am:
5435           actually use libtool version
5436
5437 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5438
5439         * configure.ac: fix speex detection to work with 1.0 but not 1.1
5440
5441 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5442
5443         * configure.ac:
5444         * gst-plugins.spec.in:
5445         * pkgconfig/Makefile.am:
5446         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5447         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5448         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5449         * pkgconfig/gstreamer-libs.pc.in:
5450         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5451         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5452         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
5453         * pkgconfig/gstreamer-plugins.pc.in:
5454           remove @VERSION@ from some of the pc files since core and plugins
5455           are decoupled.
5456           created gstreamer-plugins.pc as it's a better name, but keeping
5457           -libs around for now to get fixes upstream done first.
5458
5459 2004-03-15  Julien MOUTTE <julien@moutte.net>
5460
5461         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
5462         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
5463         * gst-libs/gst/play/play.h:
5464
5465 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5466
5467         * *.c, *.cc: don't mix tabs and spaces
5468
5469 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5470
5471         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
5472           use the new ffmpegcolorspace
5473         * gst-plugins.spec.in:
5474           package new colorspace and media-info
5475         * configure.ac:
5476         * pkgconfig/Makefile.am:
5477           fix some more disting issues
5478         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5479         * pkgconfig/gstreamer-media-info.pc.in:
5480           generate media-info pc files
5481
5482 2004-03-15  Johan Dahlin  <johan@gnome.org>
5483         
5484         * *.h: Revert indenting
5485
5486 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5487
5488         * configure.ac:
5489           adding ffmpegcolorspace element
5490         * gst/ffmpegcolorspace/Makefile.am:
5491         * gst/ffmpegcolorspace/avcodec.h:
5492         * gst/ffmpegcolorspace/common.h:
5493         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
5494         * gst/ffmpegcolorspace/dsputil.h:
5495         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
5496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5497         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
5498         (gst_ffmpeg_caps_to_pix_fmt):
5499         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
5500         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5501         (gst_ffmpegcolorspace_caps_remove_format_info),
5502         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
5503         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
5504         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
5505         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
5506         (gst_ffmpegcolorspace_set_property),
5507         (gst_ffmpegcolorspace_get_property),
5508         (gst_ffmpegcolorspace_register):
5509         * gst/ffmpegcolorspace/imgconvert.c:
5510         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5511         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
5512         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
5513         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
5514         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
5515         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
5516         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
5517         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
5518         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
5519         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
5520         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
5521         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
5522         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
5523         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
5524         (img_get_alpha_info), (deinterlace_line),
5525         (deinterlace_line_inplace), (deinterlace_bottom_field),
5526         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
5527         * gst/ffmpegcolorspace/imgconvert_template.h:
5528         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
5529         * gst/ffmpegcolorspace/mmx.h:
5530         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
5531           adding ffmpegcolorspace element supplied by Ronald after cleaning
5532           up and pulling in the right bits of upstream source. 
5533           I'm sure a better C/compiler wizard could do some cleaning up (for
5534           example use GLIB's malloc stuff), but as a first pass this
5535           works very well
5536
5537 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5538
5539         * ext/alsa/gstalsa.h:
5540           I assume Ronald forgot to commit the change to have cardname
5541           as a struct member.  Expect some public spanking at the next
5542           opportunity.
5543
5544 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5545
5546         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
5547         (gst_alsa_open_audio), (gst_alsa_close_audio):
5548         * ext/alsa/gstalsa.c:
5549           Don't open the device if we're a mixer (= padless).
5550         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
5551         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
5552         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
5553           Open mixer during state change rather than during object
5554           initialization. Also, get a device name. Currently in a somewhat
5555           hackish fashion, but I didn't really find something better.
5556
5557 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5558
5559         * *.c, *.h: run gst-indent
5560
5561 2004-03-14  Benjamin Otte  <otte@gnome.org>
5562
5563         * gst/modplug/gstmodplug.cc:
5564         * gst/modplug/gstmodplug.h:
5565           set correct timestamps on outgoing buffers
5566
5567 2004-03-14  Benjamin Otte  <otte@gnome.org>
5568
5569         * gst/modplug/gstmodplug.cc:
5570           handle events - don't do crap when a discont arrives that's not
5571           necessary
5572           This allows correct loading and playback of mods in Rhythmbox
5573
5574 2004-03-14  Benjamin Otte  <otte@gnome.org>
5575
5576         * configure.ac:
5577         * gst-libs/gst/gconf/Makefile.am:
5578         * pkgconfig/Makefile.am:
5579           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
5580           they get rebuilt properly
5581         * configure.ac:
5582           when checking for vorbis, try pkgconfig first.
5583         * gst/modplug/gstmodplug.cc:
5584           add fixate function
5585
5586 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5587
5588         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5589           Fix for obvious mistake, where we first shift the offset and then
5590           read a samplesize element assuming the old offset. Note that this
5591           part still has something weird, i.e. my movies containing those
5592           don't actually play well, but at least there's something that looks
5593           like sound now.
5594
5595 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
5596         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
5597         (plugin_init):
5598         Add a typefind function for speex format
5599
5600 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5601
5602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
5603         (gst_asf_demux_setup_pad):
5604           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
5605           instead of 0. Reason is simple: some elements have a fps range
5606           of 1-max instead of 0-max. So now ASF video actually works.
5607
5608 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5609
5610         * po/LINGUAS:
5611         * po/sr.po:
5612           adding serbian as a language
5613
5614 2004-03-13  Benjamin Otte  <otte@gnome.org>
5615
5616         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5617           return taglist correctly from _get function, don't gst_pad_push it.
5618           (fixes #137042)
5619
5620 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
5621         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5622
5623 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5624
5625         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
5626         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
5627         (gst_alsa_mixer_track_new):
5628         * ext/alsa/gstalsamixertrack.h:
5629           Fix ancient leftovers... MixerTrack is a GObject.
5630
5631 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5632
5633         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5634         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5635           Don't block during probing...
5636
5637 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5638
5639         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
5640         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
5641         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
5642         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
5643         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
5644         (gst_alsa_open_audio), (gst_alsa_close_audio):
5645         * ext/alsa/gstalsa.h:
5646           Add propertyprobe interface implementation, add some device-name
5647           property, all this so that it looks good in gnome-volume-control.
5648
5649 2004-03-12  David Schleef  <ds@schleef.org>
5650
5651         * configure.ac: the Hermes library controls hermescolorspace, not
5652         colorspace.
5653         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5654         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
5655         not /* */
5656         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
5657         * ext/sdl/sdlvideosink.h: ditto.
5658         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
5659
5660 2004-03-12  Benjamin Otte  <otte@gnome.org>
5661
5662         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
5663         (gst_x_overlay_got_xwindow_id):
5664         * gst-libs/gst/xoverlay/xoverlay.h:
5665           replace XID with unsigned long to get rid of the xlibs dependency in
5666           XOverlay (fixes #137004)
5667
5668 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
5669         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
5670         (gst_agingtv_setup):
5671         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
5672         (gst_dicetv_base_init), (gst_dicetv_class_init),
5673         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
5674         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
5675         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
5676         (gst_edgetv_setup), (gst_edgetv_rgb32):
5677         * gst/effectv/gsteffectv.c:
5678         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
5679         (gst_quarktv_set_property):
5680         * gst/effectv/gstrev.c: (gst_revtv_get_type),
5681         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
5682         (gst_revtv_setup), (gst_revtv_rgb32):
5683         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
5684         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
5685         (gst_shagadelictv_init), (gst_shagadelictv_setup),
5686         (gst_shagadelictv_rgb32):
5687         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
5688         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
5689         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
5690         * gst/effectv/gstwarp.c:
5691         Port everything that can be ported to videofilter and fix up the caps.
5692         Can someone with a big-endian machine please check these?
5693
5694 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5695
5696         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
5697         (gst_osssink_chain), (gst_osssink_change_state):
5698           Latest fixes for A/V sync, audio playback and such. This is about
5699           all... MPEG playback issues are mostly related to the async build-
5700           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
5701
5702 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5703
5704         patch from: Stephane Loeuillet
5705
5706         * configure.ac:
5707           use pkg-config for some libraries, falling back to the old .m4 way
5708           (fixes #131270)
5709         * m4/libdv.m4:
5710           removed
5711
5712 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5713
5714         * configure.ac:
5715         * tools/Makefile.am:
5716         * tools/Makefile.in:
5717         * tools/gst-launch-ext-m.m:
5718         * tools/gst-launch-ext.1.in:
5719         * tools/gst-visualise-m.m:
5720         * tools/gst-visualise.1:
5721         * tools/gst-visualise.1.in:
5722           reorganizing generation of script tools
5723
5724 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5725
5726         * ext/divx/gstdivxdec.c:
5727           Downgrade priority. We prefer ffdec_mpeg4.
5728         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
5729         (gst_faad_chain), (gst_faad_change_state):
5730           Fix capsnego. Doesn't work for some sounds because we don't have
5731           a 5:1 to stereo element.
5732         * ext/xvid/gstxvid.c: (plugin_init):
5733           Add priority.
5734         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5735         (gst_osssink_change_state):
5736           Add discont handling.
5737
5738 2004-03-09  Colin Walters  <walters@verbum.org>
5739
5740         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
5741         conversion.
5742
5743 2004-03-09  Benjamin Otte  <otte@gnome.org>
5744
5745         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
5746           the signals take 2 arguments
5747
5748 2004-03-09  David Schleef  <ds@schleef.org>
5749
5750         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
5751         (gst_alsa_fixate): Add fixate function.  (bug #136686)
5752         * ext/alsa/gstalsa.h:
5753         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
5754
5755 2004-03-09  Benjamin Otte  <otte@gnome.org>
5756
5757         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
5758         (gst_mikmod_change_state):
5759         * ext/mikmod/gstmikmod.h:
5760           make mikmod's loop function not loop infinitely and call
5761           gst_element_yield anymore
5762         * gst/modplug/gstmodplug.cc:
5763           fix pad negotiation (fixes #136590)
5764
5765 2004-03-09  David Schleef  <ds@schleef.org>
5766
5767         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
5768         doesn't conflict with the internal colorspace plugin.
5769         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
5770         satisfy the crappy-ass shell shipped by a certain vendor.
5771         * gst/videofilter/make_filter: same (bug #135299)
5772
5773 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5774
5775         * configure.ac: bump nano to 1
5776
5777 === release 0.7.6 ===
5778
5779 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5780
5781         * configure.in: releasing 0.7.6, "There"
5782
5783 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5784
5785         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5786         * pkgconfig/gstreamer-play.pc.in:
5787           synchronize the two
5788
5789 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5790
5791         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
5792         (cdparanoia_open), (cdparanoia_event):
5793           fix/add error handling
5794         * po/POTFILES.in:
5795           add cdparanoia source
5796         * tools/Makefile.am:
5797           make scripts executable
5798
5799 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5800
5801         * configure.ac:
5802         * ext/vorbis/Makefile.am:
5803         * sys/Makefile.am:
5804           remove id3types, vorbisfile and xvideosink from the build (#133783)
5805
5806 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5807
5808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5809           Fix metadata read crash (#136537).
5810
5811 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5812
5813         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5814         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
5815           adding mime types, fixing the one-stop function
5816
5817 2004-03-08  Christian Schaller <Uraeus@gnome.org>
5818
5819         * ext/nas/nassink.c and /ext/nas/nassink.h:
5820         More NAS love from Arwed von Merkatz
5821         So lets all sing 'Can you feel the NAS tonight' 
5822
5823 2004-03-08  Christian Schaller <Uraeus@gnome.org>
5824
5825         * tools/gst-launch-ext.in: 
5826         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
5827
5828 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5829
5830         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5831         (gst_mpeg2dec_init):
5832         remove the user_data pad for now, because it is being used in
5833         fixating causing MPEG playback to fixate on 1000 Hz for playback.
5834         If someone knows how to fix this properly, please do.
5835
5836 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5837
5838         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5839         (gst_osssink_get_time):
5840         add a warning, IMO this won't get triggered anymore, remove later
5841
5842 2004-03-07  David Schleef  <ds@schleef.org>
5843
5844         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
5845         format (bug #136470)
5846
5847 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5848
5849         * gst-libs/Makefile.am:
5850         * gst-libs/gst/media-info/Makefile.am:
5851         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
5852         (error_callback), (gst_media_info_error_create),
5853         (gst_media_info_error_element), (gmip_init), (gmip_reset),
5854         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
5855         * gst-libs/gst/media-info/media-info-priv.h:
5856         * gst-libs/gst/media-info/media-info-test.c: (main):
5857         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
5858         (gst_media_info_class_init), (gst_media_info_instance_init),
5859         (gst_media_info_set_source), (gst_media_info_read_with_idler),
5860         (gst_media_info_read_idler), (gst_media_info_read):
5861         * gst-libs/gst/media-info/media-info.h:
5862         fixed, should work now
5863
5864 2004-03-07  Christian Schaller <Uraeus@gnome.org>
5865
5866         * ext/nas/nassink.c:
5867         A bunch of NAS fixes from Arwed von Merkatz
5868
5869 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5870
5871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
5872         (qtdemux_parse_trak):
5873           Fix crash (j might be greater than n_samples, in which case we're
5874           writing outside the allocated space for the array) and memleak.
5875
5876 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5877
5878         * sys/oss/gstosssink.c: (gst_osssink_chain):
5879           And another caller that couldn't handle delay < 0 (unsigned
5880           integer overflow). Video now continues playing on an audio
5881           buffer underrun, and the clock continues working. Audio still
5882           stalls.
5883
5884 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5885
5886         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5887         (gst_osssink_get_time):
5888           get_delay() may return values lower than 0. In those cases, we
5889           should not actually cast to *unsigned* int64, that will break
5890           stuff horribly. In my case, it screwed up A/V sync in movies
5891           in totem rather badly.
5892
5893 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5894
5895         * ext/faac/gstfaac.c: (gst_faac_chain):
5896         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5897         * ext/libpng/gstpngenc.c: (user_write_data):
5898         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5899         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
5900         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
5901         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5902         Fix several misuse of gst_buffer_merge (it doesn't take ownership
5903         of any buffer), should fix some leaks. I hope I didn't unref buffers
5904         that shouldn't be...
5905         
5906 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5907
5908         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
5909         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
5910         (error_callback), (gmi_reset), (gmi_seek_to_track),
5911         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
5912         (gmip_find_type_post), (gmip_find_stream_post),
5913         (gmip_find_track_streaminfo_post):
5914         * gst-libs/gst/media-info/media-info-priv.h:
5915         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
5916         (info_print), (main):
5917         * gst-libs/gst/media-info/media-info.c:
5918         (gst_media_info_error_create), (gst_media_info_error_element),
5919         (gst_media_info_instance_init), (gst_media_info_get_property),
5920         (gst_media_info_new), (gst_media_info_set_source),
5921         (gst_media_info_read_idler), (gst_media_info_read):
5922         * gst-libs/gst/media-info/media-info.h:
5923           first pass at making this work again.  This seems to work on
5924           tagged ogg/vorbis and mp3 files.
5925
5926 2004-03-06  Benjamin Otte  <otte@gnome.org>
5927
5928         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5929           fix huge leak: gst_buffer_merge doesn't unref the first argument
5930           itself.
5931
5932 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5933
5934         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
5935           report layer/mode/emphasis
5936
5937 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5938
5939         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
5940
5941 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5942
5943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5944           signal serial
5945
5946 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5947
5948         * ext/vorbis/vorbis.c: (plugin_init):
5949         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
5950         (gst_vorbis_dec_init), (vorbis_dec_event):
5951         add debug category
5952         make vorbisdec handle _BYTE and _TIME queries
5953
5954 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5955
5956         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
5957           from the xing header
5958
5959 2004-03-06  Benjamin Otte  <otte@gnome.org>
5960
5961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
5962         (gst_audio_convert_link), (gst_audio_convert_change_state),
5963         (gst_audio_convert_buffer_from_default_format):
5964           do conversions from/to float correctly, fix some caps nego errors,
5965           export correct supported caps in template and getcaps, use correct
5966           caps in try_set_caps functions
5967
5968 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5969
5970         For some reason, I only committed a ChangeLog entry yesterday and 
5971         not the corresponding code...
5972         * ext/mad/gstmad.c: Fix detection of Xing headers
5973         * gst/tags/gstid3tag.c: Changes to support TLEN tags
5974
5975 2004-03-06  Benjamin Otte  <otte@gnome.org>
5976
5977         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
5978         (gst_ogg_demux_src_query):
5979           make sure to handle the case where there's no current chain
5980           gracefully.
5981
5982 2004-03-05  David Schleef  <ds@schleef.org>
5983
5984         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
5985         Add fixate function. (bug #131128)
5986         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
5987         (gst_sdlvideosink_fixate):  Add fixate function.
5988         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5989         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
5990         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
5991         Fix missing break that was causing ulaw to be interpreted as
5992         raw int.
5993
5994 2004-03-05  David Schleef  <ds@schleef.org>
5995
5996         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5997         Fix code that ignores return value of gst_buffer_merge().
5998         (bug #114560)
5999         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
6000         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
6001         * testsuite/gst-lint:  Check for above.
6002
6003 2004-03-05  David Schleef  <ds@schleef.org>
6004
6005         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
6006         caps and throw an element error.  (bug #136334)
6007
6008 2004-03-05  David Schleef  <ds@schleef.org>
6009
6010         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
6011         (gst_faad_chain): Fix negotiation.
6012         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
6013         key and button events.
6014         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
6015         dung heap of code.
6016         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
6017         depends on gconf
6018         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
6019         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
6020         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
6021         function to encourage better negotiation, particularly between
6022         audioconvert and osssink.
6023         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6024         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
6025         more important.
6026         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
6027         typefinding.
6028         * gst/vbidec/vbiscreen.c:  Add glib header
6029         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
6030
6031 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
6032
6033         * ext/mad/gstmad.c: Fix detection of Xing headers
6034         * gst/tags/gstid3tag.c: Changes to support TLEN tags
6035
6036 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6037
6038         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6039         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
6040           debug updates
6041
6042 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
6043
6044         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6045         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
6046         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
6047         files, and report the parsed length as a GST_TAG_DURATION tag.
6048         * gst/tags/gstid3tag.c: support TLEN (duration) tag
6049
6050 2004-03-05  Benjamin Otte  <otte@gnome.org>
6051
6052         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
6053           convert channels correctly. convert correctly to unsigned.
6054
6055 2004-03-05  Julien MOUTTE <julien@moutte.net>
6056
6057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
6058         we have a window before clearing it.
6059
6060 2004-03-05  Julien MOUTTE <julien@moutte.net>
6061
6062         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
6063         have a window before clearing it.
6064
6065 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6066
6067         * gconf/gstreamer.schemas.in:
6068         * gst-libs/gst/gconf/Makefile.am:
6069           version installation path the same way as for 0.6
6070         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6071         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6072         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6073           remove comment that was fixed
6074
6075 2004-03-05  David Schleef  <ds@schleef.org>
6076
6077         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
6078         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
6079         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
6080         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
6081         Add prototype code for handling seeking and querying.
6082
6083 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6084
6085         * examples/gstplay/player.c: (main):
6086           Initialize variables to NULL. Prevents a segfault because the
6087           (uninitialized) variable is not NULL, resulting in a crash on
6088           trying to reach error->message.
6089
6090 2004-03-05  Benjamin Otte  <otte@gnome.org>
6091
6092         * gst/audioconvert/gstaudioconvert.c:
6093         (gst_audio_convert_buffer_to_default_format):
6094         make float=>int conversion work correctly even in cornercases.
6095
6096 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
6097
6098         * debian/README.Debian:
6099         * debian/build-deps:
6100         * debian/changelog:
6101         * debian/control:
6102         * debian/control.in:
6103         * debian/copyright:
6104         * debian/gstreamer-a52dec.files:
6105         * debian/gstreamer-aa.files:
6106         * debian/gstreamer-alsa.files:
6107         * debian/gstreamer-alsa.manpages:
6108         * debian/gstreamer-arts.files:
6109         * debian/gstreamer-artsd.files:
6110         * debian/gstreamer-audiofile.files:
6111         * debian/gstreamer-avifile.files:
6112         * debian/gstreamer-cdparanoia.files:
6113         * debian/gstreamer-colorspace.files:
6114         * debian/gstreamer-doc.files:
6115         * debian/gstreamer-dv.files:
6116         * debian/gstreamer-dvd.files:
6117         * debian/gstreamer-esd.files:
6118         * debian/gstreamer-festival.files:
6119         * debian/gstreamer-flac.files:
6120         * debian/gstreamer-gconf.conffiles:
6121         * debian/gstreamer-gconf.files:
6122         * debian/gstreamer-gconf.postinst:
6123         * debian/gstreamer-gnomevfs.files:
6124         * debian/gstreamer-gsm.files:
6125         * debian/gstreamer-http.files:
6126         * debian/gstreamer-jack.files:
6127         * debian/gstreamer-jpeg.files:
6128         * debian/gstreamer-mad.files:
6129         * debian/gstreamer-mikmod.files:
6130         * debian/gstreamer-misc.files:
6131         * debian/gstreamer-mpeg2dec.files:
6132         * debian/gstreamer-oss.files:
6133         * debian/gstreamer-plugin-apps.files:
6134         * debian/gstreamer-plugin-apps.manpages:
6135         * debian/gstreamer-plugin-libs-dev.files:
6136         * debian/gstreamer-plugin-libs.files:
6137         * debian/gstreamer-plugin-template.postinst:
6138         * debian/gstreamer-plugin-template.postrm:
6139         * debian/gstreamer-sdl.files:
6140         * debian/gstreamer-sid.files:
6141         * debian/gstreamer-vorbis.files:
6142         * debian/gstreamer-x.files:
6143         * debian/mk.control:
6144         * debian/rules:
6145         Debian package info not maintained here.
6146
6147 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
6150         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
6151         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
6152         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
6153         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
6154         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
6155         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
6156         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
6157         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
6158         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
6159         * gst-libs/gst/colorbalance/colorbalance.c:
6160         (gst_color_balance_class_init):
6161         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6162         (gst_color_balance_channel_class_init):
6163         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
6164         * gst-libs/gst/play/play.c: (gst_play_class_init):
6165         * gst-libs/gst/propertyprobe/propertyprobe.c:
6166         (gst_property_probe_iface_init):
6167         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
6168         * gst-libs/gst/tuner/tunerchannel.c:
6169         (gst_tuner_channel_class_init):
6170         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
6171         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
6172         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
6173         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
6174         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
6175         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6176         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6177         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
6178         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
6179           fix signals to use - instead of _
6180         * ext/libcaca/gstcacasink.h:
6181         * ext/sdl/sdlvideosink.h:
6182           fix header rename
6183
6184 2004-03-04  David Schleef  <ds@schleef.org>
6185
6186         * testsuite/gst-lint:  Add a check for bad signal names.
6187
6188 2004-03-04  <kost@imn.htwk-leipzig.de>
6189
6190         reviewed by David Schleef
6191
6192         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
6193         modified the alpha channel and caused a warning. (bug #136192)
6194
6195 2004-04-03  Christian Schaller <Uraeus@gnome.org>
6196
6197         * gst-plugins.spec.in:
6198         Change names of plugins to actually be correct. Try to keep things
6199         alphabetical to avoid getting beat up by Thomas
6200
6201 2004-03-03  Julien MOUTTE <julien@moutte.net>
6202
6203         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
6204         Using ximagesink as a default if no gconf key found. We should
6205         probably consider using alsasink instead of osssink for the audio
6206         part.
6207
6208 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6209
6210         * configure.ac:
6211           fix --with-plugins, don't think it ever worked before
6212         * gst-plugins.spec.in:
6213           even more updates
6214
6215 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6216
6217         * ext/sdl/sdlvideosink.h:
6218         * sys/ximage/ximagesink.h:
6219         * sys/xvideo/xvideosink.h:
6220         * sys/xvimage/xvimagesink.h:
6221           Fix for move of gstvideosink.h -> videosink.h.
6222
6223 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6224
6225         * gst-libs/gst/xwindowlistener/Makefile.am:
6226           this is a plugin library, not a library
6227
6228 2004-03-01  David Schleef  <ds@schleef.org>
6229
6230         * AUTHORS:  Added some names.  Add yourself if you're still
6231         missing.
6232
6233 2004-03-01  David Schleef  <ds@schleef.org>
6234
6235         * MAINTAINERS: Add
6236
6237 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6238
6239         * gst-plugins.spec.in: clean up spec file
6240
6241 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6242
6243         * gst-libs/gst/video/Makefile.am:
6244         * gst-libs/gst/video/gstvideosink.c:
6245         * gst-libs/gst/video/gstvideosink.h:
6246           rename gstvideosink.h to videosink.h to match other headers
6247         * gst/mixmatrix/Makefile.am:
6248           fix plugin filename
6249         * gst/tags/Makefile.am: fix plugin filename
6250
6251 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6252
6253         * gst/tags/Makefile.am: fix plugin filename
6254
6255 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6256
6257         * examples/gstplay/player.c: (got_time_tick), (main):
6258           add error handler
6259           display time_tick more readably
6260         * gst/mixmatrix/Makefile.am:
6261           fix plugin file name
6262
6263 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
6264
6265         * sys/oss/gstosselement.c: (gst_osselement_probe),
6266         (device_combination_append), (gst_osselement_class_probe_devices):
6267         * sys/oss/gstosselement.h: 
6268           Reworked enumeration of oss dsps and mixers so that gst-mixer works
6269           on my system using alsa oss emulation, fixes bug #135597
6270
6271 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6272
6273         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
6274         (gst_videodrop_chain), (gst_videodrop_change_state):
6275         * gst/videodrop/gstvideodrop.h:
6276           Work based on timestamp of input data, not based on the expected
6277           framerate from the input. The consequence is that this element now
6278           not only scales framerates, but also functions as a framerate
6279           corrector or framerate stabilizer/constantizer.
6280
6281 2004-02-27  David Schleef  <ds@schleef.org>
6282
6283         patches from jmmv@menta.net (Julio M. Merino Vidal)
6284
6285         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
6286         GST_ELEMENT_ERROR call (bug #135634)
6287         * gst/interleave/interleave.c: (interleave_buffered_loop),
6288         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
6289         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
6290         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
6291         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
6292         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
6293         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
6294         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
6295         Fix GST_ELEMENT_ERROR call.
6296         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
6297         GST_ELEMENT_ERROR call.
6298
6299 2004-02-27  Benjamin Otte  <otte@gnome.org>
6300
6301         * gst-libs/gst/audio/audio.h:
6302           add macro to make sure header isn't included twice
6303         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
6304           don't use gst_buffer_free
6305         * gst/playondemand/filter.func:
6306           don't use gst_data_free. Free data only once.
6307
6308 2004-02-26  David Schleef  <ds@schleef.org>
6309
6310         * gst-libs/gst/colorbalance/Makefile.am:
6311         * gst-libs/gst/mixer/Makefile.am:
6312         * gst-libs/gst/tuner/Makefile.am:
6313         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
6314         should not be disted, -marshal.h files should not be installed,
6315         and -enum.h files _should_ be installed.  Fix to make this the
6316         case.
6317
6318 === release 0.7.5 ===
6319
6320 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6321
6322         * configure.ac: release 0.7.5, "Under The Sea"
6323
6324 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6325
6326         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6327         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
6328         * gst/videoscale/gstvideoscale.c:
6329         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
6330           assorted debug/warning fixes
6331
6332 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6333
6334         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
6335         (gst_videoscale_init), (gst_videoscale_chain),
6336         (gst_videoscale_set_property), (plugin_init):
6337         * gst/videoscale/gstvideoscale.h:
6338         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
6339         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
6340         (gst_videoscale_planar400), (gst_videoscale_packed422),
6341         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
6342         (gst_videoscale_24bit), (gst_videoscale_16bit),
6343         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
6344         (gst_videoscale_scale_plane_slow),
6345         (gst_videoscale_scale_point_sample),
6346         (gst_videoscale_scale_nearest),
6347         (gst_videoscale_scale_nearest_str2),
6348         (gst_videoscale_scale_nearest_str4),
6349         (gst_videoscale_scale_nearest_32bit),
6350         (gst_videoscale_scale_nearest_24bit),
6351         (gst_videoscale_scale_nearest_16bit):
6352         add debugging category and use it properly
6353         fix use of GST_PTR_FORMAT
6354
6355 2004-02-25  Andy Wingo  <wingo@pobox.com>
6356
6357         * gst/interleave/interleave.c (interleave_buffered_loop): Always
6358         push only when channel->buffer is NULL. Prevents segfaults doing
6359         the state change after a nonlocal exit, like a scheme exception.
6360
6361         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
6362         Handle the case where the intersected caps is empty.
6363
6364 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6365
6366         * gst/law/mulaw-decode.c: (mulawdec_link):
6367         * gst/law/mulaw.c: (plugin_init):
6368           fix mulawdec so it actually works again
6369
6370 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
6371
6372         reviewed by: David Schleef  <ds@schleef.org>
6373
6374         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
6375         (gst_gamma_init), (gst_gamma_set_property),
6376         (gst_gamma_get_property), (gst_gamma_calculate_tables),
6377         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
6378         for RGB, with separate r g and b correction factors. (#131167)
6379
6380 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6381
6382         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6383           only signal tags for bitrate if they're > 0 (#134894)
6384
6385 2004-02-24  David Schleef  <ds@schleef.org>
6386
6387         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
6388         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
6389         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
6390         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
6391         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
6392         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
6393         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
6394         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
6395         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
6396         category.  Attempt to fix timestamp calculation.
6397
6398 2004-02-24  Johan Dahlin  <johan@gnome.org>
6399
6400         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
6401
6402 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6403
6404         * configure.ac:
6405         * gconf/Makefile.am:
6406         * gconf/gstreamer.schemas:
6407         * gst-libs/gst/gconf/Makefile.am:
6408         * gst-libs/gst/gconf/gconf.c:
6409           version gconf schemas and install locations
6410
6411 2004-02-23  Benjamin Otte  <otte@gnome.org>
6412
6413         * ext/xine/xineinput.c: (gst_xine_input_dispose):
6414         (gst_xine_input_subclass_init):
6415           call parent dispose.
6416           change pad template for CD reader correctly
6417         * ext/xine/Makefile.am:
6418         * ext/xine/gstxine.h:
6419         * ext/xine/xine.c: (plugin_init):
6420         * ext/xine/xineaudiosink.c:
6421           wrap audio sinks, too
6422         * gst-libs/gst/resample/private.h:
6423         * gst-libs/gst/resample/resample.c: (gst_resample_init),
6424         (gst_resample_reinit), (gst_resample_scale),
6425         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
6426         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
6427         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
6428         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
6429         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
6430         * gst-libs/gst/resample/resample.h:
6431         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
6432         (gst_audioscale_class_init), (gst_audioscale_link),
6433         (gst_audioscale_get_buffer), (gst_audioscale_init),
6434         (gst_audioscale_chain), (gst_audioscale_set_property),
6435         (gst_audioscale_get_property):
6436         * gst/audioscale/gstaudioscale.h:
6437           s/resample_*/gst_resample_*/i to not clobber namespaces
6438
6439 2004-02-23  Julien MOUTTE  <julien@moutte.net>
6440
6441         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6442         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6443         (gst_riff_create_video_template_caps),
6444         (gst_riff_create_audio_template_caps),
6445         (gst_riff_create_iavs_template_caps):
6446         * gst-libs/gst/riff/riff-media.h:
6447         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6448         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
6449         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
6450         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6451         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6452         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
6453         (gst_matroska_demux_plugin_init): First batch implementing audio and 
6454         video codec tags in demuxers.
6455
6456 2004-02-22  Benjamin Otte  <otte@gnome.org>
6457
6458         * ext/xine/Makefile.am:
6459         * ext/xine/gstxine.h:
6460         * ext/xine/xine.c: (plugin_init):
6461         * ext/xine/xineinput.c:
6462           add input plugin wrapper. Playback from files, http, mms and cdda
6463           works.
6464         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
6465           remove leftover G_GNUC_UNUSED
6466         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
6467         (gst_asf_demux_identify_guid):
6468           improve debugging output
6469
6470 2004-02-22  Benjamin Otte  <otte@gnome.org>
6471
6472         reported by: Padraig O'Briain <padraig.obriain@sun.com>
6473
6474         * autogen.sh:
6475           replace test -e with test -x for mkinstalldirs to be more portable.
6476           (fixes #134816)
6477
6478 2004-02-22  Benjamin Otte  <otte@gnome.org>
6479
6480         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
6481
6482         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
6483           set rank to PRIMARY
6484         * gst/volume/gstvolume.c: (plugin_init):
6485           set rank to NONE
6486         fixes #134960
6487
6488 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
6489
6490         reviewed by Benjamin Otte  <otte@gnome.org>
6491
6492         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
6493           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
6494
6495 2004-02-22  Benjamin Otte  <otte@gnome.org>
6496
6497         * configure.ac:
6498           export [_]*{gst,Gst,GST}.* symbols from plugins
6499
6500 2004-02-22  Christophe Fergeau <teuf@gnome.org>
6501
6502         reviewed by: Benjamin Otte  <otte@gnome.org>
6503
6504         * ext/lame/gstlame.c: (add_one_tag):
6505         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6506         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
6507         (gst_vorbisenc_metadata_set1):
6508         * gst/tags/gstid3tag.c:
6509         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
6510           apply fixes from bugs #135042 (lame can't write tags) and #133817
6511           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
6512
6513 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
6514
6515         * configure.ac: Export only gst_plugin_desc from plugins.
6516          Note that this change only makes any effect with Linux using libtool 
6517          1.5.2 or higher. Otherwise it is silently ignored, but it would build
6518          fine. And don't try to have several versions of libtool in different
6519          directories.
6520
6521 2004-02-20  Andy Wingo  <wingo@pobox.com>
6522
6523         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
6524         interleave respectively.
6525
6526         * gst/interleave/deinterleave.c: New plugin: deinterleave
6527         (replaces on oneton).
6528         * gst/interleave/interleave.c: New plugin: interleave.
6529         * gst/interleave/plugin.h: Support file.
6530         * gst/interleave/plugin.c: Support file.
6531
6532         * configure.ac: Remove intfloat and oneton, add interleave.
6533
6534         * ext/sndfile/gstsf.c: Handle events better.
6535
6536         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
6537         and float2int operation. int2float has scheduling problems as
6538         noted in in2float_chain. 
6539
6540 2004-02-20  Benjamin Otte  <otte@gnome.org>
6541
6542         * ext/xine/Makefile.am:
6543         * ext/xine/gstxine.h:
6544         * ext/xine/xine.c: 
6545         * ext/xine/xineaudiodec.c: 
6546         * ext/xine/xinecaps.c: 
6547           add first version of xine plugin wrapper. Currently only wraps the
6548           QDM2 win32 DLL, and even that only in proof-of-concept quality.
6549         * configure.ac:
6550         * ext/Makefile.am:
6551           add xine plugin wrapper, disabled by default. Use --enable-xine to
6552           build. Note that it'll segfault on gst-register if you don't remove
6553           the goom and tvtime post plugins from xine.
6554         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6555         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
6556           add extradata parsing for QDM2.
6557           change around debugging prints.
6558
6559 2004-02-19  Benjamin Otte  <otte@gnome.org>
6560
6561         * ext/lame/gstlame.c: (gst_lame_chain):
6562         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6563           use gst_tag_list_insert when you want to insert tags
6564
6565 2004-02-18  David Schleef  <ds@schleef.org>
6566
6567         * configure.ac:  Move massink to gst-rotten
6568         * ext/Makefile.am:
6569         * ext/mas/Makefile.am:
6570         * ext/mas/massink.c:
6571         * ext/mas/massink.h:
6572
6573 2004-02-18  David Schleef  <ds@schleef.org>
6574
6575         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
6576         typefinding, since it seems to be worse than nothing.
6577         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
6578         atom to recognize .mp4 and .m4a files as video/quicktime.
6579
6580 2004-02-18  David Schleef  <ds@schleef.org>
6581
6582         * gst/sine/demo-dparams.c: (quit_live),
6583         (dynparm_log_value_changed), (dynparm_value_changed), (main):
6584         Use double dparams, not float.
6585         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6586         (gst_sinesrc_init): Change sync default to FALSE, since multiple
6587         sync'd elements don't really work correctly.
6588         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
6589         (volume_update_volume), (volume_get_property):  Change dparam
6590         to double.
6591
6592 2004-02-18  Julien MOUTTE  <julien@moutte.net>
6593
6594         * sys/ximage/ximagesink.c:
6595         (gst_ximagesink_xwindow_update_geometry),
6596         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6597         (gst_ximagesink_change_state), (gst_ximagesink_expose),
6598         (gst_ximagesink_init): Rework the way software video scaling works. So
6599         now we check on each chain call if the video frames are feeling the 
6600         window. If not we try to renegotiate caps. On failure we memorize that
6601         and we won't try again for that PLAYING sessions.
6602         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
6603         failure.
6604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
6605         synchronous flag.
6606
6607 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6608
6609         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
6610           break up _link so we can give a better debug message for errors
6611
6612 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6613
6614         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6615           set up debug category
6616
6617 2004-02-18  Julien MOUTTE <julien@moutte.net>
6618
6619         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6620         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
6621         the way renegotiation work. The event handling function is not taking
6622         care of external windows and renegotiate method check for pad flags
6623         NEGOTIATING. Should fix : #133209
6624
6625 2004-02-17  Julien MOUTTE  <julien@moutte.net>
6626
6627         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
6628         pad is negotiating before trying renegotiation.
6629
6630 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6631
6632         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6633           pass on all possible mime types as typefind hints
6634
6635 2004-02-17  Julien MOUTTE <julien@moutte.net>
6636
6637         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
6639         possible SHM leak if we crash. All other apps using XShm are doing
6640         that.
6641
6642 2004-02-17  Julien MOUTTE  <julien@moutte.net>
6643
6644         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6645         (gst_ximagesink_expose): Renegotiate size on expose.
6646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
6647         size on expose.
6648
6649 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6650
6651         * testsuite/alsa/sinesrc.c:
6652           cosmetic fix to fix compile issue with gcc 2.95.4
6653
6654 2004-02-16  Julien MOUTTE <julien@moutte.net>
6655
6656         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6657         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
6658         failed opening the audio device.
6659         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6660         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6661         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
6662         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
6663         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6664         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6665         (gst_ximagesink_change_state), (gst_ximagesink_chain),
6666         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
6667         Removing some useless g_return_if_fail like wingo suggested.
6668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6669         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
6670         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
6671         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
6672         (gst_xvimagesink_update_colorbalance),
6673         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
6674         (gst_xvimagesink_xcontext_clear),
6675         (gst_xvimagesink_get_fourcc_from_caps),
6676         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
6677         (gst_xvimagesink_set_xwindow_id),
6678         (gst_xvimagesink_colorbalance_list_channels),
6679         (gst_xvimagesink_colorbalance_set_value),
6680         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
6681         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
6682
6683 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6684
6685         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6686           throw error when not negotiated instead of asserting
6687
6688 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6689
6690         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
6691         correct data refcounting.
6692
6693 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6694
6695         * gst/switch/gstswitch.c: (gst_switch_change_state),
6696         (gst_switch_class_init): Cleaning the sinkpads correctly on state
6697         change, mostly the EOS flag.
6698
6699 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6700
6701         * examples/gstplay/player.c: (got_eos), (main): Adding some 
6702         output for debugging.
6703         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
6704         timeouts if we go to any state different from PLAYING.
6705         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
6706         more EOS bugs in riff lib.
6707
6708 2004-02-14  Julien MOUTTE  <julien@moutte.net>
6709
6710         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
6711         visualization until i find a way to fix switch correctly.
6712         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
6713         EOS arrives.
6714         * gst/switch/gstswitch.c: (gst_switch_release_pad),
6715         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6716         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
6717         Reworked switch to get a more correct behaviour with events and refing
6718         of data stored in sinkpads.
6719         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
6720         we don't pull from a pad in EOS.
6721
6722 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6723
6724         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6725           remove v1 tag even if we can't read it (makes sure we don't detect
6726           it again)
6727
6728 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6729
6730         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
6731         (gst_alsa_xrun_recovery):
6732         * ext/alsa/gstalsa.h:
6733           try xrun recovery when wait failed. Make xrun recovery function
6734           return TRUE/FALSE to indicate success. (might fix #134354)
6735
6736 2004-02-13  David Schleef  <ds@schleef.org>
6737
6738         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
6739         (dynparm_value_changed), (main): Convert from float to double.
6740         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
6741
6742 2004-02-13  David Schleef  <ds@schleef.org>
6743
6744         * gst/silence/gstsilence.c: (gst_silence_class_init),
6745         (gst_silence_set_clock), (gst_silence_get),
6746         (gst_silence_set_property), (gst_silence_get_property):
6747         * gst/silence/gstsilence.h: Add sync property.
6748         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6749         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
6750         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
6751         * gst/sine/gstsinesrc.h: Add sync property.
6752
6753 2004-02-13  David Schleef  <ds@schleef.org>
6754
6755         * gst/intfloat/gstint2float.c: (conv_f32_s16),
6756         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
6757
6758 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6759
6760         * configure.ac:
6761         * ext/Makefile.am:
6762         * gst-libs/ext/Makefile.am:
6763           move ffmpeg plugin to gst-ffmpeg module
6764
6765 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6766
6767         * configure.ac: use GST_ARCH to detect architecture
6768
6769 2004-02-12  Julien MOUTTE  <julien@moutte.net>
6770
6771         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
6772
6773 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6774
6775         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
6776           classify LADSPA plugins based on number of src/sink pads
6777           (#133663, Stefan Kost)
6778         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
6779           fix dparams registration
6780           (#133528, Stefan Kost)
6781         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
6782           fix use of isprint and use g_ascii_isprint instead
6783           (#133316, Stefan Kost)
6784
6785 2004-02-11  David Schleef  <ds@schleef.org>
6786
6787         Convert a few inner loops to use liboil.  This is currently
6788         optional, and is only enabled if liboil is present (duh!).
6789         * configure.ac: Check for liboil-0.1
6790         * gst/intfloat/Makefile.am:
6791         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
6792         (gst_int2float_chain_gint16):
6793         * gst/videofilter/Makefile.am:
6794         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
6795         (tablelookup_u8), (gst_videobalance_planar411):
6796         * gst/videotestsrc/Makefile.am:
6797         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
6798         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
6799         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
6800         (paint_hline_RGB565), (paint_hline_xRGB1555):
6801
6802 2004-02-11  David Schleef  <ds@schleef.org>
6803
6804         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
6805         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
6806         (gst_colorspace_getcaps), (gst_colorspace_link),
6807         (gst_colorspace_base_init), (gst_colorspace_init),
6808         (gst_colorspace_chain), (gst_colorspace_change_state),
6809         (plugin_init): Merge Ronald's patch (bug #117897) and update
6810         for new caps and negotiation.  Seems to work, although it
6811         shows off bugs in lcs.
6812
6813 2004-02-11  David Schleef  <ds@schleef.org>
6814
6815         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
6816         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
6817
6818 2004-02-11  David Schleef  <ds@schleef.org>
6819
6820         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
6821         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
6822         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
6823         Add server and port properties
6824
6825 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6826
6827         * m4/a52.m4:
6828         * m4/aalib.m4:
6829         * m4/as-ffmpeg.m4:
6830         * m4/as-liblame.m4:
6831         * m4/as-slurp-ffmpeg.m4:
6832         * m4/check-libheader.m4:
6833         * m4/esd.m4:
6834         * m4/freetype2.m4:
6835         * m4/gconf-2.m4:
6836         * m4/glib.m4:
6837         * m4/gst-alsa.m4:
6838         * m4/gst-artsc.m4:
6839         * m4/gst-ivorbis.m4:
6840         * m4/gst-matroska.m4:
6841         * m4/gst-sdl.m4:
6842         * m4/gst-shout2.m4:
6843         * m4/gst-sid.m4:
6844         * m4/gtk.m4:
6845         * m4/libdv.m4:
6846         * m4/libfame.m4:
6847         * m4/libmikmod.m4:
6848         * m4/ogg.m4:
6849         * m4/vorbis.m4:
6850           fix underquotedness of macros (#133800)
6851         * m4/as-avifile.m4:
6852         * m4/xmms.m4:
6853           removed because no longer used
6854
6855 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6856
6857         * configure.ac:
6858           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
6859           by autopoint (fixes #132996)
6860
6861 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6862
6863         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
6864         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
6865         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
6866         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
6867           fix memleaks
6868
6869 2004-02-11  David Schleef  <ds@schleef.org>
6870
6871         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6872         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
6873         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
6874         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
6875         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
6876         (gst_jpegenc_class_init), (gst_jpegenc_init),
6877         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
6878         (gst_jpegenc_chain), (gst_jpegenc_set_property),
6879         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
6880         * ext/jpeg/gstjpegenc.h: Fix negotiation.
6881
6882 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6883
6884         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
6885         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
6886         * ext/mikmod/gstmikmod.h:
6887           fix caps negotiation in mikmod
6888         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
6889           output debug information
6890
6891 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6892
6893         * gst-libs/gst/colorbalance/Makefile.am:
6894         * gst-libs/gst/navigation/Makefile.am:
6895         * gst-libs/gst/xoverlay/Makefile.am:
6896           remove unused GST_OPT_CFLAGS from Makefiles
6897           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
6898
6899 2004-02-07  David Schleef  <ds@schleef.org>
6900
6901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
6902         push events to pads that haven't been created (#133508)
6903
6904 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
6905
6906         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
6907         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
6908         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
6909         (gst_dvdec_loop), (gst_dvdec_change_state):
6910         Second attempt at committing a working dvdec element.
6911
6912 2004-02-06  David Schleef  <ds@schleef.org>
6913
6914         Build fixes for OS X: (see #129600)
6915         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
6916         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
6917         (gst_riff_read_strf_iavs):
6918         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
6919         (gst_avi_demux_stream_odml):
6920         * gst/playondemand/Makefile.am:
6921         * gst/rtp/rtp-packet.c:
6922
6923 2004-02-05  David Schleef  <ds@schleef.org>
6924
6925         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
6926         last change, because it Just Doesn't Compile.
6927
6928 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6929
6930         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6931           skip undecodable id3v2 tag instead of keeping it
6932
6933 2004-02-05  David Schleef  <ds@schleef.org>
6934
6935         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6936         Unref leaked buffer.  (Noticed by Ronald)
6937
6938 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
6939
6940         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6941         Sync requires with other checks.  >= vs =.
6942
6943 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
6944
6945         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
6946         (gst_dvdec_video_link), (gst_dvdec_loop):
6947         * ext/dv/gstdvdec.h:
6948           rework the caps negotiation so that dvdec works again instead
6949           of just segfaulting.
6950
6951 === release 0.7.4 ===
6952
6953 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6954                                                                                 
6955         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
6956         * configure.ac: changed for release
6957
6958 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6959
6960         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
6961         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6962         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6963         * pkgconfig/gstreamer-play-uninstalled.pc.in:
6964           reworked patch by David Lehn to fix libdir and includedir for
6965           uninstalled libraries
6966           removed play and gconf from gstreamer-libs since they have their
6967           own pkgconfig files
6968
6969 2004-02-04  David Schleef  <ds@schleef.org>
6970
6971         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
6972         memleak.
6973
6974 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6975
6976         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
6977           use correct GST_TAG_ENCODER tag
6978
6979 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6980
6981         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6982           be sure to stop the clock when going to paused
6983         * sys/oss/gstosssink.c: (gst_osssink_change_state):
6984           reset number of transmitted when going to ready.
6985         fixes #132935
6986
6987 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
6988
6989         reviewed by Benjamin Otte
6990
6991         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6992           extract track count (fixes #133410)
6993
6994 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6995
6996         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
6997           that should be !=, not == (fixes #132519)
6998
6999 2004-02-04  David Schleef  <ds@schleef.org>
7000
7001         Make sure set_explicit_caps() is called before adding pad.
7002         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7003         * gst/id3/gstid3types.c: (gst_id3types_loop):
7004         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7005         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
7006
7007 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7008
7009         * configure.ac:
7010           bump nano to 2, first prerelease
7011           put back AM_PROG_LIBTOOL
7012
7013 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7014
7015         * testsuite/alsa/Makefile.am:
7016           these are user test apps, not automatic testsuite tests
7017
7018 2004-02-04  David Schleef  <ds@schleef.org>
7019
7020         Convert GST_DEBUG_CAPS() to GST_DEBUG():
7021         * gst/mpeg1videoparse/gstmp1videoparse.c:
7022         (mp1videoparse_parse_seq):
7023         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
7024         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
7025         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
7026         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
7027         (gst_xvideosink_getcaps):
7028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7029         * testsuite/gst-lint: more tests
7030
7031 2004-02-04  David Schleef  <ds@schleef.org>
7032
7033         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
7034         with the code that they would expand to.
7035         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
7036         (gst_flacdec_get_src_query_types),
7037         (gst_flacdec_get_src_event_masks):
7038         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
7039         (gst_gnomevfssrc_get_query_types),
7040         (gst_gnomevfssrc_get_event_mask):
7041
7042 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7043
7044         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7045         (gst_sinesrc_dispose):
7046           fix memleak by properly disposing sinesrc
7047
7048 2004-02-04  Julien MOUTTE  <julien@moutte.net>
7049
7050         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
7051         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
7052         an overlay to redraw the image because it has been exposed.
7053         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
7054         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
7055         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
7056         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
7057         interface
7058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
7059         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
7060         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
7061         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
7062         interface 
7063
7064 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7065
7066         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
7067           more memleak fixage
7068
7069 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7070
7071         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
7072         * gst/typefind/gsttypefindfunctions.c:
7073           fix memleaks shown by gst-typefind
7074
7075 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7076
7077         * common/glib-gen.mak:
7078           add hack rule to touch .Plo files
7079         * gst-libs/gst/colorbalance/Makefile.am:
7080         * gst-libs/gst/mixer/Makefile.am:
7081         * gst-libs/gst/play/Makefile.am:
7082         * gst-libs/gst/tuner/Makefile.am:
7083           remove glib_root variable
7084
7085 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7086
7087         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
7088           set explicit caps before adding the element, so the autopluggers can
7089           plug correctly.
7090         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
7091         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7092         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7093         (dv_type_find):
7094           fix memleaks in typefind functions. gst_type_find_suggest takes a const
7095           argument.
7096
7097 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7098
7099         * gst-libs/gst/colorbalance/Makefile.am:
7100         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7101         * gst-libs/gst/colorbalance/colorbalance.c:
7102         * gst-libs/gst/colorbalance/colorbalance.h:
7103         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
7104         * gst-libs/gst/mixer/Makefile.am:
7105         * gst-libs/gst/mixer/mixer-marshal.list:
7106         * gst-libs/gst/mixer/mixer.c:
7107         * gst-libs/gst/mixer/mixer.h:
7108         * gst-libs/gst/mixer/mixermarshal.list:
7109         * gst-libs/gst/play/Makefile.am:
7110         * gst-libs/gst/play/play.h:
7111         * gst-libs/gst/tuner/Makefile.am:
7112         * gst-libs/gst/tuner/tuner-marshal.list:
7113         * gst-libs/gst/tuner/tuner.c:
7114         * gst-libs/gst/tuner/tuner.h:
7115         * gst-libs/gst/tuner/tunermarshal.list:
7116           use new glib-gen.mak snippet to clean up Makefile.am
7117           fix various bugs in Makefile.am's
7118
7119 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7120
7121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
7122           handle chain parsing correctly in the multichain case
7123         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
7124         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
7125         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7126         (theora_dec_chain):
7127           handle events and queries correctly
7128
7129 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
7130
7131         * .cvsignore:
7132         Ignore generated file _stdint.h.
7133
7134 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
7135
7136         * gst-libs/gst/colorbalance/Makefile.am:
7137         * gst-libs/gst/colorbalance/colorbalance.h:
7138         * gst-libs/gst/mixer/Makefile.am:
7139         * gst-libs/gst/mixer/mixer.h:
7140         * gst-libs/gst/play/Makefile.am:
7141         * gst-libs/gst/play/play.h:
7142         * gst-libs/gst/tuner/Makefile.am:
7143         * gst-libs/gst/tuner/tuner.h:
7144         Generate enum type code with glib-mkenums.
7145         * gst-libs/gst/colorbalance/.cvsignore:
7146         * gst-libs/gst/mixer/.cvsignore:
7147         * gst-libs/gst/play/.cvsignore:
7148         * gst-libs/gst/tuner/.cvsignore:
7149         Ignore generated files.
7150
7151 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
7152
7153         * gst-libs/gst/audio/.cvsignore:
7154         Ignore generated file.
7155         * gst-libs/gst/audio/Makefile.am:
7156         Do not install example filter.
7157
7158 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
7159
7160         * examples/switch/.cvsignore:
7161         Ignore generated file.
7162
7163 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7164
7165         * common/m4/ax_create_stdint_h.m4:
7166         * configure.ac:
7167           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
7168           _stdint.h.
7169         * Makefile.am:
7170           remove generated _stdint.h in DISTCLEANFILES
7171         * ext/a52dec/gsta52dec.c:
7172           include _stdint.h for a52dec. (should fix #133064)
7173
7174 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
7175
7176         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
7177         (gst_tag_to_vorbis_comments):
7178         Add replaygain support to vorbistag
7179
7180 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
7181         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
7182         (gst_ffmpeg_caps_to_extradata):
7183           Fix SVQ3 caps flag properties
7184           Use glib macro for bytes swap
7185
7186 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7187
7188         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
7189         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
7190         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7191         * ext/sndfile/gstsf.c: (plugin_init):
7192         * gst/avi/gstavi.c: (plugin_init):
7193         * sys/dxr3/dxr3init.c: (plugin_init):
7194         * sys/oss/gstossaudio.c: (plugin_init):
7195         * sys/v4l/gstv4l.c: (plugin_init):
7196         * sys/v4l2/gstv4l2.c: (plugin_init):
7197           remove textdomain calls
7198         * po/nl.po:
7199           update Dutch translation
7200
7201 2004-02-02  Julien MOUTTE  <julien@moutte.net>
7202
7203         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7204         (gst_play_set_audio_sink): Moving volume in the audio thread for 
7205         instantaneous volume change. Maybe i will add another volume in front
7206         of visualization later, not sure yet though.
7207
7208 2004-02-02  Julien MOUTTE  <julien@moutte.net>
7209
7210         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7211         (gst_ximagesink_handle_xevents): Better X events handling, only take
7212         the latest events for configure and motion.
7213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
7214
7215 2004-02-02  Jon Trowbridge  <trow@gnu.org>
7216
7217         reviewed by: David Schleef  <ds@schleef.org>
7218
7219         Fix memory leaks:
7220         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
7221         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
7222
7223 2004-02-02  David Schleef  <ds@schleef.org>
7224
7225         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
7226         of lines.
7227         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
7228         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7229         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
7230         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
7231         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
7232         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
7233         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
7234         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
7235         (gst_float2_2_int_link):
7236         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
7237         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
7238         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
7239         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
7240         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
7241         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
7242         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
7243         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
7244         * testsuite/gst-lint: Add tests for bzero and ;;
7245
7246 2004-02-02  David Schleef  <ds@schleef.org>
7247
7248         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
7249
7250 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7251
7252         * ext/aalib/gstaasink.c: (gst_aasink_open):
7253         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
7254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7255         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7256         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
7257         (gst_afsink_close_file):
7258         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
7259         (gst_afsrc_close_file):
7260         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7261         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7262         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
7263         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
7264         * ext/esd/esdmon.c: (gst_esdmon_get):
7265         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
7266         * ext/faac/gstfaac.c: (gst_faac_chain):
7267         * ext/faad/gstfaad.c: (gst_faad_chain):
7268         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
7269         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7270         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
7271         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
7272         (gst_flacdec_loop):
7273         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
7274         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7275         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
7276         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7277         (gst_gnomevfssink_close_file):
7278         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7279         (gst_gnomevfssrc_open_file):
7280         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
7281         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
7282         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
7283         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
7284         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
7285         * ext/mad/gstmad.c: (gst_mad_chain):
7286         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7287         * ext/mpeg2dec/gstmpeg2dec.c:
7288         * ext/mpeg2enc/gstmpeg2enc.cc:
7289         * ext/mplex/gstmplex.cc:
7290         * ext/mplex/gstmplexibitstream.cc:
7291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
7292         (gst_ogg_demux_push):
7293         * ext/raw1394/gstdv1394src.c:
7294         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
7295         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
7296         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
7297         (gst_sf_loop):
7298         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
7299         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
7300         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
7301         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
7302         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7303         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
7304         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
7305         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
7306         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7307         (gst_riff_read_element_data), (gst_riff_read_seek),
7308         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
7309         * gst/adder/gstadder.c: (gst_adder_loop):
7310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
7311         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
7312         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
7313         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7314         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
7315         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
7316         * gst/goom/gstgoom.c: (gst_goom_chain):
7317         * gst/id3/gstid3types.c: (gst_id3types_loop):
7318         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
7319         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
7320         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
7321         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7322         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
7323         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
7324         (gst_ebml_read_float), (gst_ebml_read_header):
7325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
7326         (gst_matroska_demux_parse_blockgroup):
7327         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7328         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
7329         * gst/oneton/gstoneton.c: (gst_oneton_chain):
7330         * gst/silence/gstsilence.c: (gst_silence_get):
7331         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7332         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
7333         * gst/speed/gstspeed.c: (speed_loop):
7334         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7335         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7336         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
7337         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
7338         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7339         (gst_wavparse_loop):
7340         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
7341         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
7342         (dxr3audiosink_close):
7343         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
7344         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
7345         (dxr3videosink_close), (dxr3videosink_write_data):
7346         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7347         * sys/oss/gstosssink.c: (gst_osssink_chain):
7348         * sys/oss/gstosssrc.c: (gst_osssrc_get):
7349         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
7350         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
7351         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
7352         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
7353         (gst_v4l_set_window), (gst_v4l_enable_overlay):
7354         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
7355         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
7356         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
7357         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
7358         (gst_v4l_set_audio):
7359         * sys/v4l/v4l_calls.h:
7360         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
7361         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
7362         (gst_v4lmjpegsink_playback_init),
7363         (gst_v4lmjpegsink_playback_start):
7364         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
7365         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7366         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
7367         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
7368         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
7369         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
7370         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
7371         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7372         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
7373         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
7374         (gst_v4l2_get_output), (gst_v4l2_set_output),
7375         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
7376         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
7377         (gst_v4l2_set_attribute):
7378         * sys/v4l2/v4l2_calls.h:
7379         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7380         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7381         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7382         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7383         (gst_v4l2src_capture_stop):
7384         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
7385         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7386         (gst_ximagesink_chain):
7387         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
7388         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
7389         (gst_xvideosink_xwindow_new):
7390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7391         (gst_xvimagesink_chain):
7392
7393 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7394
7395         * gst/volume/gstvolume.c: (gst_volume_set_volume),
7396         (gst_volume_get_volume), (volume_class_init), (volume_init),
7397         (volume_chain_int16), (volume_update_volume):
7398         * gst/volume/gstvolume.h:
7399           make code more readable by removing magic numbers
7400           make mixer interface export 0-100 range
7401           make it internally map to 0.0-1.0 range so users don't distort
7402           output by putting the sliders at full volume
7403
7404 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7405
7406         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
7407         (gst_play_state_change), (gst_play_seek_to_time):
7408         block the tick callback for 0.5 secs after doing a seek
7409
7410 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7411
7412         * gst-libs/gst/play/play.c: (gst_play_new):
7413           check for GError
7414
7415 2004-02-01  Julien MOUTTE  <julien@moutte.net>
7416
7417         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
7418         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
7419         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7420         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
7421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7422         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
7423
7424 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7425
7426         * configure.ac:
7427         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7428           check for a function added in vorbis 1.1
7429
7430 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7431
7432         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
7433         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
7434           really start/stop clock only on PLAYING <=> PAUSED
7435         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7436           remove \n from debugging lines
7437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
7438           make it work when seeking does not
7439         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7440           reset on DISCONT
7441
7442 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7443
7444         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
7445           start clock on PAUSED=>PLAYING, not later
7446         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7447           extract correct time for different discont formats
7448         (gst_alsa_sink_get_time):
7449           don't segfault when no format is negotiated yet, just return 0
7450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7451         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
7452         (gst_ogg_pad_push):
7453           handle flush and discont events correctly
7454         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
7455           handle discont events correctly
7456
7457 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7458
7459         * gst-libs/gst/play/play.c: (gst_play_error_quark),
7460         (gst_play_error_create), (gst_play_error_plugin),
7461         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
7462         * gst-libs/gst/play/play.h:
7463           add error handling during creation
7464         * examples/gstplay/player.c: (main):
7465           use new gst_play_new
7466           
7467
7468 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7469
7470         * ext/theora/theoradec.c: (theora_dec_chain):
7471           make comments work
7472         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7473         (vorbis_dec_src_event), (vorbis_dec_chain):
7474           add encoder tag, fix tag reading to be more error tolerant, change
7475           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
7476           gst_pad_event_default.
7477         * gst/tags/gstvorbistag.c:
7478         (gst_tag_list_from_vorbiscomment_buffer):
7479           undefine function specific define at end of function
7480
7481 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
7482
7483         * ext/flac/gstflac.c: (plugin_init):
7484         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
7485         * ext/flac/gstflacdec.h:
7486         * ext/flac/gstflacenc.h:
7487           Fix typos
7488
7489 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
7490
7491         * examples/gstplay/player.c: s/gstplay.h/play.h/
7492
7493 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7494
7495         * gst-libs/gst/play/Makefile.am:
7496         * gst-libs/gst/play/gstplay.c:
7497         * gst-libs/gst/play/gstplay.h:
7498         * gst-libs/gst/play/play.c:
7499           more surgery, operation complete
7500
7501 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7502
7503         * gst-libs/gst/play/play.old.c:
7504         * gst-libs/gst/play/play.old.h:
7505           after CVS surgery by moving, remove
7506         * gst-libs/gst/play/playpipelines.c:
7507           remove
7508           
7509         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
7510           add negotiation error
7511
7512 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7513
7514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7515         (gst_ogg_demux_push):
7516           add some seeking debug info
7517           send a flush when seeking
7518
7519 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7520
7521         * configure.ac:
7522           use AC_C_INLINE
7523         * configure.ac:
7524         * ext/Makefile.am:
7525         * ext/theora/Makefile.am:
7526         * ext/theora/theoradec.c: 
7527           add theora video decoder. Does just do simple decoding for now and
7528           has been tested against Theora cvs only. It only works when theora
7529           is compiled with --enable-static.
7530         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7531           always reset packetno on DISCONT
7532
7533 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7534
7535         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7536           Fix audio.
7537
7538 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7539
7540         * gst/mpegaudioparse/gstmpegaudioparse.c:
7541         (mp3_type_frame_length_from_header):
7542           Fix header parsing - stolen from ffmpeg (thank you! :) ).
7543
7544 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7545
7546         * ext/esd/esdsink.c: (gst_esdsink_init):
7547           Since we have static pad template caps, we don't need to negotiate;
7548           either the core errors out or we know the format.
7549
7550 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7551
7552         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7553         (gst_riff_read_seek):
7554         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7555         (gst_ebml_read_seek):
7556           Fix event handling.
7557
7558 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7559
7560         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
7561           removee video/x-theora from vp3 decoder, it doesn't handle raw
7562           theora streams
7563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
7564           fix bug with finalizing element that never went to PAUSED
7565         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
7566           length and position queries were swapped
7567         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7568         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
7569         (vorbis_dec_src_event):
7570           implement querying time and bytes
7571
7572 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7573
7574         * just about every source file:
7575           gst_element_error -> GST_ELEMENT_ERROR
7576
7577 2004-01-29  Julien MOUTTE  <julien@moutte.net>
7578
7579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
7580         emiting FLUSH and even before DISCONT.
7581         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
7582         get the best instant seeking as possible yay!
7583
7584 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7585
7586         * gst/mpeg1videoparse/gstmp1videoparse.c:
7587         (gst_mp1videoparse_real_chain):
7588           Committed wrong version last week... Grr... Didn't notice until now.
7589
7590 2004-01-29  Julien MOUTTE <julien@moutte.net>
7591
7592         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
7593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
7594         have_xwindow_id signal in xwindow_create.
7595
7596 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7597
7598         * ext/ogg/gstoggdemux.c: 
7599           lots of changes - mainly support for chained bitstreams, seeking,
7600           querying and bugfixes of course
7601         * ext/vorbis/Makefile.am:
7602         * ext/vorbis/vorbisdec.c: 
7603         * ext/vorbis/vorbisdec.h:
7604           add vorbisdec raw vorbis decoder
7605         * ext/vorbis/vorbis.c: (plugin_init):
7606           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
7607         * gst/intfloat/Makefile.am:
7608         * gst/intfloat/float22int.c:
7609         * gst/intfloat/float22int.h:
7610         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
7611           add float2intnew plugin. It converts multichannel interleaved float to
7612           multichannel interleaved int. The name should probably be changed.
7613         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
7614         (plugin_init):
7615           add typefinding for raw theora video so oggdemux can detect it.
7616
7617 2004-01-28  Julien MOUTTE  <julien@moutte.net>
7618
7619         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
7620         sink element first.
7621         * gst/videoscale/gstvideoscale.c:
7622         (gst_videoscale_handle_src_event): Fixing src event handler.
7623
7624 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7625
7626         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
7627         (gst_v4lsrc_open), (gst_v4lsrc_close),
7628         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
7629         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
7630         * sys/v4l/gstv4lsrc.h:
7631         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
7632         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
7633           Implement resizing... Hack. But that's why v4l is b0rked...
7634
7635 2004-01-28  Julien MOUTTE <julien@moutte.net>
7636
7637         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7638         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7639         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
7640         (gst_ximagesink_xwindow_destroy):
7641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7642         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7643         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
7644         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
7645         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
7646         correctly cleaning the image created to check xshm calls on succes,
7647         added a lot of XSync calls in X11 functions, and fixed a segfault when
7648         no image format was defined before negotiation happened.
7649
7650 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7651
7652         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
7653           use gst_element_get_time to get correct time
7654
7655 2004-01-28  Julien MOUTTE  <julien@moutte.net>
7656
7657         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
7658         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
7659         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
7660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
7661         (gst_xvimagesink_check_xshm_calls),
7662         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
7663         X plugins are now able to detect that XShm calls will fail even if the
7664         server claims that it has XShm support (remote displays most of the
7665         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
7666         so that we use non XShm functions. This feature is almost useless for
7667         xvimagesink as Xv is not supported on remote displays anyway, but 
7668         it might happen than even on the local display XShm calls fail.
7669
7670 2004-01-27  David Schleef  <ds@schleef.org>
7671
7672         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
7673         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
7674         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
7675         changed esdsink to only use 44100,16,2, since esd sucks at rate
7676         conversion and esdsink has had difficulty negotiating.
7677
7678 2004-01-27  Julien MOUTTE <julien@moutte.net>
7679
7680         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
7681         (gst_play_seek_to_time): Fixing the way to get current position.
7682
7683 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7684
7685         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
7686           use gst_element_get_time to get correct time
7687
7688 2004-01-27  Julien MOUTTE <julien@moutte.net>
7689
7690         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
7691         fix ever... Inverting 2 lines of code make spider autoplug correctly
7692         tagged mp3 !
7693
7694 2004-01-27  David Schleef  <ds@schleef.org>
7695
7696         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7697         Use gst_pad_try_set_caps_nonfixed().
7698
7699 2004-01-27  David Schleef  <ds@schleef.org>
7700
7701         * gst/ac3parse/gstac3parse.c: update to checklist 5
7702         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
7703         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
7704         * gst/audioscale/gstaudioscale.c: same
7705         * gst/auparse/gstauparse.c: same
7706         * gst/avi/gstavidemux.c: same
7707
7708 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7709
7710         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
7711           stop processing after EOS
7712
7713 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7714
7715         * gst/asfdemux/asfheaders.h:
7716         * gst/asfdemux/gstasfdemux.c: 
7717         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
7718         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
7719         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
7720           lot's of fixes to make data extraction simpler and get the code
7721           architecture and compiler independant. Add debugging category
7722         * gst/goom/gstgoom.c: (gst_goom_change_state):
7723           reset channel count on PAUSED=>READY, not READY=>PAUSED
7724
7725 2004-01-26  Colin Walters  <walters@verbum.org>
7726
7727         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
7728         code to pull a bigger buffer in iradio mode.  This as a side effect
7729         makes typefinding work.
7730
7731 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
7732
7733         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7734         Fix SVQ3 decoding on PPC
7735
7736 2004-01-26  Julien MOUTTE <julien@moutte.net>
7737
7738         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
7739         that one managed to stay there... Fixed.
7740
7741 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
7742
7743         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
7744         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
7745         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
7746         (qtdemux_video_caps):
7747         * gst/qtdemux/qtdemux.h:
7748         Add SVQ3 specific flags to qtdemux and ffmpeg
7749
7750 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7751
7752         * gst-libs/gst/audio/audio.h:
7753           remove buffer-frames from audio caps
7754         * gst/audioconvert/gstaudioconvert.c:
7755           fix plugin to really work.
7756
7757 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7758
7759         * gst-libs/gst/mixer/mixer.c:
7760         * gst-libs/gst/propertyprobe/propertyprobe.c:
7761         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
7762         (gst_tuner_find_channel_by_name):
7763         * gst-libs/gst/tuner/tuner.h:
7764           Add gtk-doc style comments. Also fix a function name.
7765
7766 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7767
7768         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
7769         (gst_divxdec_negotiate):
7770           Fix for new capsnego - also fixes gst-player with divxdec.
7771
7772 2004-01-25  Julien MOUTTE  <julien@moutte.net>
7773
7774         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7775         (gst_play_identity_handoff), (gst_play_set_location),
7776         (gst_play_set_visualization), (gst_play_connect_visualization): Another
7777         try in visualization implementation. Still have an issue with switch
7778         blocking when pulling from video_queue and only audio comes out of 
7779         spider.
7780         * gst/switch/gstswitch.c: (gst_switch_release_pad),
7781         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
7782         release method. And check if the pad is usable before pulling.
7783
7784 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7785
7786         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
7787         (gst_videobalance_init),
7788         (gst_videobalance_colorbalance_list_channels),
7789         (gst_videobalance_colorbalance_set_value),
7790         (gst_videobalance_colorbalance_get_value),
7791         (gst_videobalance_update_properties),
7792         (gst_videobalance_update_tables_planar411),
7793         (gst_videobalance_planar411):
7794         * gst/videofilter/gstvideobalance.h:
7795           Implement lookup-tables. +/- 10x faster.
7796
7797 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7798
7799         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7800         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7801           The index reading was broken. The rest worked fine, but the whole
7802           goal of my rewrite was to make avidemux readable, and this was
7803           not at all readable. Please use typed variables.
7804
7805 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7806
7807         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7808           Additional pad usability check.
7809         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7810         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
7811         (gst_mp1videoparse_real_chain):
7812           Fix MPEG video stream parsing. The original plugin had several
7813           issues, including not timestamping streams where the source was
7814           not timestamped (this happens with PTS values in mpeg system
7815           streams, but MPEG video is also a valid stream on its own so
7816           that needs timestamps too). We use the display time code for that
7817           for now. Also, if one incoming buffer contains multiple valid
7818           frames, we push them all on correctly now, including proper EOS
7819           handling. Lastly, several potential segfaults were fixed, and we
7820           properly sync on new sequence/gop headers to include them in next,
7821           not previous frames (since they're header for the next frame, not
7822           the previous). Also see #119206.
7823         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
7824         (bpf_from_header):
7825           Move caps setting so we only do it after finding several valid
7826           MPEG-1 fraes sequentially, not right after the first one (which
7827           might be coincidental).
7828         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
7829         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7830         (plugin_init):
7831           Add unsynced MPEG video stream typefinding, and change some
7832           probability values so we detect streams rightly. The idea is as
7833           follows: I can have an unsynced system stream which contains
7834           video. In the current code, I would randomly get a type for either
7835           system or video stream type found, because the probabilities are
7836           being calculated rather randomly. I now use fixed values, so we
7837           always prefer system stream if that was found (and that is how it
7838           should be). If no system stream was found, we can still identity                the stream as video-only.
7839
7840 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7841
7842         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7843         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7844           don't write to buffer. Extract data without the need of
7845           __attribute__ ((packed))
7846
7847 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7848
7849         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
7850         (mpeg1_sys_type_find):
7851           Fix MPEG-1 stream typefinding.
7852
7853 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7854
7855         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7856           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
7857
7858 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7859
7860         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
7861         * ext/esd/gstesd.c: (plugin_init):
7862           private debugging, better error reporting
7863
7864 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7865
7866         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
7867         (gst_riff_read_init), (gst_riff_read_change_state):
7868         * gst-libs/gst/riff/riff-read.h:
7869           Remove stuff fromold metadata system.
7870
7871 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7872
7873         * ext/ogg/gstoggdemux.c:
7874           Fix wrong file comment.
7875         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7876         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
7877           Add metadata reading properly.
7878
7879 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7880
7881         * ext/Makefile.am:
7882           Fix nas DIST_SUBDIRS
7883           Uraeus:
7884           Fix bug where make distcheck doesn't get run on adding stuff to
7885           the build.
7886
7887 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7888
7889         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
7890         * ext/divx/gstdivxdec.h:
7891           Fix divx3 ("msmpeg4") playback using divxdec.
7892
7893 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7894
7895         * gst/typefind/gsttypefindfunctions.c:
7896         (mp3_type_frame_length_from_header): fix bug in length computation 
7897         (mp3_type_find): improve debugging output
7898
7899 2004-01-23  Julien MOUTTE  <julien@moutte.net>
7900
7901         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7902         (gst_play_set_location), (gst_play_seek_to_time),
7903         (gst_play_set_audio_sink), (gst_play_set_visualization),
7904         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
7905         the pipeline from scratch. Visualization is back and switch went out as
7906         i realized it was not possible to use the way i wanted.
7907         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
7908         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
7909         clearing in state change from READY to NULL. So that one can clean the
7910         X ressources keeping the element.
7911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7912         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
7913         (gst_xvimagesink_colorbalance_set_value),
7914         (gst_xvimagesink_colorbalance_get_value),
7915         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
7916         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
7917         change from READY to NULL and fixed some stupid bugs in colorbalance
7918         get/set values. Also added the following feature : when nobody tries to
7919         set some values to the colorbalance levels before the xcontext is 
7920         grabbed, then when creating channels list from Xv attributes we set the
7921         internal values to the Xv defaults. This way we handle buggy Xv drivers
7922         that set default hue values far from the middle of the range (Thanks
7923         to Jon Trowbridge for pointing that issue).
7924         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
7925         colorbalance levels have been set before xcontext is grabbed.
7926
7927 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7928
7929         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7930           Fix the ossmixer case where we shouldn't open /dev/dsp* because
7931           it might block operations (which is bad for a mixer).
7932
7933 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7934
7935         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
7936         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
7937         (gmip_find_type_pre):
7938         * gst-libs/gst/media-info/media-info-priv.h:
7939         * gst-libs/gst/media-info/media-info.c:
7940         (gst_media_info_instance_init), (gst_media_info_read_idler):
7941         add fakesink to get caps on decoder src pad again
7942         fix callback prototype to match new have_type signal signature
7943
7944 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7945
7946         * gst/adder/gstadder.c: (gst_adder_link):
7947           fix non-compile and cut-n-paste code
7948
7949 2004-01-21  David Schleef  <ds@schleef.org>
7950
7951         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
7952         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
7953         (gst_swfdec_init), (gst_swfdec_change_state):
7954         * ext/swfdec/gstswfdec.h:
7955         Fix negotiation.
7956         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
7957         (gst_adder_request_new_pad): Fix negotiation.
7958         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
7959         Add a fixate function.
7960         * gst/intfloat/gstfloat2int.c:
7961         * gst/intfloat/gstfloat2int.h:
7962         * gst/intfloat/gstint2float.c:
7963         * gst/intfloat/gstint2float.h:
7964         Completely rewrite the negotiation.  Doesn't quite work yet,
7965         due to some buffer-frames problem.
7966
7967 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7968
7969         * ext/gnomevfs/gstgnomevfssrc.c:
7970         * sys/v4l2/v4l2_calls.h:
7971           fix includes for distcheck
7972
7973 2004-01-21  Christian Schaller <uraeus@gnome.org>
7974
7975         * ext/nas/
7976         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
7977         based on earlier patch from Laurent Vivier
7978
7979 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
7980
7981         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7982         Fix wma caps property
7983         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7984         Fix typo (flags1 and flags2)
7985
7986 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7987
7988         * gst-libs/gst/media-info/media-info-priv.c:
7989         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
7990         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
7991         (gmip_find_stream), (gmip_find_track_metadata),
7992         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
7993         (gmip_find_track_format):
7994         * gst-libs/gst/media-info/media-info-priv.h:
7995         * gst-libs/gst/media-info/media-info-test.c: (main):
7996         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
7997         (gst_media_info_read_idler), (gst_media_info_read):
7998         * gst-libs/gst/media-info/media-info.h:
7999           register debugging category and use it for debugging
8000
8001 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8002
8003         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
8004         (gst_vorbisfile_new_link):
8005           signal streaminfo through tags
8006
8007 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8008
8009         * ext/mplex/gstmplex.cc:
8010         * ext/mplex/gstmplexibitstream.cc:
8011           g++ doesn't like NULL in our i18n/error macros, should be
8012           either (NULL) or ("").
8013
8014 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8015
8016         * sys/dxr3/dxr3audiosink.c:
8017         * sys/dxr3/dxr3init.c:
8018         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
8019         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
8020           Fix more error error error errors (missing includes here).
8021
8022 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8023
8024         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8025           fix thomas' error errors.
8026
8027 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8028
8029         * ext/mpeg2enc/gstmpeg2enc.cc:
8030           fix error errors.
8031
8032 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8033
8034         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
8035         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
8036           Fix for new error system.
8037
8038 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8039
8040         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
8041           fix for new error reporting
8042
8043 2004-01-20  David Schleef  <ds@schleef.org>
8044
8045         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8046         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
8047         (gst_ximagesink_set_xwindow_id): Change to using a framerate
8048         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
8049         and neither is 100+, most likely.
8050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8051         (gst_xvimagesink_getcaps): same
8052
8053 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8054
8055         * configure.ac:
8056           Up version requirement to 2.0.3 (not yet released) to avoid symbol
8057           clashes with ffmpeg.
8058
8059 2004-01-20  Julien MOUTTE  <julien@moutte.net>
8060
8061         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
8062         (gst_switch_init): Fixed switch element : proxying link and setting
8063         caps from src to sink on request.
8064
8065 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8066
8067         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
8068         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
8069         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
8070         fix element_error
8071
8072 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8073
8074         * sys/v4l/v4l_calls.h:
8075         * sys/v4l2/v4l2_calls.h:
8076           element_error fixes
8077
8078 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8079
8080         * gst-libs/gst/gst-i18n-plugin.h:
8081           add locale.h
8082           remove config.h inclusion
8083
8084 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8085
8086         * autogen.sh:
8087           adding autopoint invocation
8088         * Makefile.am:
8089         * configure.ac:
8090         * gst-libs/gst/gettext.h:
8091           adding gettext bits
8092         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
8093         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
8094         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8095         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
8096         (gst_gnomevfssink_close_file):
8097         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
8098         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
8099         * gst-libs/gst/gst-i18n-plugin.h:
8100         * gst/avi/gstavi.c: (plugin_init):
8101         * sys/dxr3/dxr3init.c: (plugin_init):
8102         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
8103         * sys/oss/gstossaudio.c: (plugin_init):
8104         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
8105         * sys/v4l/gstv4l.c: (plugin_init):
8106         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8107         * sys/v4l2/gstv4l2.c: (plugin_init):
8108         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8109         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
8110         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
8111         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
8112         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
8113         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
8114           make sure locale and translation domain are set
8115           fix translated strings 
8116         * po/.cvsignore:
8117         * po/LINGUAS:
8118         * po/Makevars:
8119         * po/POTFILES.in:
8120         * po/nl.po:
8121           put translation files into place
8122         * sys/xvideo/imagetest.c: (main):
8123         * ext/dv/demo-play.c: (main):
8124           fix unnecessary translations
8125
8126 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8127
8128         * ext/sndfile/gstsf.c:
8129         * gst/avi/gstavimux.c:
8130         * ext/audiofile/gstafsink.c:
8131         * ext/audiofile/gstafsrc.c:
8132         * ext/gnomevfs/gstgnomevfssink.c:
8133         * ext/gnomevfs/gstgnomevfssrc.c:
8134         * sys/oss/gstosselement.c:
8135         * sys/v4l/v4l_calls.h:
8136           fix i18n include
8137
8138 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8139
8140         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8141         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
8142         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
8143         (gst_v4l2_get_output), (gst_v4l2_set_output),
8144         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
8145         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
8146         (gst_v4l2_set_attribute):
8147         update to new error handling
8148
8149 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8150
8151         * ext/sidplay/gstsiddec.cc:
8152         * gst/modplug/gstmodplug.cc:
8153           parenthese NULL because C++ seems angry about it
8154
8155 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8156
8157         * gst-libs/gst/gst-i18n-plugin.h:
8158           add skeleton i18n stuff, but needs to be further implemented
8159
8160 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8161
8162         * examples/gstplay/player.c: (main):
8163         * ext/aalib/gstaasink.c: (gst_aasink_open):
8164         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
8165         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8166         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8167         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
8168         (gst_afsink_close_file):
8169         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
8170         (gst_afsrc_close_file):
8171         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
8172         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
8173         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
8174         * ext/esd/esdmon.c: (gst_esdmon_get):
8175         * ext/esd/esdsink.c: (gst_esdsink_chain):
8176         * ext/faac/gstfaac.c: (gst_faac_chain):
8177         * ext/faad/gstfaad.c: (gst_faad_chain):
8178         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
8179         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8180         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
8181         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
8182         (gst_flacdec_loop):
8183         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8184         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8185         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
8186         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
8187         (gst_gnomevfssink_close_file):
8188         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
8189         (gst_gnomevfssrc_open_file):
8190         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
8191         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
8192         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
8193         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
8194         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
8195         * ext/mad/gstmad.c: (gst_mad_chain):
8196         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8197         * ext/mpeg2dec/gstmpeg2dec.c:
8198         * ext/mpeg2enc/gstmpeg2enc.cc:
8199         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8200         * ext/mplex/gstmplex.cc:
8201         * ext/mplex/gstmplexibitstream.cc:
8202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
8203         (gst_ogg_demux_push), (gst_ogg_pad_push):
8204         * ext/raw1394/gstdv1394src.c:
8205         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
8206         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
8207         * ext/sidplay/gstsiddec.cc:
8208         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
8209         (gst_sf_loop):
8210         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
8211         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
8212         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
8213         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8214         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
8215         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
8216         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
8217         * gst-libs/gst/Makefile.am:
8218         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
8219         (gst_riff_read_element_data), (gst_riff_read_seek),
8220         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
8221         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
8222         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
8223         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
8224         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
8225         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
8226         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
8227         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8228         * gst/goom/gstgoom.c: (gst_goom_chain):
8229         * gst/id3/gstid3types.c: (gst_id3types_loop):
8230         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
8231         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
8232         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
8233         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8234         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
8235         (gst_ebml_read_float), (gst_ebml_read_header):
8236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
8237         (gst_matroska_demux_parse_blockgroup):
8238         * gst/modplug/gstmodplug.cc:
8239         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8240         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
8241         * gst/oneton/gstoneton.c: (gst_oneton_chain):
8242         * gst/silence/gstsilence.c: (gst_silence_get):
8243         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8244         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
8245         * gst/speed/gstspeed.c: (speed_loop):
8246         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8247         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8248         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
8249         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
8250         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8251         (gst_wavparse_loop):
8252         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
8253         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
8254         (dxr3audiosink_close):
8255         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
8256         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
8257         (dxr3videosink_close), (dxr3videosink_write_data):
8258         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
8259         * sys/oss/gstosselement.h:
8260         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
8261         (gst_osssink_chain):
8262         * sys/oss/gstosssrc.c: (gst_osssrc_get):
8263         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
8265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
8266         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
8267         (gst_v4l_enable_overlay):
8268         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
8269         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
8270         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
8271         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
8272         (gst_v4l_set_audio):
8273         * sys/v4l/v4l_calls.h:
8274         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
8275         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
8276         (gst_v4lmjpegsink_playback_init),
8277         (gst_v4lmjpegsink_playback_start):
8278         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
8279         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
8280         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
8281         (gst_v4lmjpegsrc_requeue_frame):
8282         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
8283         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
8284         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
8285         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
8286         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8287         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
8288         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
8289         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
8290         (gst_v4l2src_capture_stop):
8291         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
8292         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8293         (gst_ximagesink_chain):
8294         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
8295         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
8296         (gst_xvideosink_xwindow_new):
8297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8298         (gst_xvimagesink_chain):
8299         use new error signal, function and categories
8300
8301 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
8302
8303         * configure.ac:
8304         * ext/Makefile.am:
8305         * ext/musicbrainz/gsttrm.c:
8306         * ext/musicbrainz/gsttrm.h:
8307         * ext/musicbrainz/Makefile.am:
8308         Add a trm plugin 
8309
8310 2004-01-18  Julien MOUTTE  <julien@moutte.net>
8311
8312         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
8313         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
8314         synchronous property for debugging.
8315         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
8316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8317         (gst_xvimagesink_set_property): Moving a pointer declaration to a
8318         smaller block, fixing indent.
8319
8320 2004-01-16  David Schleef  <ds@schleef.org>
8321
8322         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
8323         property affects the video stream.
8324         * sys/xvimage/xvimagesink.c: 
8325         * sys/xvimage/xvimagesink.h:
8326         Add synchronous property for debugging.  Should probably be
8327         disabled in non-CVS builds.  Make sure that the Xv attribute
8328         exists before we set it (crash!).  Fix a silly float bug that
8329         caused colorbalance to just not work.
8330
8331 2004-01-17  Christian Schaller <Uraeus@gnome.org>
8332
8333         * tools/gst-launch-ext.in - update for new plugins
8334
8335 2004-01-16  David Schleef  <ds@schleef.org>
8336
8337         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
8338         already-freed caps.
8339
8340 2994-01-16  Christian Schaller <Uraeus@gnome.org>
8341
8342         * Update spec for new colorspace plugin and libcaca plugin
8343         * Fix compilation of libcaca plugin (clock -> id)
8344
8345 2004-01-16  Julien MOUTTE <julien@moutte.net>
8346
8347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
8348         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
8349         (gst_xvimagesink_set_xwindow_id),
8350         (gst_xvimagesink_colorbalance_set_value),
8351         (gst_xvimagesink_colorbalance_get_value),
8352         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8353         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
8354         correct colorbalance properties. They can now be set when the element
8355         is still in NULL state. The values will be committed to the Xv Port
8356         when xcontext is initialized.
8357         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
8358         brightness int values in the GstXvImagesink structure.
8359
8360 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8361
8362         * gst-libs/gst/Makefile.am:
8363           restructure so having local patches works easier.
8364
8365 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8366
8367         * ext/mpeg2enc/Makefile.am:
8368         * ext/mpeg2enc/gstmpeg2enc.cc:
8369         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8370           Bugfix with respect to EOS handling.
8371
8372 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8373
8374         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
8375           Link with right caps (else, it segfaults).
8376         * ext/mplex/gstmplexjob.cc:
8377           Fix for slight API change in 1.6.1.93 release of mjpegtools.
8378
8379 2004-01-15  David Schleef  <ds@schleef.org>
8380
8381         * gst-libs/gst/audio/Makefile.am:
8382         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
8383         from the template.
8384         * gst-libs/gst/audio/gstaudiofilter.c:
8385         * gst-libs/gst/audio/gstaudiofilter.h:
8386         Add bytes_per_sample and size and n_samples calculation.
8387         * gst-libs/gst/audio/gstaudiofilterexample.c:
8388         Remove, now autogenerated.
8389         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8390         Moved from gstaudiofilterexample, object name changed, code added
8391         so that it actually works.
8392         * gst-libs/gst/audio/make_filter:
8393         Script to build an audiofilter subclass from the template.
8394         * gst/colorspace/Makefile.am:
8395         * gst/colorspace/yuv2yuv.c:
8396         Remove file, since it's GPL, and we don't use it.
8397
8398 2004-01-15  Julien MOUTTE  <julien@moutte.net>
8399
8400         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
8401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
8402         them use the buffer free function to test how the buffer was allocated.
8403
8404 2004-01-15  David Schleef  <ds@schleef.org>
8405
8406         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
8407         that handles osssink fallback.
8408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8409         (gst_audio_convert_getcaps):
8410         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8411         Add audio/x-qdm2 for QDM2 audio.
8412         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8413         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
8414         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8415         Decrease minimum size to 16x16.
8416         * gst/wavparse/gstwavparse.c:
8417         Convert disabled pad template caps to new caps.
8418         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8420         (gst_xvimagesink_chain): Throw element error when display cannot
8421         be opened.  Increase minimum framerate to 1.0.  Check the data
8422         free function on a buffer to make sure it is the type we expect
8423         before manipulating it.
8424
8425 2004-01-15  Julien MOUTTE <julien@moutte.net>
8426
8427         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8428         (gst_videobalance_colorbalance_set_value): Implement passthru if
8429         settings are in the middle.
8430         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
8431
8432 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8433
8434         * gst/videofilter/Makefile.am:
8435         * gst/volume/Makefile.am:
8436           Since we use videofilter symbols, link to it.
8437
8438 2004-01-15  Julien MOUTTE <julien@moutte.net>
8439
8440         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
8441         mixer interface type to HARDWARE.
8442         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
8443         type to SOFTWARE.
8444         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
8445         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
8446         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
8447         (gst_volume_interface_init), (gst_volume_list_tracks),
8448         (gst_volume_set_volume), (gst_volume_get_volume),
8449         (gst_volume_set_mute), (gst_volume_mixer_init),
8450         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
8451         (volume_init): Implementing mixer interface.
8452         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
8453         * sys/oss/gstosselement.c: (gst_osselement_get_type),
8454         (gst_osselement_change_state): Removing some trailing commas in
8455         structures.
8456         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
8457         interface type to HARDWARE.
8458         * sys/v4l/gstv4lcolorbalance.c:
8459         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
8460         type to HARDWARE.
8461         * sys/v4l2/gstv4l2colorbalance.c:
8462         (gst_v4l2_color_balance_interface_init): Setting colorbalance
8463         interface type to HARDWARE.
8464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
8465         same code than ximagesink for event handling.
8466
8467 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8468
8469         * ext/snapshot/Makefile.am:
8470         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
8471         (gst_snapshot_chain):
8472         * ext/snapshot/gstsnapshot.h:
8473           This has to be a joke... Snapshot should be connected to a tee,
8474           colorspace element before it and EOS after that, where the other
8475           src of the tee receives normal data.
8476           The current way is *wrong*.
8477
8478 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8479
8480         * ext/hermes/gsthermescolorspace.c:
8481           Fix another compile error. Same as below.
8482
8483 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8484
8485         * gst/colorspace/gstcolorspace.c:
8486         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
8487         (gst_colorspace_i420_to_yv12):
8488           Fix compiling... Didn't test if it actually works.
8489
8490 2004-01-15  David Schleef  <ds@schleef.org>
8491
8492         * configure.ac:
8493         * gst/colorspace/Makefile.am:
8494         * gst/colorspace/gstcolorspace.c:
8495         * gst/colorspace/gstcolorspace.h:
8496         * gst/colorspace/yuv2rgb.c:
8497         * gst/colorspace/yuv2rgb.h:
8498         Duplicate the ext/hermes colorspace plugin, and remove Hermes
8499         code and GPL code.  Fix for new caps negotiation.  Rewrite
8500         much of the format handling code, and some of the conversion
8501         code.  Basically, rewrote almost everything.  This element
8502         handles I420, YV12 to RGB conversions.
8503         * ext/hermes/Makefile.am:
8504         * ext/hermes/gsthermescolorspace.c:
8505         Rename colorspace to hermescolorspace.  Fix negotiation issues.
8506         Remove non-Hermes related code.  This element handles lots of
8507         RGB to RGB conversions, but no YUV.
8508         * ext/hermes/gstcolorspace.c:
8509         * ext/hermes/gstcolorspace.h:
8510         * ext/hermes/rgb2yuv.c:
8511         * ext/hermes/yuv2rgb.c:
8512         * ext/hermes/yuv2rgb.h:
8513         * ext/hermes/yuv2rgb_mmx16.s:
8514         * ext/hermes/yuv2yuv.c:
8515         * ext/hermes/yuv2yuv.h:
8516         Remove old code.
8517
8518 2004-01-14  Colin Walters  <walters@verbum.org>
8519
8520         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
8521         they've already been.
8522
8523 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8524
8525         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
8526           assume tag mode when pad is not connected
8527
8528 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8529
8530         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8531           Don't update the time of the clock
8532         (gst_alsa_sink_loop):
8533           sync to the clock given to alsasink, not the own clock
8534         * sys/oss/gstosssink.c: (gst_osssink_chain):
8535           sync to the clock
8536         (gst_osssink_change_state):
8537           activate the clock
8538         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8540           remove bogus code that made DISCONT events unhandled
8541         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
8542           explicitly case to double in _set_simple. (fixes 2nd warning in bug
8543           #131502)
8544         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
8545         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
8546         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
8547           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
8548           2nd warning in bug #131502)
8549
8550 2004-01-14  Julien MOUTTE  <julien@moutte.net>
8551
8552         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8553         (gst_videobalance_colorbalance_set_value),
8554         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
8555         for colorbalance interface implementation.
8556         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8557         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8558         (gst_ximagesink_dispose), (gst_ximagesink_init),
8559         (gst_ximagesink_class_init): Adding DISPLAY property.
8560         * sys/ximage/ximagesink.h: Adding display_name to store display.
8561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8562         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8563         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
8564         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
8565         properties (they still need polishing though for gst-launch use : no
8566         xcontext yet, i ll do that tomorrow).
8567         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
8568
8569 2004-01-14  Julien MOUTTE  <julien@moutte.net>
8570
8571         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
8572         (gst_play_set_location), (gst_play_set_visualization): Preparing 
8573         switch integration, adding videobalance in the pipeline.
8574
8575 2004-01-14  Julien MOUTTE <julien@moutte.net>
8576
8577         * gst-libs/gst/colorbalance/colorbalance.c:
8578         (gst_color_balance_class_init): Adding a default type.
8579         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
8580         the type.
8581         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
8582         (gst_videobalance_dispose), (gst_videobalance_class_init),
8583         (gst_videobalance_init), (gst_videobalance_interface_supported),
8584         (gst_videobalance_interface_init),
8585         (gst_videobalance_colorbalance_list_channels),
8586         (gst_videobalance_colorbalance_set_value),
8587         (gst_videobalance_colorbalance_get_value),
8588         (gst_videobalance_colorbalance_init): Implementing colorbalance
8589         interface.
8590         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
8591         list.
8592         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
8593         bug which was triggering a BadAccess X error when setting an overlay
8594         before pad was really negotiated.
8595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
8596         Using the colorbalance type macro.
8597
8598 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8599
8600         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
8601         (gst_flacenc_chain):
8602           handle tags correctly
8603         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8604           extract ID3v1 tags correctly
8605
8606 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8607
8608         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
8609         (plugin_init):
8610           Improve matroska typefinding for odd-typed headers...
8611
8612 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8613
8614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8615           Fix for using incremental number on padnames.
8616
8617 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8618
8619         * ext/divx/gstdivxdec.c:
8620         * ext/divx/gstdivxenc.c:
8621           Set category to divx4linux instead of divx (too generic).
8622         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8623         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
8624         (gst_wavparse_loop), (gst_wavparse_change_state):
8625         * gst/wavparse/gstwavparse.h:
8626           fix parsing of WAV files with non-standard fmt-tag size and fix
8627           skipping of unrecognized chunks... Someone please fix this thing
8628           to use rifflib so all this is automated.
8629         * sys/v4l/Makefile.am:
8630         * sys/v4l2/Makefile.am:
8631           Add X_CFLAGS because we depend on X (for overlay).
8632
8633 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
8634
8635         * ext/mpeg2dec/gstmpeg2dec.c:
8636           Don't issue a timestamp unless we tagged the frame
8637           with a PTS.
8638
8639 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8640
8641         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
8642           Query the audio element to get the time, not the clock. We're
8643           interested in the element's time here.
8644
8645 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8646
8647         * ext/aalib/gstaasink.c: (gst_aasink_chain):
8648         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8649         * ext/esd/esdsink.c: (gst_esdsink_chain):
8650         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
8651         * ext/mas/massink.c: (gst_massink_chain):
8652         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
8653         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
8654         (gst_matroska_demux_parse_metadata):
8655         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
8656         (gst_mpeg_parse_release_locks):
8657         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
8658         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
8659         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8660         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8661         (gst_osssink_change_state):
8662         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8663         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8664         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
8665         (gst_xvideosink_release_locks):
8666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8667           use element time.
8668         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
8669         (gst_alsa_clock_stop):
8670         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
8671         (gst_audio_clock_get_internal_time):
8672           simplify for use with new clocking code.
8673         * testsuite/alsa/Makefile.am:
8674         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
8675           fix testsuite for new caps system
8676
8677 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8678
8679         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
8680         * ext/flac/gstflacenc.c: (add_one_tag):
8681           length is already host endian, no need to convert. Fixes playback of
8682           tagged files on PPC. (bug #128384)
8683
8684 2004-01-13  Julien MOUTTE <julien@moutte.net>
8685
8686         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
8687         colorbalance interface stating if it is hardware based or software
8688         based.
8689         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
8690         Removing a trailing comma.
8691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8692         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
8693         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
8694         the documentation seems to be wrong on the -1000 to 1000 interval.
8695
8696 2004-01-12  David Schleef  <ds@schleef.org>
8697
8698         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
8699         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
8700         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
8701         Fix negotiation.  Add a bufferalloc function for the sink pad,
8702         and generally clean up some of the code.
8703
8704 2004-01-12  Julien MOUTTE <julien@moutte.net>
8705
8706         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8707         (gst_color_balance_channel_dispose): Adding safety check in dispose
8708         method.
8709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8710         (gst_xvimagesink_xcontext_clear),
8711         (gst_xvimagesink_interface_supported),
8712         (gst_xvimagesink_colorbalance_list_channels),
8713         (gst_xvimagesink_colorbalance_set_value),
8714         (gst_xvimagesink_colorbalance_get_value),
8715         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
8716         Adding colorbalance interface support to set XV parameters such as
8717         HUE, BRIGHTNESS, CONTRAST, SATURATION.
8718         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
8719         interface.
8720
8721 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8722
8723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
8724         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
8725         (gst_audio_convert_init), (gst_audio_convert_set_property),
8726         (gst_audio_convert_get_property), (gst_audio_convert_chain),
8727         (gst_audio_convert_link),
8728         (gst_audio_convert_buffer_to_default_format),
8729         (gst_audio_convert_buffer_from_default_format), (plugin_init):
8730           - implement _getcaps and use it
8731           - improve linking
8732           - remove float caps since no float conversion is actually done
8733           - remove properties and arguments that were to be used for rate
8734             conversion
8735
8736 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8737
8738         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
8739         (gst_audio_structure_set_int):
8740         * gst-libs/gst/audio/audio.h:
8741           add helper functions for _getcaps matching the standard audio
8742           templates
8743
8744 2004-01-12  David Schleef  <ds@schleef.org>
8745
8746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8747         Test that pad is negotiated before getting its caps.
8748
8749 2004-01-12  Julien MOUTTE <julien@moutte.net>
8750
8751         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
8752         analyzing the pads of an element the bin is mostly in READY state so
8753         no caps were negotiated. This helper function needs to work with
8754         _get_caps directly then. I was not freeing them though, added that to
8755         fix the mem leak.
8756
8757 2004-01-12  Julien MOUTTE <julien@moutte.net>
8758
8759         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
8761         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
8762         than the free_func.
8763
8764 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8765
8766         * sys/oss/gstossaudio.c: (plugin_init):
8767         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8768         * sys/oss/gstosselement.h:
8769           make an oss debugging category
8770           make failure more descriptive
8771
8772 2004-01-11  David Schleef  <ds@schleef.org>
8773
8774         * ext/ffmpeg/gstffmpeg.c:
8775         * ext/ffmpeg/gstffmpegcodecmap.c:
8776         * ext/ffmpeg/gstffmpegdec.c:
8777         * ext/ffmpeg/gstffmpegenc.c:
8778         * ext/ffmpeg/gstffmpegprotocol.c:
8779         * ext/gdk_pixbuf/gstgdkanimation.c:
8780         * ext/jpeg/gstjpeg.c:
8781         * ext/libpng/gstpng.c:
8782         * ext/mpeg2dec/perftest.c:
8783         * ext/speex/gstspeex.c:
8784         * gst-libs/gst/resample/dtos.c:
8785         * gst/intfloat/gstintfloatconvert.c:
8786         * gst/oneton/gstoneton.c:
8787         * gst/rtjpeg/RTjpeg.c:
8788         * gst/rtp/gstrtp.c:
8789         * sys/dxr3/dxr3init.c:
8790         * sys/glsink/gstgl_nvimage.c:
8791         * sys/glsink/gstgl_pdrimage.c:
8792         * sys/glsink/gstglsink.c:
8793         * testsuite/gst-lint:
8794         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
8795
8796 2004-01-11  David Schleef  <ds@schleef.org>
8797
8798         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
8799         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
8800         * ext/gdk_pixbuf/gstgdkanimation.c:
8801         (gst_gdk_animation_iter_create_pixbuf):
8802         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8803         (gst_gdk_pixbuf_chain):
8804         * ext/gdk_pixbuf/gstgdkpixbuf.h:
8805         * ext/jack/gstjack.c: (gst_jack_change_state):
8806         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
8807         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
8808         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
8809         * gst/videofilter/gstvideofilter.c:
8810         (gst_videofilter_set_output_size):
8811         Remove all usage of gst_pad_get_caps(), and replace it with
8812         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
8813
8814 2004-01-11  David Schleef  <ds@schleef.org>
8815
8816         * configure.ac:
8817         * ext/Makefile.am: Fixes to make ext/libcaca compile.
8818         * ext/divx/gstdivxdec.c:
8819         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8820         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
8821         handle images that span multiple buffers.  Now work with both
8822         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
8823         * ext/gdk_pixbuf/gstgdkpixbuf.h:
8824         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
8825         video/video.h changes
8826         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
8827         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8828         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
8829         of GstData free function.
8830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8831         same.
8832
8833 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8834
8835         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
8836         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
8837         (gst_v4l2element_get_property):
8838         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
8839           add norm, channel and frequency properties.
8840         * sys/v4l2/gstv4l2tuner.c:
8841           fixes for tuner interface changes
8842         * sys/v4l2/gstv4l2element.h:
8843         * sys/v4l2/gstv4l2src.c: 
8844         * sys/v4l2/gstv4l2src.h:
8845         * sys/v4l2/v4l2src_calls.c: 
8846         * sys/v4l2/v4l2src_calls.h:
8847           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
8848
8849 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8850
8851         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
8852         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
8853         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
8854         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
8855         * gst-libs/gst/tuner/tuner.h:
8856           GObjects aren't const.
8857           Add find_by_name functions.
8858           Add checks to _changed functions.
8859         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
8860         (gst_v4l_tuner_get_norm):
8861           Fixes for above.
8862
8863 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8864
8865         * gst-libs/gst/video/video.h:
8866           Fix caps template names to be understandable.
8867           Prefix everything with GST_VIDEO.
8868         * ext/aalib/gstaasink.c:
8869         * ext/divx/gstdivxdec.c:
8870         * ext/divx/gstdivxenc.c:
8871         * ext/gdk_pixbuf/gstgdkpixbuf.c:
8872         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
8873         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
8874         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
8875         * ext/libcaca/gstcacasink.c:
8876         * ext/libpng/gstpngenc.c: (raw_caps_factory):
8877         * ext/snapshot/gstsnapshot.c:
8878         * ext/swfdec/gstswfdec.c:
8879         * ext/xvid/gstxviddec.c:
8880         * ext/xvid/gstxvidenc.c:
8881         * gst/chart/gstchart.c:
8882         * gst/deinterlace/gstdeinterlace.c:
8883         * gst/effectv/gsteffectv.c:
8884         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8885         * gst/goom/gstgoom.c:
8886         * gst/median/gstmedian.c:
8887         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
8888         (gst_monoscope_srcconnect), (gst_monoscope_chain):
8889         * gst/overlay/gstoverlay.c:
8890         * gst/smooth/gstsmooth.c:
8891         * gst/smpte/gstsmpte.c:
8892         * gst/synaesthesia/gstsynaesthesia.c:
8893         * gst/videocrop/gstvideocrop.c:
8894         * gst/videodrop/gstvideodrop.c:
8895         * gst/y4m/gsty4mencode.c:
8896         * sys/qcam/gstqcamsrc.c:
8897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
8898           Make them work with new video.h file.
8899         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8900         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8902         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8903           Make it work with new buffer allocation system.
8904
8905 2004-01-11  Julien MOUTTE  <julien@moutte.net>
8906
8907         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
8908         pad_alloc_buffer implementation to use ->srcpad
8909         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
8910         pad_alloc_buffer implementation to use ->srcpad
8911         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
8912         pad_alloc_buffer implementation to use ->srcpad
8913         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8914         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
8915         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8916         a reference to everything we need.
8917         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
8918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8919         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8920         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8921         a reference to everything we need.
8922         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
8923
8924 2004-01-11  David Schleef  <ds@schleef.org>
8925
8926         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
8927         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
8928         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
8929         structure members.
8930         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
8931         value during a resize/renegotiation.
8932         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
8933         gst_pad_alloc_buffer();
8934         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8935         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
8936         structure members.
8937         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8938         Fix for rename of buffer private structure members.
8939         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8940         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8941         Fix for rename of buffer private structure members.
8942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8943         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8944         Fix for rename of buffer private structure members.
8945
8946 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
8947
8948         reviewed by: David Schleef <ds@schleef.org>
8949
8950         * gst/videofilter/Makefile.am:
8951         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
8952         from the patch by ds to fit in with recent make_filter changes.
8953
8954 2004-01-11  Julien MOUTTE  <julien@moutte.net>
8955
8956         * configure.ac: Adding examples/switch/Makefile
8957         * examples/Makefile.am: Adding examples/switch
8958         * examples/switch/Makefile.am: Adding switcher example.
8959         * examples/switch/switcher.c: (got_eos), (idle_iterate),
8960         (switch_timer), (main): Adding an example demonstrating switch usage
8961         with 2 videotestsrc showing different patterns.
8962         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
8963         (gst_switch_init): Fixing switch with the new caps system.
8964
8965 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8966
8967         * gst-libs/gst/video/video.h:
8968           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
8969           They should probably be like
8970           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
8971
8972 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8973
8974         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8975         (qtdemux_parse_trak):
8976           fix audio chunk size/timestamp calculation
8977
8978 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8979
8980         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
8981           fix SVQ3 caps
8982
8983 2004-01-11  Steve Baker  <steve@stevebaker.org>
8984
8985         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
8986         (gst_agingtv_base_init), (gst_agingtv_class_init),
8987         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
8988         (gst_agingtv_set_property), (gst_agingtv_get_property):
8989         Port agingTV to videofilter
8990
8991 2004-01-09  Julien MOUTTE <julien@moutte.net>
8992
8993         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
8994         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8995
8996 2004-01-09  Julien MOUTTE <julien@moutte.net>
8997
8998         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
8999         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
9000         * gst-libs/gst/xoverlay/xoverlay.c:
9001         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
9002         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9003         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
9004         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9005         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
9006         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9007         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
9008         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
9009         the bufferalloc_function to replace bufferpools, fixing the XOverlay
9010         interface implementation to handle xid being 0 and fix some bugs
9011         triggered by Benjamin's testcase.
9012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9013         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9014         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
9015         the bufferalloc_function to replace bufferpools, fixing the XOverlay
9016         interface implementation to handle xid being 0 and fix some bugs
9017         triggered by Benjamin's testcase.
9018
9019 2004-01-09  David Schleef  <ds@schleef.org>
9020
9021         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
9022         mouse pointer events.  It works.
9023
9024 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9025
9026         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
9027           Use explicit caps - fix capsnego.
9028         * ext/xvid/gstxviddec.c:
9029         * ext/xvid/gstxvidenc.c:
9030           Remove macro-inside-macro which caused compile errors.
9031         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
9032           Error out if it's not a RIFF file. Else we error out without
9033           gst_element_error() which is not good...
9034
9035 2004-01-08  David Schleef  <ds@schleef.org>
9036
9037         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
9038         Fix pad_link function to handle formats that ffmpeg returns
9039         as multiple caps structures.
9040         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
9041         Only complain if source buffer is _smaller_ than expected.
9042         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
9043         (gst_videoscale_handle_src_event): Resize navigation events
9044         when passing them upstream.
9045         * gst/videotestsrc/gstvideotestsrc.c:
9046         * gst/videotestsrc/gstvideotestsrc.h:
9047         * gst/videotestsrc/videotestsrc.c:
9048         * gst/videotestsrc/videotestsrc.h:
9049         Rewrite many of the buffer painting functions to handle odd
9050         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
9051         been verified to work with my video card.
9052         * testsuite/gst-lint:  Add check for elements calling
9053         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
9054
9055 2004-01-08  David Schleef  <ds@schleef.org>
9056
9057         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
9058         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
9059
9060 2004-01-08  Julien MOUTTE  <julien@moutte.net>
9061
9062         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
9063         configure event is not emiting the desired size signal. That fixes
9064         aspect ratio issues with gst-player.
9065
9066 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9067
9068         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
9069           Fix capsnego.
9070
9071 2004-01-08  Julien MOUTTE  <julien@moutte.net>
9072
9073         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
9074         public method to fire size signal.
9075
9076 2004-01-07  Julien MOUTTE  <julien@moutte.net>
9077
9078         * examples/gstplay/Makefile.am: Adding the interface library.
9079         * gst-libs/gst/play/Makefile.am: Adding the interface library.
9080         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
9081         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
9082         GST_IS_X_OVERLAY before signal connect.
9083         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
9084         Removing the have_video_size signal.
9085         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
9086         and associated public method.
9087         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9088         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
9089         signal.
9090         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
9091         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
9092         signal.
9093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
9094         Using XOverlay public method to fire size signal.
9095
9096 2004-01-07  David Schleef  <ds@schleef.org>
9097
9098         * gst/videofilter/Makefile.am:
9099         * gst/videofilter/gstvideotemplate.c:
9100         * gst/videofilter/make_filter:
9101         Create gstvideoexample.c in a srcdir!=builddir friendly way.
9102         Convert make_filter to /bin/sh script.
9103
9104 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9105
9106         * gst/modplug/gstmodplug.cc: fix element description
9107
9108 2004-01-07  Julien MOUTTE  <julien@moutte.net>
9109
9110         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
9111         (got_video_size): Adding some new lines in g_print calls.
9112         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9113         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
9114         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
9115         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
9116         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
9117         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
9118         Complete code review, reverting some stuff i disagree with, adding
9119         some fixes : time synchronization on invalid timestamps, renegotiation
9120         of private window.
9121         * sys/ximage/ximagesink.h:
9122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
9123         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
9124         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
9125         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
9126         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
9127         (gst_xvimagesink_buffer_new),
9128         (gst_xvimagesink_navigation_send_event),
9129         (gst_xvimagesink_set_xwindow_id),
9130         (gst_xvimagesink_get_desired_size),
9131         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
9132         stuff i disagree with, adding some fixes : Renegotiation of private
9133         window, implementing get_desired_size.
9134
9135 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9136
9137         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
9138         (gst_afsink_handle_event):
9139         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
9140         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
9141         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
9142         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
9143         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
9144           Fix for instantiate-test (see core). Also remove dead code from
9145           jpegenc (which still needs fixing, but that's lower on my TODO
9146           list...).
9147         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9148           Never return NULL as caps.
9149
9150 2004-01-07  David Schleef  <ds@schleef.org>
9151
9152         * configure.ac:
9153         * ext/Makefile.am:
9154         * ext/librfb/Makefile.am:
9155         * ext/librfb/gstrfbsrc.c:
9156         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
9157         is the protocol used by VNC.
9158
9159 2004-01-07  David Schleef  <ds@schleef.org>
9160
9161         * gst/videofilter/gstvideotemplate.c:
9162         * gst/videofilter/gstvideotemplate.h:
9163         * gst/videofilter/make_filter:
9164         Merge videotemplate header into source file.
9165         * gst/effectv/Makefile.am:
9166         * gst/effectv/gsteffectv.c: (plugin_init):
9167         * gst/effectv/gstwarp.c:
9168         Make warpTV a subclass of videofilter.
9169
9170 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9171
9172         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9173           Add guard against invalid utf-8 conversions in mad. Just in case.
9174
9175 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9176
9177         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
9178           Fix for bug shown by poisoning
9179
9180 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9181
9182         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
9183         (gst_v4lmjpegsrc_buffer_free):
9184         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9185         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
9186         (gst_v4lsrc_buffer_free):
9187           Fix for removed bufferpools.
9188
9189 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
9190
9191         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9192         Fix caps negotiation.
9193
9194         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
9195         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
9196         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
9197         (dvdnavsrc_event):
9198         * ext/mpeg2dec/gstmpeg2dec.c:
9199         * gst-libs/gst/navigation/navigation.c:
9200         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
9201         * gst-libs/gst/navigation/navigation.h:
9202         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
9203         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9205         Super-simple first version of mouse and keyboard events. Clicking
9206         on a DVD menu now works, although it may not take you where you
9207         expected.
9208
9209         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
9210         * gst/videotestsrc/gstvideotestsrc.c:
9211         (gst_videotestsrc_src_fixate):
9212         These fixate functions were broken - they never actually
9213         fixated :)
9214         
9215 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9216
9217         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
9218         (gst_icecastsend_init):
9219           fix for new caps system.
9220         * gst-libs/gst/mixer/mixertrack.h:
9221         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
9222           Add 'master track' flag (for tools like ACME that only want to
9223           change the main volume).
9224
9225 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
9226
9227         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
9228         (gst_xvid_csp_to_caps):
9229         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
9230         * ext/xvid/gstxvidenc.c:
9231         ifdef out ARGB type when it isn't available 
9232         in xvidcore 1.0.0beta2
9233
9234 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9235
9236         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9237           When we have received a new SCR right in the first buffer after
9238           a seek (so in the same cycle that handles the discont), we should
9239           handle the buffer instead of unreffing it, else we lose data.
9240
9241 2004-01-06  Iain <iain@prettypeople.org>
9242
9243         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
9244           buffer-frames caps too.
9245
9246         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
9247           caps that we need, don't destroy them all and rebuild them. And when
9248           creating src pads, use the src pad template rather than the sink...
9249
9250 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9251
9252         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9253           Add pad to element *after* setting functions such as event handler.
9254           Without this, the scheduler (opt) will link pads, set the event
9255           handler from the default event function (dispatcher in gstpad.c)
9256           and *after* that, we will set our own event function, which will
9257           thus never be used (and thus mpegdemux doesn't handle events).
9258
9259 2004-01-04  David Schleef  <ds@schleef.org>
9260
9261         Fix the fixate functions to handle new prototype:
9262         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
9263         * gst/videotestsrc/gstvideotestsrc.c:
9264         (gst_videotestsrc_src_fixate):
9265         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
9266         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
9267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
9268
9269 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9270
9271         * sys/ximage/ximagesink.h:
9272         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9273         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
9274         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
9275         (gst_ximagesink_xoverlay_init):
9276           assorted fixes to make (re)embedding work
9277         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
9278         (gst_ximagesink_get_desired_size):
9279           implement desired size additions to XOverlay
9280
9281 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9282
9283         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
9284         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
9285         (gst_x_overlay_got_desired_size):
9286         * gst-libs/gst/xoverlay/xoverlay.h:
9287           Add optional "desired size" signal and querying.
9288
9289 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9290
9291         * gst/matroska/matroska-demux.c:
9292         (gst_matroska_demux_parse_blockgroup):
9293           Fix EBML-laced block parsing. Diffs are relative to previous
9294           lace, not the first lace. Thanks to Mosu from the Matroska
9295           team for detecting this.
9296         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9297         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
9298         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
9299         (gst_wavparse_change_state):
9300         * gst/wavparse/gstwavparse.h:
9301           Quickfix for capsnego.
9302
9303 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9304
9305         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
9306           Fix indenting, fix pad creation.
9307
9308 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9309
9310         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
9311         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
9312         (gst_xviddec_sink_link):
9313           Implement src_getcaps() so proper size caps is negotiated.
9314
9315 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9316
9317         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
9318           Finish flac decoder on EOS. See #116178.
9319
9320 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9321
9322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
9323         (gst_matroska_demux_add_stream):
9324         * gst/matroska/matroska-ids.h:
9325           Add getcaps() function to fix capsnego...
9326
9327 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9328
9329         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9330         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
9331         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9332           Fix more integer overflows. Again, see #126967.
9333
9334 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9335
9336         * ext/mpeg2dec/gstmpeg2dec.c:
9337           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
9338           #130416.
9339
9340 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9341
9342         * configure.ac:
9343         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
9344         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
9345         * ext/xvid/gstxvid.h:
9346         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
9347         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
9348         (gst_xviddec_src_link), (gst_xviddec_sink_link),
9349         (gst_xviddec_change_state):
9350         * ext/xvid/gstxviddec.h:
9351         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
9352         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
9353         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
9354         (gst_xvidenc_link), (gst_xvidenc_set_property),
9355         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
9356         * ext/xvid/gstxvidenc.h:
9357           Update xvid plugin to latest xvid (1.0.0-beta3) API.
9358
9359 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9360
9361         * gst/rtp/rtp-packet.c:
9362           Add sys/types.h include, since OS X doesn't define in_addr_t
9363           in netinet/in.h, like it does on Linux (see #129600).
9364
9365 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
9366
9367         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
9368
9369         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
9370           Correct logic of dispose function (see #129306).
9371
9372 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9373
9374         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
9375         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
9376         (gst_mpeg_parse_init):
9377         * gst/mpegstream/gstmpegparse.h:
9378           Remove clock (which was never provided, i.e. dead code), and
9379           also fix integer overflows at high PTS values (see #126967).
9380
9381 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9382
9383         * ext/flac/gstflacdec.c:
9384         * ext/libpng/gstpngenc.h:
9385         * ext/mikmod/gstmikmod.h:
9386           OS X fixes (see #126628).
9387
9388 2004-01-02  David Schleef  <ds@schleef.org>
9389
9390         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
9391         (gst_alsa_src_base_init): Remove bogus "src" request pad.
9392         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
9393         (gst_mpeg_parse_class_init): Move pad template registration
9394         to class_init, since the derived class (mpegdemux) doesn't
9395         want them.
9396
9397 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9398
9399         * sys/ximage/Makefile.am:
9400         * sys/xvideo/Makefile.am:
9401         * sys/xvimage/Makefile.am:
9402           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
9403           after installation (see #127664).
9404
9405 2004-01-02  David Schleef  <ds@schleef.org>
9406
9407         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
9408         (gst_ffmpegenc_connect):  Negotiation fixes.
9409         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
9410         Remove inappropriate gst_caps_free().
9411         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9412         Reenable Ronald's internal resize code, since the core handles
9413         it correctly now.
9414
9415 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9416
9417         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
9418         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
9419         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
9420           Fix pad template stuff.
9421
9422 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9423
9424         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
9425         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
9426           fix signed integer reading/writing.
9427
9428 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9429
9430         * ext/alsa/README:
9431           Remove outdated document
9432
9433 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
9434
9435         * gst/cutter/gstcutter.c: (gst_cutter_init):
9436           src pad was being created twice - oops.
9437
9438 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9439
9440         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9441           Comment out internal resize. It doesn't handle the resulting
9442           XEvent internally, does another try_set_caps() which leads to
9443           a really nice loop.
9444           Real fix will come when Julien and Dave are awake. ;).
9445
9446 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9447
9448         * ext/mpeg2enc/gstmpeg2enc.cc:
9449           fix const/nonconst compile issue.
9450
9451 2004-01-02  David Schleef  <ds@schleef.org>
9452
9453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
9454         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
9455         Add fixate function and a check for bad formats.
9456
9457 2004-01-01  David Schleef  <ds@schleef.org>
9458
9459         Negotiation fixes:
9460         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9461         (gst_audiofilter_init):
9462         * gst/debug/efence.c: (gst_efence_init):
9463         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
9464         (gst_deinterlace_init):
9465         * gst/volume/gstvolume.c: (volume_connect):
9466
9467 2004-01-01  David Schleef  <ds@schleef.org>
9468
9469         Convert elements to use gst_pad_use_explicit_caps() where
9470         appropriate:
9471         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
9472         * ext/audiofile/gstafparse.c: (gst_afparse_init),
9473         (gst_afparse_open_file):
9474         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
9475         (gst_afsrc_open_file):
9476         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
9477         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
9478         (gst_ffmpegdec_chain):
9479         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9480         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
9481         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
9482         (gst_gdk_pixbuf_chain):
9483         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
9484         (gst_jpegdec_chain):
9485         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
9486         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9487         (gst_mikmod_negotiate):
9488         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9489         (gst_mpeg2dec_negotiate_format):
9490         * ext/mpeg2enc/gstmpeg2enc.cc:
9491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9492         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
9493         (gst_speexdec_sinkconnect):
9494         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
9495         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
9496         (gst_vorbisfile_new_link):
9497         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
9498         (gst_ac3parse_chain):
9499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
9500         (gst_asf_demux_setup_pad):
9501         * gst/auparse/gstauparse.c: (gst_auparse_init),
9502         (gst_auparse_chain):
9503         * gst/id3/gstid3types.c: (gst_id3types_loop):
9504         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9505         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
9506         (mp1videoparse_parse_seq):
9507         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
9508         (bpf_from_header):
9509         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9510         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
9511         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9512         (gst_mpeg_parse_send_data):
9513         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9514         (gst_qtdemux_add_stream):
9515         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9516         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9517         (gst_wavparse_parse_fmt):
9518
9519 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9520
9521         * configure.ac:
9522           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
9523           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
9524           it therefore uses the wrong include paths. Too bad... Note
9525           that 1.6.1.93 is not release yet. ;).
9526           Also add a check for mplex, which is now using the lib'ified
9527           mplex from mjpegtools, too.
9528         * ext/ffmpeg/gstffmpegcodecmap.c:
9529           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
9530           issues. I don't think ffmpeg handles 3ivx correctly, so this
9531           probably won't work. But it won't hurt either.
9532         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
9533         (gst_ffmpegdec_chain):
9534         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
9535         (gst_ffmpegenc_chain_audio):
9536           Fix memleak in audio encoding. Close codec if open fails, this
9537           calls the cleanup routines so we can re-use the context.
9538         * ext/mpeg2enc/gstmpeg2enc.cc:
9539           Fix pad template names/types, fix memory issue with getcaps().
9540         * ext/mpeg2enc/gstmpeg2encoder.cc:
9541         * ext/mpeg2enc/gstmpeg2encoder.hh:
9542           Fix compile issue with new caps system (const thingy).
9543         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9544         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
9545           We read a first frame right on initing, so that we have a caps
9546           when we init the output. This caps is cached in padprivate and
9547           read as first frame.
9548         * ext/mplex/Makefile.am:
9549         * ext/mplex/gstmplex.cc:
9550         * ext/mplex/gstmplex.h:
9551         * ext/mplex/gstmplex.hh:
9552         * ext/mplex/gstmplexibitstream.cc:
9553         * ext/mplex/gstmplexibitstream.hh:
9554         * ext/mplex/gstmplexjob.cc:
9555         * ext/mplex/gstmplexjob.hh:
9556         * ext/mplex/gstmplexoutputstream.cc:
9557         * ext/mplex/gstmplexoutputstream.hh:
9558           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
9559           had issues, didn't do capsnego, supported only a subset of the
9560           mplex features and required a mplex fork in our local CVS. Plus
9561           that it worked agaist a very old mplex version. Rewriting was
9562           faster than updating it.
9563         * gst-libs/ext/Makefile.am:
9564         * gst-libs/ext/mplex/INSTRUCT:
9565         * gst-libs/ext/mplex/Makefile.am:
9566         * gst-libs/ext/mplex/README:
9567         * gst-libs/ext/mplex/TODO:
9568         * gst-libs/ext/mplex/ac3strm_in.cc:
9569         * gst-libs/ext/mplex/audiostrm.hh:
9570         * gst-libs/ext/mplex/audiostrm_out.cc:
9571         * gst-libs/ext/mplex/aunit.hh:
9572         * gst-libs/ext/mplex/bits.cc:
9573         * gst-libs/ext/mplex/bits.hh:
9574         * gst-libs/ext/mplex/buffer.cc:
9575         * gst-libs/ext/mplex/buffer.hh:
9576         * gst-libs/ext/mplex/fastintfns.h:
9577         * gst-libs/ext/mplex/format_codes.h:
9578         * gst-libs/ext/mplex/inputstrm.cc:
9579         * gst-libs/ext/mplex/inputstrm.hh:
9580         * gst-libs/ext/mplex/lpcmstrm_in.cc:
9581         * gst-libs/ext/mplex/mjpeg_logging.cc:
9582         * gst-libs/ext/mplex/mjpeg_logging.h:
9583         * gst-libs/ext/mplex/mjpeg_types.h:
9584         * gst-libs/ext/mplex/mpastrm_in.cc:
9585         * gst-libs/ext/mplex/mpegconsts.cc:
9586         * gst-libs/ext/mplex/mpegconsts.h:
9587         * gst-libs/ext/mplex/mplexconsts.hh:
9588         * gst-libs/ext/mplex/multplex.cc:
9589         * gst-libs/ext/mplex/outputstream.hh:
9590         * gst-libs/ext/mplex/padstrm.cc:
9591         * gst-libs/ext/mplex/padstrm.hh:
9592         * gst-libs/ext/mplex/stillsstream.cc:
9593         * gst-libs/ext/mplex/stillsstream.hh:
9594         * gst-libs/ext/mplex/systems.cc:
9595         * gst-libs/ext/mplex/systems.hh:
9596         * gst-libs/ext/mplex/vector.cc:
9597         * gst-libs/ext/mplex/vector.hh:
9598         * gst-libs/ext/mplex/videostrm.hh:
9599         * gst-libs/ext/mplex/videostrm_in.cc:
9600         * gst-libs/ext/mplex/videostrm_out.cc:
9601         * gst-libs/ext/mplex/yuv4mpeg.cc:
9602         * gst-libs/ext/mplex/yuv4mpeg.h:
9603         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
9604         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
9605           We don't fork mjpegtools' mplex in our CVS anymore.
9606         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
9607         (gst_avi_demux_add_stream):
9608         * gst/avi/gstavidemux.h:
9609           Add getcaps() function for proper caps nego. This makes some
9610           parts of AVI playback/reading work.
9611         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9612           Resize window on new capsnego. This is probably wrong, but
9613           I'm still committing it because with current capsnego, the
9614           first successfull capsnego is auto-fixated, therefore rounded
9615           down to the lowest values in the caps. this results in a 16x16
9616           XWindow that is not reized when real capsnego finishes.
9617           Dave, I see more cases of this, do you know a proper solution?
9618         * tools/gst-launch-ext.in:
9619           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
9620
9621 2003-12-31  David Schleef  <ds@schleef.org>
9622
9623         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
9624         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
9625           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
9626
9627 2003-12-30  David Schleef  <ds@schleef.org>
9628
9629         * ext/ffmpeg/gstffmpegcolorspace.c:
9630         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9631         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
9632         (gst_ffmpegcsp_chain): Negotiation fixes
9633         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
9634         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9635         (gst_audio_convert_link), (gst_audio_convert_channels):
9636         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
9637         (gst_audioscale_link), (gst_audioscale_get_buffer),
9638         (gst_audioscale_chain): Negotiation fixes
9639         * gst/audioscale/gstaudioscale.h:
9640         * gst/videofilter/gstvideofilter.c:
9641         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
9642         (gst_videofilter_link), (gst_videofilter_init),
9643         (gst_videofilter_set_output_size), (gst_videofilter_setup),
9644         (gst_videofilter_find_format_by_structure):
9645         * gst/videofilter/gstvideofilter.h: Negotiation fixes
9646         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
9647         (gst_videoscale_link):
9648         * gst/videoscale/videoscale.c: (videoscale_get_structure),
9649         (videoscale_find_by_structure), (gst_videoscale_setup):
9650         * gst/videoscale/videoscale.h: Negotiation fixes
9651         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9652         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
9653         function, restrict resizing to a multiple of 4 (hack until
9654         everyone supports odd sizes correctly).
9655
9656 2003-12-29  Colin Walters  <walters@verbum.org>
9657
9658         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
9659         signed.
9660
9661 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
9662
9663         * ext/sndfile/gstsf.c: (gst_sf_loop):
9664           Fix warning about discarding const qualifier
9665
9666 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
9667
9668         * gst/cutter/gstcutter.c:
9669         * gst/videoscale/gstvideoscale.c:
9670         * gst/volenv/gstvolenv.c:
9671         * gst-libs/gst/audio/audio.c:
9672         * gst-libs/gst/video/video.c:
9673           Fix warnings
9674
9675 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9676
9677         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
9678           Don't send ALSA debugging to stderr.
9679         * ext/alsa/gstalsa.h:
9680           Use GST_WARNING instead of g_warning when ALSA functions fail.
9681
9682 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9683
9684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9685           Free XVAdapterInfo correctly.
9686
9687 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9688
9689         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9690         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
9691           Make id3tag use correct caps nego.
9692
9693 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
9694
9695         * ext/ivorbis/vorbis.c: 
9696         * ext/ivorbis/vorbisenc.h:
9697         * ext/ivorbis/vorbisfile.c:
9698           Modify so that it uses the new caps things
9699
9700 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9701
9702         * testsuite/spider/spider1.c: (main):
9703         * testsuite/spider/spider2.c: (main):
9704         * testsuite/spider/spider3.c: (main):
9705           Make tests compile again. They probably don't work.
9706
9707 2003-12-24  Colin Walters  <walters@verbum.org>
9708
9709         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
9710         we can't fixate the caps anymore.
9711
9712 2003-12-23  David Schleef  <ds@schleef.org>
9713
9714         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
9715         * sys/oss/gstosssink.c: (gst_osssink_init),
9716         (gst_osssink_sink_fixate): Add fixate function.
9717
9718 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9719
9720         * ext/ffmpeg/gstffmpegcodecmap.c:
9721         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
9722         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
9723         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
9724         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9725         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9726         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9727         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
9728           fix typo in RGB masks, and move back to "old" colorspace
9729           capsnego code until whoever wrote this new crap has actually
9730           tested it so that it works.
9731           And yes, this works, keep it that way please.
9732
9733 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9734
9735         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
9736         (gst_divxdec_init), (gst_divxdec_negotiate):
9737         * ext/divx/gstdivxdec.h:
9738         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
9739         (gst_divxenc_init):
9740         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
9741         (gst_faac_sinkconnect), (gst_faac_srcconnect):
9742         * ext/mpeg2enc/gstmpeg2enc.cc:
9743         * ext/mpeg2enc/gstmpeg2encoder.cc:
9744         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9745         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
9746         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
9747         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
9748         (dxr3spusink_init):
9749         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
9750         (dxr3videosink_init):
9751           Fix caps breakage after Dave's caps branch merge.
9752
9753 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9754
9755         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9756           Fix for 24bpp display.
9757
9758 2003-12-23  Colin Walters  <walters@verbum.org>
9759
9760         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
9761         a GnomeVFSHandle directly.
9762
9763 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9764
9765         * gst/volume/Makefile.am:
9766         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
9767         (volume_base_init), (volume_init):
9768           Reenable volume element and fix to work with new caps stuff.
9769           Rhythmbox needs this.
9770
9771 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9772
9773         * gst/qtdemux/qtdemux.c: (plugin_init):
9774           qtdemux requires bytestream
9775
9776 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9777
9778         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
9779           Fix remaining caps handling errors due to CAPS merge.
9780
9781 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9782
9783         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
9784         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
9785         (gst_faad_srcconnect): 
9786           Port to new caps system.
9787
9788 2003-12-21  Julien MOUTTE  <julien@moutte.net>
9789
9790         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
9791         (got_video_size), (main): using g_print instead of g_message.
9792         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
9793         signal which was not emitted because of "switch" element added to the
9794         bin but not connected. (Removing from the bin temporarily)
9795
9796 2003-12-21  Julien MOUTTE  <julien@moutte.net>
9797
9798         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
9799         find X development files. I don't understand the previous tests and
9800         they fail on my debian/ppc unstable. This one works.
9801         * examples/gstplay/player.c: (main): Set the pipeline to READY before
9802         exiting.
9803         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
9804         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9805         (gst_play_set_visualization): Add some safety checks in set_ methods
9806         and state_change. This was throwing some ugly CRITICAL messages when
9807         pipeline was getting disposed and casts were failing.
9808
9809 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9810
9811         * configure.ac:
9812           Improve mpeg2enc detection. This is for distributions that do
9813           ship mjpegtools, but without mpeg2enc. Also does object check
9814           for might there ever be ABI incompatibility.
9815         * ext/mpeg2enc/gstmpeg2enc.cc:
9816           Add Andrew as second maintainer (he's helping me), and also add
9817           an error if no caps was set. This happens if I pull before capsnego
9818           and that's something I should solve sometime else.
9819         * gst/matroska/matroska-demux.c:
9820         (gst_matroska_demux_parse_blockgroup):
9821           Fix time parsing.
9822         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
9823         (gst_matroska_mux_track_header):
9824           Add caps to templates.
9825         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
9826           Add mpegversion=1 to prevent confusion with MPEG/AAC.
9827         * gst/mpegstream/gstmpegdemux.c:
9828           Remove layer since it causes warnings about unfixed caps.
9829         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9830           Fix obvious typo (we error out if caps were set, we should of
9831           course error out if *no* caps were set).
9832         * sys/oss/gstosselement.c: (gst_osselement_convert):
9833           Fix format conversion, we confused bits/bytes.
9834         * sys/oss/gstosselement.h:
9835           Improve documentation for 'bps'.
9836         * sys/v4l/TODO:
9837           Remove stuff about plugins that need removing - this was done
9838           ages ago.
9839         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
9840         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
9841         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
9842         (gst_v4lsrc_src_query):
9843         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9844         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
9845           Add get_query_types(), get_formats() and query() functions.
9846
9847 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9848
9849         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
9850         * moved CVS to freedesktop.org
9851