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