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