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