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