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