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