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