1 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
3 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4 Check if the caps have a fourcc field. Fixes crash for
5 gst-launch-0.9 v4lsrc name=source autoprobe=false autoprobe-fps=false copy-mode=1 device=/dev/video0 ! ffmpegcolorspace !
6 "video/x-raw-yuv, format=(fourcc)I420" ! xvimagesink
8 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
10 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
12 (gst_sinesrc_newsegment):
13 Send newsegment event in TIME format, set duration if
14 num-buffers is set, fix duration querying.
16 2005-11-10 Michael Smith <msmith@fluendo.com>
18 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21 (gst_ogg_mux_collected):
22 Fix EOS handling, partially. Now forwarding an EOS event once we have
23 EOS on all pads works correctly. However, we still don't properly set
24 EOS on the actual ogg stream pages.
26 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
28 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
29 Set elements to NULL state before disposing of them.
31 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
33 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
35 * gst-libs/gst/rtp/gstbasertpdepayload.c:
36 (gst_base_rtp_depayload_init),
37 (gst_base_rtp_depayload_set_gst_timestamp):
38 * gst-libs/gst/rtp/gstbasertpdepayload.h:
39 We need to send a newsegment event for each instance, not
40 just for the first instance of this class (get rid of
41 static variable in function). (#321011).
43 2005-11-08 Michael Smith <msmith@fluendo.com>
45 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
46 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
47 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
48 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
49 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
50 This makes us mux things correctly according to the ogg muxing
51 rules. Still not handling EOS correctly right now, though.
53 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
55 * gst/audioconvert/gstaudioconvert.c:
58 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
60 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
61 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
62 Initialise segment_stop to GST_CLOCK_TIME_NONE when
63 creating a new chain; should fix live streaming. Also
64 add more debug output and fix a typo.
66 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
68 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
70 * gst/volume/gstvolume.c: (volume_set_caps):
71 Fix compilation on Solaris with Forte. (#320923)
73 2005-11-08 Wim Taymans <wim@fluendo.com>
75 * gst-libs/gst/audio/gstbaseaudiosink.c:
76 (gst_base_audio_sink_render):
77 No need to do a typecheck.
79 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
82 We register a debug category, so let's use it.
84 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
86 * gst-libs/gst/rtp/gstbasertpdepayload.c:
87 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
88 Fixed a small problem.
90 2005-11-04 Wim Taymans <wim@fluendo.com>
92 * examples/seeking/Makefile.am:
93 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
94 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
95 (make_playerbin_pipeline), (format_value), (update_scale),
96 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
97 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
98 (print_usage), (main):
99 Added app for playback speed testing.
101 * examples/seeking/seek.c: (dynamic_link),
102 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
103 (make_mpeg_pipeline), (do_seek), (set_update_scale),
104 (message_received), (main):
105 Updated seek example.
107 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
109 * gst-libs/gst/rtp/gstbasertpdepayload.c:
110 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
111 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
112 (gst_base_rtp_depayload_set_clock):
113 * gst-libs/gst/rtp/gstbasertpdepayload.h:
114 Don't sleep on the bench (system clock) when you have a nice
115 comfortable bed (Gstreamer clock) to sleep on.
117 2005-11-03 Wim Taymans <wim@fluendo.com>
119 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
120 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
121 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
122 Handle the case where a pad_block failed.
124 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
126 reviewed by: Zeeshan Ali <zeenix@gmail.com>
128 * gst-libs/gst/rtp/gstbasertpdepayload.c:
129 (gst_base_rtp_depayload_add_to_queue),
130 (gst_base_rtp_depayload_push),
131 (gst_base_rtp_depayload_set_gst_timestamp),
132 (gst_base_rtp_depayload_queue_release):
133 Fixes some bugs in the depayloader's queuing/de-queueing code.
135 2005-10-31 Michael Smith <msmith@fluendo.com>
137 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
138 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
139 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
140 Patch from Alessandro Decina <alessandro@nnva.org>.
141 Make oggdemux only find the final time in a chain, not per-pad,
142 since the per-pad information can be very expensive to locate, and
143 it isn't used anywhere. This makes reading a file containing
144 OggSkeleton reasonably fast.
145 Also, make chain finding work when there are logical bitstreams that
146 can't be decoded. Fixes #319110.
148 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
150 * gst-libs/gst/rtp/gstbasertpdepayload.c:
151 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
152 (gst_base_rtp_depayload_chain),
153 (gst_base_rtp_depayload_add_to_queue),
154 (gst_base_rtp_depayload_push),
155 (gst_base_rtp_depayload_set_gst_timestamp),
156 (gst_base_rtp_depayload_queue_release),
157 (gst_base_rtp_depayload_start_thread),
158 (gst_base_rtp_depayload_set_property),
159 (gst_base_rtp_depayload_get_property):
160 * gst-libs/gst/rtp/gstbasertpdepayload.h:
161 Some random fixes, to fullfill the desires of thomas.
163 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
165 * gst-libs/gst/rtp/gstbasertpdepayload.c:
166 (gst_base_rtp_depayload_add_to_queue),
167 (gst_base_rtp_depayload_push):
168 Fixed the queueing algorithm.
170 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
172 * gst-libs/gst/rtp/gstbasertpdepayload.c:
173 (gst_base_rtp_depayload_push):
176 2005-10-31 Wim Taymans <wim@fluendo.com>
178 * gst-libs/gst/audio/gstringbuffer.h:
181 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
182 (gst_ffmpeg_caps_to_pixfmt):
183 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
184 (gst_ffmpegcsp_set_caps):
186 Handle missing required caps fields better.
188 2005-10-31 Wim Taymans <wim@fluendo.com>
190 * gst-libs/gst/audio/gstbaseaudiosink.c:
191 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
192 (gst_base_audio_sink_render):
193 * gst-libs/gst/audio/gstringbuffer.c:
194 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
195 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
196 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
197 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
198 (gst_ring_buffer_read):
199 * gst-libs/gst/audio/gstringbuffer.h:
200 Add flushing mode to the ringbuffer so that it in all cases does
201 not try to handle more audio. This makes sure it does not try to
202 block anymore when flushing and fixes a livelock.
204 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
206 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
207 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
208 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
209 Explicitly check for -1 values before doing a conversion
210 and always map them to -1. (#315545)
212 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
214 * gst/playback/gstplaybin.c: (gen_video_element):
215 first try autovideosink, then xvimagesink, then error out
217 add translatable file
234 2005-10-27 Philippe Khalaf <burger at speedy dot org>
236 * gst-libs/gst/rtp/gstbasedepayload.c:
237 * gst-libs/gst/rtp/gstbasedepayload.h:
240 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
242 * gst/playback/.cvsignore:
243 * gst/playback/decodetest.c:
244 * gst/playback/test3.c:
245 Port these two tests as well.
247 2005-10-27 Wim Taymans <wim@fluendo.com>
249 * ext/theora/theoradec.c: (theora_dec_src_query),
250 (theora_dec_sink_event):
251 * ext/theora/theoraenc.c: (theora_enc_sink_event),
252 (theora_enc_change_state):
253 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
254 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
255 Take proper locks when handling events.
257 2005-10-27 Wim Taymans <wim@fluendo.com>
259 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
260 (gst_adder_change_state):
261 Fix timestamps and fix deadlock when stopping the collectpads.
263 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
265 * gst-libs/gst/rtp/gstrtpbuffer.h:
266 Declaring the payload types as strings too so that they can be used
267 in the padtemplate inialization.
269 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
271 reviewed by: Zeeshan Ali <zeenix@gmail.com>
273 * gst-libs/gst/rtp/gstbasertpdepayload.c:
274 (gst_base_rtp_depayload_class_init):
275 Fixes a small but nasty bug. The derived elements no longer segfaults
278 2005-10-26 Michael Smith <msmith@fluendo.com>
280 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
281 When clearing an audioconvert context, set tmpbufsize to zero, so
282 we'll allocate it again later if required.
283 This fixes audioconvert re-negotiating formats, which previously
284 segfaulted with a NULL destination buffer.
286 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
288 * gst-libs/gst/rtp/gstbasertpdepayload.c:
289 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
290 (gst_base_rtp_depayload_set_gst_timestamp),
291 (gst_base_rtp_depayload_queue_release):
292 Fixed a smalll memleak.
294 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
295 * gst-libs/gst/rtp/gstbasertpdepayload.c:
296 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
297 (gst_base_rtp_depayload_finalize),
298 (gst_base_rtp_depayload_setcaps),
299 (gst_base_rtp_depayload_add_to_queue),
300 (gst_base_rtp_depayload_push),
301 (gst_base_rtp_depayload_set_gst_timestamp),
302 (gst_base_rtp_depayload_queue_release),
303 (gst_base_rtp_depayload_thread),
304 (gst_base_rtp_depayload_change_state):
305 * gst-libs/gst/rtp/gstbasertpdepayload.h:
306 Changed the C++ comments to C comments
308 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
310 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
311 * gst/tcp/gsttcpclientsrc.h:
312 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
313 * gst/tcp/gsttcpserversrc.h:
314 Remove unused 'curoffset' structure member.
316 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
318 * gst-libs/gst/rtp/gstbasertpdepayload.c:
319 (gst_base_rtp_depayload_base_init),
320 (gst_base_rtp_depayload_finalize):
321 * gst-libs/gst/rtp/gstbasertpdepayload.h:
322 * gst-libs/gst/rtp/gstbasertppayload.h:
323 The pad-template on the sinkpad should be set by the derived classes. Also
324 added some usefull macros.
326 2005-10-24 Wim Taymans <wim@fluendo.com>
328 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
329 Correctly flush decoder samples even if we could not
330 copy them to an output buffer. Fixes #319618.
332 2005-10-24 Julien MOUTTE <julien@moutte.net>
334 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
335 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
336 the caps against our xcontext caps.
338 2005-10-24 Wim Taymans <wim@fluendo.com>
340 * gst-libs/gst/audio/gstbaseaudiosink.c:
341 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
343 Use sync property from baseclass to disable sync.
345 2005-10-24 Wim Taymans <wim@fluendo.com>
347 * gst-libs/gst/audio/gstbaseaudiosink.c:
348 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
349 Buffers with no timestamps get aligned with previous buffers or
350 on underrun, played ASAP.
352 2005-10-24 Julien MOUTTE <julien@moutte.net>
354 * gst-libs/gst/video/video.h:
355 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
356 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
357 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
358 here comes my change on caps for framerate and geometry range.
359 We are now accepting 1 to MAXINT for width and height, and from
360 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
361 to be blended correctly in videomixer.
363 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
368 === release 0.9.4 ===
370 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
375 releasing 0.9.4, "Velociraptor"
377 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
379 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
383 2005-10-21 Wim Taymans <wim@fluendo.com>
385 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
386 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
387 (pad_blocked), (close_pad_link), (new_pad):
388 Don't try to remove elements twice.
390 2005-10-21 Wim Taymans <wim@fluendo.com>
392 * ext/theora/theoradec.c: (theora_dec_src_query),
393 (theora_dec_sink_event):
394 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
395 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
396 (vorbis_handle_data_packet):
397 * ext/vorbis/vorbisdec.h:
400 * gst-libs/gst/audio/gstbaseaudiosink.c:
401 (gst_base_audio_sink_render):
402 Don't try to sync on buffers without a timestamp.
404 2005-10-21 Wim Taymans <wim@fluendo.com>
406 * ext/theora/theoradec.c: (theora_dec_src_query),
407 (theora_dec_sink_event):
408 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
409 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
410 (vorbis_handle_data_packet):
411 * ext/vorbis/vorbisdec.h:
414 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
416 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
417 (gst_vorbisenc_src_query):
418 Implement position and duration queries.
420 * gst/playback/test3.c: (update_scale), (main):
421 Fix for async state changes and print nicer output.
423 2005-10-20 Wim Taymans <wim@fluendo.com>
425 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
426 (dump_element_stats), (main):
427 * gst/playback/test6.c: (main):
430 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
432 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
433 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
434 Don't use functions for position queries when handling
437 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
439 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
440 (vorbis_handle_data_packet), (vorbis_dec_chain),
441 (vorbis_dec_change_state):
442 * ext/vorbis/vorbisdec.h:
443 Vorbis streams can be embedded in other container formats
444 than ogg, container formats where the demuxer might set
445 timestamps on encoded vorbis buffers instead of those silly
446 granulepos thingies. In short: make vorbisdec handle
447 timestamps on incoming buffers as well.
449 2005-10-20 Wim Taymans <wim@fluendo.com>
451 * gst/playback/gstplaybasebin.c: (group_destroy),
452 (gst_play_base_bin_change_state):
454 Handle case where playbasebin is now ASYNC because
457 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
459 * gst/audioconvert/Makefile.am:
460 * gst/audioconvert/bufferframesconvert.c:
461 * gst/audioconvert/plugin.c: (plugin_init):
462 * gst/audioconvert/plugin.h:
463 And bye bye buffer-frames-convert
465 2005-10-19 Wim Taymans <wim@fluendo.com>
467 * check/elements/audioconvert.c:
468 * docs/libs/tmpl/gstaudio.sgml:
469 * docs/libs/tmpl/gstcolorbalance.sgml:
470 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
471 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
472 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
473 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
474 * gst-libs/gst/audio/audio.h:
475 * gst/audioconvert/audioconvert.h:
476 * gst/audioconvert/gstaudioconvert.c:
477 (gst_audio_convert_parse_caps):
478 * gst/volume/gstvolume.c:
479 Bye bye buffer-frames.
481 2005-10-19 Wim Taymans <wim@fluendo.com>
483 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
484 (query_positions_elems), (query_positions_pads), (update_scale),
485 (do_seek), (set_update_scale), (message_received), (main):
486 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
487 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
488 (gst_ogg_demux_loop):
489 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
490 * ext/theora/theoradec.c: (theora_dec_src_query),
491 (theora_dec_sink_event):
492 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
493 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
494 * gst/adder/gstadder.c: (gst_adder_query):
495 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
496 * gst/playback/test3.c: (update_scale):
497 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
498 (dump_element_stats), (main):
499 * gst/playback/test6.c: (main):
500 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
503 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
505 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
506 (xml_check_first_element), (xml_type_find), (smil_type_find),
508 Add typefinding for SMIL and for generic XML. Based on patch by
509 Akos Maroy (#308663).
511 2005-10-18 Wim Taymans <wim@fluendo.com>
513 * gst/playback/Makefile.am:
514 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
515 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
516 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
517 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
518 (gst_decode_bin_change_state):
519 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
520 (gst_play_bin_send_event_to_sink):
521 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
522 (dump_element_stats), (main):
523 * gst/playback/test6.c: (main):
524 Make playbin async, it'll commit state to paused when all streams
527 Added test6.c to show async behaviour.
529 2005-10-18 Wim Taymans <wim@fluendo.com>
531 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
532 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
533 Fix for segment-start/stop API change.
535 2005-10-18 Wim Taymans <wim@fluendo.com>
538 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
540 Add future test for clock selection.
542 2005-10-18 Wim Taymans <wim@fluendo.com>
544 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
545 (gst_alsasink_close):
548 * gst-libs/gst/audio/gstringbuffer.c:
549 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
550 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
551 (gst_ring_buffer_start), (gst_ring_buffer_pause),
552 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
553 (gst_ring_buffer_read):
556 2005-10-17 Stefan Kost <ensonic@users.sf.net>
558 * gst/audiotestsrc/Makefile.am:
559 * gst/sine/Makefile.am:
560 * gst/volume/Makefile.am:
561 fix broken build of controllerized plugins
563 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
565 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
567 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
568 (gst_riff_create_video_template_caps):
569 Add support for Indeo-3 (IV32).
571 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
576 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
578 * gst-libs/gst/video/video.c: (gst_video_get_size):
579 * gst/audiotestsrc/gstaudiotestsrc.c:
582 2005-10-17 Andy Wingo <wingo@pobox.com>
584 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
585 with the collectpads change.
586 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
588 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
590 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
592 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
593 alloc_buffer flow return to callers.
594 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
595 change. Fix some memleaks in theoraenc.
597 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
598 in strange circumstance.
600 2005-10-17 Julien MOUTTE <julien@moutte.net>
602 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
603 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
604 from caps, let's use the caps...
606 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
609 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
611 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
613 * gst-libs/gst/interfaces/Makefile.am:
616 2005-10-16 Andy Wingo <wingo@pobox.com>
618 * gst/playback/gstdecodebin.c
619 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
621 (try_to_link_1): Increase kraziness level.
623 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
626 restructure like the core one
627 * gst-libs/gst/audio/Makefile.am:
628 * gst-libs/gst/interfaces/Makefile.am:
629 * gst-libs/gst/net/Makefile.am:
630 * gst-libs/gst/riff/Makefile.am:
631 * gst-libs/gst/rtp/Makefile.am:
632 * gst-libs/gst/tag/Makefile.am:
633 * gst-libs/gst/video/Makefile.am:
634 use correct linker flags, now the libs are properly versioned
635 * check/elements/audioconvert.c: (verify_convert):
636 * ext/alsa/gstalsaplugin.c:
637 * ext/cdparanoia/gstcdparanoia.c:
638 * ext/gnomevfs/gstgnomevfs.c:
639 * ext/libvisual/visual.c:
641 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
642 * ext/theora/theora.c:
643 * ext/vorbis/vorbis.c:
644 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
645 * gst-libs/gst/tag/gsttagediting.c:
646 * gst-libs/gst/video/video.c:
647 * gst/adder/gstadder.c:
648 * gst/audioconvert/plugin.c:
649 * gst/audiorate/gstaudiorate.c:
650 * gst/audioresample/gstaudioresample.c:
651 * gst/audioresample/resample_ref.c: (resample_scale_ref):
652 * gst/audioscale/gstaudioscale.c:
653 * gst/audioscale/resample.c:
654 * gst/audiotestsrc/gstaudiotestsrc.c:
655 * gst/ffmpegcolorspace/gstffmpeg.c:
656 * gst/playback/gstdecodebin.c: (close_pad_link):
657 * gst/playback/gstplaybin.c: (gen_video_element),
659 * gst/sine/gstsinesrc.c:
660 * gst/subparse/gstsubparse.c:
661 * gst/tags/gsttagediting.c:
662 * gst/tcp/gsttcpplugin.c:
663 * gst/typefind/gsttypefindfunctions.c:
664 * gst/videorate/gstvideorate.c:
665 * gst/videoscale/gstvideoscale.c:
666 * gst/videotestsrc/gstvideotestsrc.c:
667 * gst/volume/gstvolume.c:
669 * sys/ximage/ximage.c:
670 * sys/xvimage/xvimagesink.c:
673 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
675 * ext/vorbis/vorbisenc.c:
676 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
677 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
678 (gst_tag_to_vorbis_comments):
679 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
681 2005-10-13 Stefan Kost <ensonic@users.sf.net>
683 * examples/stats/mp2ogg.c:
684 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
687 2005-10-13 Michael Smith <msmith@fluendo.com>
689 * ext/ogg/gstoggmux.c:
690 Use magic glib macros to define constants as 64 bit, to ensure
691 appropriate vararg passing.
693 2005-10-13 Michael Smith <msmith@fluendo.com>
695 * ext/ogg/gstoggmux.c:
696 * gst/audioconvert/audioconvert.c: (float):
697 Don't use LL suffix, as it's not portable, and neither of these
698 uses required it anyway.
700 2005-10-12 Stefan Kost <ensonic@users.sf.net>
702 * examples/indexing/indexmpeg.c: (main):
703 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
704 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
705 (cdparanoia_convert), (cdparanoia_query):
706 * ext/cdparanoia/gstcdparanoia.h:
707 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
708 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
709 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
710 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
711 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
712 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
713 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
714 (gst_multifdsink_render), (gst_multifdsink_start),
715 (gst_multifdsink_stop):
716 * gst/tcp/gstmultifdsink.h:
717 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
718 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
719 (gst_tcpclientsink_stop):
720 * gst/tcp/gsttcpclientsink.h:
721 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
722 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
723 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
724 * gst/tcp/gsttcpclientsrc.h:
725 * gst/tcp/gsttcpserversink.h:
726 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
727 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
728 (gst_tcpserversrc_stop):
729 * gst/tcp/gsttcpserversrc.h:
730 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
731 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
732 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
733 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
734 moved bitshift from macro to enum definition
736 2005-10-12 Wim Taymans <wim@fluendo.com>
738 * examples/seeking/Makefile.am:
741 2005-10-12 Wim Taymans <wim@fluendo.com>
743 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
744 (gst_ring_buffer_read), (gst_ring_buffer_clear):
745 Don't assert on normal stuff.
747 * gst/playback/gstplaybin.c: (do_playbin_seek):
750 2005-10-12 Wim Taymans <wim@fluendo.com>
752 * check/pipelines/simple_launch_lines.c: (run_pipeline):
753 * examples/seeking/Makefile.am:
754 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
755 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
756 (do_seek), (set_update_scale), (message_received), (main):
757 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
758 (gst_ring_buffer_read), (gst_ring_buffer_clear):
759 Update for _get_state() API change.
761 2005-10-11 Wim Taymans <wim@fluendo.com>
763 * gst-libs/gst/audio/gstbaseaudiosink.c:
764 (gst_base_audio_sink_render):
765 * gst-libs/gst/audio/gstbaseaudiosrc.c:
766 (gst_base_audio_src_create):
767 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
768 (gst_ring_buffer_read):
770 Commit and read from ringbuffer in samples rather than bytes.
772 2005-10-11 Wim Taymans <wim@fluendo.com>
774 * gst-libs/gst/audio/gstbaseaudiosink.c:
775 (gst_base_audio_sink_render):
776 Respect segment rate and accum when scheduling samples.
778 2005-10-11 Julien MOUTTE <julien@moutte.net>
780 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
781 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
782 EOS correctly, that needs more work.
784 2005-10-11 Wim Taymans <wim@fluendo.com>
786 * check/generic/states.c: (GST_START_TEST):
789 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
790 (gst_ogg_demux_perform_seek):
791 * ext/theora/theoradec.c: (theora_dec_sink_event):
792 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
793 (vorbis_handle_data_packet):
794 * gst-libs/gst/rtp/gstbasertpdepayload.c:
795 (gst_base_rtp_depayload_set_gst_timestamp):
796 * gst/videorate/gstvideorate.c: (gst_videorate_event):
797 Update for newsegment API change.
799 2005-10-11 Michael Smith <msmith@fluendo.com>
801 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
802 (do_playbin_seek), (gst_play_bin_send_event):
803 Override send_event differently, so that we can takes bits of
804 functionality from GstPipeline (special handling for seeks,
805 including pausing/resuming, and resetting stream time) and still get
806 the appropriate behaviour of only forwarding event to a single sink,
807 rather than all of them.
808 Unfortunately requires a lot of code duplication, but the
809 alternatives are equally ugly in the end.
811 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
813 * check/elements/audioconvert.c: (setup_audioconvert),
814 (cleanup_audioconvert), (get_int_caps), (verify_convert),
815 (GST_START_TEST), (audioconvert_suite):
816 clean up tests a little, fix some leaks.
818 2005-10-10 Wim Taymans <wim@fluendo.com>
820 * ext/alsa/gstalsasink.c:
821 Also allow unsigned int.
823 * gst-libs/gst/audio/gstbaseaudiosrc.c:
824 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
827 2005-10-10 Wim Taymans <wim@fluendo.com>
829 * check/pipelines/simple_launch_lines.c: (run_pipeline):
830 Small update, use API as stated in design docs.
832 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
833 (update_scale), (do_seek), (seek_cb), (set_update_scale),
834 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
835 (message_received), (main):
836 Updated seek example for GOption. Some usability improvements.
838 2005-10-10 Wim Taymans <wim@fluendo.com>
840 * gst/audioconvert/audioconvert.h:
841 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
842 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
843 Alloc temp storage somewhere else where we can do it more
846 2005-10-10 Wim Taymans <wim@fluendo.com>
848 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
849 (gst_tcpserversrc_start):
850 Don't block in accept while doing the state change, move
851 to poll and make cancellable.
853 2005-10-09 Philippe Khalaf <burger@speedy.org>
855 * gst-libs/gst/rtp/rtpbasedepayload.c:
856 Set timestamp and add queue delay to timestamp
857 * gst-libs/gst/rtp/rtpbuffer.h:
858 Set correct payload type for h263
860 2005-10-09 Stefan Kost <ensonic@users.sf.net>
862 * gst/audiotestsrc/gstaudiotestsrc.c:
863 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
864 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
865 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
866 (gst_audiotestsrc_create_triangle),
867 (gst_audiotestsrc_create_silence),
868 (gst_audiotestsrc_create_white_noise),
869 (gst_audiotestsrc_init_pink_noise),
870 (gst_audiotestsrc_generate_pink_noise_value),
871 (gst_audiotestsrc_create_pink_noise),
872 (gst_audiotestsrc_change_wave):
873 * gst/audiotestsrc/gstaudiotestsrc.h:
874 fixed typo, added pink noise
876 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
878 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
880 Add wavpack and spc typefind functions from 0.8 branch.
882 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
884 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
885 (ar_type_find), (msdos_type_find), (plugin_init):
886 Add typefind functions for tar archives, ar archives,
887 RAR archives, and msdos-executables (dlls, exe, etc.).
888 Some of those would be wrongly identified as mpeg
889 streams of some sort before (#315550).
891 2005-10-09 Stefan Kost <ensonic@users.sf.net>
894 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
895 * docs/plugins/gst-plugins-base-plugins-sections.txt:
896 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
897 * gst/audiotestsrc/Makefile.am:
898 * gst/audiotestsrc/gstaudiotestsrc.c:
899 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
900 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
901 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
902 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
903 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
904 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
905 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
906 (gst_audiotestsrc_create_silence),
907 (gst_audiotestsrc_create_white_noise),
908 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
909 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
910 (gst_audiotestsrc_start), (plugin_init):
911 * gst/audiotestsrc/gstaudiotestsrc.h:
912 add new plugin and element
913 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
916 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
918 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
919 (gst_adder_init), (gst_adder_request_new_pad),
920 (gst_adder_change_state):
921 Add query function to source pad, so adder reports the correct
922 time/sample position when queried (#315457); fix state change
923 function; use GST_DEBUG_FUNCPTR() for pad functions.
925 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
927 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
928 Fix leaks in typefind registration
929 Clean up the gratuitous commenting and whitespacing a little
931 2005-10-08 Wim Taymans <wim@fluendo.com>
933 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
934 Only actually wait for the thread to be stopped if it's
937 2005-10-08 Wim Taymans <wim@fluendo.com>
939 * gst-libs/gst/audio/gstbaseaudiosink.c:
940 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
941 If we receive EOS we can start playback of what we had.
943 2005-10-08 Wim Taymans <wim@fluendo.com>
945 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
946 (gst_multifdsink_finalize), (multifdsink_hash_remove),
947 (gst_multifdsink_stop):
948 Fix crasher when going to NULL multiple times.
950 2005-10-06 Wim Taymans <wim@fluendo.com>
952 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
953 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
954 * gst-libs/gst/audio/gstbaseaudiosrc.h:
955 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
956 patch from Edgard Lima <edgard.lima@indt.org.br>
957 Fixed gstbaseaudiosrc adding ring buffer sync to it.
959 2005-10-06 Wim Taymans <wim@fluendo.com>
961 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
962 Report the FLOW_RETURN as string in the error message.
964 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
965 Don't assert when clearing an unnegotiated buffer.
967 2005-10-04 Michael Smith <msmith@fluendo.com>
969 * gst/playback/gstplaybasebin.c: (group_destroy),
970 (gen_preroll_element), (remove_groups), (setup_source):
971 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
972 (setup_sinks), (gst_play_bin_send_event),
973 (gst_play_bin_change_state):
974 Set state to NULL before removing from bin. Fix refcounting.
976 2005-10-04 Michael Smith <msmith@fluendo.com>
978 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
979 Correct refcounting in send_event() function. Previously was wrong
980 if the first sink was unable to handle the event.
982 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
987 === release 0.9.3 ===
989 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
992 Releasing 0.9.3, "De Facto"
994 2005-10-03 Andy Wingo <wingo@pobox.com>
996 * gst/playback/gstdecodebin.c (try_to_link_1)
997 (remove_element_chain): set element to NULL before removing it.
999 2005-10-02 Johan Dahlin <johan@gnome.org>
1001 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
1002 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1005 2005-10-02 Andy Wingo <wingo@pobox.com>
1007 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
1008 (gst_ring_buffer_prepare_read):
1009 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1012 2005-09-29 Wim Taymans <wim@fluendo.com>
1014 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1015 * ext/theora/theoradec.c: (theora_handle_data_packet):
1016 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1017 Propagate error codes from alloc_buffer too.
1019 2005-09-29 Wim Taymans <wim@fluendo.com>
1021 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1024 * gst/playback/Makefile.am:
1025 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1026 (dump_element_stats), (main):
1027 Added example stream introspection code.
1029 2005-09-28 Stefan Kost <ensonic@users.sf.net>
1031 * gst/adder/gstadder.c: (gst_adder_collected):
1032 fix adder for float elements
1034 2005-09-28 Wim Taymans <wim@fluendo.com>
1036 * gst-libs/gst/audio/gstbaseaudiosink.c:
1037 (gst_base_audio_sink_class_init),
1038 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1039 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1040 (gst_base_audio_src_class_init),
1041 (gst_base_audio_src_provide_clock):
1042 get_clock -> provide_clock
1044 2005-09-28 Andy Wingo <wingo@pobox.com>
1046 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1049 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1052 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1053 Actually add the pad template.
1054 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1056 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1059 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1060 from fdsrc. Get caps in create() instead of start() so it can be
1061 interrupted. Interruption somewhat untested.
1063 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1064 Proper EOS handling.
1066 2005-09-27 Andy Wingo <wingo@pobox.com>
1068 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1070 * gst/tcp/gsttcpserversrc.c: Cleaned up.
1072 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1075 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1076 out of tcpclientsrc.c. Cancellable.
1077 (gst_tcp_socket_read): Made private, cancellable, with better
1078 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1079 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1080 whole buffer, and better diagnostics.
1081 (gst_tcp_gdp_read_caps): Same.
1083 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1085 2005-09-26 Andy Wingo <wingo@pobox.com>
1087 * gst/sine/gstsinesrc.h:
1088 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1089 change the 'sync' property to 'is-live' and implement it halfway,
1090 update for controller api change.
1092 * gst/volume/gstvolume.c (volume_transform_ip): Update for
1093 controller api change.
1095 2005-09-24 Wim Taymans <wim@fluendo.com>
1097 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1098 * gst-libs/gst/audio/gstaudiosink.c:
1099 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1100 (gst_audioringbuffer_stop):
1101 * gst-libs/gst/audio/gstbaseaudiosink.c:
1102 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1103 (gst_base_audio_sink_change_state):
1104 * gst-libs/gst/audio/gstbaseaudiosink.h:
1105 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1106 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1107 (gst_ring_buffer_commit), (gst_ring_buffer_read):
1108 * gst-libs/gst/audio/gstringbuffer.h:
1109 Fix sync again. Moved sample alignment to basesink.
1111 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
1113 * docs/plugins/Makefile.am:
1114 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1115 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1116 * gst/volume/gstvolume.c:
1118 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1119 * gst-libs/gst/audio/audio.h:
1120 add conversion macros for frames <-> clocktime
1122 2005-09-23 David Schleef <ds@schleef.org>
1124 * gst/audioresample/Makefile.am:
1125 * gst/audioresample/debug.h:
1126 * gst/audioresample/gstaudioresample.c:
1127 * gst/audioresample/resample.c: Convert to using gst debugging
1129 2005-09-22 Wim Taymans <wim@fluendo.com>
1131 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1132 (gst_play_bin_send_event):
1133 Only seek on one sink, the first one that succeeds.
1135 2005-09-22 Michael Smith <msmith@fluendo.com>
1137 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1138 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1139 Don't flush encoder state unless we have an initialised encoder.
1140 Clear out encoder state on PAUSED_TO_READY.
1142 2005-09-22 Wim Taymans <wim@fluendo.com>
1144 * gst-libs/gst/rtp/gstbasertppayload.c:
1145 (gst_basertppayload_class_init), (gst_basertppayload_init),
1146 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1147 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1148 (gst_basertppayload_is_filled), (gst_basertppayload_push),
1149 (gst_basertppayload_set_property),
1150 (gst_basertppayload_get_property),
1151 (gst_basertppayload_change_state):
1152 * gst-libs/gst/rtp/gstbasertppayload.h:
1153 Added max-ptime to control amount of data in the rtp packets.
1155 2005-09-21 Andy Wingo <wingo@pobox.com>
1157 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1160 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1161 can be called multiple times, dogs.
1163 2005-09-21 Wim Taymans <wim@fluendo.com>
1165 * gst-libs/gst/rtp/gstbasertppayload.c:
1166 (gst_basertppayload_class_init), (gst_basertppayload_init),
1167 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1168 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1169 (gst_basertppayload_push), (gst_basertppayload_get_property),
1170 (gst_basertppayload_change_state):
1173 2005-09-21 Stefan Kost <ensonic@users.sf.net>
1175 * docs/libs/compiling.sgml:
1178 2005-09-20 Wim Taymans <wim@fluendo.com>
1180 * gst-libs/gst/rtp/gstbasertppayload.c:
1181 (gst_basertppayload_class_init), (gst_basertppayload_init),
1182 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1183 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1184 (gst_basertppayload_push), (gst_basertppayload_set_property),
1185 (gst_basertppayload_get_property),
1186 (gst_basertppayload_change_state):
1187 * gst-libs/gst/rtp/gstbasertppayload.h:
1188 Added property to configure sequence number offsets.
1190 2005-09-20 Wim Taymans <wim@fluendo.com>
1192 * gst-libs/gst/rtp/gstbasertppayload.c:
1193 (gst_basertppayload_class_init), (gst_basertppayload_init),
1194 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1195 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1196 (gst_basertppayload_push), (gst_basertppayload_set_property),
1197 (gst_basertppayload_get_property),
1198 (gst_basertppayload_change_state):
1199 * gst-libs/gst/rtp/gstbasertppayload.h:
1200 Make timestamp offset configurable.
1202 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
1204 * check/pipelines/simple_launch_lines.c: (run_pipeline):
1207 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
1209 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
1211 * gst-libs/gst/interfaces/propertyprobe.c:
1212 (gst_property_probe_probe_property_name),
1213 (gst_property_probe_needs_probe_name),
1214 (gst_property_probe_get_values_name),
1215 (gst_property_probe_probe_and_get_values_name):
1216 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1217 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1219 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
1221 * check/Makefile.am:
1222 have some tests be disabled for valgrinding
1223 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
1225 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
1226 Fix A Leak. Chain To Parent Finalize.
1228 2005-09-19 Wim Taymans <wim@fluendo.com>
1230 * examples/seeking/seek.c: (make_wav_pipeline), (main):
1233 2005-09-19 Wim Taymans <wim@fluendo.com>
1235 * gst-libs/gst/rtp/gstbasertppayload.c:
1236 (gst_basertppayload_class_init), (gst_basertppayload_init),
1237 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1238 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1239 (gst_basertppayload_push), (gst_basertppayload_get_property),
1240 (gst_basertppayload_change_state):
1241 Posting ERROR and WARNING messages is good.
1243 2005-09-19 Wim Taymans <wim@fluendo.com>
1245 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1246 (gst_base_rtp_depayload_add_to_queue),
1247 (gst_base_rtp_depayload_push),
1248 (gst_base_rtp_depayload_set_gst_timestamp),
1249 (gst_base_rtp_depayload_queue_release):
1250 This one was not supposed to go in.
1252 2005-09-19 Wim Taymans <wim@fluendo.com>
1254 * check/pipelines/simple_launch_lines.c: (run_pipeline):
1257 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1258 (gst_base_rtp_depayload_chain),
1259 (gst_base_rtp_depayload_add_to_queue),
1260 (gst_base_rtp_depayload_push),
1261 (gst_base_rtp_depayload_set_gst_timestamp),
1262 (gst_base_rtp_depayload_queue_release):
1265 * gst-libs/gst/rtp/gstbasertppayload.c:
1266 (gst_basertppayload_class_init), (gst_basertppayload_init),
1267 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
1268 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1269 (gst_basertppayload_get_property),
1270 (gst_basertppayload_change_state):
1271 Added debugging category.
1273 2005-09-18 David Schleef <ds@schleef.org>
1275 * gst/playback/gstdecodebin.c: free plugin list correctly
1276 * gst/playback/gstplaybin.c: emit warning if autovideosink
1277 and autoaudiosink can't be found (instead of segfaulting)
1279 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
1281 * check/elements/audioconvert.c: (GST_START_TEST):
1282 try out 24 bit conversion
1284 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
1286 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1287 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
1288 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
1289 * ext/vorbis/vorbisenc.h:
1290 Fix EOS handling. Still needs a fix in the ogg muxer to
1291 mark the last page as eos.
1293 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
1295 * common/gtk-doc-plugins.mak:
1296 * docs/plugins/Makefile.am:
1297 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1298 * gst/ffmpegcolorspace/Makefile.am:
1299 * gst/ffmpegcolorspace/avcodec.h:
1300 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1301 * gst/tcp/gstmultifdsink.c:
1302 fix up ffmpegcolorspace docs; extract header
1304 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
1306 * common/gtk-doc-plugins.mak:
1307 * docs/plugins/Makefile.am:
1308 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1309 * ext/theora/Makefile.am:
1310 * ext/theora/gsttheoraenc.h:
1311 * ext/theora/theoraenc.c:
1312 * ext/vorbis/vorbisenc.c:
1313 pick up signals and args for vorbis; add some docs for vorbis
1315 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
1317 * common/gstdoc-scangobj:
1318 * common/gtk-doc-plugins.mak:
1319 * docs/libs/Makefile.am:
1320 * docs/plugins/gst-plugins-base-plugins.args:
1321 * docs/plugins/gst-plugins-base-plugins.hierarchy:
1322 * docs/plugins/gst-plugins-base-plugins.interfaces:
1323 * docs/plugins/gst-plugins-base-plugins.prerequisites:
1324 * docs/plugins/gst-plugins-base-plugins.signals:
1325 only scanobj stuff from our source module. Not sure yet
1326 if that's correct, given the hierarchy stuff :)
1328 2005-09-15 Wim Taymans <wim@fluendo.com>
1330 * gst/audioconvert/gstaudioconvert.c:
1331 And enable 24 bits mode as well..
1333 2005-09-15 Wim Taymans <wim@fluendo.com>
1335 * gst-libs/gst/rtp/Makefile.am:
1336 * gst-libs/gst/rtp/gstbasertppayload.c:
1337 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
1338 (gst_basertppayload_class_init), (gst_basertppayload_init),
1339 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
1340 (gst_basertppayload_chain), (gst_basertppayload_set_options),
1341 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1342 (gst_basertppayload_set_property),
1343 (gst_basertppayload_get_property),
1344 (gst_basertppayload_change_state):
1345 * gst-libs/gst/rtp/gstbasertppayload.h:
1346 Added rtp payloader base class.
1348 2005-09-15 Andy Wingo <wingo@pobox.com>
1350 * configure.ac (plugindir): Remove the EOL matcher from the
1351 regexp, as it causes me problems. Libtool? Make? Who knows?
1353 2005-09-14 David Schleef <ds@schleef.org>
1355 * check/generic/states.c:
1356 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1357 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
1358 Fixes for changes in registry API.
1360 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
1361 to GST_PLUGIN_LDFLAGS.
1362 * ext/libvisual/visual.c: Make the library shut up.
1363 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
1364 * gst-libs/gst/audio/gstaudiofilter.c: same
1366 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
1368 * docs/plugins/Makefile.am:
1369 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1370 * docs/plugins/inspect/plugin-libvisual.xml:
1371 * docs/plugins/tmpl/element-tcpserversink.sgml:
1372 * ext/theora/theoraenc.c:
1373 add libvisual plugin and theoraenc element to docs
1375 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
1377 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1378 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1379 * ext/theora/theoraenc.c:
1382 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
1384 * gst/audioconvert/Makefile.am:
1385 Audioconvert derives from GstBaseTransform and should
1386 link to the library with our base elements to avoid
1387 unresolved symbols. Makes things work with MinGW (#316160)
1389 * gst/playback/test4.c: (main):
1390 Fix MinGW build problem and use g_usleep() instead of
1393 2005-09-12 Wim Taymans <wim@fluendo.com>
1395 * gst/audioconvert/audioconvert.c: (float),
1396 (audio_convert_prepare_context), (audio_convert_convert):
1397 * gst/audioconvert/audioconvert.h:
1398 Cleanups, speedups, simplifications, added back support
1401 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
1403 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1404 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1405 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1406 * docs/plugins/tmpl/element-tcpserversink.sgml:
1407 * gst/ffmpegcolorspace/gstffmpeg.c:
1408 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1409 * gst/videotestsrc/gstvideotestsrc.c:
1410 * gst/volume/gstvolume.c:
1411 add more elements to the docs
1413 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
1415 * check/Makefile.am:
1416 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
1417 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
1418 Add extra tests for basetransform based components.
1419 Comment out the test_element_negotiation test until we decide
1420 if it's testing correct behaviour.
1421 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
1422 (gst_visual_chain), (gst_visual_change_state):
1423 Slightly more correct but still bogus timestamping.
1424 Fix state change function.
1425 * gst/audioconvert/gstaudioconvert.c:
1426 (gst_audio_convert_class_init):
1427 * gst/audioresample/gstaudioresample.c:
1428 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1429 (gst_ffmpegcsp_class_init):
1430 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1431 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
1432 (gst_videoscale_prepare_image):
1433 * gst/volume/gstvolume.c: (gst_volume_class_init),
1434 (volume_transform_ip):
1435 Basetransform updates. Enable passthrough modes.
1436 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
1437 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
1438 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
1439 Negotiation fix that allows the window to return to the original
1440 size and renegotiate passthrough upstream. Extra debug output.
1442 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
1444 * gst/sine/gstsinesrc.c:
1445 * gst/volume/gstvolume.c:
1446 fix up header include
1448 2005-09-09 Stefan Kost <ensonic@users.sf.net>
1450 * gst-libs/gst/audio/gstbaseaudiosink.c:
1451 (gst_base_audio_sink_render):
1452 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
1453 * gst/volume/gstvolume.c: (gst_volume_class_init),
1455 fixing lost sync, some more debugging
1457 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
1459 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
1460 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
1461 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
1462 (gst_xvimagesink_check_xshm_calls):
1463 Fix compilation when XShm is not available.
1465 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
1467 * ext/libvisual/visual.c: (gst_visual_dispose),
1468 (gst_visual_getcaps), (gst_visual_src_setcaps),
1469 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
1470 (gst_visual_change_state):
1471 Finish fixing up libvisual plugin so that it runs.
1473 2005-09-07 Stefan Kost <ensonic@users.sf.net>
1475 * ext/vorbis/vorbisenc.c:
1476 * gst-libs/gst/tag/gstvorbistag.c:
1477 gsttaginterface.h -> gsttagsetter.h
1479 2005-09-07 Stefan Kost <ensonic@users.sf.net>
1481 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
1482 added another test that failes for me (test is not active by default)
1484 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1487 v4l2 is no longer in gst-plugins-base
1489 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
1492 In the output at the end, don't show the first plugin on the same
1493 line as "Core plug-ins, always built:".
1494 Indent the output as for other plugin categories
1495 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
1496 #define that can be used to not use peer buffer_alloc functions for
1498 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
1499 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
1500 (gst_ximagesink_show_frame):
1501 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
1502 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
1503 (gst_xvimagesink_show_frame):
1504 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
1505 fails gracefully instead of XError aborting or deadlocking.
1507 2005-09-07 Stefan Kost <ensonic@users.sf.net>
1509 * ext/libvisual/Makefile.am:
1510 link against gst-base-libs
1512 2005-09-06 David Schleef <ds@schleef.org>
1514 * configure.ac: Enable libvisual plugin.
1515 * ext/libvisual/Makefile.am:
1516 * ext/libvisual/visual.c: Fixes to make it compile.
1518 === release 0.9.2 ===
1520 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
1525 * docs/random/ChangeLog-0.8:
1526 releasing 0.9.2, "Spoon"
1528 2005-09-05 Michael Smith <msmith@fluendo.com>
1530 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
1531 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
1532 that in the vorbisenc element.
1534 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
1536 * common/gtk-doc-plugins.mak:
1537 * docs/plugins/Makefile.am:
1539 * gst/audioresample/resample.c:
1542 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
1544 * common/gst-xmlinspect.py:
1545 * common/gtk-doc-plugins.mak:
1546 only inspect plugins for this given package
1547 require gst-python 0.9
1549 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
1553 * common/gst-xmlinspect.py:
1556 * docs/plugins/inspect/plugin-alsa.xml:
1557 * docs/plugins/inspect/plugin-audioresample.xml:
1558 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1559 * docs/plugins/inspect/plugin-ogg.xml:
1560 * docs/plugins/tmpl/element-gnomevfssink.sgml:
1561 * docs/plugins/tmpl/element-multifdsink.sgml:
1562 * docs/plugins/tmpl/element-tcpserversink.sgml:
1563 * docs/plugins/tmpl/element-vorbisenc.sgml:
1564 * gst-plugins-base.spec.in:
1565 various doc-related updates
1567 2005-08-31 Wim Taymans <wim@fluendo.com>
1569 * gst-libs/gst/audio/gstbaseaudiosink.c:
1570 (gst_base_audio_sink_render):
1571 Resync if the buffer timestamps drift more than a 10th
1574 2005-08-31 Tim-Philipp M??ller <tim at centricular dot net>
1576 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
1577 (gst_v4lsrc_get_property):
1578 The 'timestamp-offset' property is registered as an int64, so
1579 let's use g_value_{set|get}_int64() in our setter and getter
1580 functions (makes it work and fixes warnings with gst-inspect).
1582 2005-08-30 Wim Taymans <wim@fluendo.com>
1584 * check/elements/audioconvert.c: (setup_audioconvert):
1585 * check/elements/audioresample.c: (setup_audioresample):
1586 * check/elements/volume.c: (setup_volume):
1589 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
1591 * common/gtk-doc-plugins.mak:
1592 * common/plugins.xsl:
1593 * docs/plugins/Makefile.am:
1596 2005-08-30 Stefan Kost <ensonic@users.sf.net>
1598 * examples/seeking/seek.c: (make_mp3_pipeline),
1599 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
1600 (play_cb), (pause_cb), (stop_cb):
1603 2005-08-30 Stefan Kost <ensonic@users.sf.net>
1605 * gst/volume/gstvolume.c: (gst_volume_class_init),
1607 do not update controlled params, if buffer has no timestamp
1609 2005-08-29 Stefan Kost <ensonic@users.sf.net>
1612 * gst/sine/Makefile.am:
1613 * gst/volume/Makefile.am:
1614 controllerized elements also need to link against controller-libs ;)
1616 2005-08-29 Stefan Kost <ensonic@users.sf.net>
1618 * docs/libs/tmpl/gstcolorbalance.sgml:
1619 * docs/libs/tmpl/gstgconf.sgml:
1620 * docs/libs/tmpl/gstmixer.sgml:
1621 * docs/libs/tmpl/gstringbuffer.sgml:
1622 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1623 (gst_sinesrc_create):
1624 * gst/volume/gstvolume.c: (gst_volume_class_init),
1626 controllerized two audio plugins
1628 2005-08-29 Andy Wingo <wingo@pobox.com>
1630 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
1631 (vorbis_handle_data_packet): Fix some int overflow errors.
1633 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
1635 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
1637 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
1638 if it's valid. Fixed streaming-mode playback.
1640 * check/elements/volume.c (cleanup_volume): Fix for running
1643 * check/elements/audioconvert.c: Convert from native endian, not
1646 2005-08-29 Michael Smith <msmith@fluendo.com>
1648 * ext/ogg/Makefile.am:
1649 * ext/ogg/gstogg.c: (plugin_init):
1650 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
1651 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
1652 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
1653 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
1654 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
1655 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
1656 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
1657 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
1658 Add an ogg parser element.
1660 2005-08-28 Andy Wingo <wingo@pobox.com>
1662 * Updates for two-arg init from GST_BOILERPLATE_FULL.
1664 2005-08-26 Wim Taymans <wim@fluendo.com>
1666 * gst/audioconvert/audioconvert.c: (if), (float),
1667 (audio_convert_get_func_index), (check_default),
1668 (audio_convert_clean_fmt), (audio_convert_prepare_context),
1669 (audio_convert_clean_context), (audio_convert_get_sizes),
1670 (audio_convert_convert):
1673 2005-08-26 Wim Taymans <wim@fluendo.com>
1675 * gst/audioconvert/audioconvert.c: (if), (float),
1676 (audio_convert_get_func_index), (check_default),
1677 (audio_convert_clean_fmt), (audio_convert_prepare_context),
1678 (audio_convert_clean_context), (audio_convert_get_sizes),
1679 (audio_convert_convert):
1680 More elegant and working temp buffer selection algo.
1682 2005-08-26 Wim Taymans <wim@fluendo.com>
1684 * gst/audioconvert/audioconvert.c: (if), (float),
1685 (audio_convert_get_func_index), (check_default),
1686 (audio_convert_clean_fmt), (audio_convert_prepare_context),
1687 (audio_convert_clean_context), (audio_convert_get_sizes),
1688 (get_temp_buffer), (audio_convert_convert):
1689 Use realloc else we lose our original data.
1691 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
1693 * gst/audioresample/gstaudioresample.c:
1694 use base class' newsegment to properly timestamp
1696 2005-08-26 Wim Taymans <wim@fluendo.com>
1698 * gst/audioconvert/audioconvert.c: (if), (float),
1699 (audio_convert_get_func_index), (check_default),
1700 (audio_convert_clean_fmt), (audio_convert_prepare_context),
1701 (audio_convert_clean_context), (audio_convert_get_sizes),
1702 (get_temp_buffer), (audio_convert_convert):
1703 * gst/audioconvert/gstaudioconvert.c:
1704 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
1705 (gst_audio_convert_transform_caps),
1706 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
1707 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
1708 Oops, allocate enough space to perform the channel mix.
1710 2005-08-26 Wim Taymans <wim@fluendo.com>
1712 * gst/audioconvert/Makefile.am:
1713 * gst/audioconvert/audioconvert.c: (if), (float),
1714 (audio_convert_get_func_index), (check_default),
1715 (audio_convert_clean_fmt), (audio_convert_prepare_context),
1716 (audio_convert_clean_context), (audio_convert_get_sizes),
1717 (get_temp_buffer), (audio_convert_convert):
1718 * gst/audioconvert/audioconvert.h:
1719 * gst/audioconvert/gstaudioconvert.c:
1720 (gst_audio_convert_class_init), (gst_audio_convert_init),
1721 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
1722 (gst_audio_convert_get_unit_size),
1723 (gst_audio_convert_transform_caps),
1724 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
1725 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
1726 * gst/audioconvert/gstaudioconvert.h:
1727 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1728 (gst_channel_mix_fill_identical),
1729 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1730 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1731 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
1732 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
1733 (gst_channel_mix_mix):
1734 * gst/audioconvert/gstchannelmix.h:
1735 Cleanups, librarify a bit, optimize, better negotiation and more.
1737 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
1739 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
1741 During typefinding, don't support negative offsets
1742 (offsets from the end of the stream) in our typefind->peek() function
1743 - nothing embedded in ogg ever needs them. However, we need to recognise
1744 those requests and reject them, otherwise we return invalid pointers.
1746 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
1748 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1749 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1750 (vorbisdec_finalize), (vorbis_handle_type_packet):
1751 Big shout-out to MikeS for fixing this giant memory leak.
1754 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
1756 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
1757 (audio_convert_get_unit_size):
1760 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
1762 * check/Makefile.am:
1763 * check/elements/audioconvert.c: (setup_audioconvert),
1764 (cleanup_audioconvert), (get_int_caps), (verify_convert),
1765 (GST_START_TEST), (audioconvert_suite), (main):
1766 add a test for audioconvert
1767 * gst/audioresample/gstaudioresample.c:
1768 * gst/audioresample/gstaudioresample.h:
1769 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
1770 note that for buffers of 1/3 sec this means DURATION(c) is
1771 one nanosecond more than for a and b
1773 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
1775 * check/Makefile.am:
1776 * check/elements/audioresample.c: (setup_audioresample),
1777 (cleanup_audioresample), (fail_unless_perfect_stream),
1778 (test_perfect_stream_instance), (GST_START_TEST),
1779 add a check for audioresample
1780 (audioresample_suite), (main):
1781 * check/elements/volume.c: (GST_START_TEST):
1782 remove unused method
1783 * gst/audioresample/gstaudioresample.c:
1784 set correct buffer parameters since we're changing them
1785 * gst/audioresample/resample_ref.c: (resample_scale_ref):
1788 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
1790 * gst/audioresample/debug.c:
1791 * gst/audioresample/gstaudioresample.c:
1792 add room for extra overlap samples when asked to transform size
1793 protect against possible mem corruption and check for discrepancies
1794 between written size and outbuffer's size so we can warn for
1796 * gst/audioresample/resample.c: (resample_init),
1797 (resample_get_output_size_for_input), (resample_get_output_size),
1798 (resample_set_n_channels), (resample_set_format):
1799 set debug level based on RESAMPLE_DEBUG env var
1800 make sure that get_output_size* returns a whole number of
1802 set sample_size each time either channel or format is set
1803 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
1804 * gst/audioresample/resample_functable.c:
1805 (resample_scale_functable):
1806 * gst/audioresample/resample_ref.c: (resample_scale_ref):
1807 remove r->sample_size, it's done in resample.c now
1808 add some debugging to the ref implementation
1809 make sure we only give back bytes that are wholes of the sample
1812 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
1813 * gst/playback/gstplaybasebin.c: (fill_buffer):
1814 Revert unpopular change for GST_MESSAGE_SRC to GObject.
1816 2005-08-25 Stefan Kost <ensonic@users.sf.net>
1818 * gst/volume/gstvolume.c:
1819 made set_caps function static
1821 2005-08-24 Wim Taymans <wim@fluendo.com>
1823 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1824 (gst_vorbisenc_change_state):
1825 Stop leaking taglists.
1827 2005-08-24 Wim Taymans <wim@fluendo.com>
1829 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1830 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
1831 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
1832 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
1833 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1834 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
1835 Parse seeking events better.
1837 Generate correct newsegment events, fixes seeking in live oggs.
1839 * ext/theora/theoradec.c: (theora_dec_src_query),
1840 (theora_dec_src_event), (theora_dec_src_getcaps),
1841 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
1842 Use newsegment values to report correct play time.
1844 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1845 (vorbis_dec_src_event), (vorbis_dec_sink_event):
1846 * ext/vorbis/vorbisdec.h:
1847 Parse and use newsegment values to report correct play time.
1849 * gst-libs/gst/audio/gstbaseaudiosink.c:
1850 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1851 Clear ringbuffer on flush.
1852 Use newsegment values to calculate playback time.
1854 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
1855 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
1856 Basesink does newsegment calculations for us now.
1858 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
1860 * check/Makefile.am:
1862 add core's plugins to the mix so that playbin works
1863 * check/generic/states.c: (GST_START_TEST):
1864 set a 0 timeout on pipelines, so they don't force the next
1866 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
1867 (gst_play_base_bin_change_state):
1868 remove the crappy error handling and do GST error handling
1870 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
1872 * check/Makefile.am:
1873 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
1874 add same test as to core, it bitches out on playbin atm.
1876 2005-08-24 Wim Taymans <wim@fluendo.com>
1881 2005-08-24 Wim Taymans <wim@fluendo.com>
1883 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
1884 (gst_videoscale_prepare_size), (parse_caps),
1885 (gst_videoscale_set_caps), (gst_videoscale_get_size),
1886 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
1887 (gst_videoscale_transform):
1888 * gst/videoscale/gstvideoscale.h:
1889 Refactor, make use of BaseTranform really well.
1891 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
1894 compile audioresample
1895 * gst/audioresample/Makefile.am:
1896 * gst/audioresample/buffer.c:
1897 * gst/audioresample/functable.c:
1898 * gst/audioresample/gstaudioresample.c:
1899 * gst/audioresample/gstaudioresample.h:
1900 * gst/audioresample/resample.c:
1901 (resample_get_output_size_for_input):
1902 * gst/audioresample/resample.h:
1903 * gst/audioresample/resample_chunk.c:
1904 * gst/audioresample/resample_functable.c:
1905 * gst/audioresample/resample_ref.c:
1906 port to use basetransform; doesn't work in all cases yet
1908 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
1910 * gst/audioconvert/gstaudioconvert.c:
1911 (gst_audio_convert_class_init), (gst_audio_convert_init),
1912 (audio_convert_get_unit_size), (audio_convert_transform_caps),
1913 (audio_convert_fixate_caps), (audio_convert_set_caps),
1914 (audio_convert_transform),
1915 (gst_audio_convert_buffer_to_default_format),
1916 (gst_audio_convert_buffer_from_default_format),
1917 (gst_audio_convert_channels):
1918 * gst/audioconvert/gstchannelmix.c:
1919 * gst/audioconvert/gstchannelmix.h:
1920 port to basetransform
1921 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1922 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
1923 (gst_ffmpegcsp_get_unit_size):
1924 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1925 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
1926 fix for basetransform changes
1928 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
1930 * check/Makefile.am:
1931 Add CHECK_CFLAGS and LDFLAGS
1933 * gst/playback/gstplaybasebin.c: (fill_buffer):
1934 GST_MESSAGE_SRC became a GObject
1936 2005-08-24 Wim Taymans <wim@fluendo.com>
1938 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
1939 (gst_ring_buffer_clear_all):
1940 * gst-libs/gst/audio/gstringbuffer.h:
1941 Added function to clear the ringbuffer.
1943 2005-08-24 Andy Wingo <wingo@pobox.com>
1945 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
1946 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
1947 of _open and _close.
1949 * sys/v4l/gstv4lxoverlay.h:
1950 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
1951 an Xv connection here, instead of all the time. Make Xv only be
1952 loaded if you axe for it. Kindof a workaround for buggy behaviour
1953 of Xv when using remote xservers (XvQueryExtension would block).
1954 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
1955 replace the _open and _close public API. Only start the xv
1956 connection if necessary.
1957 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
1959 2005-08-23 David Schleef <ds@schleef.org>
1961 * gst/audioresample/Makefile.am: Leet audioresampling code
1962 * gst/audioresample/buffer.c:
1963 * gst/audioresample/buffer.h:
1964 * gst/audioresample/debug.c:
1965 * gst/audioresample/debug.h:
1966 * gst/audioresample/functable.c:
1967 * gst/audioresample/functable.h:
1968 * gst/audioresample/gstaudioresample.c:
1969 * gst/audioresample/gstaudioresample.h:
1970 * gst/audioresample/resample.c:
1971 * gst/audioresample/resample.h:
1972 * gst/audioresample/resample_chunk.c:
1973 * gst/audioresample/resample_functable.c:
1974 * gst/audioresample/resample_ref.c:
1976 2005-08-23 Wim Taymans <wim@fluendo.com>
1978 * examples/seeking/seek.c: (make_vorbis_pipeline),
1979 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
1982 2005-08-23 Andy Wingo <wingo@pobox.com>
1984 * gst-libs/gst/audio/gstbaseaudiosrc.c
1985 (gst_base_audio_src_fixate): Only fixate endianness if it is
1986 present in the caps.
1988 2005-08-22 Andy Wingo <wingo@pobox.com>
1990 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
1991 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
1992 device-name property.
1994 * gst-libs/gst/audio/gstaudiosrc.h:
1995 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
1996 close_device in the ring buffer, like gstaudiosink.
1998 * ext/alsa/gstalsamixer.h:
1999 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2000 macro to implement the interface without much code. Cleanups.
2002 * ext/alsa/gstalsasrc.h:
2003 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2006 * ext/alsa/Makefile.am: Add new files.
2007 * ext/alsa/gstalsamixerelement.c:
2008 * ext/alsa/gstalsamixerelement.c: Split element code out from
2009 mixer code so that alsasrc can be a mixer too.
2011 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
2013 * check/elements/volume.c: (setup_volume), (cleanup_volume),
2015 * check/elements/vorbisdec.c: (setup_vorbisdec),
2016 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2017 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2018 (vorbis_handle_identification_packet),
2019 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2020 (vorbis_handle_header_packet), (vorbis_dec_push),
2022 use the setup/teardown methods to save code. save code is good.
2024 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
2026 * check/Makefile.am:
2027 add ext dir for plugins
2028 add vorbisdec test conditionally
2029 * check/elements/volume.c: (setup_volume), (cleanup_volume),
2030 (GST_START_TEST), (volume_suite):
2031 add a test with wrong caps
2032 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2033 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2034 add a vorbisdec test
2035 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2036 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2037 clean up debug output
2038 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2039 yay, fix a segfault/security issue in vorbisdec
2040 gst-launch fakesrc ! vorbisdec wasn't happy
2041 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2042 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2043 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2044 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2045 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2046 (gst_vorbisenc_set_metadata), (get_constraints_string),
2047 (update_start_message), (gst_vorbisenc_setup),
2048 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2049 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2050 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2051 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2052 * ext/vorbis/vorbisenc.h:
2054 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2055 (gst_ffmpegcsp_transform):
2056 have the kow come home
2057 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2059 * gst/volume/gstvolume.c: (volume_set_caps):
2062 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
2066 * check/Makefile.am:
2067 * check/elements/.cvsignore:
2068 * check/elements/volume.c: (chain_func), (event_func),
2069 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2072 add unit test structure for gst-plugins-base
2073 add a test for volume
2074 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2075 (gst_volume_set_volume), (gst_volume_get_volume),
2076 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2077 (volume_funcfind), (volume_process_float), (volume_process_int16),
2078 (volume_set_caps), (volume_transform), (volume_update_mute),
2079 (volume_update_volume), (volume_set_property),
2080 (volume_get_property):
2081 document a little; use basetransform vmethod _set_caps
2083 2005-08-19 Andy Wingo <wingo@pobox.com>
2085 * ext/alsa/gstalsamixertrack.h:
2086 * ext/alsa/gstalsamixertrack.c:
2087 * ext/alsa/gstalsamixeroptions.h:
2088 * ext/alsa/gstalsamixeroptions.c:
2089 * ext/alsa/gstalsamixer.h:
2090 * ext/alsa/gstalsamixer.c: Port to 0.9.
2092 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2093 Remove gstalsa.c and alsaclock. No more cruft here.
2095 2005-08-18 Wim Taymans <wim@fluendo.com>
2097 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2098 (gst_base_rtp_depayload_chain),
2099 (gst_base_rtp_depayload_add_to_queue),
2100 (gst_base_rtp_depayload_push),
2101 (gst_base_rtp_depayload_queue_release):
2102 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2103 Fix for RTPBuffer changes.
2105 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2106 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2107 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2108 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2109 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2110 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2111 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2112 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2113 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2114 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2115 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2116 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2117 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2118 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2119 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2120 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2121 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2122 (gst_rtpbuffer_get_payload):
2123 * gst-libs/gst/rtp/gstrtpbuffer.h:
2124 Don't subclass GstBuffer but add methods and helper functions
2125 to construct and manipulate RTP packets in regular GstBuffers.
2127 2005-08-18 Stefan Kost <ensonic@users.sf.net>
2129 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2130 moved statement below switch
2131 * gst/volume/gstvolume.c: (gst_volume_class_init):
2134 2005-08-16 Wim Taymans <wim@fluendo.com>
2136 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2137 (gst_base_audio_src_change_state):
2138 Open and close device in READY<->NULL state change.
2140 2005-08-16 Andy Wingo <wingo@pobox.com>
2142 * examples/seeking/Makefile.am: Don't compile non-compiling
2143 compiled objects with the compiler.
2145 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2148 2005-08-12 Philippe Khalaf <burger@speedy.org>
2149 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2150 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2151 Made a thread to release the queue.
2152 Removed timestamp conversion for now.
2154 2005-08-10 Philippe Khalaf <burger@speedy.org>
2155 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2156 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2157 Added rtp timestamp -> gst timestamp conversion.
2158 Fixed several problems with queue.
2160 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
2162 * gst-libs/gst/audio/gstaudioclock.h:
2163 * gst-libs/gst/audio/gstaudiofilter.h:
2164 * gst-libs/gst/audio/gstaudiosink.h:
2165 * gst-libs/gst/audio/gstaudiosrc.h:
2166 * gst-libs/gst/audio/gstbaseaudiosink.h:
2167 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2168 * gst-libs/gst/audio/gstringbuffer.h:
2169 * gst-libs/gst/net/gstnetbuffer.h:
2170 * gst-libs/gst/rtp/gstbasertpdepayload.h:
2171 * gst-libs/gst/rtp/gstrtpbuffer.h:
2172 Add padding (you will need to rebuild gst-plugins-base,
2173 gst-plugins and all applications afterwards!)
2175 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
2177 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2178 (gst_riff_parse_chunk):
2179 Fix bug in debug message and add some more debug messages.
2181 2005-08-08 Edward Hervey <edward@fluendo.com>
2183 * gst-libs/gst/riff/riff-media.c:
2184 backported updates since branch
2186 2005-08-08 Andy Wingo <wingo@pobox.com>
2188 * gst-libs/gst/audio/gstbaseaudiosink.c
2189 (gst_base_audio_sink_change_state): Open the device in NULL->READY
2190 like good elements should. Close on READY->NULL too.
2192 * gst-libs/gst/audio/gstaudiosink.c
2193 (gst_audioringbuffer_open_device,
2194 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2195 (gst_audioringbuffer_release): Updates for new ring buffer API,
2196 hook into the new audio sink api.
2198 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2199 (GstAudioSinkClass.close): Just open and close the device -- no
2200 resource allocation or configuration.
2201 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2202 vmethods, handle device setup and resource allocation.
2204 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2205 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2208 * gst-libs/gst/audio/gstringbuffer.h
2209 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2212 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2213 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2214 New API functions. The device should be opened before acquiring
2215 and closed after releasing.
2217 2005-08-08 Tim-Philipp M??ller <tim at centricular dot net>
2219 * gst-libs/gst/interfaces/mixer.h:
2220 Reset padding to GST_PADDING.
2222 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2224 * gst/playback/gstplaybin.c: (remove_sinks):
2225 Remove visualization from parent explicitely; works around some
2226 apparent refcount issue that I haven't tracked down yet.
2228 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2230 * ext/alsa/gstalsasink.c: (set_hwparams):
2231 Assign debug category, add negotiation debug msgs.
2233 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2235 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
2236 Fix error code for file-not-found to NOT_FOUND.
2238 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
2240 * common/gtk-doc-plugins.mak:
2241 * docs/plugins/Makefile.am:
2242 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2243 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2244 renamed to actual element names, so much nicer to look at
2245 * docs/plugins/tmpl/gstmultifdsink.sgml:
2247 * docs/plugins/tmpl/multifdsink.sgml:
2248 * docs/plugins/tmpl/tcpserversink.sgml:
2250 * ext/alsa/gstalsa.c:
2251 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
2252 * ext/ogg/gstoggmux.c:
2253 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2254 * gst/playback/gstdecodebin.c:
2255 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2256 * gst/tcp/gsttcpserversink.c:
2257 various fixes and documentation additions
2259 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
2261 * common/Makefile.am:
2262 * common/gstdoc-scangobj:
2263 * common/gtk-doc-plugins.mak:
2264 * common/gtk-doc.mak:
2265 add a custom scangobj that uses the registry
2266 add a custom gtk-doc-plugins.mak that uses it
2267 some doc build fixes
2270 * docs/plugins/Makefile.am:
2271 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2272 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2273 * docs/plugins/gst-plugins-base-plugins.types:
2274 * docs/plugins/tmpl/gstmultifdsink.sgml:
2275 add docs for one element, multifdsink
2276 * gst/adder/gstadder.h:
2277 * gst/volume/gstvolume.h:
2278 don't privatize enum
2279 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2280 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2281 (gst_sync_method_get_type), (gst_client_status_get_type),
2282 (gst_multifdsink_class_init),
2283 (gst_multifdsink_client_queue_buffer),
2284 (gst_multifdsink_handle_client_write):
2285 * gst/tcp/gstmultifdsink.h:
2287 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2288 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
2289 (gst_tcpclientsink_render):
2290 * gst/tcp/gsttcpclientsink.h:
2291 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2292 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
2293 (gst_tcpclientsrc_start):
2294 * gst/tcp/gsttcpclientsrc.h:
2295 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2296 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
2297 * gst/tcp/gsttcpserversrc.h:
2298 * gst/typefind/gsttypefindfunctions.c:
2299 remove superfluous Type stuff
2301 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2303 * gst/playback/gstplaybin.c: (gen_video_element):
2306 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2308 * gst-libs/gst/gconf/gconf.c:
2309 * gst-libs/gst/gconf/gconf.h:
2310 Fix some Andy Problem [tm].
2312 2005-08-04 Andy Wingo <wingo@pobox.com>
2314 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
2315 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
2316 (gst_ffmpegcsp_get_size): Adapt to API changes.
2318 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
2319 Implement an in-place do-nothing transform.
2321 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2323 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2324 (gst_ximagesink_renegotiate_size):
2325 Do not set new window sizes yet if we prepare a new buffer size
2326 for upstream renegotiation (software scaling) at some point in the
2327 future, because this new size waqs not actually accepted yet. Once
2328 accepted, renegotiation later on will set the new sizes just fine.
2329 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
2332 2005-08-03 Andy Wingo <wingo@pobox.com>
2334 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
2335 (gst_ximagesink_buffer_alloc):
2336 Protect the height, width, and desired_caps with the pool_lock.
2337 Fixes videotestsrc ! queue ! ximagesink.
2339 2005-08-02 Edward Hervey <edward@fluendo.com>
2341 * gst/volume/gstvolume.c:
2342 include left from controller cleanup
2344 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
2345 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
2346 Stop collectpads before calling the parent state
2347 change function on PAUSED->READY.
2349 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
2351 When testing for X libs, use the X CFlags
2352 * gst/adder/gstadder.c: (gst_adder_change_state):
2353 Stop the collectpads before calling parent state change function
2354 on PAUSED->READY, otherwise we deadlock deactivating pads.
2356 2005-08-01 Stefan Kost <ensonic@users.sf.net>
2359 * docs/libs/tmpl/gstcolorbalance.sgml:
2360 * docs/libs/tmpl/gstmixer.sgml:
2361 * examples/Makefile.am:
2362 * gst/sine/Makefile.am:
2363 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
2364 (gst_sinesrc_set_property), (plugin_init):
2365 * gst/sine/gstsinesrc.h:
2366 * gst/volume/Makefile.am:
2367 * gst/volume/gstvolume.c: (gst_volume_set_volume),
2368 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
2369 (volume_process_float), (volume_process_int16),
2370 (volume_set_property), (plugin_init):
2371 * gst/volume/gstvolume.h:
2372 deactivate and remove dparams (libgstcontrol)
2374 2005-07-29 Wim Taymans <wim@fluendo.com>
2376 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
2377 Convert me to BaseTransform!! help..
2379 2005-07-29 Andy Wingo <wingo@pobox.com>
2381 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
2384 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
2385 support of both endiannesses.
2387 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
2389 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2390 Fix confusing debug message (s/event/query/)
2392 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
2394 * gst/videotestsrc/videotestsrc.h:
2395 Use "_stdint.h" instead of <stdint.h>
2397 2005-07-27 Wim Taymans <wim@fluendo.com>
2399 * ext/vorbis/Makefile.am:
2400 Revert wrong commit.
2402 2005-07-27 Wim Taymans <wim@fluendo.com>
2404 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
2405 More compilation fixen.
2407 2005-07-27 Wim Taymans <wim@fluendo.com>
2409 * gst-libs/gst/audio/gstbaseaudiosink.c:
2410 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2411 (gst_base_audio_sink_create_ringbuffer),
2412 (gst_base_audio_sink_change_state):
2415 2005-07-27 Wim Taymans <wim@fluendo.com>
2417 * examples/seeking/seek.c: (setup_dynamic_link),
2418 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
2419 (query_positions_elems), (query_positions_pads), (do_seek):
2420 Update seek example.
2422 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
2423 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
2424 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
2425 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
2426 (gst_ogg_demux_handle_event),
2427 (gst_ogg_demux_deactivate_current_chain),
2428 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2429 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2430 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
2431 (gst_ogg_demux_loop):
2432 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2433 * ext/theora/theoradec.c: (theora_dec_src_event),
2434 (theora_dec_src_getcaps), (theora_dec_sink_event),
2435 (theora_dec_push), (theora_dec_chain):
2436 * ext/vorbis/Makefile.am:
2437 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
2438 (vorbis_dec_sink_event), (vorbis_dec_push),
2439 (vorbis_handle_data_packet):
2440 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
2441 (gst_vorbisenc_chain):
2442 * gst/playback/gststreaminfo.c: (cb_probe):
2443 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
2444 * gst/videorate/gstvideorate.c: (gst_videorate_event):
2445 * gst/videoscale/gstvideoscale.c:
2446 (gst_videoscale_handle_src_event):
2447 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
2448 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
2449 (gst_ximagesink_navigation_send_event):
2450 * sys/xvimage/xvimagesink.c:
2451 (gst_xvimagesink_navigation_send_event):
2452 Various event updates and cleanups
2454 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2456 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
2457 Fix segfault for I420/YV12.
2459 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2461 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2464 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2466 * gst/playback/gstplaybin.c: (gen_video_element),
2467 (gen_audio_element):
2468 Switch to auto*sink elements as default sinks; add volume element
2469 so that volume control in totem works.
2471 2005-07-21 Wim Taymans <wim@fluendo.com>
2473 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2474 * gst/playback/gstplaybin.c: (setup_sinks),
2475 (gst_play_bin_change_state):
2476 Refcount fix and more comments.
2478 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2480 * sys/ximage/Makefile.am:
2481 * sys/ximage/ximage.c: (plugin_init):
2482 * sys/ximage/ximagesink.c:
2483 Prepare for adding ximagesrc, rename of plugin to ximage etc.
2486 2005-07-21 Wim Taymans <wim@fluendo.com>
2488 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
2489 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
2490 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
2491 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2492 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
2493 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
2494 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
2495 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
2496 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2497 Generate correct disconts for live chained oggs.
2499 * gst-libs/gst/audio/gstbaseaudiosink.c:
2500 (gst_base_audio_sink_render),
2501 (gst_base_audio_sink_create_ringbuffer),
2502 (gst_base_audio_sink_change_state):
2503 Handle discont math correctly.
2505 * gst/playback/gstplaybin.c: (add_sink):
2506 Some small debug cleanup.
2508 2005-07-21 Wim Taymans <wim@fluendo.com>
2510 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
2511 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
2512 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
2513 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2514 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
2515 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
2516 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
2517 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
2518 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2519 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2520 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
2521 (gst_ogg_demux_change_state), (gst_ogg_print):
2522 Reorganize code to send the right disconts when in streaming
2525 2005-07-20 Andy Wingo <wingo@pobox.com>
2527 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
2528 fix (?), fixes a seggie mcfalterson (#310894).
2530 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2532 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
2533 (gst_ogg_mux_set_header_on_caps):
2534 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2535 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
2536 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
2537 * gst-libs/gst/audio/multichannel.c:
2538 (gst_audio_set_channel_positions),
2539 (gst_audio_set_structure_channel_positions_list):
2540 * gst/playback/gstdecodebin.c: (dynamic_create):
2541 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
2542 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2543 Fixes for API changes in core.
2545 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2547 * gst/playback/gstplaybasebin.c: (fill_buffer):
2548 Use _new_custom() so we can set custom message types for buffering
2551 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2554 * gst-libs/gst/Makefile.am:
2555 * gst-libs/gst/gconf/.cvsignore:
2556 * gst-libs/gst/gconf/Makefile.am:
2557 * gst-libs/gst/gconf/test-gconf.c:
2558 * pkgconfig/Makefile.am:
2559 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
2560 * pkgconfig/gstreamer-gconf.pc.in:
2561 Remove gconf stuff, use gconf elements instead from now on.
2563 2005-07-20 Wim Taymans <wim@fluendo.com>
2565 * gst-libs/gst/audio/TODO:
2566 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2567 (gst_audio_clock_get_internal_time):
2568 * gst-libs/gst/audio/gstaudioclock.h:
2569 * gst-libs/gst/audio/gstbaseaudiosink.c:
2570 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
2571 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
2572 (gst_base_audio_sink_render),
2573 (gst_base_audio_sink_create_ringbuffer),
2574 (gst_base_audio_sink_change_state):
2575 Make sure the audio clock always returns an increasing value.
2577 2005-07-19 Andy Wingo <wingo@pobox.com>
2579 * gst/videotestsrc/: Cleanups.
2581 2005-07-19 Wim Taymans <wim@fluendo.com>
2583 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
2586 2005-07-19 Wim Taymans <wim@fluendo.com>
2588 * examples/seeking/seek.c: (make_dv_pipeline),
2589 (make_vorbis_theora_pipeline), (query_rates),
2590 (query_positions_elems), (query_positions_pads), (do_seek):
2591 Make correct DV pipeline.
2593 2005-07-18 Andy Wingo <wingo@pobox.com>
2595 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
2596 default. Also because it's the only thing that really works. (This
2597 is used in the GConf elements).
2598 Use AS_LIBTOOL_TAGS.
2600 2005-07-18 Wim Taymans <wim@fluendo.com>
2602 * gst/playback/gstdecodebin.c: (remove_element_chain):
2603 * gst/playback/gstplaybin.c: (add_sink):
2604 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
2605 (gst_stream_info_set_mute):
2606 * gst/playback/gststreamselector.c:
2607 (gst_stream_selector_get_linked_pad),
2608 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
2609 More leak and compile fixes.
2611 2005-07-18 Wim Taymans <wim@fluendo.com>
2613 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
2614 (query_rates), (query_positions_elems), (query_positions_pads),
2615 (do_seek), (seek_cb), (stop_seek):
2616 Updated seek example.
2618 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
2619 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
2620 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
2621 * gst/playback/gstplaybin.c: (add_sink):
2622 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
2623 (gst_stream_info_set_mute):
2624 Some refcount leak fixes.
2626 2005-07-16 Wim Taymans <wim@fluendo.com>
2628 * gst-libs/gst/audio/gstbaseaudiosink.c:
2629 (gst_base_audio_sink_render):
2630 Align samples even if we have roundoff errors in the
2631 timestamp conversion.
2633 2005-07-16 Wim Taymans <wim@fluendo.com>
2635 * docs/libs/tmpl/gstringbuffer.sgml:
2636 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
2637 (query_rates), (query_positions_elems), (query_positions_pads),
2638 (update_scale), (do_seek):
2639 Updated seek example.
2641 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2642 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
2643 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
2644 (gst_ogg_demux_loop):
2645 Push out correct discont values.
2647 * ext/theora/theoradec.c: (theora_dec_src_convert),
2648 (theora_dec_sink_convert), (theora_dec_src_getcaps),
2649 (theora_dec_sink_event), (theora_handle_type_packet),
2650 (theora_handle_header_packet), (theora_dec_push),
2651 (theora_handle_data_packet), (theora_dec_chain),
2652 (theora_dec_change_state):
2653 Better timestamping.
2655 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
2656 (vorbis_dec_sink_event), (vorbis_dec_push),
2657 (vorbis_handle_data_packet), (vorbis_dec_chain):
2658 * ext/vorbis/vorbisdec.h:
2659 Better timestamping.
2661 * gst-libs/gst/audio/gstbaseaudiosink.c:
2662 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
2663 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2664 Handle syncing on timestamps instead of sample offsets. Make
2665 use of DISCONT values as described in design docs.
2667 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2668 (gst_base_audio_src_get_time):
2669 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
2670 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
2671 (gst_ring_buffer_read):
2672 * gst-libs/gst/audio/gstringbuffer.h:
2673 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
2674 (gst_ximagesink_show_frame):
2675 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2676 Correcly convert buffer timestamp to stream time.
2678 2005-07-16 Wim Taymans <wim@fluendo.com>
2680 * gst/audioconvert/gstaudioconvert.c:
2681 (gst_audio_convert_get_buffer):
2682 Timestamp buffers correctly.
2684 * gst/playback/gstplaybin.c: (gen_video_element):
2685 Make internal fakesink silent.
2687 2005-07-15 Wim Taymans <wim@fluendo.com>
2689 * gst/ffmpegcolorspace/Makefile.am:
2690 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2691 (gst_ffmpegcsp_caps_remove_format_info),
2692 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2693 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
2694 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
2695 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
2696 Ported ffmpegcolorspace to basetransform.
2698 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
2699 * gst/volume/gstvolume.c: (volume_transform):
2702 2005-07-14 Wim Taymans <wim@fluendo.com>
2704 * gst/videotestsrc/Makefile.am:
2705 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
2706 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
2707 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
2708 (gst_videotestsrc_init), (gst_videotestsrc_event),
2709 (gst_videotestsrc_create), (gst_videotestsrc_start),
2710 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
2711 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
2712 (gst_videotestsrc_get_property):
2713 * gst/videotestsrc/gstvideotestsrc.h:
2714 Make videotestsrc a pushsrc.
2716 2005-07-14 Wim Taymans <wim@fluendo.com>
2718 * gst/tcp/gstfdset.c: (gst_fdset_free):
2719 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
2720 (gst_multifdsink_add), (gst_multifdsink_remove),
2721 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2722 (gst_multifdsink_remove_client_link),
2723 (gst_multifdsink_client_queue_data),
2724 (gst_multifdsink_client_queue_caps),
2725 (gst_multifdsink_client_queue_buffer),
2726 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
2727 (gst_multifdsink_stop):
2728 * gst/tcp/gstmultifdsink.h:
2731 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
2732 Also draw image when not from a pool.
2734 2005-07-14 Wim Taymans <wim@fluendo.com>
2736 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
2737 (mute_stream), (silence_stream):
2738 Small debug additions.
2740 2005-07-14 Wim Taymans <wim@fluendo.com>
2742 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
2743 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
2744 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
2745 Better error recovery, ignore unconnected pads and
2748 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
2750 * docs/libs/tmpl/gstaudio.sgml:
2751 * docs/libs/tmpl/gstcolorbalance.sgml:
2752 * docs/libs/tmpl/gstgconf.sgml:
2753 * docs/libs/tmpl/gstmixer.sgml:
2754 * docs/libs/tmpl/gstringbuffer.sgml:
2755 * docs/libs/tmpl/gsttuner.sgml:
2756 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2757 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
2758 (gst_tcpclientsrc_class_init):
2759 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
2760 (gst_tcpserversrc_class_init):
2761 * sys/v4l/gstv4lelement.c:
2762 more autistic cleanliness in functions/names/defines
2764 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
2767 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
2768 added manually to each Makefile.am so we are sure it goes
2769 *last* and doesn't add -L flags before linking in libs of our
2770 own, like, say, internal .la libs, that then accidentally pick
2771 up the installed copy.
2772 * docs/libs/Makefile.am:
2773 * ext/alsa/Makefile.am:
2774 * ext/cdparanoia/Makefile.am:
2775 * ext/gnomevfs/Makefile.am:
2776 * ext/libvisual/Makefile.am:
2777 * ext/ogg/Makefile.am:
2778 * ext/theora/Makefile.am:
2779 * ext/vorbis/Makefile.am:
2780 * gst-libs/gst/video/Makefile.am:
2781 * gst/adder/Makefile.am:
2782 * gst/audioconvert/Makefile.am:
2783 * gst/audiorate/Makefile.am:
2784 * gst/audioscale/Makefile.am:
2785 * gst/ffmpegcolorspace/Makefile.am:
2786 * gst/playback/Makefile.am:
2787 * gst/sine/Makefile.am:
2788 * gst/subparse/Makefile.am:
2789 * gst/tags/Makefile.am:
2790 * gst/tcp/Makefile.am:
2791 * gst/typefind/Makefile.am:
2792 * gst/videorate/Makefile.am:
2793 * gst/videoscale/Makefile.am:
2794 * gst/videotestsrc/Makefile.am:
2795 * gst/volume/Makefile.am:
2796 * sys/v4l/Makefile.am:
2797 * sys/ximage/Makefile.am:
2798 * sys/xvimage/Makefile.am:
2799 adapt properly to this change. This should make sure that
2800 plugins and libs properly link to the as-yet-uninstalled
2801 copies of stuff like libgstinterfaces and libgstvideo
2803 2005-07-13 Andy Wingo <wingo@pobox.com>
2805 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
2806 (gst_v4lsrc_fixate): Fixate on format as well.
2808 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
2809 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
2810 buffer points to it.
2811 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
2812 rather just doing X calls ourselves. Also fixes a memleak.
2814 2005-07-12 Andy Wingo <wingo@pobox.com>
2816 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
2817 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
2818 (gst_v4lsrc_create): Re-add the copy-mode property, default to
2819 TRUE to avoid deadlocks if an element holds on to our buffers.
2821 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
2823 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2824 (gst_sinesrc_init), (gst_sinesrc_create),
2825 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
2826 (gst_sinesrc_start):
2827 * gst/sine/gstsinesrc.h:
2828 removing num-buffers property before moving it
2830 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
2833 use overridable ERROR_CFLAGS
2834 * docs/libs/gst-plugins-base-libs.types:
2835 * docs/libs/tmpl/gstringbuffer.sgml:
2836 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
2837 (gst_alsasink_class_init):
2838 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
2839 (gst_alsasrc_class_init):
2840 * gst-libs/gst/audio/audio.h:
2841 * gst-libs/gst/audio/gstaudioclock.h:
2842 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
2843 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
2844 (gst_audio_filter_link), (gst_audio_filter_init),
2845 (gst_audio_filter_chain), (gst_audio_filter_set_property),
2846 (gst_audio_filter_get_property),
2847 (gst_audio_filter_class_add_pad_templates):
2848 * gst-libs/gst/audio/gstaudiofilter.h:
2849 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2850 (gst_audio_filter_template_get_type),
2851 (gst_audio_filter_template_base_init),
2852 (gst_audio_filter_template_class_init),
2853 (gst_audio_filter_template_init),
2854 (gst_audio_filter_template_set_property),
2855 (gst_audio_filter_template_get_property), (plugin_init),
2856 (gst_audio_filter_template_setup),
2857 (gst_audio_filter_template_filter),
2858 (gst_audio_filter_template_filter_inplace):
2859 * gst-libs/gst/audio/gstaudiosink.c:
2860 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2861 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
2862 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
2863 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
2864 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
2865 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
2866 * gst-libs/gst/audio/gstaudiosink.h:
2867 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
2868 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2869 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2870 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
2871 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
2872 (gst_audio_src_class_init), (gst_audio_src_init),
2873 (gst_audio_src_create_ringbuffer):
2874 * gst-libs/gst/audio/gstaudiosrc.h:
2875 * gst-libs/gst/audio/gstbaseaudiosink.c:
2876 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
2877 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
2878 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
2879 (gst_base_audio_sink_set_property),
2880 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
2881 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
2882 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
2883 (gst_base_audio_sink_create_ringbuffer),
2884 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
2885 * gst-libs/gst/audio/gstbaseaudiosink.h:
2886 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2887 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
2888 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
2889 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
2890 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
2891 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
2892 (gst_base_audio_src_event), (gst_base_audio_src_create),
2893 (gst_base_audio_src_create_ringbuffer),
2894 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
2895 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2896 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2897 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
2898 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
2899 (gst_ring_buffer_debug_spec_caps),
2900 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2901 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
2902 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
2903 (gst_ring_buffer_start), (gst_ring_buffer_pause),
2904 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
2905 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2906 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
2907 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
2908 (gst_ring_buffer_clear):
2909 * gst-libs/gst/audio/gstringbuffer.h:
2910 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2911 (gst_video_sink_class_init), (gst_video_sink_get_type):
2912 * gst-libs/gst/video/videosink.h:
2913 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
2914 (gst_multifdsink_class_init),
2915 (gst_multifdsink_handle_client_write),
2916 (gst_multifdsink_change_state):
2917 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2918 (gst_tcpclientsink_setcaps):
2919 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2920 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
2921 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
2922 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
2923 (gst_ximagesink_send_pending_navigation),
2924 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
2925 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
2926 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
2927 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2928 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
2929 (gst_xvimagesink_send_pending_navigation),
2930 (gst_xvimagesink_navigation_send_event),
2931 (gst_xvimagesink_set_xwindow_id),
2932 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
2933 (gst_xvimagesink_get_type):
2934 more macro splitting
2936 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
2938 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2939 plug a memleak, allows me to import 1479 albums in one go
2941 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2942 (vorbis_handle_type_packet), (vorbis_dec_chain),
2943 (vorbis_dec_change_state):
2944 fix some format strings
2946 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
2948 * docs/libs/tmpl/gstcolorbalance.sgml:
2949 * docs/libs/tmpl/gstmixer.sgml:
2950 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2951 (gst_alsasink_set_property), (gst_alsasink_get_property):
2952 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2953 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
2956 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
2958 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2959 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2960 (audiocast_register_listener), (audiocast_thread_run),
2961 (gst_gnomevfssrc_send_additional_headers_callback),
2962 (gst_gnomevfssrc_received_headers_callback),
2963 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
2964 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
2965 (gst_gnomevfssrc_get_size):
2966 add/clean up debugging
2967 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
2970 2005-07-07 Andy Wingo <wingo@pobox.com>
2972 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
2973 framerate. Need to get a handle on when exactly this function is
2976 * sys/v4l/v4lsrc_calls.h:
2977 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
2978 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
2979 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
2981 * sys/v4l/v4l_calls.h: Cast to V4lElement.
2982 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
2983 v4lelements are sources.
2985 * sys/v4l/gstv4lxoverlay.h:
2986 * sys/v4l/gstv4lxoverlay.c:
2987 * sys/v4l/gstv4ltuner.h:
2988 * sys/v4l/gstv4ltuner.c: Header loc fixen.
2990 * sys/v4l/gstv4lsrc.h:
2991 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
2992 PushSrc/BaseSrc. Removed most sync-related properties, videorate
2993 or something should handle that. Made a live source.
2995 * sys/v4l/gstv4lelement.h:
2996 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
2997 signals. Some cleanups.
2999 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3001 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3004 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3007 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3009 2005-07-07 Wim Taymans <wim@fluendo.com>
3011 * ext/theora/theoradec.c: (theora_get_query_types),
3012 (theora_dec_src_getcaps), (theora_dec_push):
3013 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3014 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3015 Remove deprecated/unused query types.
3017 2005-07-06 Wim Taymans <wim@fluendo.com>
3019 * ext/alsa/Makefile.am:
3020 * ext/alsa/gstalsaplugin.c: (plugin_init):
3021 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3022 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3023 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3024 (gst_alsasrc_class_init), (gst_alsasrc_init),
3025 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3026 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3027 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3028 (gst_alsasrc_reset):
3029 * ext/alsa/gstalsasrc.h:
3030 * gst-libs/gst/audio/Makefile.am:
3031 * gst-libs/gst/audio/gstaudiosink.c:
3032 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3033 (gst_audioringbuffer_start):
3034 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3035 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3036 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3037 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3038 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3039 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3040 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3041 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3042 * gst-libs/gst/audio/gstaudiosrc.h:
3043 * gst-libs/gst/audio/gstbaseaudiosink.c:
3044 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3045 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3046 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3047 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3048 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3049 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3050 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3051 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3052 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3053 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3054 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3055 (gst_baseaudiosrc_change_state):
3056 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3057 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3058 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3059 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3060 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3061 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3062 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3063 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3064 * gst-libs/gst/audio/gstringbuffer.h:
3065 Added audiosource base classes.
3066 Ported alsasrc, still very basic.
3068 2005-07-06 Wim Taymans <wim@fluendo.com>
3070 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3071 (theora_dec_push), (theora_handle_data_packet):
3072 Prepare for better timestamp fix later.
3074 * gst/audioconvert/gstaudioconvert.c:
3075 List most accurate caps first
3077 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3078 Use proper pad task function.
3080 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3081 (gst_xvimagesink_show_frame):
3082 Fix deadlock when alloc failed.
3084 2005-07-05 Andy Wingo <wingo@pobox.com>
3086 * ext/gnomevfs/gstgnomevfssrc.c:
3087 * gst/sine/gstsinesrc.c:
3088 * gst/tcp/gsttcpserversrc.c:
3089 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3091 * sys/v4l/: Port from 0.8.
3093 * Many files: Null if we got it....
3095 2005-07-05 Andy Wingo <wingo@pobox.com>
3097 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
3098 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3101 2005-07-05 Wim Taymans <wim@fluendo.com>
3104 * gst/tcp/Makefile.am:
3106 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3107 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3108 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3109 (is_sync_frame), (gst_multifdsink_handle_client_write),
3110 (gst_multifdsink_render), (gst_multifdsink_start),
3111 (gst_multifdsink_stop), (gst_multifdsink_change_state):
3112 * gst/tcp/gstmultifdsink.h:
3113 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3114 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3115 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3117 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3118 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3119 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3120 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3121 * gst/tcp/gsttcpclientsink.h:
3122 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3123 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3124 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3125 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3126 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3127 * gst/tcp/gsttcpclientsrc.h:
3128 * gst/tcp/gsttcpplugin.c: (plugin_init):
3129 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3130 * gst/tcp/gsttcpserversink.h:
3131 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3132 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3133 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3134 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3135 (gst_tcpserversrc_stop):
3136 * gst/tcp/gsttcpserversrc.h:
3137 * gst/tcp/gsttcpsink.c:
3138 * gst/tcp/gsttcpsink.h:
3139 * gst/tcp/gsttcpsrc.c:
3140 * gst/tcp/gsttcpsrc.h:
3141 Ported tcp plugins to 0.9.
3144 2005-07-05 Andy Wingo <wingo@pobox.com>
3146 * gst/playback/gstplaybasebin.c (fill_buffer):
3147 message_new_application fixen.
3149 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3152 2005-07-04 Wim Taymans <wim@fluendo.com>
3154 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3155 Set caps on output buffer.
3157 2005-07-04 Andy Wingo <wingo@pobox.com>
3159 * ext/gnomevfs/gstgnomevfssrc.c
3160 (gst_gnomevfssrc_received_headers_callback)
3161 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3164 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3165 No refcount leakage.
3167 * configure.ac: Enable -Werror.
3169 * ext/theora/theoradec.c (theora_dec_src_getcaps):
3170 * gst/audioconvert/bufferframesconvert.c
3171 (buffer_frames_convert_fixate):
3172 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3173 (gst_audio_convert_fixate):
3174 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3175 (gst_sinesrc_create): Fixate func changes.
3177 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3178 (gst_ximagesink_buffer_alloc): Unused var.
3180 2005-07-01 Andy Wingo <wingo@pobox.com>
3182 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3183 getcaps to do explicit caps. Needs to be done in all decoders,
3184 possibly via a base class.
3186 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3188 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3189 caps on the sink pad, just rely on the pad template. Also, setting
3190 ANY caps on a pad is not valid because the caps are not fixed.
3192 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3193 caps on the buffer, and get the width from the desired_caps if
3195 (gst_ximagesink_renegotiate_size): Implement via setting the
3196 desired_caps on the ximagesink.
3197 (gst_ximagesink_setcaps): Only reset the width of the player if it
3198 wasn't already set. Not sure if this is right.
3199 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3201 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3202 that the user wants. NULL unless the window has been resized.
3204 * gst/volume/gstvolume.c (volume_transform): Adapt to
3205 basetransform refcount changes.
3207 2005-07-01 Andy Wingo <wingo@pobox.com>
3209 * gst/videoscale/gstvideoscale.c:
3210 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3211 from BaseTransform, implements a transform_caps. Removed dead code
3212 including some PAR stuff that was never reached -- should probably
3213 be added back somehow.
3215 2005-07-01 Andy Wingo <wingo@pobox.com>
3217 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3220 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
3223 * docs/libs/Makefile.am:
3224 * docs/libs/gst-plugins-libs.types:
3225 * ext/alsa/Makefile.am:
3226 * ext/alsa/gstalsamixer.h:
3227 * ext/alsa/gstalsamixeroptions.h:
3228 * ext/alsa/gstalsamixertrack.h:
3229 * gst-libs/gst/Makefile.am:
3230 * gst-libs/gst/colorbalance/.cvsignore:
3231 * gst-libs/gst/colorbalance/Makefile.am:
3232 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
3233 * gst-libs/gst/colorbalance/colorbalance.c:
3234 * gst-libs/gst/colorbalance/colorbalance.h:
3235 * gst-libs/gst/colorbalance/colorbalance.vcproj:
3236 * gst-libs/gst/colorbalance/colorbalancechannel.c:
3237 * gst-libs/gst/colorbalance/colorbalancechannel.h:
3238 * gst-libs/gst/interfaces/Makefile.am:
3239 * gst-libs/gst/interfaces/colorbalance.c:
3240 (gst_color_balance_class_init):
3241 * gst-libs/gst/interfaces/colorbalance.h:
3242 * gst-libs/gst/interfaces/interfaces-marshal.list:
3243 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
3244 * gst-libs/gst/interfaces/mixer.h:
3245 * gst-libs/gst/interfaces/mixeroptions.h:
3246 * gst-libs/gst/interfaces/navigation.c:
3247 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
3248 * gst-libs/gst/interfaces/tuner.h:
3249 * gst/volume/Makefile.am:
3250 * gst/volume/gstvolume.c:
3251 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3252 * sys/ximage/Makefile.am:
3253 * sys/ximage/ximagesink.c:
3254 * sys/xvimage/Makefile.am:
3255 * sys/xvimage/xvimagesink.c:
3256 fold in all interfaces into an interfaces dir, preserving CVS
3259 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3261 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3262 Fix build after riff changes.
3264 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3266 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3267 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
3268 (gst_riff_create_video_template_caps),
3269 (gst_riff_create_audio_template_caps),
3270 (gst_riff_create_iavs_template_caps):
3271 * gst-libs/gst/riff/riff-media.h:
3272 * gst-libs/gst/riff/riff-read.h:
3273 * gst-libs/gst/riff/riff.c: (gst_riff_init):
3274 Add gst_riff_init() to initialize the debug category, instead
3275 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
3277 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3279 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
3280 Oops, I shouldn't apply hacks.
3282 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3284 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
3285 Remove pad_loop function which doesn't work.
3287 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3289 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
3290 Send EOS when deactivating.
3291 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3292 (check_queue), (queue_threshold_reached), (queue_out_of_data),
3293 (gen_preroll_element), (probe_triggered), (mute_stream),
3294 (silence_stream), (new_decoded_pad), (setup_substreams),
3295 (set_active_source):
3296 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
3297 (remove_sinks), (add_sink):
3298 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
3299 Change for new probe API.
3301 2005-06-29 Wim Taymans <wim@fluendo.com>
3303 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
3304 * gst-libs/gst/audio/gstbaseaudiosink.c:
3305 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3306 (gst_baseaudiosink_change_state):
3307 * gst-libs/gst/audio/gstbaseaudiosink.h:
3308 * gst-libs/gst/audio/gstringbuffer.c:
3309 (gst_ringbuffer_set_callback):
3310 Fix compilation error.
3311 Ringbuffer starts out as not running.
3312 Free our clock in dispose.
3313 When releasing the ringbuffer we need to renegotiate so
3316 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
3321 * docs/libs/Makefile.am:
3322 * docs/libs/gst-plugins-libs-docs.sgml:
3323 * docs/libs/gst-plugins-libs-sections.txt:
3324 * docs/libs/gst-plugins-libs.types:
3325 * docs/libs/tmpl/gstaudio.sgml:
3326 * docs/libs/tmpl/gstcolorbalance.sgml:
3327 * docs/libs/tmpl/gstringbuffer.sgml:
3328 * gst-libs/gst/audio/gstringbuffer.c:
3329 (gst_ringbuffer_set_callback):
3330 reinstate gtk-doc docs for plugin libs
3332 2005-06-28 Wim Taymans <wim@fluendo.com>
3334 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3335 (gst_ogg_demux_init):
3336 Removed pad loop function.
3338 2005-06-28 Wim Taymans <wim@fluendo.com>
3340 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
3341 If we're building a chain we are not in an error case
3342 when we queue a buffer.
3344 2005-06-28 Andy Wingo <wingo@pobox.com>
3346 * *.c: Don't cast to GstObject before reffing/unreffing.
3348 2005-06-27 Andy Wingo <wingo@pobox.com>
3350 * gst/videotestsrc/gstvideotestsrc.c
3351 (gst_videotestsrc_activate_push): Activation API changes.
3353 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
3354 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
3355 they have refs on the decodebin.
3357 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
3359 (gst_ogg_pad_typefind): Don't leak a pad ref.
3360 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
3361 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
3362 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
3364 2005-06-27 Edward Hervey <edward@fluendo.com>
3366 * ext/theora/theoradec.c: (theora_dec_change_state):
3367 re-arranged call to parent's state change in order to avoid locks (or
3370 2005-06-26 Edward Hervey <edward@fluendo.com>
3372 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3373 2nd argument of 'unknow-type' signal is a GstCaps and not a
3376 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
3377 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3378 Set the worker thread's running flag to TRUE before starting the
3380 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
3381 Catch a failure to add typefind to the bin.
3383 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
3385 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3386 (gst_sinesrc_init), (gst_sinesrc_create),
3387 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3388 (gst_sinesrc_start):
3389 * gst/sine/gstsinesrc.h:
3390 add num-buffers and timestamp-offset properties
3391 * gst/videotestsrc/gstvideotestsrc.c:
3392 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
3393 (gst_videotestsrc_get_property):
3394 add timestamp-offset property
3396 2005-06-23 Christian Schaller <uraeus@gnome.org>
3398 * configure.ac: add videorate
3399 * gst-plugins-base.spec.in: add videorate
3401 2005-06-23 Wim Taymans <wim@fluendo.com>
3403 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3404 (gst_videorate_getcaps), (gst_videorate_setcaps),
3405 (gst_videorate_event), (gst_videorate_chain):
3406 Fixed videorate, fixating an already fixated caps is not
3409 2005-06-23 Wim Taymans <wim@fluendo.com>
3412 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
3413 Buffer on caps is not boxed anymore.
3415 2005-06-22 Wim Taymans <wim@fluendo.com>
3417 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3418 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3419 Set buffers on caps as miniobjects and not as boxed.
3421 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
3426 === release 0.9.1 ===
3428 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
3451 2005-06-09 Andy Wingo <wingo@pobox.com>
3453 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
3455 2005-06-09 Andy Wingo <wingo@pobox.com>
3458 * gst-libs/gst/Makefile.am:
3459 * gst-libs/gst/net/Makefile.am:
3460 Add gstnet to build.
3462 2005-06-09 Andy Wingo <wingo@pobox.com>
3464 * gst-libs/gst/gconf/gconf.c:
3465 * gst/playback/test.c:
3466 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
3469 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
3471 * ext/theora/theoraenc.c (theora_enc_chain):
3472 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
3474 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
3477 2005-06-02 Wim Taymans <wim@fluendo.com>
3479 * gst-libs/gst/net/Makefile.am:
3480 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
3481 * pkgconfig/gstreamer-libs.pc.in:
3482 Added net stuff, version net lib.
3484 2005-06-02 Wim Taymans <wim@fluendo.com>
3486 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3487 (query_rates), (query_positions_elems), (query_positions_pads),
3489 Updated seek example.
3491 2005-06-02 Andy Wingo <wingo@pobox.com>
3493 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
3494 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
3497 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
3498 remove the typefind, the bin dispose will do it for us. When it's
3499 removed and unreffed, the signal handler will be disconnected,
3501 (unlinked): It's too difficult to disconnect from unlinked
3502 handlers, as they are on pads not elements. Just punt if the pads
3503 aren't grandkids of the bin.
3505 2005-06-02 Wim Taymans <wim@fluendo.com>
3508 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3509 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
3510 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3511 * ext/theora/theoradec.c: (theora_dec_src_query),
3512 (theora_handle_data_packet):
3513 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3515 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3516 (vorbis_handle_data_packet):
3517 * gst/audioconvert/bufferframesconvert.c:
3518 (buffer_frames_convert_chain):
3519 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3520 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3521 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
3522 (gst_ffmpegcsp_chain):
3523 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3524 (gst_videorate_getcaps), (gst_videorate_setcaps),
3525 (gst_videorate_event), (gst_videorate_chain):
3526 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
3527 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
3528 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3529 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
3530 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3531 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
3532 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
3533 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3534 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
3535 Cleanups and buffer alloc.
3537 2005-05-31 Wim Taymans <wim@fluendo.com>
3539 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
3540 Don't try to call the delay method when the device is not
3543 2005-05-31 Wim Taymans <wim@fluendo.com>
3545 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
3546 Get actual segment size and buffer size after opening
3549 2005-05-30 Wim Taymans <wim@fluendo.com>
3551 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3552 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
3553 Also FLUSH upstream, makes the loop function exit faster.
3555 * ext/theora/theoradec.c: (theora_dec_src_query):
3556 Some more debug info in the query.
3558 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3559 (gst_ximagesink_setcaps):
3560 Release lock on par error, better error reporting.
3562 2005-05-26 Wim Taymans <wim@fluendo.com>
3564 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3565 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
3566 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
3567 Clear chains in READY
3568 Queue packets until the chain is activated.
3570 2005-05-25 Wim Taymans <wim@fluendo.com>
3572 * gst-libs/gst/audio/gstaudiosink.c:
3573 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3574 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3575 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3576 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3577 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3578 (gst_audiosink_create_ringbuffer):
3579 * gst-libs/gst/audio/gstbaseaudiosink.c:
3580 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
3581 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
3582 (gst_baseaudiosink_set_property), (build_linear_format),
3583 (debug_spec_caps), (debug_spec_buffer),
3584 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
3585 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
3586 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
3587 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3588 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3589 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3590 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
3591 (gst_ringbuffer_play), (gst_ringbuffer_pause),
3592 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
3593 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
3594 (wait_segment), (gst_ringbuffer_commit),
3595 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
3596 (gst_ringbuffer_clear):
3597 Various small cleanups.
3599 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3600 (gst_audio_convert_change_state):
3601 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
3602 No need to take the locks anymore.
3604 2005-05-25 Wim Taymans <wim@fluendo.com>
3606 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3607 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
3608 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
3610 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
3611 (group_destroy), (group_commit), (queue_overrun),
3612 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
3613 (mute_stream), (new_decoded_pad), (setup_substreams),
3614 (setup_source), (mute_group_type), (set_active_source),
3615 (gst_play_base_bin_change_state):
3616 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3617 (gen_video_element), (gen_text_element), (gen_audio_element),
3618 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
3619 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
3620 (gst_stream_info_dispose), (gst_stream_info_set_mute):
3621 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3622 Some playbin cleanups mostly refcounting sloppyness.
3624 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3626 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
3627 Work with streaming input.
3629 2005-05-25 Wim Taymans <wim@fluendo.com>
3631 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3632 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3633 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
3634 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
3635 No need to take the STREAM lock anymore.
3637 2005-05-25 Wim Taymans <wim@fluendo.com>
3639 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3640 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
3641 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
3642 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
3643 (gst_ogg_demux_sink_activate):
3644 * ext/theora/theoradec.c: (theora_dec_src_event),
3645 (theora_handle_comment_packet), (theora_dec_chain),
3646 (theora_dec_change_state):
3647 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3648 (vorbis_handle_data_packet), (vorbis_dec_chain),
3649 (vorbis_dec_change_state):
3650 Remove STREAM locks as they are taken in core now.
3651 Never set bogus granulepos on vorbis/theora.
3652 Fix leaks in theoradec tag parsing.
3654 2005-05-25 Wim Taymans <wim@fluendo.com>
3656 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3657 Fix memleaks, GST_BUFFER_DATA() is not freed.
3659 2005-05-25 Wim Taymans <wim@fluendo.com>
3661 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3662 Open non-blocking, set to blocking mode afterwards to avoid
3663 lockups when audio device is busy.
3665 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3667 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
3670 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3672 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3673 (gst_audio_convert_chain), (gst_audio_convert_link_src),
3674 (gst_audio_convert_setcaps):
3675 Implement instant setup switching.
3677 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3679 * gst/playback/gstplaybasebin.c: (probe_triggered):
3681 * gst/playback/gstplaybin.c: (add_sink):
3682 First add, then link (otherwise pad link fails).
3684 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
3686 * examples/Makefile.am:
3687 fix buildbot (make distcheck)
3689 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3691 * gst/playback/gstplaybin.c: (gen_vis_element):
3692 Remove some wrong code. Doesn't work yet.
3694 2005-05-19 Wim Taymans <wim@fluendo.com>
3696 * gst-libs/gst/net/Makefile.am:
3697 * gst-libs/gst/net/README:
3698 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
3699 (gst_netbuffer_class_init), (gst_netbuffer_init),
3700 (gst_netbuffer_finalize), (gst_netbuffer_copy),
3701 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
3702 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
3703 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
3704 * gst-libs/gst/net/gstnetbuffer.h:
3705 Added buffer subclass to store extra to/from addresses for
3706 network sources/sinks.
3708 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3710 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
3711 Don't lock an unassigned variable.
3713 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3715 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3716 Increase buffer for video, decrease buffer for other media types.
3717 * gst/playback/gstplaybin.c: (gen_video_element),
3718 (gen_audio_element):
3719 Change names for debugging purposes.
3721 2005-05-18 Wim Taymans <wim@fluendo.com>
3723 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3724 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3725 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
3726 (gst_ffmpegcsp_chain):
3727 Enable buffer alloc passthrough if the source and dest
3728 formats are the same.
3730 2005-05-17 Wim Taymans <wim@fluendo.com>
3732 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3733 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
3734 (gst_ogg_demux_chain_unlocked):
3735 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3736 (gst_audio_convert_caps_remove_format_info),
3737 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
3738 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
3739 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3740 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3741 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
3742 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
3743 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
3744 (gst_ffmpegcsp_get_property):
3745 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3746 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
3747 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
3748 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3749 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
3750 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3751 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
3752 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
3753 Leak fixes in oggdemux.
3754 Some cleanups in audioconvert.
3755 Make passthrough work along with buffer_alloc etc.
3756 Make buffer_alloc and buffer recycling actually work in
3759 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
3761 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
3762 make the compiler happy
3764 2005-05-17 Wim Taymans <wim@fluendo.com>
3766 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
3767 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3768 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
3769 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
3770 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3771 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
3772 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3773 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
3774 (gst_xvimagesink_set_xwindow_id):
3775 * sys/xvimage/xvimagesink.h:
3776 Port xvimagesink to new MiniObject.
3778 2005-05-17 Wim Taymans <wim@fluendo.com>
3780 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3781 (gst_audiofilter_chain):
3782 * gst-libs/gst/audio/gstaudiosink.c:
3783 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3784 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3785 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3786 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3787 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3788 (gst_audiosink_create_ringbuffer):
3789 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3790 (gst_audio_convert_caps_remove_format_info),
3791 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
3792 (gst_audio_convert_fixate), (gst_audio_convert_channels):
3793 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3794 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3795 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
3796 Fix passthrough in ffmpegcolorspace.
3797 Fix memset in audiosink on wrong memory.
3799 2005-05-16 David Schleef <ds@schleef.org>
3801 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
3804 2005-05-16 David Schleef <ds@schleef.org>
3806 Port from GstData to GstMiniObject.
3807 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3808 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
3809 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
3810 (gst_ogg_mux_collected):
3811 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3812 * ext/theora/theoradec.c: (theora_handle_comment_packet),
3813 (theora_handle_data_packet):
3814 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3815 (theora_set_header_on_caps), (theora_enc_chain):
3816 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3817 (vorbis_handle_comment_packet):
3818 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3819 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3820 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
3821 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
3822 * gst/audioconvert/gstaudioconvert.c:
3823 (gst_audio_convert_get_buffer):
3824 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3825 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3826 (mute_stream), (silence_stream):
3827 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3828 * gst/volume/gstvolume.c: (volume_transform):
3829 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3830 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
3831 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
3832 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
3833 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
3834 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
3835 (gst_ximagesink_buffer_alloc):
3836 * sys/ximage/ximagesink.h:
3838 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3840 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3841 (fill_buffer), (check_queue), (queue_threshold_reached),
3842 (queue_out_of_data):
3843 * gst/playback/gstplaybasebin.h:
3844 Post buffer-fullness on the bus.
3846 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3848 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3850 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3851 (group_commit), (probe_triggered), (setup_source),
3852 (gst_play_base_bin_change_state):
3853 * gst/playback/gstplaybasebin.h:
3854 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3855 (gst_play_bin_init), (remove_sinks), (setup_sinks),
3856 (gst_play_bin_change_state):
3857 Move setup_output_pads into a virtual function, remove
3858 group-switch (no longer needed) and redirect (handled by bus
3861 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3863 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3864 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
3865 (get_active_group), (get_building_group), (group_destroy),
3866 (group_commit), (check_queue), (queue_overrun),
3867 (queue_threshold_reached), (queue_out_of_data),
3868 (gen_preroll_element), (remove_groups), (unknown_type),
3869 (add_element_stream), (no_more_pads), (probe_triggered),
3870 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
3871 (setup_substreams), (setup_source), (finish_source),
3872 (prepare_output), (muted_group_change_state),
3873 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3874 (gst_play_base_bin_change_state):
3875 * gst/playback/gstplaybasebin.h:
3876 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3877 (gst_play_bin_init), (gst_play_bin_set_property),
3878 (gen_video_element), (gen_text_element), (gen_audio_element),
3879 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3880 (gst_play_bin_change_state):
3881 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
3882 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
3883 (stream_info_change_state), (gst_stream_info_set_mute),
3884 (gst_stream_info_get_property):
3885 * gst/playback/gststreaminfo.h:
3886 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
3887 (gst_stream_selector_get_linked_pad),
3888 (gst_stream_selector_getcaps),
3889 (gst_stream_selector_get_linked_pads),
3890 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3891 * gst/playback/gststreamselector.h:
3892 Rough port of playbin. Needs some more work, but is mostly done,
3893 and uses a few locks in important places, which should make stuff
3894 like chain-switches clean. Still uses GST_STATE() in a few places,
3895 which isn't all that good an idea, subtitles/elements disabled
3896 because no elements to test with and thus probably broken, query
3897 and event handling moved to GstBin, internal thread removed
3898 alltogether because the pipeline does that for us now. Can play
3899 Ogg/Vorbis files. Haven't tested anything else yet.
3901 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
3903 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
3904 Do no-more-pads (needed for autoplugging).
3906 2005-05-10 Andy Wingo <wingo@pobox.com>
3908 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
3909 message to the bus with the tags. Still not sent downstream tho.
3911 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
3913 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
3914 avoid refcounting hassles.
3916 2005-05-09 Andy Wingo <wingo@pobox.com>
3918 * gst/volume/Makefile.am:
3920 * gst/volume/gstvolume.h
3921 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
3922 basetransform. Probably need an audio filter base class.
3924 2005-05-09 Wim Taymans <wim@fluendo.com>
3926 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
3927 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3928 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
3929 (gst_vorbisenc_chain):
3930 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3931 (gst_audio_convert_caps_remove_format_info),
3932 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
3933 (gst_audio_convert_fixate), (gst_audio_convert_channels):
3934 Make caps writable before writing to it.
3935 Fix negotiation in audioconvert some more.
3937 2005-05-09 Wim Taymans <wim@fluendo.com>
3939 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3940 (gst_videorate_getcaps), (gst_videorate_setcaps),
3941 (gst_videorate_event), (gst_videorate_chain):
3944 2005-05-09 Wim Taymans <wim@fluendo.com>
3946 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
3947 (gst_videorate_getcaps), (gst_videorate_setcaps),
3948 (gst_videorate_blank_data), (gst_videorate_init),
3949 (gst_videorate_event), (gst_videorate_chain),
3950 (gst_videorate_change_state):
3951 Port videorate, do a better job at negotiation while we're at
3954 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
3959 * examples/Makefile.am:
3960 * gst-libs/gst/audio/Makefile.am:
3961 * gst-libs/gst/riff/Makefile.am:
3962 * gst-libs/gst/tag/Makefile.am:
3963 * gst-libs/gst/video/Makefile.am:
3964 Fixups for missing variables.
3966 2005-05-09 Wim Taymans <wim@fluendo.com>
3968 * examples/seeking/seek.c: (make_theora_pipeline),
3969 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
3970 (query_rates), (query_positions_elems), (query_positions_pads),
3971 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
3972 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3973 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
3974 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
3975 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
3976 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
3977 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3978 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
3979 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
3980 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3981 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3982 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3983 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3984 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
3985 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
3986 (theora_dec_src_convert), (theora_dec_sink_convert),
3987 (theora_dec_src_query), (theora_dec_sink_query),
3988 (theora_dec_src_event), (theora_dec_sink_event),
3989 (theora_handle_comment_packet), (theora_handle_type_packet),
3990 (theora_handle_header_packet), (theora_handle_data_packet),
3992 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3993 (vorbis_dec_convert), (vorbis_dec_src_query),
3994 (vorbis_dec_sink_query), (vorbis_dec_src_event),
3995 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3996 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
3997 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
3998 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3999 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4000 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4001 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4002 (gst_play_bin_query):
4003 * gst/playback/test3.c: (update_scale):
4004 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4005 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4006 * gst/subparse/gstsubparse.c: (gst_subparse_init):
4007 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4008 (gst_videotestsrc_src_query):
4009 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4010 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4012 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4013 Port to new query API.
4015 Cleanups in x[v]imagesink
4017 2005-05-09 Andy Wingo <wingo@pobox.com>
4019 * ext/alsa/gstalsasink.h:
4020 * ext/gnomevfs/gstgnomevfssrc.c:
4021 (gst_gnomevfssrc_get_icy_metadata):
4022 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4023 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4024 * ext/theora/theoradec.c (theora_dec_src_query)
4025 (theora_dec_src_event, theora_dec_sink_event)
4026 (theora_handle_comment_packet, theora_handle_data_packet):
4027 * ext/theora/theoraenc.c (theora_enc_chain):
4028 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4029 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4030 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4031 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4033 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4034 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4035 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4036 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4037 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4038 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4039 (paint_setup_xBGR8888, paint_setup_RGBx8888)
4040 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4041 (paint_setup_RGB565, paint_setup_xRGB1555):
4042 * gst/videotestsrc/videotestsrc.h:
4043 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4044 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4045 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4048 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4049 gst_pad_query_position. Fixes oggdemux.
4051 2005-05-08 David Schleef <ds@schleef.org>
4053 * configure.ac: Require liboil.
4054 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4056 * gst/videotestsrc/videotestsrc.c:
4057 * gst/videotestsrc/videotestsrc.h:
4059 2005-05-06 Wim Taymans <wim@fluendo.com>
4061 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4062 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4063 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4064 Well, unreffing a buffer right before pushing it is asking
4067 2005-05-06 Christian Schaller <uraeus@gnome.org>
4069 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4071 2005-05-06 Wim Taymans <wim@fluendo.com>
4073 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4074 (gst_audio_convert_caps_remove_format_info),
4075 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4076 (gst_audio_convert_fixate), (gst_audio_convert_channels):
4077 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4078 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4079 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4080 * gst/sine/Makefile.am:
4081 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4082 (gst_sinesrc_class_init), (gst_sinesrc_init),
4083 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4084 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4085 (gst_sinesrc_update_freq):
4086 * gst/sine/gstsinesrc.h:
4087 * gst/tcp/gstmultifdsink.c:
4088 * sys/xvimage/xvimagesink.c:
4089 Fixed negotiation wrt _peer_get_caps()
4093 2005-05-06 Wim Taymans <wim@fluendo.com>
4095 * gst-libs/gst/audio/gstaudiosink.c:
4096 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4097 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4098 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4099 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4100 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4101 (gst_audiosink_create_ringbuffer):
4102 * gst-libs/gst/audio/gstbaseaudiosink.c:
4103 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4104 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4105 (gst_baseaudiosink_set_property), (build_linear_format),
4106 (debug_spec_caps), (debug_spec_buffer),
4107 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4108 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4109 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4110 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4111 * gst-libs/gst/audio/gstbaseaudiosink.h:
4112 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4113 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4114 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4115 (gst_ringbuffer_play), (gst_ringbuffer_pause),
4116 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4117 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4118 (wait_segment), (gst_ringbuffer_commit),
4119 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4120 (gst_ringbuffer_clear):
4121 * gst-libs/gst/audio/gstringbuffer.h:
4122 Make the base audiosink return an error when there is no
4123 audiobuffer negotiated.
4125 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
4128 Disable cdparanoia until someone ports it!
4130 2005-05-06 Wim Taymans <wim@fluendo.com>
4132 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4133 (gst_ogg_demux_sink_activate):
4134 And revert after wingo's revert.. sigh..
4136 2005-05-05 Andy Wingo <wingo@pobox.com>
4138 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4140 * configure.ac: Return audiorate and subparse from the ghetto.
4141 Re-enable -Wall -Werror.
4142 * gst/subparse/gstsubparse.c:
4143 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4144 or chain-based. Cleaned up a bit. Not tested.
4146 2005-05-05 Christian Schaller <christian@fluendo.com>
4148 * Makefile.am: remove stuff that is not building
4149 * configure.ac: remove stuff that is not building
4150 * examples/Makefile.am: remove stuff that is not building
4151 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4152 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4153 * sys/Makefile.am: remove stuff that is not building
4154 * testsuite/Makefile.am: remove stuff that is not building
4156 2005-05-05 Andy Wingo <wingo@pobox.com>
4158 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4159 * gst-libs/gst/tag/gstvorbistag.c:
4160 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4161 * gst/adder/gstadder.h:
4162 * gst/audioconvert/gstchannelmix.c:
4163 (gst_audio_convert_fill_one_other):
4164 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4165 (gst_audiorate_init), (gst_audiorate_chain):
4166 * gst/playback/gstplaybasebin.c: (setup_source):
4167 * gst/playback/test3.c: (update_scale):
4185 2005-05-05 Wim Taymans <wim@fluendo.com>
4187 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4188 (gst_audio_convert_caps_remove_format_info),
4189 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4190 (gst_audio_convert_change_state), (gst_audio_convert_channels):
4191 * gst/videotestsrc/gstvideotestsrc.c:
4192 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4193 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4194 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4195 (gst_videotestsrc_init), (gst_videotestsrc_loop):
4196 Don't ignore _push() return values.
4197 Make sure no processing is done when shutting down.
4198 Videotestsrc pad activation fix.
4200 2005-05-05 Wim Taymans <wim@fluendo.com>
4202 * gst/adder/Makefile.am:
4203 * gst/adder/gstadder.c: (gst_adder_setcaps),
4204 (gst_adder_class_init), (gst_adder_init),
4205 (gst_adder_request_new_pad), (gst_adder_collected),
4206 (gst_adder_change_state):
4207 * gst/adder/gstadder.h:
4208 Ported adder as an example of a mixer element using
4209 collect pads. Needs more negotiation work.
4211 2005-05-05 Wim Taymans <wim@fluendo.com>
4213 * ext/theora/theoradec.c: (_inc_granulepos),
4214 (theora_dec_src_event), (theora_dec_sink_event),
4215 (theora_handle_comment_packet), (theora_handle_type_packet),
4216 (theora_handle_header_packet), (theora_handle_data_packet),
4218 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4219 (gst_theora_enc_init), (theora_enc_sink_setcaps),
4220 (theora_push_buffer), (theora_push_packet),
4221 (theora_enc_sink_event), (theora_enc_chain),
4222 (theora_enc_change_state), (theora_enc_set_property),
4223 (theora_enc_get_property):
4224 Added stream lock to decoder so that we can serialize
4226 More theoraenc porting, recover from errors, do clean
4229 2005-05-05 Wim Taymans <wim@fluendo.com>
4231 * ext/ogg/Makefile.am:
4233 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4234 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
4236 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4237 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4238 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4239 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4240 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
4241 (gst_ogg_mux_change_state):
4244 2005-05-05 Wim Taymans <wim@fluendo.com>
4246 * docs/design-audiosinks.txt:
4247 * gst-libs/gst/audio/TODO:
4248 * gst-libs/gst/audio/gstaudiosink.c:
4249 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4250 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4251 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4252 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4253 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4254 (gst_audiosink_create_ringbuffer):
4255 * gst-libs/gst/audio/gstbaseaudiosink.c:
4256 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4257 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4258 (gst_baseaudiosink_set_property), (build_linear_format),
4259 (debug_spec_caps), (debug_spec_buffer),
4260 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4261 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4262 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4263 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4264 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4265 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4266 (gst_ringbuffer_release), (gst_ringbuffer_play),
4267 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4268 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4269 (gst_ringbuffer_set_sample), (wait_segment),
4270 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4271 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4272 More work on the audiosink, mostly debugging and a race in
4275 2005-04-28 Wim Taymans <wim@fluendo.com>
4277 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4278 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
4279 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
4280 (vorbis_dec_src_query), (vorbis_dec_src_event),
4281 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4282 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4283 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4284 Don't crap out when seeking back to position 0.
4286 2005-04-28 Wim Taymans <wim@fluendo.com>
4288 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4289 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4290 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
4291 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
4292 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
4293 Make audio sink configurable, use alsasink as default.
4295 2005-04-28 Wim Taymans <wim@fluendo.com>
4297 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4298 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4299 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4300 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
4301 (vorbis_dec_change_state):
4302 * ext/vorbis/vorbisdec.h:
4303 Refactor, use STREAM_LOCK.
4305 2005-04-28 Wim Taymans <wim@fluendo.com>
4307 * ext/theora/theoradec.c: (_inc_granulepos),
4308 (theora_dec_sink_event), (theora_handle_comment_packet),
4309 (theora_handle_type_packet), (theora_handle_header_packet),
4310 (theora_handle_data_packet), (theora_dec_chain),
4311 (theora_dec_change_state):
4312 Refactor a bit, use STREAM_LOCK.
4314 2005-04-28 Wim Taymans <wim@fluendo.com>
4316 * ext/alsa/Makefile.am:
4317 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
4318 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
4319 (gst_alsa_link), (gst_alsa_close_audio):
4320 * ext/alsa/gstalsaplugin.c: (plugin_init):
4321 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4322 (gst_alsasink_dispose), (gst_alsasink_base_init),
4323 (gst_alsasink_class_init), (gst_alsasink_init),
4324 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
4325 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
4326 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
4327 (gst_alsasink_reset):
4328 * ext/alsa/gstalsasink.h:
4329 Implement alsasink with simple open/write/close API.
4330 Make alsa dir build by disabling compilation of code.
4332 2005-04-28 Wim Taymans <wim@fluendo.com>
4334 * gst-libs/gst/audio/Makefile.am:
4335 * gst-libs/gst/audio/audio.h:
4336 * gst-libs/gst/audio/audioclock.c:
4337 * gst-libs/gst/audio/audioclock.h:
4338 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
4339 (gst_audio_clock_class_init), (gst_audio_clock_init),
4340 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
4341 * gst-libs/gst/audio/gstaudioclock.h:
4342 * gst-libs/gst/audio/gstaudiosink.c:
4343 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4344 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4345 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4346 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4347 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4348 (gst_audiosink_create_ringbuffer):
4349 * gst-libs/gst/audio/gstbaseaudiosink.c:
4350 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4351 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4352 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
4353 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
4354 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4355 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4356 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4357 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4358 * gst-libs/gst/audio/gstbaseaudiosink.h:
4359 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4360 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
4361 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4362 (gst_ringbuffer_release), (gst_ringbuffer_play),
4363 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4364 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
4365 (gst_ringbuffer_set_sample), (wait_segment),
4366 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
4367 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
4368 * gst-libs/gst/audio/gstringbuffer.h:
4369 Make ringbuffer faster and more simple by removing the locks
4370 in the playback thread.
4371 Add sample accurate playback based on buffer sample offsets.
4372 Make the baseaudiosink provide a clock.
4373 Parse caps in the base class.
4374 Correctly handle seeking, flushing and state changes.
4376 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
4379 * gst/audioconvert/Makefile.am:
4380 * gst/audioscale/Makefile.am:
4381 Fix part of the build. Come on guys, autogen didn't even work :)
4383 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
4386 * gst-libs/gst/Makefile.am:
4387 * gst-libs/gst/media-info/.cvsignore:
4388 * gst-libs/gst/media-info/Makefile.am:
4389 * gst-libs/gst/media-info/README:
4390 * gst-libs/gst/media-info/media-info-priv.c:
4391 * gst-libs/gst/media-info/media-info-priv.h:
4392 * gst-libs/gst/media-info/media-info-test.c:
4393 * gst-libs/gst/media-info/media-info.c:
4394 * gst-libs/gst/media-info/media-info.h:
4395 * gst-libs/gst/media-info/media-info.vcproj:
4396 * pkgconfig/Makefile.am:
4397 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
4398 * pkgconfig/gstreamer-media-info.pc.in:
4399 Remove media-info, which is also successed by playbin (see Totem
4402 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
4405 * examples/Makefile.am:
4406 * examples/gstplay/.cvsignore:
4407 * examples/gstplay/Makefile.am:
4408 * examples/gstplay/player.c:
4409 * gst-libs/gst/Makefile.am:
4410 * gst-libs/gst/play/.cvsignore:
4411 * gst-libs/gst/play/Makefile.am:
4412 * gst-libs/gst/play/play.c:
4413 * gst-libs/gst/play/play.h:
4414 * gst-libs/gst/play/play.vcproj:
4415 * pkgconfig/Makefile.am:
4416 * pkgconfig/gstreamer-play-uninstalled.pc.in:
4417 * pkgconfig/gstreamer-play.pc.in:
4418 Remove libgstplay, playbin is now the official successor.
4420 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
4423 * gst-libs/gst/Makefile.am:
4424 * gst-libs/gst/xwindowlistener/Makefile.am:
4425 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4426 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
4427 Remove deprecated xwindowlistener (I've moved xwindowlistening
4428 in the v4l/v4l2 plugins over to serverside).
4430 2005-04-25 David Schleef <ds@schleef.org>
4432 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
4433 to examples/dynparams. Examples do not belong interspersed with
4435 * examples/dynparams/demo-dparams.c:
4436 * gst/sine/Makefile.am:
4437 * gst/sine/demo-dparams.c:
4439 2005-04-25 David Schleef <ds@schleef.org>
4441 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
4442 * gst-libs/gst/audio/Makefile.am:
4443 * gst-libs/gst/riff/Makefile.am:
4444 * gst-libs/gst/tag/Makefile.am:
4445 * gst-libs/gst/video/Makefile.am:
4446 * gst-libs/gst/xwindowlistener/Makefile.am:
4448 Convert to 0.9 API, seems to work:
4449 * sys/ximage/Makefile.am:
4450 * sys/ximage/ximagesink.c:
4452 2005-04-24 David Schleef <ds@schleef.org>
4454 Link plugins against libraries:
4455 * ext/alsa/Makefile.am:
4456 * gst/tcp/Makefile.am:
4458 Remove asm code that should be in liboil
4459 * gst/videoscale/Makefile.am:
4460 * gst/videoscale/videoscale_x86_asm.s:
4462 gettext wants these checked in:
4478 2005-04-24 David Schleef <ds@schleef.org>
4480 Convert gst_main() to g_main_loop_run()
4481 * gst/playback/decodetest.c: (main):
4482 * gst/playback/test2.c: (main):
4483 * gst/playback/test3.c: (main):
4484 * gst/playback/test4.c: (main):
4486 Link plugins against libraries:
4487 * ext/libvisual/Makefile.am:
4488 * sys/xvimage/Makefile.am:
4490 2005-04-24 David Schleef <ds@schleef.org>
4492 * configure.ac: Remove idct and resample libs
4493 * gst-libs/gst/Makefile.am: same
4495 Remove usage of gst_library_load():
4496 * ext/alsa/gstalsaplugin.c: (plugin_init):
4497 * ext/libvisual/visual.c: (plugin_init):
4498 * ext/ogg/gstogg.c: (plugin_init):
4499 * ext/theora/theora.c: (plugin_init):
4500 * ext/vorbis/vorbis.c: (plugin_init):
4501 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
4502 * gst/audioscale/gstaudioscale.c:
4503 * gst/adder/gstadder.c: (plugin_init):
4504 * gst/audioconvert/plugin.c: (plugin_init):
4505 * sys/ximage/ximagesink.c: (plugin_init):
4506 * sys/xvimage/xvimagesink.c: (plugin_init):
4507 * gst/tcp/gsttcpplugin.c: (plugin_init):
4509 Link plugins against libraries:
4510 * ext/ogg/Makefile.am:
4511 * ext/theora/Makefile.am:
4512 * ext/vorbis/Makefile.am:
4513 * gst/audioconvert/Makefile.am:
4515 Create proper libraries:
4516 * gst-libs/gst/riff/Makefile.am:
4517 * gst-libs/gst/audio/Makefile.am:
4518 * gst-libs/gst/video/Makefile.am:
4520 Move resample library to audioscale plugin directory:
4521 * gst-libs/gst/resample/Makefile.am:
4522 * gst-libs/gst/resample/README:
4523 * gst-libs/gst/resample/dtof.c:
4524 * gst-libs/gst/resample/dtos.c:
4525 * gst-libs/gst/resample/functable.c:
4526 * gst-libs/gst/resample/private.h:
4527 * gst-libs/gst/resample/resample.c:
4528 * gst-libs/gst/resample/resample.h:
4529 * gst-libs/gst/resample/resample.vcproj:
4530 * gst-libs/gst/resample/test.c:
4531 * gst/audioscale/Makefile.am:
4532 * gst/audioscale/README:
4533 * gst/audioscale/dtof.c:
4534 * gst/audioscale/dtos.c:
4535 * gst/audioscale/functable.c:
4536 * gst/audioscale/private.h:
4537 * gst/audioscale/resample.c:
4538 * gst/audioscale/resample.h:
4539 * gst/audioscale/test.c:
4541 Move tagedit library to gst-libs:
4542 * gst-libs/gst/tag/Makefile.am:
4543 * gst-libs/gst/tag/gstid3tag.c:
4544 * gst-libs/gst/tag/gsttagediting.c:
4545 * gst-libs/gst/tag/gsttageditingprivate.h:
4546 * gst-libs/gst/tag/gstvorbistag.c:
4547 * gst/tags/Makefile.am:
4548 * gst/tags/gstid3tag.c:
4549 * gst/tags/gstvorbistag.c:
4551 Fix for core changes:
4552 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4553 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
4554 (gst_sinesrc_getrange):
4556 2005-04-23 David Schleef <ds@schleef.org>
4558 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
4559 in gst-plugins in a long time, and properly belongs in liboil.
4560 * gst-libs/gst/idct/Makefile.am:
4561 * gst-libs/gst/idct/README:
4562 * gst-libs/gst/idct/dct.h:
4563 * gst-libs/gst/idct/doieee:
4564 * gst-libs/gst/idct/fastintidct.c:
4565 * gst-libs/gst/idct/floatidct.c:
4566 * gst-libs/gst/idct/idct.c:
4567 * gst-libs/gst/idct/idct.h:
4568 * gst-libs/gst/idct/idtc.vcproj:
4569 * gst-libs/gst/idct/ieeetest.c:
4570 * gst-libs/gst/idct/intidct.c:
4572 2005-04-20 Wim Taymans <wim@fluendo.com>
4574 * docs/design-audiosinks.txt:
4575 * gst-libs/gst/audio/Makefile.am:
4576 * gst-libs/gst/audio/TODO:
4577 * gst-libs/gst/audio/gstaudiosink.c:
4578 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4579 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4580 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
4581 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4582 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4583 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
4584 (gst_audiosink_class_init), (gst_audiosink_init),
4585 (gst_audiosink_create_ringbuffer):
4586 * gst-libs/gst/audio/gstaudiosink.h:
4587 * gst-libs/gst/audio/gstbaseaudiosink.c:
4588 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
4589 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
4590 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
4591 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
4592 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
4593 (gst_baseaudiosink_create_ringbuffer),
4594 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4595 * gst-libs/gst/audio/gstbaseaudiosink.h:
4596 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4597 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
4598 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
4599 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4600 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
4601 (gst_ringbuffer_play), (gst_ringbuffer_pause),
4602 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
4603 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
4604 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
4605 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
4606 * gst-libs/gst/audio/gstringbuffer.h:
4607 An attempt at a set of audio base classes together with some
4610 2005-04-20 Wim Taymans <wim@fluendo.com>
4612 * gst/audioconvert/Makefile.am:
4613 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4614 (gst_audio_convert_caps_remove_format_info),
4615 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4616 (gst_audio_convert_channels):
4617 Link against audio libs.
4618 Fix audio convert plugin.
4620 2005-04-20 Wim Taymans <wim@fluendo.com>
4622 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
4623 (gst_ogg_demux_sink_activate):
4624 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4625 (theora_set_header_on_caps), (theora_enc_sink_event),
4629 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
4631 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
4632 * gst/playback/gstdecodebin.c: (find_compatibles):
4633 Work with staticpadtemplates in elementfactories.
4635 2005-04-12 Wim Taymans <wim@fluendo.com>
4637 * gst/playback/README:
4638 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4639 (compare_ranks), (print_feature), (gst_decode_bin_init),
4640 (dynamic_create), (dynamic_free), (find_compatibles),
4641 (mimetype_is_raw), (close_pad_link), (got_redirect),
4642 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
4643 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
4644 (gst_decode_bin_change_state):
4645 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4646 (gst_play_base_bin_init), (group_destroy), (group_commit),
4647 (check_queue), (queue_overrun), (queue_threshold_reached),
4648 (queue_out_of_data), (gen_preroll_element), (unknown_type),
4649 (new_decoded_pad), (setup_subtitle), (gen_source_element),
4650 (got_redirect), (setup_source), (play_base_eos),
4651 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
4652 (gst_play_base_bin_remove_element):
4653 * gst/playback/gstplaybasebin.h:
4654 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4655 (gst_play_bin_init), (gst_play_bin_dispose),
4656 (gst_play_bin_set_property), (gen_video_element),
4657 (gen_text_element), (gen_audio_element), (remove_sinks),
4658 (gst_play_bin_send_event):
4659 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
4660 (stream_info_change_state), (gst_stream_info_set_mute):
4661 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4662 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
4663 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
4664 (gst_stream_selector_chain):
4665 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4667 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4668 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
4669 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
4670 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
4671 Raw and crude port of decodebin.
4672 Make playbin compile.
4674 2005-04-06 Wim Taymans <wim@fluendo.com>
4676 * ext/gnomevfs/Makefile.am:
4677 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
4678 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
4679 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
4680 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
4681 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
4682 (gst_gnomevfssrc_stop):
4683 * ext/ogg/Makefile.am:
4684 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
4685 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
4686 * ext/theora/Makefile.am:
4687 * ext/theora/theoradec.c: (_inc_granulepos),
4688 (theora_dec_sink_event), (theora_dec_chain):
4689 * ext/vorbis/Makefile.am:
4690 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4691 (vorbis_dec_sink_event), (vorbis_dec_chain):
4692 * gst-libs/gst/audio/Makefile.am:
4693 * sys/xvimage/Makefile.am:
4694 Make gnomevfssrc extend the source base class.
4695 Fix linking against libs in various plugins.
4697 2005-04-06 Andy Wingo <wingo@pobox.com>
4699 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
4702 * configure.ac: Add check and AC_SUBST for libgstbase.
4704 2005-03-31 Wim Taymans <wim@fluendo.com>
4706 * examples/seeking/Makefile.am:
4707 * examples/seeking/cdparanoia.c: (main):
4708 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
4709 (play_cb), (pause_cb), (stop_cb), (main):
4710 * examples/seeking/playbin.c:
4711 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
4712 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
4713 (make_sid_pipeline), (make_vorbis_pipeline),
4714 (make_theora_pipeline), (make_vorbis_theora_pipeline),
4715 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
4716 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
4717 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
4718 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
4720 * examples/seeking/spider_seek.c:
4721 * examples/seeking/vorbisfile.c:
4722 * ext/gnomevfs/Makefile.am:
4723 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4724 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
4725 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
4726 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
4727 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
4728 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
4729 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
4730 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
4732 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
4733 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
4734 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
4735 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
4736 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
4737 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
4738 (gst_ogg_pad_event), (gst_ogg_pad_reset),
4739 (gst_ogg_demux_factory_filter), (compare_ranks),
4740 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
4741 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
4742 (gst_ogg_chain_new), (gst_ogg_chain_free),
4743 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
4744 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
4745 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
4746 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
4747 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
4748 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
4749 (gst_ogg_demux_get_prev_page),
4750 (gst_ogg_demux_deactivate_current_chain),
4751 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4752 (gst_ogg_demux_bisect_forward_serialno),
4753 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4754 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
4755 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
4756 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
4757 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
4758 (gst_ogg_demux_change_state), (gst_ogg_print):
4759 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4760 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
4761 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
4762 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
4764 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4765 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4766 (theora_dec_src_convert), (theora_dec_sink_convert),
4767 (theora_dec_src_query), (theora_dec_src_event),
4768 (theora_dec_sink_event), (theora_dec_chain),
4769 (theora_dec_change_state):
4770 * ext/theora/theoraenc.c: (gst_theora_enc_init),
4771 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
4772 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
4773 (theora_enc_change_state):
4774 * ext/vorbis/Makefile.am:
4775 * ext/vorbis/oggvorbisenc.c:
4776 * ext/vorbis/oggvorbisenc.h:
4777 * ext/vorbis/vorbis.c: (plugin_init):
4778 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4779 (vorbis_dec_src_query), (vorbis_dec_src_event),
4780 (vorbis_dec_sink_event), (vorbis_dec_chain),
4781 (vorbis_dec_change_state):
4782 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
4783 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
4784 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
4785 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4786 (gst_vorbisenc_change_state):
4787 * ext/vorbis/vorbisenc.h:
4788 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
4789 * gst-libs/gst/audio/audioclock.c:
4790 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4791 (gst_audiofilter_init), (gst_audiofilter_chain):
4792 * gst-libs/gst/audio/testchannels.c: (main):
4793 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4794 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
4795 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
4796 (gmip_find_track_streaminfo), (gmip_find_track_format):
4797 * gst-libs/gst/media-info/media-info.c:
4798 (gst_media_info_read_idler):
4799 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
4800 (gst_play_get_all_by_interface):
4801 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4802 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4803 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4804 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4805 (gst_riff_parse_info):
4806 * gst-libs/gst/riff/riff-read.h:
4807 * gst-libs/gst/riff/riff.c: (plugin_init):
4808 * gst-libs/gst/video/Makefile.am:
4809 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
4810 (gst_videosink_class_init), (gst_videosink_get_type):
4811 * gst-libs/gst/video/videosink.h:
4812 * gst/audioconvert/bufferframesconvert.c:
4813 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
4814 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
4815 * gst/audioconvert/channelmixtest.c: (main):
4816 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4817 (gst_audio_convert_chain),
4818 (gst_audio_convert_caps_remove_format_info),
4819 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
4820 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
4821 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
4822 (gst_audio_convert_buffer_to_default_format),
4823 (gst_audio_convert_buffer_from_default_format),
4824 (gst_audio_convert_channels):
4825 * gst/audioconvert/gstchannelmix.h:
4826 * gst/ffmpegcolorspace/avcodec.h:
4827 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4828 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
4829 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
4830 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
4831 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
4832 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
4833 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
4834 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4835 (mpeg_video_type_find), (mpeg_video_stream_type_find),
4837 * gst/videotestsrc/gstvideotestsrc.c:
4838 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
4839 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
4840 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
4841 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
4842 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
4843 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
4844 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
4845 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4846 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
4847 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
4848 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
4849 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
4850 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4851 (gst_xvimagesink_navigation_send_event),
4852 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
4853 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
4854 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4855 * sys/xvimage/xvimagesink.h:
4856 Plugin port to 0.9, ogg/theora playback should work in the seek
4858 Removed old examples.
4859 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
4860 explained in 0.9 TODO doc.
4863 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
4885 * testsuite/Makefile.am:
4886 remove a whole bunch of plugins. This module now contains a set
4887 of free reference plugins/elements as agreed.
4889 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
4892 hunting season on 0.9 is now OPEN
4896 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
4898 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
4899 Kick the hell out of gcc for not warning me about a symbol conflict.
4901 2005-02-22 Luca Ognibene <luogni@tin.it>
4903 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
4905 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
4906 Don't leak caps string (fixes #168134)
4908 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
4909 (gst_jpegenc_init), (gst_jpegenc_finalize),
4910 (gst_jpegenc_change_state):
4911 Don't leak line buffers and context struct (fixes #168133).
4913 2005-02-21 Tim-Philipp M??ller <tim at centricular dot net>
4916 * ext/dirac/gstdiracdec.cc:
4917 (gst_diracdec_chain):
4918 Since dirac 0.5.0 the framerate in dirac is expressed as a
4919 rational number. Fix build and up requirement to 0.5.0, and
4920 also pass parameters to gst_diracdec_link in the right order
4923 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
4925 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
4926 * ext/faad/gstfaad.h:
4927 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
4928 certain invalid muxed streams, where some packets will contain
4929 junk after decoder data. Partially fixes #149158.
4931 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
4932 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
4933 Make sure we only write to writable buffers
4935 2005-02-20 Tim-Philipp M??ller <tim at centricular dot net>
4937 * gst-libs/gst/riff/riff-media.c:
4938 (gst_riff_create_audio_caps_with_data):
4939 Do actually fix invalid RIFF fmt header values for alaw
4940 and mulaw audio instead of just saying so.
4942 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
4943 Give gst_riff_create_audio_caps_with_data() a chance to
4944 fix up broken format header fields before extracting any
4945 parameters from the header. (fixes #167633)
4947 2005-02-19 Martin Holters <martin.holters@gmx.de>
4949 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
4951 * gst/audioconvert/bufferframesconvert.c:
4952 (buffer_frames_convert_link):
4953 Don't leak othercaps. (fixes #167878)
4955 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
4958 * ext/libvisual/visual.c: (gst_visual_srclink),
4959 (gst_visual_change_state):
4960 Support libvisual 0.2.0.
4962 2005-02-18 Tim-Philipp M??ller <tim at centricular dot net>
4964 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
4965 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
4966 Use same rowstrides for I420 as used everywhere else.
4968 2005-02-17 Tim-Philipp M??ller <tim at centricular dot net>
4970 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
4971 Declare variables at beginning of block and make gcc-2.95 happy
4972 (fixes # 167482, patch by Gergely Nagy).
4974 * gst/tcp/gsttcpclientsrc.c:
4975 * gst/tcp/gsttcpclientsrc.h:
4976 Move some includes into the header, so that struct sockaddr_in is
4977 defined when it should be defined on FreeBSD as well (fixes
4980 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
4981 Don't pass uninitialised values to setsockopt() here either.
4983 2005-02-17 Luca Ognibene <luogni at tin dot it>
4985 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
4987 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
4988 Don't pass uninitialised values to setsockopt(). (fixes #167704)
4990 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
4992 * gst/playback/gstplaybin.c: (add_sink):
4993 Invert bin_add/link order to workaround deadlock in opt.
4995 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
4997 * gst/modplug/gstmodplug.cc:
4998 Add missing break causing position queries to fail.
5000 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5002 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5003 Granpos can apparently be -1, which screws up calculations...
5005 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
5007 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5008 (gst_ximagesink_send_pending_navigation),
5009 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5010 (gst_ximagesink_init):
5011 * sys/ximage/ximagesink.h:
5012 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5013 (gst_xvimagesink_send_pending_navigation),
5014 (gst_xvimagesink_navigation_send_event),
5015 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5016 * sys/xvimage/xvimagesink.h:
5017 Use a mutex protected list to marshal navigation
5018 events into the stream thread from whichever thread
5021 2005-02-15 Tim-Philipp M??ller <tim at centricular dot net>
5023 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5024 Display current position and track length; misc. clean-ups.
5026 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5027 (speed_init), (speed_chain):
5028 Add query function, so that the stream length and current position
5029 get adjusted when queried (note that current position queries may
5030 still be wrong if the audio sink returns values based on buffer
5031 timestamps instead of passing on the query).
5033 2005-02-13 Benjamin Otte <otte@gnome.org>
5035 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5036 (gst_audio_convert_channels):
5037 create channel conversion matrix when linking
5038 * gst/audioconvert/.cvsignore:
5039 * gst/audioconvert/Makefile.am:
5040 * gst/audioconvert/channelmixtest.c: (main):
5041 add (ugly) test that ensures stereo <=> mono conversion works
5044 2005-02-13 Benjamin Otte <otte@gnome.org>
5046 * gst/audioconvert/gstchannelmix.h:
5047 include missing header file
5048 * gst/audioconvert/gstchannelmix.c:
5049 (gst_audio_convert_fill_compatible):
5050 use same sign for both channels when converting to/from compatible
5051 channel. Previously used different signs made the signals cancel
5052 each other out and appear like silence. (fixes #167269)
5054 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
5056 * gst/ffmpegcolorspace/avcodec.h:
5057 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5058 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5059 (gst_ffmpegcsp_avpicture_fill):
5060 * gst/ffmpegcolorspace/imgconvert.c:
5061 Convert to and from YV12 (fixes #156379).
5063 2005-02-12 Julien MOUTTE <julien@moutte.net>
5065 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5066 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5067 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5068 (gst_ximagesink_expose), (gst_ximagesink_set_property),
5069 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5070 methods from chain and negotiation and vice versa (Fixes #166142).
5071 * sys/ximage/ximagesink.h: Add stream_lock.
5072 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5073 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5074 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5075 (gst_xvimagesink_expose): Check for xcontext before trying to link.
5077 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
5079 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5080 Don't send "Hey! You gave me a NULL pointer you naughty person" as
5081 error message when we can't open the DVD device (when dvdnav_open()
5082 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5083 the above). Send something more useful instead (fixes #167117).
5085 2005-02-11 Julien MOUTTE <julien@moutte.net>
5087 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5088 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5089 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5090 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5091 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5092 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5093 methods from chain and negotiation and vice versa (Fixes #166142).
5094 Fix a possible bug of images in the buffer pool being discarded because
5095 we are looking at the wrong geometry.
5096 * sys/xvimage/xvimagesink.h: Add stream_lock.
5098 2005-02-11 David Schleef <ds@schleef.org>
5100 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5101 unsigned int. (fixes #167128)
5103 2005-02-11 David Schleef <ds@schleef.org>
5105 * gst/librfb/Makefile.am: Testing stuff before committing is
5106 for wimps... and people with fast machines. Fix stupid
5109 2005-02-11 David Schleef <ds@schleef.org>
5111 * configure.ac: Pull in librfb from my CVS tree, because it is
5112 too small and annoying to be separate. Move rfbsrc plugin
5115 * ext/librfb/Makefile.am:
5116 * ext/librfb/gstrfbsrc.c:
5117 * gst/librfb/Makefile.am:
5118 * gst/librfb/gstrfbsrc.c:
5121 * gst/librfb/rfbbuffer.c:
5122 * gst/librfb/rfbbuffer.h:
5123 * gst/librfb/rfbbytestream.c:
5124 * gst/librfb/rfbbytestream.h:
5125 * gst/librfb/rfbcontext.h:
5126 * gst/librfb/rfbdecoder.c:
5127 * gst/librfb/rfbdecoder.h:
5128 * gst/librfb/rfbutil.h:
5130 2005-02-10 Tim-Philipp M??ller <tim at centricular dot net>
5132 * gst/speed/Makefile.am:
5133 * gst/speed/demo-mp3.c: (main):
5134 * gst/speed/filter.func:
5135 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5136 (speed_class_init), (speed_init), (speed_chain_int16),
5137 (speed_chain_float32), (speed_chain), (speed_set_property),
5138 (speed_get_property), (speed_change_state):
5139 * gst/speed/gstspeed.h:
5140 Fix speed element and make it chain-based (fixes #156467),
5141 and make it handle more than one channel.
5143 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
5145 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5146 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5147 (gst_dtsdec_chain), (gst_dtsdec_change_state):
5148 * ext/dts/gstdtsdec.h:
5149 Don't clobber the stack constructing the channels array.
5150 Make the element chain-based. DTS tracks can now be played.
5152 2005-02-09 Tim-Philipp M??ller <tim at centricular dot net>
5154 * gst-libs/gst/audio/multichannel.h:
5155 * gst-libs/gst/gconf/gconf.h:
5156 * gst-libs/gst/idct/idct.h:
5157 * gst-libs/gst/media-info/media-info-priv.h:
5158 * gst-libs/gst/play/play.h:
5159 * gst-libs/gst/resample/private.h:
5160 * gst-libs/gst/resample/resample.h:
5161 * gst-libs/gst/riff/riff-ids.h:
5162 * gst-libs/gst/video/video.h:
5163 * gst-libs/gst/video/videosink.h:
5164 Add G_BEGIN_DECLS and G_END_DECLS around headers where
5165 missing, so that they work when included from C++ code.
5167 2005-02-09 David Schleef <ds@schleef.org>
5169 * testsuite/gst-lint: Check for non-statically scoped
5170 parent_class variables. This won't be a problem once
5171 plugins are loaded with RTLD_LOCAL.
5173 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5175 * ext/mplex/gstmplexibitstream.cc:
5178 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5180 * ext/ogg/gstogmparse.c:
5181 * gst/debug/gstnavigationtest.c:
5182 Die, thou faulty symbol pollutors (non-static parent_class).
5184 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5186 * ext/mplex/gstmplexibitstream.cc:
5187 Fix event handling (#165525).
5189 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5191 * ext/mikmod/gstmikmod.c:
5192 * gst/modplug/gstmodplug.cc:
5193 Add missing endianness to template (fixes #165509).
5195 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5197 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5198 Fix wrong order of reading of optional bytes (#165290).
5200 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5202 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5203 Implement FILLER event awareness.
5205 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5207 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5208 Fix track calculations (#166208).
5210 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
5212 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5214 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5215 * ext/libpng/gstpngenc.c:
5216 Fix byte-order, use proper fixed caps. Fixes #164197.
5218 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
5223 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
5224 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
5225 Don't push buffers if the src pad isn't negotiated yet.
5227 * gst/audioconvert/gstaudioconvert.c:
5228 (gst_audio_convert_buffer_to_default_format),
5229 (gst_audio_convert_buffer_from_default_format):
5230 Add support for 24-bit width.
5232 * gst/dvdlpcmdec/.cvsignore:
5233 * gst/dvdlpcmdec/Makefile.am:
5234 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
5235 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
5236 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
5237 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
5239 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
5240 New decoder for rearranging DVD LPCM into our audio/x-raw-int
5241 format. Needs support for the channels maps if someone can find
5242 a DVD LPCM track with > 2 channels.
5244 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
5245 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
5246 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
5247 * gst/mpegstream/gstdvddemux.h:
5248 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
5249 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
5250 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
5251 * gst/mpegstream/gstmpegdemux.h:
5252 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
5253 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
5254 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
5255 (gst_mpeg_parse_handle_src_query),
5256 (gst_mpeg_parse_handle_src_event):
5257 Use audio/x-dvd-lpcm for LPCM output.
5260 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
5262 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5264 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
5265 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
5266 Add BGRA handling (#165736).
5268 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
5270 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5272 * gst/law/alaw-decode.c: (alawdec_link):
5273 * gst/law/alaw-encode.c: (alawenc_link):
5274 * gst/law/mulaw-decode.c: (mulawdec_link):
5275 * gst/law/mulaw-encode.c: (mulawenc_link):
5276 Fix caps memleaks (#166600).
5278 2005-02-08 Tim-Philipp M??ller <tim at centricular dot net>
5281 * ext/tarkin/wavelet.h:
5283 * gst/ffmpegcolorspace/avcodec.h:
5284 Include "_stdint.h" instead of <stdint.h>. Fixes build on
5285 systems that don't have stdint.h, like Solaris9 (fixes #166631).
5287 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5289 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
5290 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
5291 (gst_xvimagesink_change_state):
5292 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
5293 Xv video (and thereby regenerate Xv colourkey) in clear() so
5294 that PLAY -> READY -> PLAY works (fixes #162504).
5296 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5298 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
5299 Switch to list instead of range, since MJPEG-devices really just
5300 support decimations, not any size.
5302 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
5303 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
5304 (gst_mpeg2dec_reset), (free_all_buffers),
5305 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
5306 * ext/mpeg2dec/gstmpeg2dec.h:
5307 The libmpeg2 user-allocated buffer management is awkward,
5308 to say the least. Hopefully this fixes things.
5310 2005-02-04 Andy Wingo <wingo@pobox.com>
5312 * gst/audioconvert/bufferframesconvert.c
5313 (buffer_frames_convert_fixate): New function, fixates to 256
5314 frames per buffer by default. (Much better than 1.)
5315 (buffer_frames_convert_init): Set the fixate function for both src
5317 (buffer_frames_convert_link): After success setting nonfixed caps,
5318 get the negotiated caps so we can know how many buffer-frames it
5319 will be. No idea how this worked at all before.
5321 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
5323 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5324 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
5325 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
5326 (handle_sequence), (handle_picture):
5327 * ext/mpeg2dec/gstmpeg2dec.h:
5328 Rearrange buffer tracking and refcounting and refactor
5329 a little for readability.
5331 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
5332 * sys/v4l/gstv4l.c: (plugin_init):
5333 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
5334 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
5335 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
5336 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
5337 * sys/v4l/gstv4ljpegsrc.h:
5338 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
5339 * sys/v4l/v4l_calls.h:
5340 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
5341 (gst_v4lsrc_get_fps):
5342 * sys/v4l/v4lsrc_calls.h:
5343 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
5344 you jpeg inside rgb frames" driver.
5345 Don't error in the v4lsrc link function, just return
5348 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5350 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
5352 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
5354 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5356 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5357 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
5359 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5361 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
5362 Reset negotiated state on PAUSED->READY.
5364 2005-02-02 David Schleef <ds@schleef.org>
5366 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
5367 whereever possible. (Fixes #165997)
5368 * examples/capsfilter/capsfilter1.c: (main):
5369 * examples/dynparams/filter.c: (create_ui):
5370 * examples/seeking/cdparanoia.c: (get_track_info), (main):
5371 * examples/seeking/chained.c: (main):
5372 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5373 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5374 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
5375 (make_mpeg_pipeline), (make_mpegnt_pipeline):
5376 * examples/seeking/spider_seek.c: (make_spider_pipeline):
5377 * examples/switch/switcher.c: (main):
5378 * ext/dv/demo-play.c: (main):
5379 * ext/faad/gstfaad.c: (gst_faad_change_state):
5380 * ext/mad/gstmad.c: (gst_mad_chain):
5381 * ext/smoothwave/demo-osssrc.c: (main):
5382 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
5383 (gst_gconf_render_bin_from_description),
5384 (gst_gconf_get_default_audio_sink),
5385 (gst_gconf_get_default_video_sink),
5386 (gst_gconf_get_default_audio_src),
5387 (gst_gconf_get_default_video_src),
5388 (gst_gconf_get_default_visualization_element):
5389 * gst/level/demo.c: (main):
5390 * gst/level/plot.c: (main):
5391 * gst/playback/gstplaybin.c: (gen_video_element),
5392 (gen_audio_element):
5393 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
5394 * gst/playondemand/demo-mp3.c: (setup_pipeline):
5395 * gst/sine/demo-dparams.c: (main):
5396 * gst/spectrum/demo-osssrc.c: (main):
5397 * gst/speed/demo-mp3.c: (main):
5398 * gst/volume/demo.c: (main):
5399 * testsuite/embed/embed.c: (main):
5401 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
5403 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5404 (gst_tcpclientsink_finalize):
5405 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5406 (gst_tcpclientsrc_finalize):
5407 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5408 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
5409 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5410 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
5411 Don't leak the hostname when shutting down.
5412 In tcpserversrc, take a copy of the default hostname.
5414 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5416 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
5417 Set caps to systemstream=TRUE.
5419 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5421 * testsuite/Makefile.am:
5422 Fix more OSX buildbots.
5424 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
5426 * ext/mpeg2dec/gstmpeg2dec.c:
5427 Don't send things to NULL PAD_PEERs
5429 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
5430 Copy-on-write the incoming buffer.
5432 * gst/mpegstream/gstdvddemux.h:
5433 * gst/mpegstream/gstmpegclock.h:
5434 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5435 (normal_seek), (gst_mpeg_demux_handle_src_event):
5436 * gst/mpegstream/gstmpegdemux.h:
5437 * gst/mpegstream/gstmpegpacketize.h:
5438 * gst/mpegstream/gstmpegparse.c:
5439 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
5440 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
5441 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
5442 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
5443 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
5444 * gst/mpegstream/gstmpegparse.h:
5445 * gst/mpegstream/gstrfc2250enc.h:
5446 Various changes to the way time is computed that make seeking and
5447 total time estimation much better here.
5448 Use G_BEGIN/END_DECLS instead of __cplusplus
5450 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
5451 Use gst_buffer_stamp instead of only copying the TIMESTAMP
5453 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5455 * gst/subparse/gstsubparse.c:
5458 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
5460 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5461 (theora_enc_chain), (theora_enc_change_state):
5462 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5463 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
5464 (gst_vorbisenc_change_state):
5465 * ext/vorbis/vorbisenc.h:
5466 Set granulepos and timestamp correctly for streams not
5467 starting at 0, taking into account the initial delay.
5469 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
5471 * gst/mpegstream/gstdvddemux.c:
5472 Add audio/x-dts to audio pad template caps
5474 2005-01-30 David Schleef <ds@schleef.org>
5476 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
5477 (create_context), (gst_polypsink_link): Fix silly endianness
5478 bug. Add some debugging. Remove float from caps; it doesn't
5479 work. Attempt to get remote audio working.
5481 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5483 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5486 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5488 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
5489 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
5490 (gst_avi_demux_stream_data):
5491 * gst/avi/gstavidemux.h:
5492 Invert DIB images. Fixes #132341.
5494 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5496 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5497 (gst_ffmpegcsp_chain):
5498 D'oh, reference the palette data, not the palette structure.
5499 Fixes color distortion in #132341.
5501 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5503 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
5504 PAR can be non-fixed when not provided as argument (#162626).
5506 2005-01-29 David Moore <dcm@acm.org>
5508 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5510 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5511 (gst_qtdemux_loop_header):
5512 Re-apply patch from #142272 that allows non-seekable sources,
5513 re-proposed by Daniel Drake <dsd@gentoo.org>.
5515 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5517 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
5518 Use the src template for creating the src pad (#162330).
5520 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5523 * ext/musepack/Makefile.am:
5524 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
5525 (gst_musepackdec_init), (gst_musepackdec_dispose),
5526 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
5527 (gst_musepack_stream_init), (gst_musepackdec_loop),
5528 (gst_musepackdec_change_state):
5529 * ext/musepack/gstmusepackdec.cpp:
5530 * ext/musepack/gstmusepackdec.h:
5531 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
5532 (gst_musepack_reader_read), (gst_musepack_reader_seek),
5533 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
5534 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
5535 * ext/musepack/gstmusepackreader.cpp:
5536 * ext/musepack/gstmusepackreader.h:
5537 Update to 1.1 API (#165446).
5539 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5544 2005-01-28 Andy Wingo <wingo@pobox.com>
5546 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
5547 to reflect a different dubious internet source. Add a reference
5548 and some commentary.
5550 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5552 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5553 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
5554 * gst/playback/gststreamselector.h:
5555 Be more selective when we're redoing caps negotiation from
5556 within the chain function on a stream change.
5558 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5562 * ext/amrnb/Makefile.am:
5563 * ext/amrnb/amrnb.c: (plugin_init):
5564 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
5565 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
5566 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
5567 (gst_amrnbdec_state_change):
5568 * ext/amrnb/amrnbdec.h:
5569 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
5570 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
5571 (gst_amrnbparse_init), (gst_amrnbparse_formats),
5572 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
5573 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
5574 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
5575 * ext/amrnb/amrnbparse.h:
5576 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
5577 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5578 Add AMR-NB/-WB raw formats.
5579 * ext/alsa/gstalsa.c: (gst_alsa_link):
5580 Keep valid time when changing format.
5581 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5582 (qtdemux_parse_trak):
5583 Add some more format-specific options (#140141, #143555, #155163).
5585 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5587 * gst/matroska/matroska-demux.c:
5588 (gst_matroska_demux_parse_blockgroup):
5589 Fix logic error in timing of subtitle stream synchronization.
5590 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5591 Add skip-chunk, which is found in kodak-camera streams.
5593 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
5597 Adding Vietnamese translation (submitted by Clytie Siddall)
5599 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5601 * gst/playback/gstdecodebin.c: (try_to_link_1):
5602 Use realpad for signal.
5604 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5606 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
5607 Fix category so decodebin picks it up.
5609 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5611 * ext/mad/Makefile.am:
5612 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
5613 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
5614 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
5615 (found_type), (gst_id3demux_bin_change_state):
5616 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
5617 (gst_id3_tag_init), (gst_id3_tag_handle_event),
5618 (gst_id3_tag_src_link), (gst_id3_tag_chain),
5619 (gst_id3_tag_change_state), (plugin_init):
5621 Add id3demuxbin (which is a simple bin consisting of id3demux
5622 and typefind), take over rank from id3demux, remove typefind
5623 code from id3demux. Makes all broken mp3s that I know of work,
5624 and thereby fixes #152688.
5626 2005-01-27 Edward Hervey <bilboed@bilboed.com>
5628 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5630 * ext/mad/gstmad.c: (gst_mad_src_event):
5631 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
5632 Allow seeks on audio pad, make mad forward those (#164826).
5633 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
5634 Set duration (#165335).
5636 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5638 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
5639 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
5640 (gst_asf_demux_process_ext_content_desc),
5641 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
5642 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
5643 * gst/asfdemux/gstasfdemux.h:
5644 Improve metadata display, e.g. if the metadata comes before the
5645 streams are loaded (which is perfectly valid).
5647 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5649 * tools/gst-launch-ext-m.m:
5650 Fix AVI/ASF pipelines (#165340).
5652 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
5653 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
5654 build failure on amd64
5656 2005-01-26 Tim-Philipp M??ller <tim at centricular dot net>
5658 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
5659 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
5660 Check environment variables GST_ID3V2_TAG_ENCODING,
5661 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
5662 list of character encodings to force interpretation of non-unicode
5663 strings stored in an ID3v2 tag to a particular encoding. If none
5664 is specified, try to use current locale's encoding, then fall back
5665 to ISO-8859-1 (which will always succeed). (Resolves #149274)
5666 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
5667 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
5668 Check environment variables GST_ID3V1_TAG_ENCODING,
5669 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
5670 list of character encodings to use in case a string encountered
5671 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
5672 specified, try to use the current locale's encoding, then fall
5673 back to ISO-8859-1 (which will always succeed).
5675 2005-01-25 Benjamin Otte <otte@gnome.org>
5677 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
5678 - on half framerate, compute the rate in advance so the comparisons
5679 don't compare wrong values
5680 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
5682 - don't use mad_header_decode anymore, mad_frame_decode does that
5684 - when getting rid of consumed bytes, reset the stream's skiplen
5687 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
5689 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
5690 Use 1/2 a second for default max_discont, as PES streams from DVB
5691 seem to have larger spacings in the SCR.
5694 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5696 * gst/playback/gstplaybasebin.c: (group_commit):
5697 Notify delayed stream-info availability.
5699 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
5700 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
5701 (gst_a52dec_handle_event), (gst_a52dec_chain):
5702 Add some debug output. Check that a discont has a valid
5704 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
5705 (gst_alsa_sink_loop):
5706 Ignore TAG events. A little extra debug for broken timestamps.
5707 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
5708 (dvdnavsrc_change_state):
5709 Ensure we send a discont to engage the link before we send any
5711 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
5712 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
5713 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
5714 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
5715 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
5716 dvd://title works in totem because typefinding sends a seek that ends
5717 up going back to chapter 1 regardless.
5718 * ext/mpeg2dec/gstmpeg2dec.c:
5719 * ext/mpeg2dec/gstmpeg2dec.h:
5720 Output correct timestamps and handle disconts.
5721 * ext/ogg/gstoggdemux.c: (get_relative):
5722 Small guard against a null dereference.
5723 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
5724 (gst_textoverlay_set_property):
5725 Free memory when done. Don't call gst_event_filler_get_duration on
5726 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
5728 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
5729 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
5730 (gst_sw_srclink), (gst_smoothwave_chain):
5731 Draw solid lines, prettier colours.
5732 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
5733 Add a default palette that'll work for some movies.
5734 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
5735 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
5736 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
5737 * gst/mpegstream/gstdvddemux.h:
5738 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
5739 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
5740 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
5741 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
5742 * gst/mpegstream/gstmpegparse.h:
5743 Use PTM/NAV events when for timestamp adjustment when connected to
5744 dvdnavsrc. Don't use many discont events where one suffices.
5745 * gst/playback/gstplaybasebin.c: (group_destroy),
5746 (gen_preroll_element), (gst_play_base_bin_add_element):
5747 * gst/playback/gstplaybasebin.h:
5748 Make sure we remove subtitles from the same bin we put them in.
5749 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
5750 (gst_subparse_buffer_format_autodetect),
5751 (gst_subparse_change_state):
5752 Fix some memleaks and invalid accesses.
5753 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
5754 (oggskel_type_find), (cmml_type_find), (plugin_init):
5755 Some typefind functions for Annodex v3.0 files
5756 * gst/wavparse/gstwavparse.h:
5757 GstRiffReadClass is the correct parent class.
5759 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5761 * gst-libs/gst/riff/riff-media.c:
5762 (gst_riff_create_video_caps_with_data):
5763 Add extradata to huffyuv (fixes #165013).
5764 * gst-libs/gst/riff/riff-read.c:
5765 (gst_riff_read_strf_vids_with_data):
5766 Fix extradata extraction if it is in the chunk size.
5768 2005-01-25 Edward Hervey <bilboed@bilboed.com>
5770 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5772 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
5773 (gst_quarktv_change_state), (gst_quarktv_dispose):
5774 Memory free'ing location fix (#164708).
5776 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5778 * gst/playback/gstplaybasebin.c: (group_commit),
5779 (gen_preroll_element), (probe_triggered), (gen_source_element),
5780 (setup_source), (gst_play_base_bin_change_state),
5781 (gst_play_base_bin_add_element):
5782 Don't block for streams.
5783 * gst/playback/gststreaminfo.c: (stream_info_change_state),
5784 (gst_stream_info_set_mute):
5785 Use gst_pad_set_active_recursive.
5787 2005-01-25 Andy Wingo <wingo@pobox.com>
5789 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
5790 for #ifndef HAVE_XVIDEO.
5792 2005-01-24 Jeffrey C. Ollie
5794 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
5796 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
5797 * ext/gsm/gstgsmdec.h:
5798 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
5799 * ext/gsm/gstgsmenc.h:
5800 Fix rate to 8kHz as per spec, removes obscure errors when no rate
5801 was given by property. Add proper buffer timestamps and offsets.
5803 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5805 * gst-libs/gst/riff/riff-media.c:
5806 (gst_riff_create_audio_caps_with_data):
5807 Audio can be <8000Hz.
5809 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5811 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
5812 Explicit state change to workaround refcount bugs.
5814 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5816 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
5817 (gst_avimux_riff_get_avi_header):
5820 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5822 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
5823 (gst_riff_read_element_data):
5824 * gst-libs/gst/riff/riff-read.h:
5825 Add _peek version (req'ed in CDXA).
5826 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
5827 (gst_cdxaparse_loop):
5828 Fix parsing in playbin.
5829 * gst/playback/gstdecodebin.c: (close_pad_link):
5830 Ignore current_ pads, they cause major annoyance.
5832 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5834 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5837 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5839 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
5842 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5844 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
5845 Allow for 0-sized buffers. Fixes length query problems in
5846 starwars.mkv from the testsuite.
5848 2005-01-19 Tim-Philipp M??ller <tim at centricular dot net>
5850 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
5851 (gst_video_box_i420), (gst_video_box_chain):
5852 Fix row strides for I420 (fixes #163159)
5854 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5856 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
5857 MPEG2 has a useful rate property, so we can actually use that.
5858 For MPEG-1, continue using the bytes/time properties.
5860 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5862 * gst-libs/gst/riff/riff-media.c:
5863 (gst_riff_create_video_caps_with_data),
5864 (gst_riff_create_video_template_caps):
5867 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5869 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
5870 Fail if caps negotiation fails. Should fix #162184, and should
5871 definately be in there regardless of it fixing the actual bug.
5872 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
5873 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
5874 (gst_avimux_riff_get_avix_header),
5875 (gst_avimux_riff_get_video_header),
5876 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
5877 (gst_avimux_start_file), (gst_avimux_handle_event),
5878 (gst_avimux_change_state):
5879 * gst/avi/gstavimux.h:
5880 Refactor structure writing to use GST_WRITE_UINT macros, add
5881 metadata writing support.
5883 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5885 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5886 Elements may already be destroyed when this function is called.
5888 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5890 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5891 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
5892 More memory leak fixes (#149162).
5894 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5896 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5897 (gst_qtdemux_add_stream):
5900 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5902 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
5905 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5907 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
5908 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
5909 when fixating to six channels in Totem.
5911 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
5913 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
5914 Fix compile warnings on Solaris 10 buildbot
5916 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
5918 * ext/dvdread/dvdreadsrc.c: (_read):
5919 Don't read beyond the last cell in a chapter (fixes
5920 invalid memory access)
5922 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
5924 * ext/dvdread/stream_labels.c:
5925 (dvdreadsrc_get_audio_stream_labels):
5926 Use NULL for an empty GList instead of g_list_alloc(); fix
5927 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
5928 of GString (easier to bulk free later)
5930 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
5932 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5934 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5935 (gst_ffmpeg_pixfmt_to_caps):
5936 Fix BGRA32 caps (#164209).
5938 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
5940 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5942 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5943 (gst_ffmpeg_caps_to_pixfmt):
5944 alpha_mask can be RGBA/ABGR. Fixes #164265.
5946 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
5948 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5950 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
5951 (gst_mpeg2dec_alloc_buffer):
5952 * ext/mpeg2dec/gstmpeg2dec.h:
5953 Crop if decoding size is not the actual image size (#163676).
5955 2005-01-17 Steve Baker <steve@stevebaker.org>
5957 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5959 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
5960 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
5961 Add libsndfile typefind functions (#163309).
5963 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5965 * tools/gst-launch-ext-m.m:
5966 Add .aac, fix .m1v/.m2v (#163891).
5968 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5970 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
5971 Sanity check, don't wait endlessly since the clock might not
5972 actually run at this point (which is a deadlock). Fixes #164069.
5974 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5976 * gst/playback/gstplaybasebin.c: (probe_triggered):
5977 Of course, only pause if group is done...
5979 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5981 * gst/playback/gstplaybasebin.c: (probe_triggered):
5984 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
5986 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
5987 Don't return state change success when the parent
5990 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5992 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
5993 Free events (fix memleak in #162905).
5995 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
5997 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5999 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6000 (gst_ffmpeg_caps_to_pixfmt):
6001 Fix for depth = 15. Fixes #161675.
6003 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6005 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6006 Set FPS correctly, even for webcams and the like.
6007 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6008 Don error on setting while capturing.
6010 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6012 * ext/dv/gstdvdec.c:
6013 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6014 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6015 I'm a bad boy. using /1001. to force C to do float division
6016 and not integer division (as it did in my last commit)
6017 Thanks to David I. Lehn for pointing this mistake.
6019 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6021 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6022 Revert Johan??s 1.35->1.36 since it breaks compat.
6024 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6026 * ext/dv/gstdvdec.c:
6027 * ext/libfame/gstlibfame.c:
6028 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6029 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6030 replace framerate aproximations by their real value
6031 (24000/1001, 30000/1001, 60000/1001)
6032 Finish fixing bug #164049
6034 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6036 * ext/ogg/gstoggmux.c:
6038 * gst/tcp/gstmultifdsink.c:
6039 * gst/tcp/gstmultifdsink.h:
6042 * gst/tcp/gsttcpclientsink.c:
6043 * gst/tcp/gsttcpclientsrc.c:
6044 * gst/tcp/gsttcpserversink.c:
6045 * gst/tcp/gsttcpserversrc.c:
6046 improve reusability of elements after state changes and errors
6047 make multifdsink throw away streamheaders when receiving new ones
6049 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6051 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6052 Fix for if items are already in list...
6054 2005-01-12 Benjamin Otte <otte@gnome.org>
6056 * gst/adder/gstadder.c: (gst_adder_loop):
6057 fix adder a bit so it doesn't screw up with events as much anymore
6059 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
6061 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6062 (pixbufscale_scale), (gst_pixbufscale_chain):
6063 * ext/gdk_pixbuf/pixbufscale.h:
6064 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6065 to ensure rowstrides are calculated the same way as
6067 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6068 that we pick up duration and offset also.
6070 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6072 * gst/avi/gstavimux.c: (gst_avimux_class_init),
6073 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6076 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6078 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6079 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6080 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6081 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6082 Update flags when requested.
6084 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6086 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6089 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6091 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6092 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6093 (probe_triggered), (new_decoded_pad), (gen_source_element),
6094 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6095 * gst/playback/gstplaybasebin.h:
6096 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6097 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6098 (gst_play_bin_change_state):
6099 Implement group-switch signal for use in apps to clear metadata
6100 cache, clean up subtitle, add suburi property instead of # hack,
6101 some error-out fixes.
6103 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6105 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6107 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6108 If we got a state change in the _get handler, don't return success.
6110 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6112 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6113 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6114 Make jpegdec quiet on MJPEG decoding
6115 * gst/asfdemux/README:
6116 Fix mimetypes for MJPEG and H263
6118 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6120 * ext/theora/theoradec.c: (theora_dec_chain):
6121 Fix broken code generation by gcc by swapping arguments.
6122 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6125 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6128 delete this file, it is by far outdated
6129 * ext/alsa/gstalsa.1: remove
6130 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6131 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6132 (gst_alsa_get_caps):
6133 Add HW probing for supported sample rates. Fixes #161704
6135 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6137 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6138 Don't crash, biatch! :).
6140 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6142 * ext/musepack/gstmusepackreader.cpp:
6143 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6144 Some work on tags - still doesn't work in playbin...
6145 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6148 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6150 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6151 Also shove tags on kid pads.
6153 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6155 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6156 Don't bail on unknown events.
6157 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6158 Don't crash on events before negotiation.
6159 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6160 Send tags on pads, too.
6161 * gst/playback/gststreamselector.c:
6162 (gst_stream_selector_request_new_pad):
6163 Forward events on first pad if no input was selected yet.
6165 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6167 * gst/playback/gstplaybasebin.c: (setup_substreams):
6168 Don't disable streamtype if the stream doesn't exist, since
6169 then playing a video after audio will disable both and nothing
6170 will happen. Fixes the testsuite.
6172 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6174 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6175 (gst_v4l_xoverlay_set_xwindow_id):
6176 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6177 (gst_v4l2_xoverlay_set_xwindow_id):
6178 Add debug categories, fix overlay disabling.
6180 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6182 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6183 * ext/alsa/gstalsa.h:
6184 Add HW probing for period_count/size and buffer_size MIX/MAX
6185 Adjust default/user defined value if out of bounds
6186 Should fix bug #162024
6188 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6190 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6191 Fix warning (#161191).
6193 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6195 * ext/dvdread/stream_labels.c:
6196 (dvdreadsrc_get_audio_stream_labels):
6197 Fix warning (init the good variable in switch default)
6199 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
6201 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6203 * gst/tta/gstttaparse.c: (gst_tta_src_event):
6204 Fix gcc-2.95 compile (#163485).
6206 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6209 * ext/flac/gstflacenc.c: (gst_flacenc_init),
6210 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6211 (gst_flacenc_tell_callback), (gst_flacenc_chain),
6212 (gst_flacenc_change_state):
6213 * ext/flac/gstflacenc.h:
6214 Update for API change in flac-1.1.1. Update requirement in
6215 configure.ac. Fixes #162974.
6217 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6219 * gst/playback/gstplaybasebin.c: (group_destroy):
6220 Remove hack to get rid of assert and get rid of unlinked
6223 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6225 * gst/playback/gstplaybasebin.c: (setup_source):
6226 Set source to NULL so that resources are free'ed. Fixes issues
6227 with playback of CDDA and similar device-accessing things.
6229 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6231 * testsuite/embed/Makefile.am:
6232 test->noinst, fix make test in buildbot.
6234 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6236 * ext/dvdread/stream_labels.c: new file
6237 * ext/dvdread/stream_labels.h: new file
6238 * ext/dvdread/Makefile.am:
6239 * ext/dvdread/dvdreadsrc.c: (_seek_title):
6240 Extract audio stream label from DVD IFO files.
6241 It only dump them on the console for now, still have to
6242 make playbin aware of them.
6244 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6246 * gst/playback/gstplaybasebin.c: (setup_source):
6249 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6251 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6252 (gen_preroll_element), (remove_groups), (setup_subtitle),
6253 (gen_source_element), (setup_source):
6254 * gst/playback/gstplaybasebin.h:
6255 Multiple .sub files is just a stupid idea... Fix some threading
6256 mistakes. Interestingly, external .sub files cause playbin to
6257 hang, I don't know why... Parsing fixes contributed by Fran??ois
6258 Kooman <fkooman@tuxed.net>.
6260 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6262 * testsuite/embed/Makefile.am:
6265 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
6267 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6269 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
6270 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
6271 (gst_pngenc_set_property):
6272 * ext/libpng/gstpngenc.h:
6273 Add compression level property (#163323).
6275 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6278 * examples/capsfilter/capsfilter1.c: (main):
6279 * examples/seeking/spider_seek.c: (make_spider_pipeline):
6280 * ext/dvdread/Makefile.am:
6281 * ext/dvdread/demo-play:
6282 * ext/dvdread/demo-play.c:
6283 * gconf/gstreamer.schemas.in:
6284 * gst-libs/gst/gconf/gconf.c:
6286 * testsuite/Makefile.am:
6287 * testsuite/embed/Makefile.am:
6288 * testsuite/embed/embed.c: (cb_expose), (main):
6289 Remove all references to xvideosink, fix examples (#140845).
6290 * gst/playback/gstplaybasebin.c: (group_destroy):
6291 Apparently, disposal does not unlink - so do explicitely.
6292 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6295 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
6297 * README: fix PKG_CONFIG_PATH instructions, what was there
6298 previously was breaking default search path, not nice.
6301 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6303 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
6304 (gst_audioscale_chain):
6305 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
6306 when resampling - how the ^@$^!@^! is this possible?!?
6308 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6310 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6311 Reset variables on READY.
6312 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
6313 (gst_matroska_mux_loop):
6314 Require data before writing header.
6316 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
6318 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6320 * ext/mad/gstmad.c: (gst_mad_chain):
6321 Don't call mad_stream_sync() directly after recovering sync.
6324 2005-01-09 Martin Eikermann <meiker@upb.de>
6326 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6328 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
6329 (snapshot_handler), (gst_snapshot_sinkconnect),
6330 (gst_snapshot_chain):
6331 Allocate resources when required, fix recursive signal emission
6332 and fix caps. Fixes #161667.
6334 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
6336 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6338 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
6340 Handle only 8-bppc (bits-per-pixel-component) images, better
6341 error handling and correct strides. Fixes #163177.
6342 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
6344 Better error handling. Fixes #163348.
6346 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6348 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
6349 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
6350 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
6351 (dvdnavsrc_uri_handler_init):
6352 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
6353 * gst/playback/gstplaybasebin.c: (gen_source_element):
6354 Add MMS to streaming URIs.
6356 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6358 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
6359 * sys/xvimage/xvimagesink.c:
6360 (gst_xvimagesink_navigation_send_event):
6361 Check for pad availability before sending event.
6363 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6365 * gst-plugins.spec.in:
6368 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6371 Since we use functions from CVS, up requirement.
6373 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6375 * gst/playback/Makefile.am:
6376 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6377 (group_destroy), (group_commit), (group_is_muted),
6378 (gen_preroll_element), (add_stream), (unknown_type),
6379 (probe_triggered), (preroll_unlinked), (mute_stream),
6380 (silence_stream), (new_decoded_pad), (setup_substreams),
6381 (setup_source), (get_active_source), (mute_group_type),
6382 (muted_group_change_state), (set_active_source),
6383 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6384 (play_base_eos), (gst_play_base_bin_change_state):
6385 * gst/playback/gstplaybasebin.h:
6386 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
6387 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6388 (gst_stream_info_dispose), (stream_info_mute_pad),
6389 (stream_info_change_state), (gst_stream_info_set_mute):
6390 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
6391 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6392 (gst_stream_selector_init), (gst_stream_selector_dispose),
6393 (gst_stream_selector_get_linked_pad),
6394 (gst_stream_selector_get_caps), (gst_stream_selector_link),
6395 (gst_stream_selector_get_linked_pads),
6396 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6397 * gst/playback/gststreamselector.h:
6398 Adding stream selection support plus required properties for
6399 applications to use this. Fully fixes #100931.
6401 2005-01-08 Benjamin Otte <otte@gnome.org>
6403 * gst/games/gstpuzzle.c: (nav_event_handler):
6404 - handle nav events differently: forward every event no matter if it
6407 You can now cheat by using navigationtest ! puzzle and moving the
6408 mouse close to the edge of a tile. ;)
6410 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6413 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
6414 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
6415 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
6416 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
6417 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
6418 (gst_ogm_parse_plugin_init):
6419 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
6420 (gst_textoverlay_link), (gst_textoverlay_getcaps),
6421 (gst_textoverlay_event), (gst_textoverlay_video_chain),
6422 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
6423 * ext/pango/gsttextoverlay.h:
6424 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6425 (gst_matroska_demux_handle_seek_event),
6426 (gst_matroska_demux_sync_streams),
6427 (gst_matroska_demux_parse_blockgroup),
6428 (gst_matroska_demux_subtitle_caps),
6429 (gst_matroska_demux_plugin_init):
6430 * gst/matroska/matroska-ids.h:
6431 * gst/playback/gstdecodebin.c: (close_pad_link):
6432 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6433 (gen_preroll_element), (remove_groups), (add_stream),
6434 (new_decoded_pad), (setup_subtitles), (gen_source_element),
6436 * gst/playback/gstplaybasebin.h:
6437 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
6438 * gst/subparse/Makefile.am:
6439 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
6440 (gst_subparse_base_init), (gst_subparse_class_init),
6441 (gst_subparse_init), (gst_subparse_formats),
6442 (gst_subparse_eventmask), (gst_subparse_event),
6443 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
6444 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
6445 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
6446 (parse_mpsub_deinit), (parse_mpsub_init),
6447 (gst_subparse_buffer_format_autodetect),
6448 (gst_subparse_format_autodetect), (gst_subparse_loop),
6449 (gst_subparse_change_state), (gst_subparse_type_find),
6451 * gst/subparse/gstsubparse.h:
6452 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
6454 Add subtitle support, .sub parser (supports SRT and MPsub),
6455 OGM text support, Matroska UTF-8 text support, deadlock fixes
6456 all over the place, subtitle awareness in decodebin/playbin
6457 and some fixes to textoverlay to handle subtitles in a stream
6458 correctly. Fixes #100931.
6460 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6462 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6463 Check for pad availability before doing a query on it.
6465 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6467 * ext/dv/gstdvdec.c:
6468 really fix bpp24/32 dvdec caps (classic rgba indeed)
6469 * gst/asfdemux/gstasfdemux.c:
6470 (gst_asf_demux_process_ext_content_desc):
6471 don't send text tags if they are empty (bis repetita)
6473 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6475 * ext/dv/gstdvdec.c:
6476 remove unneeded comment from dvdec
6477 (related to DV 4CC codes in AVI files)
6478 moved them in gstreamer/docs/random/mimetypes
6479 * gst/asfdemux/gstasfdemux.c:
6480 (gst_asf_demux_process_ext_content_desc):
6481 don't send text tags if they are empty
6482 fix mem leak on error path
6483 * gst/ffmpegcolorspace/avcodec.h:
6484 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6485 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6486 (gst_ffmpegcsp_avpicture_fill):
6487 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
6488 * gst/ffmpegcolorspace/imgconvert_template.h:
6489 adds BGR32 and BGRA32 to ffmpegcolorspace
6490 (still bad colors, fixing it on next commit)
6491 helps with dvdec outputing BGR32
6493 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6495 * ext/dv/gstdvdec.c:
6496 Fix audio caps i just broke (missing ',')
6497 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
6498 (gst_matroska_mux_reset):
6499 Fix typo + add FIXME about old "x-gst-metadata" crap
6501 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6503 * ext/dv/demo-play.c: (main):
6504 xvideosink -> xvimagesink
6505 * ext/dv/gstdvdec.c:
6506 change rgb 32/32 caps to 24/32 (no alpha)
6507 change nb of channels to be a list (2 or 4, not 2)
6508 change sample rate to be a list (32, 44.1, 48 kHz) not a range
6509 * gst/asfdemux/gstasfdemux.c:
6510 (gst_asf_demux_process_ext_content_desc):
6511 Add 'date/year' to extracted metadata list
6513 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6515 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6516 The return value of fixate_to does not imply that the requested
6517 value was set, so don't assume.
6519 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
6521 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6523 * ext/libpng/gstpngdec.c:
6524 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
6525 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
6526 * ext/libpng/gstpngenc.h:
6527 Alpha support (encoder; #163161), mime fixage.
6529 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
6531 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6533 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
6534 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
6535 (gst_faac_set_property), (gst_faac_get_property):
6536 * ext/faac/gstfaac.h:
6537 Allow for ADTS output (#153434).
6539 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6541 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
6542 Fix against template (#150576).
6544 2005-01-06 Benjamin Otte <otte@gnome.org>
6546 * gst/games/gstpuzzle.c: (draw_puzzle):
6547 don't draw a puzzle if either width or height of tiles would be 0.
6549 2005-01-06 Benjamin Otte <otte@gnome.org>
6551 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
6552 (gst_puzzle_class_init), (gst_puzzle_finalize):
6554 (gst_puzzle_create), (gst_puzzle_init),
6555 (gst_puzzle_set_property), (gst_puzzle_setup):
6556 change initialization code around so we don't reshuffle on resize
6558 fix another stupid typo
6560 2005-01-06 Benjamin Otte <otte@gnome.org>
6562 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
6563 fix stupid typo that borked copying on YUY2
6565 2005-01-06 Benjamin Otte <otte@gnome.org>
6567 * gst/games/gstpuzzle.c: (draw_puzzle):
6568 fix edges when image sizes aren't multiples of tile sizes
6570 2005-01-06 Benjamin Otte <otte@gnome.org>
6572 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
6573 make RGB endianness work correctly
6574 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
6575 refactor and fix race with initial shuffling
6576 (nav_event_handler):
6577 allow using the mouse to puzzle
6579 insist on tiles having width and height as multiples of 4 to get
6580 clean YUV image handling
6581 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6582 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
6583 s/DEBUG/LOG/ for common messages
6584 (gst_xvimagesink_navigation_send_event):
6585 fix mouse event translation to not include screen PAR
6586 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
6587 fix mouse event translation to actually work
6589 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6591 * gst/asfdemux/gstasfdemux.c:
6592 (gst_asf_demux_process_ext_content_desc):
6593 Extract TrackNumber metadata + clean up code
6594 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
6595 Hope this is the good fix (var used unitialised)
6597 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6599 * ext/faad/gstfaad.c: (gst_faad_chain):
6600 Only increment timestamp if it's valid. Fixes raw AAC streams.
6602 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
6605 * gst/games/Makefile.am:
6606 * gst/games/gstpuzzle.c:
6607 add a puzzle game with...
6608 * gst/games/gstvideoimage.c:
6609 * gst/games/gstvideoimage.h:
6610 ... full colorspace support (that includes YUV9 and RGB16)) stolen
6611 from videotestsrc and made into something that would be a nice
6612 library for a lot of other plugins.
6614 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6617 don't compile faad plugin if a RC of 2.0 is found
6618 Fixes #155346 (and FC1 buildbot)
6619 * gst/asfdemux/gstasfdemux.c:
6620 (gst_asf_demux_process_ext_content_desc):
6621 try to make Solaris compiler happier
6623 2005-01-06 Paul Jack <pjack@sfaf.org>
6625 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6627 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
6628 Fix segfault (#161667).
6630 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6632 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6633 Fix framerate reporting.
6635 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
6637 * gst-libs/gst/riff/riff-ids.h:
6638 * gst/wavenc/riff.h:
6639 Add AMR (VBR and CBR) ids to riff.h audio codec list
6640 * gst/asfdemux/gstasfdemux.c:
6641 (gst_asf_demux_process_ext_content_desc),
6642 (gst_asf_demux_process_object):
6643 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
6645 2005-01-05 Martin Eikermann <meiker@upb.de>
6647 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6649 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
6650 (gst_dvd_demux_handle_discont):
6651 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
6652 (gst_mpeg_demux_handle_discont):
6653 Recreate pads on new-media (#160730).
6654 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
6655 Send discont even if manager changes timestamps (#161929).
6657 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
6659 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6661 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
6662 Fix invalid memory access (#159211).
6664 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6666 * examples/gstplay/player.c: (main):
6668 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
6670 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6671 (gst_a52dec_handle_frame):
6673 * ext/dvdnav/gst-dvd:
6674 Add audioconvert. Fixes #161325.
6675 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
6676 Explicitely case to gint64. Possible valgrind error.
6677 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
6678 (gst_play_tick_callback), (gst_play_change_state),
6679 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
6680 (gst_play_set_location), (gst_play_get_location),
6681 (gst_play_seek_to_time), (gst_play_set_data_src),
6682 (gst_play_set_video_sink), (gst_play_set_audio_sink),
6683 (gst_play_set_visualization), (gst_play_connect_visualization),
6684 (gst_play_get_framerate), (gst_play_get_all_by_interface),
6686 Use playbin. Fixes #139749 and #147744.
6687 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
6689 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
6690 (audioscale_get_type), (gst_audioscale_base_init),
6691 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
6692 (gst_audioscale_getcaps), (gst_audioscale_fixate),
6693 (gst_audioscale_link), (gst_audioscale_get_buffer),
6694 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
6695 (gst_audioscale_init), (gst_audioscale_dispose),
6696 (gst_audioscale_chain), (gst_audioscale_set_property),
6697 (gst_audioscale_get_property), (plugin_init):
6699 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
6701 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
6702 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
6703 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
6704 Add more metadata (fixes #162656).
6706 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
6711 === release 0.8.7 ===
6713 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
6718 releasing 0.8.7, "Hyperspace"
6720 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
6722 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
6724 * gst/playback/gstplaybasebin.c:
6725 Fix for #162924 - free caps after use, not before
6727 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
6729 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6731 * gst/playback/gstplaybasebin.c:
6732 * gst/wavparse/gstwavparse.c:
6733 Fix for #154773 - fixes playback of small .wav files
6735 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
6737 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6739 * gst/audioscale/gstaudioscale.c:
6740 Fix for #162819 - make audioscale reusable
6741 Fixes playback of more than one file with playbin/totem
6743 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
6745 * gst/ffmpegcolorspace/avcodec.h:
6746 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6747 * gst/ffmpegcolorspace/imgconvert.c:
6748 clean up the mess that made me cry and avoid needless duplication
6750 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
6752 * gst/ffmpegcolorspace/imgconvert.c:
6753 give some indication of why we're segfaulting
6755 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6758 Fix indentation, fix v4l2 plugin detection.
6760 Fix libmms location (Maciej, use diff -u!).
6761 * ext/alsa/gstalsa.c: (gst_alsa_init):
6762 Initialize caps cache to NULL.
6763 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6764 Only change state on audiosink if it exists.
6766 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
6768 * gst/matroska/matroska-demux.c:
6769 * gst/matroska/matroska-ids.h:
6770 * gst/matroska/matroska-demux.h:
6771 Fix Vorbis streams failing to decode in some files, where cluster_time
6772 isn't 0, because then it doesn't send codec_priv before actual data.
6773 Remove time-based test and replace it with marker set on beginning of
6776 2004-12-28 David Schleef <ds@schleef.org>
6778 Merge patch from Ronald fixing problems with streaming
6780 * ext/cairo/gstcairo.c: (plugin_init):
6781 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
6782 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
6783 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
6784 (gst_textoverlay_font_init), (gst_textoverlay_init),
6785 (gst_textoverlay_set_property):
6786 * ext/cairo/gsttextoverlay.h:
6788 2004-12-27 David Schleef <ds@schleef.org>
6790 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
6791 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
6792 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
6793 (gst_textoverlay_font_init), (gst_textoverlay_init),
6794 (gst_textoverlay_set_property): Improvements to actually
6795 render text as white on black outline on video, including
6796 font selection and horizontal/vertical alignment. (Ronald's
6798 * ext/cairo/gsttextoverlay.h:
6800 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6803 * ext/ogg/gstogmparse.c:
6804 fix ogm[audio/video]parse plugin registration
6805 (riff won't load if bytestream is already loaded)
6807 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6809 * gst/audioconvert/gstchannelmix.c:
6812 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6816 disable docs again until it actually passes make distcheck.
6818 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6820 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
6821 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
6823 Add 3GP (variables name Q3GP because they can't start with a
6824 number). Add samr audio fourcc (used in .3gp files), decoder
6825 is work in progress. Also do a GST_WARNING instead of ERROR
6826 in case of unknown nodes, to decrease output.
6828 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6833 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
6836 * ext/speex/gstspeexdec.h:
6837 * ext/speex/gstspeexenc.h:
6838 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
6839 Fix detection code in configure.ac
6841 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6843 * gst/matroska/matroska-demux.c:
6844 (gst_matroska_demux_parse_blockgroup):
6845 Save position, so that queries give proper return values. Don't
6846 know how this could ever have worked before...
6848 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
6851 Put additional LAME check inside the conditional. Fixes #152339
6853 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6855 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6856 (gst_avi_demux_stream_scan):
6857 Add some more debug. Fix logic error when setting movi offset
6858 while reading index.
6860 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6862 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6863 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
6864 (gst_avi_demux_process_next_entry):
6865 Add some debugging. Better detection of broken indexes and the
6866 accompanying index recovery. No infinite loops on state changes
6867 when we're still in our loopfunction.
6869 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6874 2004-12-22 Archana Shah <archana.shah@wipro.com>
6876 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6878 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
6879 Normalizing the value before setting
6880 (gst_sunaudiomixer_get_volume):
6881 Normalizing the value after getting. Fixes bug# 161980
6883 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
6885 * Makefile.am: Make sure docs gets disted
6886 * docs/Makefile.am: Make sure all needed files get disted
6887 * gst-plugins.spec.in: latest updates
6889 2004-12-22 Wim Taymans <wim@fluendo.com>
6891 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6892 Revert patch 1.38 as clock distribution over schedulers does
6893 not work correcly in the core yet.
6895 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6897 * sys/oss/README: remove this file, which predates my birth
6898 (and which content is by far outdated)
6900 2004-12-20 Stefan Kost <ensonic@users.sf.net>
6905 * docs/libs/Makefile.am:
6906 * docs/libs/gst-plugins-libs-docs.sgml:
6907 * docs/libs/gst-plugins-libs-sections.txt:
6908 * docs/libs/tmpl/gstgconf.sgml:
6910 * docs/version.entities.in:
6911 Added boilerplate gtk-doc files for plugin-libs documentation.
6913 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6915 * gst/auparse/gstauparse.c: fix int and float audio caps
6917 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6919 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6920 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
6921 g_assert() can be a macro, don't use #ifdef inside it.
6923 2004-12-19 Edward Hervey <bilboed@bilboed.com>
6925 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6927 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
6928 (gst_videorate_init), (gst_videorate_chain),
6929 (gst_videorate_change_state):
6930 Event handling (fixes #159986).
6932 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6934 * gst-libs/gst/riff/riff-media.c:
6935 (gst_riff_create_video_caps_with_data):
6936 Add BLZ0 (Blizzard's version of DivX) fourcc.
6938 2004-12-18 David Schleef <ds@schleef.org>
6940 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
6943 2004-12-18 David Schleef <ds@schleef.org>
6945 * gst/tta/ttadec.h: Disable some header code that isn't used
6946 and clearly isn't portable.
6948 2004-12-18 David Schleef <ds@schleef.org>
6950 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
6951 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
6952 (avcodec_get_pix_fmt), (avpicture_layout),
6953 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
6954 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
6955 Fix code to not use GCC extensions (and c99 extensions that
6956 Forte does not like.)
6958 2004-12-19 Tim-Philipp M??ller <t.i.m@zen.co.uk>
6960 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6962 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
6963 (gst_deinterlace_chain):
6964 Rowstride fixes. Fixes #161039.
6965 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
6966 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
6967 (gst_video_crop_getcaps), (gst_video_crop_link),
6968 (gst_video_crop_i420), (gst_video_crop_chain),
6969 (gst_video_crop_change_state):
6970 Rework of negotiation. Actually works now. Fixes #158650.
6972 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6974 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
6975 That was very stupid.
6977 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6979 * gst/matroska/matroska-demux.c:
6980 (gst_matroska_demux_parse_blockgroup):
6981 Fix possible crasher.
6983 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6985 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
6986 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
6987 Lace sizes can be zero.
6989 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6991 * ext/musepack/gstmusepackdec.cpp:
6992 Fetch error return values. Fixes #161624.
6993 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6996 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6998 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6999 Work for truncated (unfinished download etc.) files. Fixes #160514.
7001 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7003 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7004 Fix for integer overflow. Makes #156001 not crash. Probably masks
7007 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7009 * gst/ac3parse/gstac3parse.c: (plugin_init):
7010 Parsers never have ranks. Fixes #159651.
7012 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
7014 * gst/playback/gstdecodebin.c: (compare_ranks):
7015 make sure the facotries are ordered the same every time even if they
7016 have the same rank by using the name
7017 * gst/playback/gstdecodebin.c: (find_compatibles):
7018 make sure we don't add factories to the list twice
7020 2004-12-16 David Schleef <ds@schleef.org>
7022 * configure.ac: look for musepack headers as musepack/*.h
7024 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7025 * ext/musepack/gstmusepackreader.h: same
7027 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7029 * gst-libs/gst/riff/riff-read.c:
7030 (gst_riff_read_strf_auds_with_data):
7031 Read extradata correctly (fixes #155879).
7033 2004-12-16 David Schleef <ds@schleef.org>
7035 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7036 audio. does _not_ attempt or allow conversion unless channels
7039 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
7041 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7043 2004-12-16 David Schleef <ds@schleef.org>
7045 * gst/audioscale/gstaudioscale.c: the resample library only
7046 handles 1 or 2 channels. Change caps to compensate.
7048 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7050 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7051 (gst_matroska_demux_audio_caps):
7052 Some MPEG-AAC hacks, because else it doesn't work...
7054 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7056 * gst-libs/gst/riff/riff-media.c:
7057 (gst_riff_create_video_caps_with_data),
7058 (gst_riff_create_video_template_caps):
7061 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7063 * gst-libs/gst/audio/Makefile.am:
7064 Try to fix buildbot.
7066 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
7068 * gst/tcp/gstmultifdsink.c:
7069 Clean up and uniformize debugging.
7071 2004-12-16 Edward Hervey <bilboed@bilboed.com>
7073 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7075 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7076 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7077 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7078 (gst_mpeg_demux_change_state):
7079 Reset on ready. Fixes 160276.
7081 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
7083 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7085 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7086 (gst_ffmpegcsp_pad_link):
7087 Fix memleak (#154815).
7089 2004-12-16 James Bowes <bowes@cs.dal.ca>
7091 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7093 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7094 (gst_musicbrainz_init), (gst_musicbrainz_chain),
7095 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7096 * ext/musicbrainz/gsttrm.h:
7097 Add support for using a proxy server when getting a trm id from
7098 the MusicBrainz database (#149613).
7100 2004-12-16 Christophe Fergeau <teuf@gnome.org>
7102 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7104 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7105 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7106 Fix memleaks (#157233).
7108 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
7110 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7112 * gst-libs/gst/resample/resample.c: (gst_resample_close):
7113 * gst-libs/gst/resample/resample.h:
7114 * gst/audioscale/gstaudioscale.c:
7115 Fix memleak (#159215).
7117 2004-12-16 Toni Willberg <toniw@iki.fi>
7119 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7121 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7122 * sys/oss/oss_probe.c: (main):
7123 Check for mono/stereo support (similar to samplerate probing),
7124 fixes #159433. Also add missing copyright header to oss_probe.c.
7126 2004-12-15 David Schleef <ds@schleef.org>
7128 * configure.ac: add audioresample and cairo plugins. Remove
7129 HAVE_MMX stuff, because it's not used.
7130 * ext/Makefile.am: same
7131 * ext/audioresample/Makefile.am: You are not ready for an
7132 audio resampling element based on audioresample.
7133 * ext/audioresample/gstaudioresample.c:
7134 * ext/audioresample/gstaudioresample.h:
7135 * ext/cairo/Makefile.am: You are not ready for overlay elements
7136 based on cairo. Don't look too closely, these elements kinda
7138 * ext/cairo/gstcairo.c: new
7139 * ext/cairo/gsttextoverlay.c: new
7140 * ext/cairo/gsttextoverlay.h: new
7141 * ext/cairo/gsttimeoverlay.c: new
7142 * ext/cairo/gsttimeoverlay.h: new
7143 * gst-libs/gst/media-info/media-info-priv.h: fix compile
7144 problem with compilers that don't support variadic macros.
7146 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
7148 Reviewed by: David Schleef <ds@schleef.org>
7150 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
7151 Bala, registering sunaudiosrc (oops!), and cleaning up code a
7152 bit. Also ran indent-gst.
7153 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7154 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7155 (gst_sunaudiosrc_setparams):
7157 2004-12-14 David Schleef <ds@schleef.org>
7159 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7160 output rate to 16000. Should fix #160235.
7162 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7164 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7165 Add typefinding for mpeg2 pes streams
7167 2004-12-13 David Schleef <ds@schleef.org>
7169 * configure.ac: Applied patch from bug #143659, making default
7170 sources and sinks OS-dependent (for Solaris), and added code
7172 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7174 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7176 * gst-libs/gst/riff/riff-media.c:
7177 forgot to add h2.64 to avidemux template caps
7179 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7181 * gst/wavenc/riff.h:
7182 * gst-libs/gst/riff/riff-media.c:
7183 * gst-libs/gst/riff/riff-ids.h:
7184 * gst/avi/gstavimux.c
7185 add 4CC code for VideoSoft h264 in AVI (VSSH)
7187 remove s323 from riff, it's quicktime specific :(
7189 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7191 * gst/asfdemux/README
7193 * gst-libs/gst/riff/riff-ids.h
7194 * gst-libs/gst/riff/riff-media.c
7195 * gst/qtdemux/qtdemux.c:
7196 add new 4CC codes for h263 related codecs
7197 fixes partially bug #155163
7199 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
7201 * configure.ac: Update polyaudio requirement to 0.7
7202 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7204 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7206 * gst/interleave/deinterleave.c:
7207 fix my name's spelling! :)
7209 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7212 * gst/auparse/gstauparse.c
7213 * gst/interleave/deinterleave.c
7215 alaw-decode.c alaw-encode.c
7216 mulaw-decode.c mulaw-encode.c
7217 * gst/oneton/gstoneton.c
7219 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7221 cocoawindow.h cocoawindow.m
7222 osxvideosink.h osxvideosink.m
7224 put the same mail address for Zaheer Abbas Merali everywhere
7226 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7228 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
7229 Align by packetsize, and assert that we a packet available before
7230 playing. The first makes webstreams work (they often include
7231 trailing padding data in a packet), the second allows pausing a
7232 ASF stream in totem without getting demux errors afterwards.
7234 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7236 * ext/ogg/gstoggdemux.c: (get_relative):
7237 Check for non-NULL before accessing member (end-of-chain).
7239 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7241 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7242 (cdparanoia_set_property), (cdparanoia_get_property):
7243 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
7244 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
7245 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7246 (dvdreadsrc_init), (dvdreadsrc_set_property),
7247 (dvdreadsrc_get_property):
7248 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
7249 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
7250 Synchronize property names where not yet the case. Devices are
7251 now device=X, other versions are deprecated (but still exist).
7252 Also use g_free() unconditionally.
7253 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7254 (setup_source), (gst_play_base_bin_get_property):
7257 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
7259 * configure.ac: move GCONF macro outside conditional for the am
7260 conditional. Fixes #160439
7262 2004-12-08 David Schleef <ds@schleef.org>
7264 * tools/gst-visualise-m.m: Switch to elements that currently
7267 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7269 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7270 We love wrong commas.
7272 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7274 * gst/matroska/matroska-demux.c:
7275 (gst_matroska_demux_handle_src_query):
7276 Don't set DEFAULT, unsupported - makes length display incorrectly
7279 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
7281 * gst/monoscope/README: remove blurb about files being GPL
7282 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
7283 * gst/monoscope/monoscope.c: Change license to BSD with explanation
7284 monoscope is now effectively LGPL licensed
7286 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
7288 * gst/monoscope/README: Update information to be more correct
7289 * gst/monoscope/convolve.c: Relicense to LGPL
7290 * gst/monoscope/convolve.h: Relicense to LGPL
7292 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
7294 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7295 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
7296 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
7297 set default_duration for mpeg1 audio
7299 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
7301 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
7302 * ext/alsa/gstalsa.h:
7303 refactor big chunks of the core caps negotiation code to make it
7304 a lot faster, because people claim it's really slow
7305 (actually, just cache the getcaps when the device is opened)
7307 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7309 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
7310 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
7311 (gst_a52dec_handle_frame), (gst_a52dec_chain),
7312 (gst_a52dec_change_state), (plugin_init):
7313 * ext/a52dec/gsta52dec.h:
7314 Do something useful with timestamps. Make chain-based (since
7315 there's really no reason to be loopbased).
7316 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
7317 Update current_byte/frame correctly.
7319 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7321 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
7322 (gst_ape_demux_stream_init):
7325 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7327 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
7328 Let's make sure we're done typefinding when detecting tags.
7330 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7332 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
7333 (gst_ebml_read_init), (gst_ebml_read_use_event),
7334 (gst_ebml_read_element_id), (gst_ebml_peek_id),
7335 (gst_ebml_read_seek), (gst_ebml_read_skip),
7336 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
7337 (gst_ebml_read_master):
7338 * gst/matroska/ebml-read.h:
7339 * gst/matroska/matroska-demux.c:
7340 (gst_matroska_demux_parse_contents),
7341 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
7342 Disgustingly evil hack for working around INTERRUPT events and
7343 their extremely annoying habit of being a pain in the ass. We
7344 simply peek a cluster before reading any of it.
7346 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7348 * ext/musepack/gstmusepackdec.cpp:
7349 There's also floating point libmusepacks.
7351 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7353 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
7354 (gst_faad_chanpos_to_gst), (gst_faad_chain):
7355 Set DURATION even if source buffer didn't. Also use increasing
7357 * gst-libs/gst/riff/riff-media.c:
7358 (gst_riff_create_audio_caps_with_data):
7359 Block_align can have larger values than 8192.
7361 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7363 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
7364 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
7365 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
7366 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
7369 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7371 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7374 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7376 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
7379 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7381 * ext/esd/esdsink.c: (gst_esdsink_chain):
7382 Make error actually say something useful (fixes #156798).
7383 * gst-libs/gst/riff/riff-media.c:
7384 (gst_riff_create_video_caps_with_data),
7385 (gst_riff_create_video_template_caps):
7386 Add Intel Video 5.0 fourcc (IV50).
7388 2004-12-01 Christophe Fergeau <teuf@gnome.org>
7390 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
7391 detection on mono and stereo mp3 files.
7393 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7395 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7396 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
7397 the contained stream).
7399 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7401 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
7404 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
7406 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7408 * gst/law/alaw-decode.c: (alawdec_getcaps):
7409 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
7410 Prevent warnings when negotiating caps (fixes #159338).
7412 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7414 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7415 (gst_ffmpegcsp_chain):
7416 Remove old leftover that shouldn't be there...
7418 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
7420 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7422 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7423 Don't forward DISCONT events (fixes #159684).
7425 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7427 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
7428 Unlink manually since sometimes bin disposal (and therefore
7429 pad unlinking) is delayed, which will cause a new media file
7430 to not be able to start playing instantly.
7432 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7434 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
7435 On mute of an unlinked stream, check for pad availability so
7436 we don't crash on unlinked pad.
7438 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7440 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7441 (gst_avi_demux_massage_index):
7442 Fix quite humiliating bug in omitting 0-sized index chunks but
7443 forgetting to count them for timestamps.
7445 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7447 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
7448 Actually leave the loop if we failed to sync. Don't crash.
7450 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7452 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
7453 (gst_dvd_demux_process_private):
7454 * gst/mpegstream/gstdvddemux.h:
7455 Fix crash (#159759). Doesn't work, though. :-(.
7457 2004-11-28 Benjamin Otte <otte@gnome.org>
7459 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
7460 more overwriting protection due to modifying channels one by one
7461 instead of all at once
7463 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7465 * gst/audioconvert/gstchannelmix.c:
7466 (gst_audio_convert_fill_normalize):
7467 Normalize using absolute values.
7469 2004-11-28 Julien MOUTTE <julien@moutte.net>
7473 * ext/directfb/Makefile.am:
7474 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
7475 (gst_directfbvideosink_get_pixel_format),
7476 (gst_directfbvideosink_get_format_from_fourcc),
7477 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
7478 (gst_directfbvideosink_sink_link),
7479 (gst_directfbvideosink_change_state),
7480 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
7481 (gst_directfbvideosink_buffer_alloc),
7482 (gst_directfbvideosink_interface_supported),
7483 (gst_directfbvideosink_interface_init),
7484 (gst_directfbvideosink_navigation_send_event),
7485 (gst_directfbvideosink_navigation_init),
7486 (gst_directfbvideosink_set_property),
7487 (gst_directfbvideosink_get_property),
7488 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
7489 (gst_directfbvideosink_base_init),
7490 (gst_directfbvideosink_class_init),
7491 (gst_directfbvideosink_get_type), (plugin_init):
7492 * ext/directfb/directfbvideosink.h: Adding a first version of
7494 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
7497 2004-11-28 Benjamin Otte <otte@gnome.org>
7499 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
7500 walk the samples backwards if out_channels > in_channels so we don't
7503 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7505 * gst/audioconvert/Makefile.am:
7506 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7507 (gst_audio_convert_link), (gst_audio_convert_change_state),
7508 (gst_audio_convert_channels):
7509 * gst/audioconvert/gstchannelmix.c:
7510 (gst_audio_convert_unset_matrix),
7511 (gst_audio_convert_fill_identical),
7512 (gst_audio_convert_fill_compatible),
7513 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
7514 (gst_audio_convert_fill_others),
7515 (gst_audio_convert_fill_normalize),
7516 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
7517 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
7518 * gst/audioconvert/gstchannelmix.h:
7519 Implement a channel mixer.
7521 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
7523 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
7524 * ext/alsa/gstalsa.h:
7525 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
7526 Make alsasink actually honor gst_element_set_clock and use that
7527 clock instead of its internal one.
7529 2004-11-27 Christophe Fergeau <teuf@gnome.org>
7531 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
7532 (gst_play_base_bin_change_state): nullify source and decoder when
7533 going from READY to NULL so that we don't try to do weird stuff with
7534 them when going from NULL to READY
7535 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
7536 instead of g_object_unref
7537 (gen_video_element), (gen_audio_element): more refcounting fixes, now
7538 it should be correct
7539 (gst_play_bin_change_state): don't call remove_sinks if we are
7540 currently disposing the object
7542 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7544 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
7545 Don't forget bass if it's there. Else left channel is silent...
7547 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7549 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
7550 (gst_a52dec_change_state):
7551 Don't do sample adjusting anymore, we use float audio now.
7552 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7553 Don't fixate to non-existing properties.
7555 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7557 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
7558 (gst_a52dec_change_state):
7559 Advertise that we can do surround sound.
7561 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7563 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
7564 Add buffer-frames=0.
7565 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
7566 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
7567 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
7568 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
7569 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
7570 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
7571 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
7572 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
7573 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
7574 * ext/dvdread/dvdreadsrc.h:
7575 Add seeking, querying for bytes, sectors, title, angle and
7576 chapter. Handle multiple chapters. Relicense to LGPL because
7577 Billy agreed on that (thanks Billy!).
7579 2004-11-27 Christophe Fergeau <teuf@gnome.org>
7581 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
7582 call parent dispose method
7584 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
7586 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
7587 (gst_audio_clock_get_internal_time):
7588 Fix active <-> inactive transitions: ensure time value always
7589 grows and avoid abrupt value changes.
7591 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
7594 * gst/tta/Makefile.am:
7596 * gst/tta/filters.h:
7598 * gst/tta/gstttadec.c:
7599 * gst/tta/gstttadec.h:
7600 * gst/tta/gstttaparse.c:
7601 * gst/tta/gstttaparse.h:
7603 added TTA parser and decoder
7605 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7607 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7608 (probe_triggered), (check_queue), (buffer_underrun),
7609 (buffer_running), (buffer_overrun), (gen_source_element),
7611 * gst/playback/gstplaybasebin.h:
7612 Implement buffering. Needs some more work.
7614 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7616 * ext/theora/theoradec.c: (theora_dec_chain):
7617 Fix ilog mask range overflow.
7619 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7621 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
7622 Don't omit the last (which in case of dmix is the only :) )
7623 channel count. Don't set channels if <= 2.
7625 2004-11-26 Christophe Fergeau <teuf@gnome.org>
7627 * gst/playback/gstplaybin.c: (gen_video_element),
7628 (gen_audio_element): Removed 2 obsolete comments
7630 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7632 * ext/vorbis/oggvorbisenc.c
7633 * ext/vorbis/vorbisenc.c :
7634 change description fields of those plugins to differentiate them
7635 (pitivi show Encoders by description, they had the same one)
7637 2004-11-25 Christophe Fergeau <teuf@gnome.org>
7639 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7641 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7642 (gst_play_bin_set_property), (gen_video_element),
7643 (gen_audio_element):
7644 Refcounting fixes for provided audio-/videosinks.
7646 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7648 * gst/playback/gstplaybin.c: (gen_video_element),
7649 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
7650 Don't reference all sinks, but only the video- and audiosinks.
7651 The vis. element should be disposed when we're done with it.
7652 We don't have any reason to keep it around. This fixes warnings
7653 when reusing playbin for playing multiple audio files with
7654 vis. enabled. Also release audio device on pause - idea stolen
7657 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7659 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
7660 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
7661 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
7662 * ext/alsa/gstalsaplugin.c: (plugin_init):
7663 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
7664 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
7665 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
7666 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
7667 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
7668 (gst_faad_change_state), (plugin_init):
7669 * ext/faad/gstfaad.h:
7670 * ext/vorbis/vorbis.c: (plugin_init):
7671 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7672 * gst-libs/gst/audio/Makefile.am:
7673 * gst-libs/gst/audio/audio.c: (plugin_init):
7674 * gst-libs/gst/audio/multichannel.c:
7675 (gst_audio_check_channel_positions),
7676 (gst_audio_get_channel_positions),
7677 (gst_audio_set_channel_positions),
7678 (gst_audio_set_structure_channel_positions_list),
7679 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
7680 (gst_audio_fixate_channel_positions):
7681 * gst-libs/gst/audio/multichannel.h:
7682 * gst-libs/gst/audio/testchannels.c: (main):
7683 * gst/audioconvert/gstaudioconvert.c:
7684 (gst_audio_convert_class_init), (gst_audio_convert_init),
7685 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
7686 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
7687 (gst_audio_convert_fixate), (gst_audio_convert_channels):
7688 * gst/audioconvert/plugin.c: (plugin_init):
7689 Surround sound support.
7691 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7693 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
7694 Fix position for discont if we're close as well. Nitpicking, but
7695 saves a few milliseconds of extra waiting or skipping.
7697 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7699 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
7700 We sometimes need parsers for playback, so add those too.
7702 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7705 * gst/apetag/Makefile.am:
7706 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
7707 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
7708 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
7709 (gst_ape_demux_get_src_query_types),
7710 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
7711 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
7712 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
7713 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
7714 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
7715 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
7716 (gst_ape_demux_change_state):
7717 * gst/apetag/apedemux.h:
7718 * gst/apetag/apetag.c: (plugin_init):
7719 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
7721 APE v1/2 tag reader plus typefind function.
7723 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7726 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7727 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7728 Remove hacks for older core. Require newer core version
7731 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7733 * gst/cdxaparse/Makefile.am:
7734 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
7735 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
7736 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
7737 * gst/cdxaparse/gstcdxaparse.h:
7738 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
7739 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
7740 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
7741 (gst_cdxastrip_get_src_query_types),
7742 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
7743 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
7744 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
7745 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
7746 * gst/cdxaparse/gstcdxastrip.h:
7747 SVCD/VCD header stripping separated from CDXA image parsing.
7748 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
7750 Add VCD/SVCD header typefinding for VCD/SVCD.
7751 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
7752 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
7753 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
7754 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
7755 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
7756 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
7757 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
7758 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
7759 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
7760 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
7761 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
7763 Fix up, add seeking, querying, URI interface. Works in totem now.
7765 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
7770 === release 0.8.6 ===
7772 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
7790 releasing 0.8.6, "IOU Love"
7792 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
7794 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7796 * gst/playback/gstplaybasebin.c:
7797 Fix unplayable files error handling. Fixes #158365
7799 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
7801 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7803 * gst/typefind/gsttypefindfunctions.c:
7804 Fix broken mp3 typefinding. Fixes #158375
7806 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
7808 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7810 * ext/ogg/gstoggdemux.c:
7811 Fix sync on broken files. Fixes #158976
7813 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
7815 patch by: Edward Hervey <bilboed@bilboed.com>
7817 * ext/libpng/gstpngenc.c:
7818 Copy over buffer properties. Fixes #158832
7820 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
7822 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
7824 * ext/dvdread/dvdreadsrc.c:
7825 Fixes invalid reads (#158462)
7827 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
7829 * sys/v4l/gstv4lsrc.c:
7830 * sys/v4l/gstv4lsrc.h:
7831 * sys/v4l/v4lsrc_calls.c:
7832 Probe less and cache it. Fixes #159187.
7834 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
7836 * gst/videorate/gstvideorate.c:
7837 Handle all video formats. Fixes #159186.
7839 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
7840 * gst/synaesthesia/gstsynaesthesia.c:
7841 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
7842 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
7843 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
7844 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
7845 (gst_synaesthesia_change_state), (plugin_init):
7846 Fix up synaesthesia to work under different samplerates/ buffer sizes.
7847 Force 320x200 output, as that's the only thing the underlying
7848 synaesthesia implementation supports. Still needs to be made
7851 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7854 Fix mpeg2enc configure check (similar to mplex check below).
7856 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
7858 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7860 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7861 Fix for gcc-2.95 (fixes #158221).
7863 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7865 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7866 Re-add clock distribution hack (until new core is released).
7869 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
7871 fix mplex configure check segfaulting on some systems (bug #140994)
7873 2004-11-13 Benjamin Otte <otte@gnome.org>
7875 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
7877 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7878 do a wait when we enter the loop func with no data available to
7879 write instead of getting into an 100% CPU loop by just returning and
7880 being called again by the scheduler
7882 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
7885 * ext/libvisual/visual.c: (gst_visual_get_type),
7886 (libvisual_log_handler), (gst_visual_getcaps),
7887 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
7889 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
7890 * ext/smoothwave/Makefile.am:
7891 * ext/smoothwave/demo-osssrc.c: (main):
7892 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
7893 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
7894 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
7896 * ext/smoothwave/gstsmoothwave.h:
7897 Make gstsmoothwave a working element in the 20th century.
7899 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
7900 Fix incorrect link function
7902 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7904 * gst/volume/gstvolume.c:
7905 Allow buffer-frames=0.
7907 2004-11-12 Iain <iaingnome@gmail.com>
7909 * configure.ac: Check for polypaudio
7911 * ext/Makefile.am: Build the polyp dir
7913 * ext/polyp: The polypsink sources.
7915 2004-10-30 Iain <iaingnome@gmail.com>
7917 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
7918 caps to reflect the new number of channels.
7920 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7922 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7923 Fix for negotiation order problem. This would show when the
7924 ALSA loopfuction was called before any other function. ALSA
7925 wouldn't do anything because we're not negotiated yet, leading
7926 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
7928 2004-11-11 Tim-Philipp M??ller <t.i.m@zen.co.uk>
7930 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7932 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7933 No warnings (#157986).
7935 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7937 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7938 Prefer apev1/2 and id3v1 (at end of file) over musepack.
7940 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7942 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
7943 Signal no-more-pads (so it works in playbin).
7945 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7947 * ext/musepack/gstmusepackreader.cpp:
7948 Workaround for older core.
7950 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7952 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
7953 Actually test for odd width/height rather than testing whether
7954 a temporary variable that was 0 before we subtracted 1 is now
7955 not equal to zero (which it always is).
7957 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7959 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7960 Fix compilation if HAVE_XVIDEO is not defined
7962 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7964 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7965 Fix compilation if HAVE_XVIDEO is not defined
7967 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
7969 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
7970 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
7971 (gst_goom_change_state), (plugin_init):
7972 Use the bytestream adapter so goom doesn't depend on the input
7974 Add a debug category
7976 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7978 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7979 Only set hardware parameters *after* negotiation. Before
7980 negotiation, it will set ANY and that seems to cause crashes
7981 (see e.g. #151288, #153227).
7983 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7985 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
7986 This seems to be antique leftover. It needs to pass error
7988 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
7989 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
7990 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
7991 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
7992 Fix GstXOverlay implementation (#151059).
7994 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7996 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7997 Don't assert (#157853).
7999 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8001 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8002 Fix bytes/samples confustion.
8003 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8004 Fix for underrun (#144389).
8006 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8008 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8009 Disable halfway-seek for pending release (since it needs a new
8012 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
8014 * sys/v4l/gstv4lsrc.c:
8015 * sys/v4l/gstv4lsrc.h:
8016 * sys/v4l/v4lsrc_calls.c:
8017 add autoprobe-fps property so we can separate autoprobing parts
8019 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
8021 * sys/v4l/gstv4lsrc.c:
8022 * sys/v4l/v4lsrc_calls.c:
8023 initialise fourcc to catch unset fourcc's, and debug
8025 2004-11-09 Wim Taymans <wim@fluendo.com>
8027 * gst/playback/README:
8028 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8029 * gst/playback/gstplaybin.c: (gst_play_bin_init),
8030 (gst_play_bin_dispose), (gst_play_bin_set_property),
8031 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8032 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8033 (gst_play_bin_get_formats), (gst_play_bin_convert),
8034 (gst_play_bin_get_query_types), (gst_play_bin_query):
8035 Cleanups and some more documentation.
8037 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
8039 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8040 (gst_cacasink_init), (gst_cacasink_chain):
8041 * ext/libcaca/gstcacasink.h:
8042 Cacasink inherits from VideoSink, so let that store the clock.
8044 2004-11-09 Wim Taymans <wim@fluendo.com>
8046 * gst/playback/README:
8047 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8048 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8049 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8050 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8051 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8053 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8054 (gst_stream_info_is_mute), (gst_stream_info_set_property):
8055 * gst/playback/gststreaminfo.h:
8057 Only switch groups if all streams have muted (EOSed).
8058 Send Tags in sync with the stream playback instead of in
8059 the playback/preroll phase.
8060 Some cleanups, free the fakesrc elements.
8062 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
8064 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8065 buffer-frames property was missing
8066 * ext/arts/gst_arts.c:
8067 rate missing from sinkcaps
8068 * ext/audiofile/gstafparse.c:
8069 * ext/audiofile/gstafsink.c:
8070 * ext/audiofile/gstafsrc.c:
8071 * ext/swfdec/gstswfdec.c:
8072 int audio doesn't know buffer-frames
8073 * ext/cdparanoia/gstcdparanoia.c:
8074 int audio doesn't know chunksize either
8075 * ext/nas/nassink.c:
8076 it's endianness, not endianess
8077 * gst-libs/gst/audio/audio.h:
8078 make float standard pad template caps really describe float
8079 * gst/law/mulaw.c: (linear_factory):
8081 * gst/mpegstream/gstdvddemux.c:
8082 widths of 20 are not valid
8084 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
8086 Submitted by: Luca Ferretti <elle.uca@infinito.it>
8092 2004-11-08 Wim Taymans <wim@fluendo.com>
8094 * gst/playback/README:
8095 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8096 * gst/playback/gstplaybasebin.c: (probe_triggered),
8097 (gst_play_base_bin_change_state):
8098 Updated README, added more comments for fixmes etc..
8100 2004-11-08 Wim Taymans <wim@fluendo.com>
8102 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8103 We can remove this hack now.
8105 2004-11-08 Wim Taymans <wim@fluendo.com>
8107 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8108 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8109 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8110 Only mix AYUV for maximum quality.
8112 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8114 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8115 (gst_ogg_demux_push), (gst_ogg_pad_push):
8116 Let's act as if we're synchronized now! :).
8117 * ext/theora/theoradec.c: (theora_dec_chain):
8120 2004-11-08 Wim Taymans <wim@fluendo.com>
8122 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8123 (gst_alpha_set_property), (gst_alpha_sink_link),
8124 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8125 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8126 (gst_alpha_init_params), (gst_alpha_chain):
8127 Implement alpha functions for AYUV too, this increases
8128 accuracy quite a bit.
8130 2004-11-08 Wim Taymans <wim@fluendo.com>
8132 * gst/ffmpegcolorspace/avcodec.h:
8133 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8134 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8135 (gst_ffmpegcsp_avpicture_fill):
8136 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8137 (gst_ffmpegcsp_caps_remove_format_info):
8138 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8139 (shrink12), (img_get_alpha_info), (deinterlace_line),
8140 (deinterlace_line_inplace):
8141 * gst/ffmpegcolorspace/imgconvert_template.h:
8142 Added AYUV colorspace and handle RGBA a bit more respectful.
8144 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8146 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8147 Actually always send a discont (cornercase when resending the
8148 same serial-tagged chain twice).
8150 2004-11-08 Julien MOUTTE <julien@moutte.net>
8152 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8153 (gst_ximagesink_finalize):
8154 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8155 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8157 2004-11-08 Wim Taymans <wim@fluendo.com>
8159 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8160 Don't segfault on NULL data.
8162 2004-11-08 Wim Taymans <wim@fluendo.com>
8164 * gst/playback/gstdecodebin.c: (unlinked):
8165 * gst/playback/gstplay-marshal.list:
8166 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8167 (gst_play_base_bin_init), (group_create), (get_active_group),
8168 (get_building_group), (group_destroy), (group_commit),
8169 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8170 (add_element_stream), (no_more_pads), (probe_triggered),
8171 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8172 (state_change), (setup_source), (gst_play_base_bin_get_property),
8173 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8174 (gst_play_base_bin_link_stream),
8175 (gst_play_base_bin_get_streaminfo):
8176 * gst/playback/gstplaybasebin.h:
8177 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8178 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8179 Add support for chained ogg files. Prepare for playlist
8180 support. This patch introduces the concept of pad groups, which
8181 together compose one playable media file.
8183 2004-11-07 David Schleef <ds@schleef.org>
8185 * testsuite/gst-lint: Check for pad templates that aren't statically
8188 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8192 * ext/musepack/Makefile.am:
8193 * ext/musepack/gstmusepackdec.cpp:
8194 * ext/musepack/gstmusepackdec.h:
8195 * ext/musepack/gstmusepackreader.cpp:
8196 * ext/musepack/gstmusepackreader.h:
8197 Add musepack decoder.
8198 * ext/faad/gstfaad.c: (gst_faad_base_init):
8199 Make pad templates static.
8200 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8202 Add musepack typefinder, make mp3 typefinding work halfway stream,
8203 which doesn't actually work yet because id3demux doesn't implement
8206 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8208 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8209 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8210 Fix interrupt event handling (#144436).
8212 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8214 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8217 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
8219 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8221 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8222 Fix weird caps (#157548).
8224 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
8226 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8228 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
8229 Add missing NULL terminator (#157543).
8231 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
8234 * gst/tcp/gsttcpclientsink.c:
8235 * gst/tcp/gsttcpclientsrc.c:
8236 * gst/tcp/gsttcpserversink.c:
8237 * gst/tcp/gsttcpserversrc.c:
8238 ports can go up to 65535. Move common defines to gsttcp.h
8240 2004-11-05 Wim Taymans <wim@fluendo.com>
8242 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
8243 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
8244 Added two more colorspaces.
8246 2004-11-05 Wim Taymans <wim@fluendo.com>
8248 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8249 (gst_ffmpegcsp_avpicture_fill):
8250 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8251 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
8252 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
8255 2004-11-05 Wim Taymans <wim@fluendo.com>
8257 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
8258 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
8259 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8260 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
8261 (gst_videomixer_loop):
8264 2004-11-05 Benjamin Otte <otte@gnome.org>
8266 * ext/mad/gstmad.c: (gst_mad_chain):
8267 don't overflow data buffer. Flush not needed sync data when syncing
8270 2004-11-04 Wim Taymans <wim@fluendo.com>
8272 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8273 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
8274 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
8275 (gst_alpha_init_params), (gst_alpha_chain),
8276 (gst_alpha_change_state):
8277 Updated the chroma keying algorithm with something more
8280 2004-11-03 Wim Taymans <wim@fluendo.com>
8282 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
8283 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8284 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8285 Fix stride issues. Does not completely work for odd
8288 2004-11-03 Wim Taymans <wim@fluendo.com>
8290 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8291 (gst_alpha_chroma_key), (gst_alpha_chain):
8292 Fix stride issues. Does not completely work for odd
8295 2004-11-03 Christophe Fergeau <teuf@gnome.org>
8297 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8298 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
8301 2004-11-03 Wim Taymans <wim@fluendo.com>
8303 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8304 (gst_ffmpegcsp_avpicture_fill):
8305 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8307 * gst/ffmpegcolorspace/imgconvert_template.h:
8308 Use correct _fill function to get correct strides.
8310 2004-11-02 David Schleef <ds@schleef.org>
8312 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8313 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
8314 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
8315 Change all g_print()s to debugging. Add a bunch of consistency
8318 2004-11-02 Wim Taymans <wim@fluendo.com>
8320 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8321 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8322 (unlinked), (no_more_pads), (close_link):
8323 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8324 (unknown_type), (add_element_stream), (new_decoded_pad),
8325 (removed_decoded_pad), (setup_source):
8326 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
8327 (gst_stream_info_class_init), (gst_stream_info_init),
8328 (gst_stream_info_new), (gst_stream_info_dispose),
8329 (stream_info_mute_pad), (gst_stream_info_set_property),
8330 (gst_stream_info_get_property):
8331 * gst/playback/gststreaminfo.h:
8332 Fix playback of multiple files.
8333 a slightly different approach to handling dynamic pad removals.
8334 This one only looks at pads that we have linked.
8336 2004-11-01 Christophe Fergeau <teuf@gnome.org>
8338 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
8339 free" warning from libc.
8341 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8343 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8344 (get_unconnected_element), (remove_starting_from), (pad_removed),
8346 Implement support for dynamic pad changing. We listen to "live"
8347 pad removals (i.e. while playing) and re-setup autoplugging
8348 after that. Playbasebin/playbin need some more work for this
8349 to finally work, but decodebin supports (and replugs) chained
8352 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
8354 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
8355 (gst_alsa_finalize):
8356 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
8357 (gst_cdaudio_finalize):
8358 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8359 (cdparanoia_finalize):
8360 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
8361 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
8362 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8363 (dvdreadsrc_finalize):
8364 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
8365 (gst_flacdec_finalize):
8366 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
8367 (gst_flacenc_finalize):
8368 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
8369 (gst_gnomevfssink_finalize):
8370 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
8371 (gst_gnomevfssrc_finalize):
8372 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
8373 (gst_fameenc_finalize):
8374 * ext/nas/nassink.c: (gst_nassink_class_init),
8375 (gst_nassink_finalize):
8376 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
8377 (gst_sdlvideosink_class_init):
8378 * ext/sndfile/gstsf.c: (gst_sf_dispose):
8379 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
8380 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
8381 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
8382 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8383 (gst_x_window_listener_dispose):
8384 * gst/audioscale/gstaudioscale.c:
8385 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
8386 (play_on_demand_finalize):
8387 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
8388 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8389 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
8390 (cdplayer_finalize):
8391 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
8392 (gst_glimagesink_class_init):
8393 * sys/oss/gstosselement.c: (gst_osselement_class_init),
8394 (gst_osselement_finalize):
8395 * sys/oss/gstosssink.c: (gst_osssink_dispose):
8396 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
8397 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
8398 Fixes a bunch of problems with finalize and dispose functions,
8399 either assumptions that dispose is only called once, or not calling
8400 the parent class dispose/finalize function
8402 2004-11-01 Stefan Kost <ensonic@users.sf.net>
8404 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
8405 added two api precondition guards
8406 use g_strdup with getenv to fix crash when using ENVVAR
8408 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
8409 * ext/esd/esdsink.c: (gst_esdsink_class_init),
8410 (gst_esdsink_finalize):
8411 Use a finalize function, not dispose, and more importantly,
8412 call the parent class finalize function too
8414 2004-11-01 Johan Dahlin <johan@gnome.org>
8416 * ext/ogg/gstoggdemux.c:
8417 * gst/tags/gstvorbistag.c:
8420 2004-10-31 Benjamin Otte <otte@gnome.org>
8422 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8423 lotsa memleaks today. But they're all small...
8425 2004-10-31 Benjamin Otte <otte@gnome.org>
8427 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8428 another memleak crushed
8430 2004-10-31 Benjamin Otte <otte@gnome.org>
8432 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
8435 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8437 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8438 Hack to prevent crash when going to READY inside signal handler
8439 while this function is active.
8441 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8443 * gst/ffmpegcolorspace/Makefile.am:
8444 * gst/ffmpegcolorspace/avcodec.h:
8445 * gst/ffmpegcolorspace/common.h:
8446 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
8447 * gst/ffmpegcolorspace/dsputil.h:
8448 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
8449 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8450 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
8451 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
8452 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
8453 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
8454 (gst_ffmpegcsp_avpicture_fill):
8455 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8456 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8457 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8458 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
8459 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
8460 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
8461 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8462 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
8463 * gst/ffmpegcolorspace/imgconvert.c:
8464 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8465 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
8466 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
8467 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
8468 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
8469 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
8470 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
8471 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
8472 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
8473 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
8474 (grow21), (grow22), (grow41), (grow44), (conv411),
8475 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
8476 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
8477 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
8478 (avpicture_free), (is_yuv_planar), (img_convert),
8479 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
8480 (deinterlace_line_inplace), (deinterlace_bottom_field),
8481 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
8482 * gst/ffmpegcolorspace/imgconvert_template.h:
8483 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
8484 * gst/ffmpegcolorspace/mmx.h:
8485 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
8486 (av_fast_realloc), (av_mallocz_static), (av_free_static),
8487 (av_freep), (avcodec_get_context_defaults),
8488 (avcodec_alloc_context), (avcodec_init):
8489 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
8490 handling plus update from ffmpeg CVS. Large clean-up.
8492 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8494 * gst/playback/Makefile.am:
8495 We need the marshallers for decodebin, too.
8497 2004-10-30 David Schleef <ds@schleef.org>
8499 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
8500 quicktime typefinding work with 64-bit offsets.
8502 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
8504 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
8505 Set EOS on the element when processing an EOS event.
8506 * ext/speex/gstspeexdec.h:
8507 * ext/speex/gstspeexenc.h:
8508 Only keep a const ptr to the mode
8509 * gst-libs/gst/riff/riff-media.c:
8510 (gst_riff_create_audio_caps_with_data),
8511 (gst_riff_create_audio_template_caps):
8512 Allow WMAV3, with up to 6 channels.
8513 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
8514 Don't call gst_pad_set_event_function on a sink pad.
8515 * gst/mpegstream/gstdvddemux.c:
8516 (gst_dvd_demux_get_subpicture_stream),
8517 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
8518 Copy the explicit caps that were set across to the cur_* pads,
8519 instead of trying to use a possibly non-existent negotiated caps.
8520 Reset the type of subpicture pads to UNKNOWN after calling
8521 init_stream, so that the caps get set.
8523 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
8525 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8527 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8528 Don't touch buffer if it is of size 0 (fixes #151064).
8530 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8532 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
8533 Synchronized discont handling.
8535 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8537 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
8538 (gst_ogg_demux_push):
8539 Make seeking sort-of exact again (fixes #156387).
8541 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8543 * gst/playback/gstplaybasebin.c: (unknown_type),
8544 (add_element_stream), (new_decoded_pad),
8545 (gst_play_base_bin_change_state):
8546 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8547 (gst_stream_info_init), (gst_stream_info_new),
8548 (gst_stream_info_dispose), (gst_stream_info_get_property):
8549 * gst/playback/gststreaminfo.h:
8550 Make caps explicitely available. Makes testing for unsupported
8551 types possible. Improves error reporting.
8553 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8555 * gst/audioconvert/gstaudioconvert.c:
8556 (gst_audio_convert_buffer_to_default_format):
8557 Really don't touch read-only buffers (#156563).
8559 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
8561 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8563 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8564 Fix memleak (#155223).
8566 2004-10-29 Wim Taymans <wim@fluendo.com>
8568 * gst/tcp/.cvsignore:
8569 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8570 (gst_multifdsink_class_init), (gst_multifdsink_init),
8571 (gst_multifdsink_add), (gst_multifdsink_remove),
8572 (gst_multifdsink_remove_client_link), (is_sync_frame),
8573 (gst_multifdsink_new_client),
8574 (gst_multifdsink_handle_client_write),
8575 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8576 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
8577 (gst_multifdsink_get_property):
8578 * gst/tcp/gstmultifdsink.h:
8579 Added burst on connect sync_method, deprecated sync_clients,
8580 streamlined the sync code some more.
8582 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8584 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
8585 (gst_play_base_bin_change_state):
8586 Improve error reporting.
8588 2004-10-28 Wim Taymans <wim@fluendo.com>
8590 * gst/tcp/Makefile.am:
8591 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
8592 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
8593 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
8594 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
8595 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
8596 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
8598 Added more locks around fdset structures. Fixed/reworked
8599 the poll array resizing code.
8600 Added stress test for fdset.
8602 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8604 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
8607 2004-10-28 Benjamin Otte <otte@gnome.org>
8609 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
8610 fix link function to always query channels and query width for
8614 * gst/equalizer/Makefile.am:
8615 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
8616 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
8617 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
8618 (arg_to_scale), (setup_filter),
8619 (gst_iir_equalizer_compute_frequencies),
8620 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
8621 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
8625 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
8627 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
8631 Added Norwegian Bokmaal translation
8633 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8635 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
8636 Don't break on options (fixes #156488).
8638 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
8641 * ext/cdaudio/Makefile.am:
8643 fix build on older automake
8645 2004-10-26 Wim Taymans <wim@fluendo.com>
8647 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
8648 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
8649 Allow a little margin when negotiating the framerate.
8651 2004-10-26 Stefan Kost <ensonic@users.sf.net>
8653 * gst/level/gstlevel.c:
8654 synchonised naming of pads and pad-templates
8656 2004-10-26 Wim Taymans <wim@fluendo.com>
8658 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
8659 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
8660 (_find_streams_check), (gst_ogg_demux_push):
8661 Fix EOS again. Needs to be done in a better way. We should not
8662 remove the pad if there is no new chained stream.
8664 2004-10-26 Iain <iaingnome@gmail.com>
8666 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
8667 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
8669 * gst/interleave/interleave.c (interleave_class_init): Hook up release
8671 (interleave_release_pad): Remove the pad.
8672 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
8673 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
8675 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
8677 (gst_xvimagesink_xcontext_clear): Free the xcontext.
8678 (gst_xvimagesink_finalize): Free the par.
8680 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8682 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
8683 (gst_avimux_stop_file):
8684 First calculate the rate, and only then use it. Hdr.rate is a
8685 multiple and not a derivative of hdr.scale. Scale is not the
8686 same as blockalign but is solely related to rate.
8688 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8690 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
8691 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
8694 2004-10-25 James Henstridge <james@jamesh.id.au>
8696 Reviewed by: David Schleef <ds@schleef.org>
8698 * examples/gstplay/player.c: (got_stream_length), (main):
8699 * examples/seeking/cdplayer.c: (update_scale):
8700 * examples/seeking/seek.c: (format_value), (update_scale):
8701 * examples/seeking/spider_seek.c: (format_value), (update_scale),
8703 Build fixes on AMD64.
8705 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8707 reviewed by: Ronald Bultje <rbultje at gnome dot org>
8709 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8710 Fix for some v4l cards which hang in v4lsrc
8712 2004-10-25 Wim Taymans <wim@fluendo.com>
8714 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
8715 (gst_ogg_demux_push), (gst_ogg_chains_clear):
8716 Make sure to remove the pad when a new chain is
8717 encountered. Set some vars to NULL so we don't try
8718 to reference freed memory.
8720 2004-10-25 Wim Taymans <wim@fluendo.com>
8722 * examples/seeking/Makefile.am:
8723 * examples/seeking/cdplayer.c: (update_scale):
8724 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
8725 * examples/seeking/playbin.c: (make_playerbin_pipeline),
8726 (format_value), (update_scale), (iterate), (start_seek),
8727 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
8728 (print_usage), (main):
8729 Added some more examples, update others.
8731 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8733 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
8734 * ext/speex/gstspeexdec.c: (speex_dec_chain):
8735 * ext/theora/theoradec.c: (theora_dec_chain):
8736 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8737 Add codec-name metadata.
8739 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
8741 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8743 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
8744 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8745 * ext/alsa/gstalsamixertrack.h:
8747 ALSA mixer track label internationalization (#154054).
8749 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8751 * ext/theora/theoradec.c: (theora_dec_chain):
8752 Export bitrate as metadata.
8754 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8756 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
8757 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8758 * ext/alsa/gstalsamixertrack.h:
8759 Fix names, fix loop.
8761 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8763 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
8764 (speex_dec_convert):
8765 sinkconvert function so oggdemux can get the file length (totem).
8767 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
8769 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8771 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8772 Don't push incomplete packets.
8773 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
8774 Fix MPEG-4 audio typefinding.
8776 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8778 * sys/v4l/Makefile.am:
8779 * sys/v4l/gstv4l.c: (plugin_init):
8780 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
8781 (gst_v4lelement_init), (gst_v4lelement_dispose),
8782 (gst_v4lelement_change_state):
8783 * sys/v4l/gstv4lelement.h:
8784 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
8785 (gst_v4l_xoverlay_close), (idle_refresh),
8786 (gst_v4l_xoverlay_set_xwindow_id):
8787 * sys/v4l/gstv4lxoverlay.h:
8788 * sys/v4l/v4l-overlay_calls.c:
8789 * sys/v4l/v4l_calls.h:
8790 * sys/v4l2/Makefile.am:
8791 * sys/v4l2/gstv4l2.c: (plugin_init):
8792 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
8793 (gst_v4l2element_init), (gst_v4l2element_dispose),
8794 (gst_v4l2element_change_state):
8795 * sys/v4l2/gstv4l2element.h:
8796 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
8797 (gst_v4l2_xoverlay_close), (idle_refresh),
8798 (gst_v4l2_xoverlay_set_xwindow_id):
8799 * sys/v4l2/gstv4l2xoverlay.h:
8800 * sys/v4l2/v4l2-overlay_calls.c:
8801 * sys/v4l2/v4l2_calls.h:
8802 Remove client-side overlay handling, use the X-server v4l plugin
8803 for that. Nicer overlay, less code. Also make the plugin
8804 compileable without X (but then without overlay, obviously).
8805 Makes xwindowlistener obsolete, should we remove that?
8807 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8809 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
8810 (gst_osssrc_src_query):
8811 * sys/oss/gstosssrc.h:
8812 OK, so people want offset in DEFAULT. This time, actually fix all
8814 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
8817 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8819 * gst/asfdemux/gstasfmux.c:
8820 * gst/avi/gstavimux.c:
8823 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8825 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
8826 Fix properties (channel, norm, frequency).
8828 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8830 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
8832 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
8835 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8837 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
8840 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8842 * sys/v4l2/gstv4l2element.h:
8843 Yet Another Hack (tm) for kernel header borkedness.
8844 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
8845 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
8846 (gst_v4l2src_link), (gst_v4l2src_getcaps),
8847 (gst_v4l2src_change_state):
8848 * sys/v4l2/gstv4l2src.h:
8849 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
8850 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
8851 Fix caps, keep track of state, work.
8853 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8855 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
8858 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8860 * sys/oss/gstosssrc.c: (gst_osssrc_get):
8861 Don't mix bytes and samples.
8863 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8865 * ext/ogg/gstoggmux.c:
8866 Basic pad template which accepts OGM tracks, speex, flac, vorbis
8867 and theora. Any is incorrect.
8868 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
8870 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
8871 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
8872 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
8873 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
8874 * sys/v4l/gstv4lmjpegsrc.h:
8875 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
8876 (gst_v4lsrc_change_state):
8877 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
8878 (gst_v4lmjpegsrc_capture_stop):
8879 Fix caps. Keep track of internal state. Work.
8881 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8884 Fix the build fixes.
8886 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8888 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8889 (gst_ogg_demux_src_event), (_find_chain_seek),
8891 Check for pad availability before using it.
8892 * ext/ogg/gstoggdemux.c: (_find_chain_process):
8893 Fix parsing of chained ogg. Needs more work on the decoder side.
8895 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
8897 * gst/spectrum/Makefile.am:
8898 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
8900 Fix demo and reenable it. Yes, I'm currently playing with audio
8903 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8905 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8906 We love it if files that start at zero work too...
8908 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8910 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
8911 Handle files with missing EOS headers.
8913 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8915 * gst/tcp/gsttcpserversink.c:
8916 (gst_tcpserversink_handle_server_read),
8917 (gst_tcpserversink_init_send):
8918 Zero some variables first (need for accept not to return EINVAL)
8920 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8922 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8923 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
8924 * ext/theora/theoradec.c: (theora_dec_sink_convert),
8926 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8927 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
8928 Seeking and querying finetune.
8930 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
8934 * ext/raw1394/Makefile.am:
8937 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8939 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
8941 * gst/playback/Makefile.am:
8942 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8943 * gst/playback/gstplay-marshal.list:
8944 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
8947 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8949 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
8952 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8954 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8955 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
8957 Yay for non-lineair granulepos in theora.
8959 2004-10-18 Wim Taymans <wim@fluendo.com>
8961 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
8962 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
8963 * ext/dv/gstdvdec.h:
8964 Make sure we renegotiate aspect ratio when the camera switches.
8966 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8968 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8969 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
8971 * ext/theora/theoradec.c: (theora_dec_chain):
8972 Skip headers. Bad idea for chained ogg, but fixes seeking.
8974 2004-10-18 Wim Taymans <wim@fluendo.com>
8977 I swear, this is the last time I touch this.
8979 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8981 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8982 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
8983 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
8985 * ext/theora/theoradec.c: (theora_dec_sink_convert):
8986 Time-to-default conversion.
8987 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8988 Don't error on unknown packets, just skip. We should probably
8989 read them if we want to support chained ogg.
8991 2004-10-18 Wim Taymans <wim@fluendo.com>
8994 Added cdaudio to wrong list.
8996 2004-10-18 Wim Taymans <wim@fluendo.com>
9001 2004-10-18 Wim Taymans <wim@fluendo.com>
9003 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9004 (gst_dvdec_video_link), (gst_dvdec_push):
9005 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9006 (gst_smokeenc_resync), (gst_smokeenc_chain):
9007 Fix mimetype on smoke encoder.
9008 Add aspect ratio to dvdec. Not sure if these
9009 values are correct though....
9011 2004-10-18 Wim Taymans <wim@fluendo.com>
9013 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9014 Fix vorbis property descriptions and ranges.
9016 2004-10-18 Wim Taymans <wim@fluendo.com>
9018 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9019 Really do nothing when no data is available.
9020 Go to the playing state when the stream is not seekable
9023 2004-10-18 Wim Taymans <wim@fluendo.com>
9025 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9026 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9027 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9028 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9029 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9030 Added uri handler for cd://
9033 2004-10-18 Wim Taymans <wim@fluendo.com>
9035 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9036 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9037 (try_to_link_1), (no_more_pads), (close_link), (type_found):
9038 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9039 (remove_prerolls), (unknown_type), (add_element_stream),
9040 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9041 (gst_play_base_bin_remove_element),
9042 (gst_play_base_bin_link_stream):
9043 * gst/playback/gstplaybin.c: (gen_video_element),
9044 (gen_vis_element), (remove_sinks), (setup_sinks):
9045 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9046 (gst_stream_info_get_type), (gst_stream_info_class_init),
9047 (gst_stream_info_init), (gst_stream_info_new),
9048 (gst_stream_info_dispose), (stream_info_mute_pad),
9049 (gst_stream_info_set_property), (gst_stream_info_get_property):
9050 * gst/playback/gststreaminfo.h:
9051 Add sink padtemplate to decodebin.
9052 Added some more comments.
9053 Make queue size configurable in playbasebin.
9054 Added possibility to use elements as sinks (ex cdaudio).
9056 2004-10-15 Wim Taymans <wim@fluendo.com>
9058 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9059 (gst_speexenc_chain):
9060 Fix speex timestamps so that it gets muxed properly.
9062 2004-10-15 Wim Taymans <wim@fluendo.com>
9064 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9065 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9066 (gst_dv1394src_init), (gst_dv1394src_dispose),
9067 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9068 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9069 (gst_dv1394src_event), (gst_dv1394src_get_formats),
9070 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9071 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9072 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9073 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9074 * ext/raw1394/gstdv1394src.h:
9075 Added conversion/query functions.
9076 Update buffer timestamps,
9078 Added uri dv:// so it might play from the firewire in playbin.
9079 Fix a possible leak.
9082 2004-10-15 Wim Taymans <wim@fluendo.com>
9084 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9085 (gst_dv1394src_init), (gst_dv1394src_set_property),
9086 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9087 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9088 * ext/raw1394/gstdv1394src.h:
9089 Added AV/C VTR control support needed for some cameras.
9090 Added automatic port detection.
9091 Added properties for selecting the channel.
9092 The configure.ac script is not yet updated to reflect the
9093 new libavc1394 and librom1394 dependencies.
9095 2004-10-15 Wim Taymans <wim@fluendo.com>
9097 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9098 (qtdemux_parse), (gst_qtdemux_handle_esds):
9099 An esds box is not a container.
9100 Fix parsing of mp4v boxes.
9101 Do not try to renegotiate fps for each frame. Need to
9102 find a better method. This should fix mp4 playback.
9104 2004-10-14 David Schleef <ds@schleef.org>
9106 * configure.ac: update for swfdec-0.3 and liboil-0.2
9107 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9108 * ext/swfdec/gstswfdec.h: same
9109 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9110 * gst/videotestsrc/videotestsrc.c: same
9112 2004-10-14 Wim Taymans <wim@fluendo.com>
9114 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9115 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9116 (is_sync_frame), (gst_multifdsink_new_client),
9117 (gst_multifdsink_handle_client_write),
9118 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9119 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9120 Turn warnings into info.
9121 Don't allow a state change in the streaming thread.
9123 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
9125 * ext/vorbis/oggvorbisenc.c:
9126 * ext/vorbis/vorbisdec.c:
9127 fix template sample rate
9129 2004-10-13 Wim Taymans <wim@fluendo.com>
9131 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9132 Decoding the header first fixes some problems in resyncing
9135 2004-10-12 Wim Taymans <wim@fluendo.com>
9137 * gst/playback/gstplaybin.c: (gen_video_element),
9138 (gen_vis_element), (remove_sinks), (setup_sinks):
9139 Added vis plugin support, need to configure the vis
9140 element to activate it.
9142 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9144 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9145 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9147 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9148 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9149 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9150 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9151 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9152 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9153 * gst/avi/gstavidemux.h:
9154 Support for openDML-2.0 indx/ix## chunks. Support for broken index
9155 recovery (where, if part of the index is broken, we will still read
9156 the rest of the index and recover the broken part by stream
9157 scanning). More broken media support. EOS workarounds. General AVI
9158 braindamage headache recovery. Aspirin included.
9160 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9162 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9163 (cdparanoia_event), (cdparanoia_query):
9164 Get rid of hideous lead-in.
9166 2004-10-11 Wim Taymans <wim@fluendo.com>
9168 * gst/playback/gstplaybasebin.c: (setup_source):
9169 Wrong var used to get g_list_next.
9171 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9173 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9174 (cdparanoia_get), (cdparanoia_open):
9175 Report discid as metadata, add duration.
9177 2004-10-11 Wim Taymans <wim@fluendo.com>
9179 * gst/playback/gstplaybasebin.c: (setup_source):
9180 Cleanup the previous pipeline a little earlier for the
9181 case that a source element provides raw data.
9183 2004-10-11 Benjamin Otte <otte@gnome.org>
9185 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9186 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9187 consuming the last 128 bytes, even though it was valid mp3 data.
9189 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9191 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9192 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9193 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9194 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9196 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9198 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9199 Fix for webcams that support only specific width or height
9201 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
9203 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9205 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9206 Fix wrong discont event setup (fixes #154967).
9208 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
9210 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9212 * gst/auparse/gstauparse.c: (gst_auparse_chain):
9213 Error out on invalid data (fixes #154807).
9215 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
9217 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9219 * ext/dvdread/dvdreadsrc.c: (_read):
9220 Make titles > 0 work again (fixes #154834).
9222 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9224 * gst-libs/gst/riff/riff-media.c:
9225 (gst_riff_create_video_template_caps):
9226 WMV3 missing in template caps.
9228 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9230 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9231 OK, so the original code was too strict. It makes random AVI files
9232 hang for seconds upon opening, which is unacceptable and is far
9233 beyond the original goal of getting multiple chunks for one-chunk
9234 sounc stream files. So now do just that.
9236 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9238 * gst/playback/gstplaybasebin.c: (setup_source),
9239 (gst_play_base_bin_change_state):
9240 Actually clean up streaminfo if output fails. This would trigger
9241 if, for example, there was no CD in the drive. No preroll, so
9242 a streaminfo structure is created, but the subsequent state change
9243 of the thread fails.
9244 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9245 Don't change state if parent failed.
9247 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9249 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9250 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
9251 (gen_video_element), (remove_sinks):
9252 Add small bits of code for screenshot handling.
9254 2004-10-08 Wim Taymans <wim@fluendo.com>
9256 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
9257 (gen_video_element), (gen_audio_element), (setup_sinks):
9258 Don't assume the user provided sinks are named "sink"...
9260 2004-10-08 Wim Taymans <wim@fluendo.com>
9262 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9263 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
9264 (gst_play_base_bin_link_stream):
9265 Do not try to autoplug sources that generate raw streams like
9267 disconnect the preroll overrun signal when we don't need it anymore.
9269 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
9271 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9272 Added reworked patch from #154903 from milosz derezynski (deadchip).
9274 2004-10-08 Wim Taymans <wim@fluendo.com>
9276 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
9277 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
9278 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
9279 (cdparanoia_convert), (cdparanoia_uri_get_type),
9280 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
9281 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
9282 * ext/cdparanoia/gstcdparanoia.h:
9283 This adds the cdda://<tracknum> uri.
9285 2004-10-08 Wim Taymans <wim@fluendo.com>
9287 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9288 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9289 (try_to_link_1), (no_more_pads), (close_link), (type_found):
9290 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9291 (unknown_type), (gst_play_base_bin_remove_element),
9292 (gst_play_base_bin_link_stream):
9293 * gst/playback/gstplaybasebin.h:
9294 * gst/playback/gstplaybin.c: (gst_play_bin_init),
9295 (gst_play_bin_set_property), (gen_video_element),
9296 (gen_audio_element), (setup_sinks):
9297 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9298 (gst_stream_info_get_type), (gst_stream_info_class_init),
9299 (gst_stream_info_init), (gst_stream_info_new),
9300 (gst_stream_info_dispose), (stream_info_mute_pad),
9301 (gst_stream_info_set_property), (gst_stream_info_get_property):
9302 * gst/playback/gststreaminfo.h:
9303 Reuse the audio and video bins.
9304 Some internal cleanups in the stream selection code.
9306 2004-10-08 Julien MOUTTE <julien@moutte.net>
9308 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9309 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9310 * sys/ximage/ximagesink.h:
9311 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9312 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9313 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
9314 not coming from those elements. Moreover these elements should not keep
9315 the xid they have been given when in NULL state.
9317 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9319 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9320 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
9321 * sys/ximage/ximagesink.h:
9322 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9323 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
9324 * sys/xvimage/xvimagesink.h:
9325 Actually only create a new toplevel window if we're not gonna
9326 embed it right after.
9328 2004-10-07 Wim Taymans <wim@fluendo.com>
9330 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
9331 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
9332 * gst/playback/gstplaybin.c: (setup_sinks):
9333 Implement muting/unmuting of streams, mute streams that are not
9336 2004-10-07 Wim Taymans <wim@fluendo.com>
9338 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
9340 Added lame audio/x-ac3 typefind function.
9342 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9347 === release 0.8.5 ===
9349 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9354 releasing 0.8.5, "Take You On"
9356 2004-10-06 Wim Taymans <wim@fluendo.com>
9358 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9359 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
9360 (no_more_pads), (close_link), (type_found):
9361 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9362 * gst/playback/gstplaybin.c: (gen_video_element):
9363 Do not signal the no_more_pads after the first pad when
9364 we are plugging a non dynamic element with multiple
9365 output pads (like swfdec, dvdec, ...).
9367 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
9372 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9374 * gst/wavparse/gstwavparse.c:
9375 add ATRAC3 to STATIC CAPS to fix a warning
9377 * gst/matroska/ebml-read.c:
9378 * gst-libs/gst/riff/riff-read.c:
9381 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9383 * gst-libs/gst/riff/riff-media.c:
9384 generate caps for ATRAC3 audio streams
9386 * gst/realmedia/rmdemux.c:
9387 generate caps for ATRAC3 audio streams
9389 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9391 * gst/wavparse/Makefile.am
9392 * gst/wavparse/riff.h
9393 * gst/wavparse/wavparse.vcproj
9394 riff.h removal (unused and duplication with riff-ids.h)
9396 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9398 * gst/wavparse/gstwavparse.h
9399 remove duplicated defines for audio codec codes
9401 * gst-libs/gst/riff/riff-ids.h
9402 * gst/wavenc/riff.h:
9403 add "4CC" code for ATRAC3 audio streams
9404 add "4CC" code for ITU_G721_ADPCM (unused for now)
9406 2004-10-06 Wim Taymans <wim@fluendo.com>
9408 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
9409 Actually _do_ negotiation. Pass gdouble as arg instead
9410 of guint64 for the framerate.
9412 2004-10-06 Wim Taymans <wim@fluendo.com>
9414 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9415 (find_compatibles), (close_pad_link), (try_to_link_1),
9416 (no_more_pads), (close_link), (type_found):
9417 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9418 * gst/playback/gstplaybin.c: (gen_video_element),
9419 (gen_audio_element):
9420 Set state on newly added element to READY so that negotiation
9422 Addes some more debug info.
9423 Do not try to plug pads with multiple caps structures or ANY
9424 because it is too dangerous since we do not do dynamic
9427 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
9429 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
9433 add Oriya translation
9435 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9437 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9438 Prevent overwrite of size member. Makes audio sound crappy.
9440 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9442 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9443 Add rmvb to the list of known RealMedia extensions
9445 2004-10-05 Wim Taymans <wim@fluendo.com>
9447 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
9448 (mngdec_openstream), (mngdec_closestream),
9449 (mngdec_handle_sink_event), (mngdec_readdata),
9450 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
9451 (mngdec_getcanvasline), (mngdec_refresh),
9452 (gst_mngdec_change_state):
9453 Set the framerate correctly.
9455 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9457 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9458 There was something wrong with the index massaging.
9460 2004-10-04 Wim Taymans <wim@fluendo.com>
9462 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
9463 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
9464 (gst_smokedec_chain):
9465 * ext/jpeg/gstsmokedec.h:
9466 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9467 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
9468 * ext/jpeg/gstsmokeenc.h:
9469 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
9470 (smokecodec_decode_new), (smokecodec_info_free),
9471 (smokecodec_set_quality), (smokecodec_get_quality),
9472 (smokecodec_set_threshold), (smokecodec_get_threshold),
9473 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
9474 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
9475 (smokecodec_encode), (smokecodec_parse_id),
9476 (smokecodec_parse_header), (smokecodec_decode):
9477 * ext/jpeg/smokecodec.h:
9478 * ext/jpeg/smokeformat.h:
9479 Updated smoke, new bitstream, allows embedding in ogg.
9481 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9483 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9484 Fix seeking in some files. All this code is no longer needed (and
9485 actually breaks stuff) because we now synchronize the full index
9486 right when reading the header.
9488 2004-10-04 Wim Taymans <wim@fluendo.com>
9491 configure update for libmng.
9493 2004-10-04 Wim Taymans <wim@fluendo.com>
9495 * ext/libmng/Makefile.am:
9496 * ext/libmng/gstmng.c: (plugin_init):
9497 * ext/libmng/gstmng.h:
9498 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
9499 (gst_mngdec_base_init), (gst_mngdec_class_init),
9500 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
9501 (gst_mngdec_loop), (gst_mngdec_get_property),
9502 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
9503 (mngdec_closestream), (mngdec_handle_sink_event),
9504 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
9505 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
9506 (gst_mngdec_change_state):
9507 * ext/libmng/gstmngdec.h:
9508 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
9509 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
9510 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
9511 (gst_mngenc_chain), (gst_mngenc_get_property),
9512 (gst_mngenc_set_property):
9513 * ext/libmng/gstmngenc.h:
9514 Added basic MNG decoder. Needs more work. The encoder does
9517 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9519 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
9520 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
9521 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
9522 Don't hang on length=0 chunks. Some negotiation fixes. Signal
9525 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
9528 you need at least 1.0.4 of speex
9530 2004-10-04 Iain <iaingnome@gmail.com>
9532 * ext/speex/gstspeexdec.h: Revert the includes changes.
9534 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
9536 2004-09-30 Iain <iaingnome@gmail.com>
9538 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
9539 found during init or set as a property instead of hardcoding /dev/audio
9541 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9543 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
9544 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
9545 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
9546 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
9547 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
9548 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
9549 (gst_rmdemux_dump_data):
9550 Use debug category, fix EOS handling. filesrc ! rmdemux now
9553 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9555 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9556 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
9557 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
9558 Improve allocation, cutting and sorting of the index. How takes a
9559 few seconds instead of minutes.
9561 2004-10-03 Christophe Fergeau <teuf@gnome.org>
9563 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
9566 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9568 * gst-libs/gst/riff/riff-media.c:
9569 (gst_riff_create_video_caps_with_data),
9570 (gst_riff_create_video_template_caps):
9571 Add wing commander format mimetype/fourccs.
9572 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9573 Don't crash if some value is 0.
9575 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9577 * gst-libs/gst/riff/riff-media.c:
9578 (gst_riff_create_video_caps_with_data),
9579 (gst_riff_create_video_template_caps):
9580 Add DIB fourcc (raw, palettized 8-bit RGB).
9581 * gst-libs/gst/riff/riff-read.c:
9582 (gst_riff_read_strf_vids_with_data):
9583 Oops, fix strf_data reading bug.
9584 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9586 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9587 Time for hacks. Sorry Dave. At least one quicktime movie (a
9588 trailer) that I've encountered contains multiple video tracks.
9589 One of those is the actual video track, the other are one-frame
9590 tracks (images). Unfortunately, the number of frames according
9591 to the trak header is 1 for each, so that doesn't help. So
9592 instead, I look at the duration and discard tracks with a
9593 duration shorter than 20% of the length of the stream. Better
9596 2004-10-01 Christian Schaller <christian@fluendo.com>
9598 * ext/ivorbis/vorbis.c:
9599 Patch from Phil Blundell (Bug 152341)
9601 2004-10-01 Wim Taymans <wim@fluendo.com>
9603 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
9604 (speex_dec_get_formats), (speex_dec_convert),
9605 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
9606 (speex_dec_chain), (gst_speexdec_get_property),
9607 (gst_speexdec_set_property):
9610 2004-10-01 Wim Taymans <wim@fluendo.com>
9612 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
9613 (gst_wavparse_stream_init), (gst_wavparse_fmt),
9614 (gst_wavparse_other), (gst_wavparse_loop),
9615 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
9616 (gst_wavparse_srcpad_event):
9617 * gst/wavparse/gstwavparse.h:
9618 Added some more debugging info.
9619 Fix the case where the length of the file is 0.
9620 Make sure we seek to sample borders.
9622 2004-10-01 Wim Taymans <wim@fluendo.com>
9624 * gst/playback/README:
9625 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9626 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9627 (try_to_link_1), (no_more_pads), (close_link), (type_found):
9628 Add some debug info to decodebin, update README
9630 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9632 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
9633 Don't use g_print(); use GST_DEBUG().
9635 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9637 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9638 (gst_ogg_mux_queue_pads):
9639 Handle EOS properly.
9641 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
9643 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9645 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
9646 (gst_faad_chain), (gst_faad_change_state):
9647 * ext/faad/gstfaad.h:
9648 Allow playback of raw (unframed) MPEG AAC files (#148993).
9650 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
9652 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9654 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9655 Throw error if we didn't recognize the stream. Fixes #152289.
9657 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9659 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
9662 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
9664 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9666 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9669 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
9671 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9673 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
9675 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
9678 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9680 * gst-libs/gst/riff/riff-media.c:
9681 (gst_riff_create_video_caps_with_data),
9682 (gst_riff_create_audio_caps_with_data):
9683 Add codec_data handling (like asfdemux used to do).
9684 * gst/asfdemux/gstasf.c: (plugin_init):
9685 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
9686 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
9687 Use riff-media for caps creation instead of our own (mostly
9688 broken) copy of its functions.
9690 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9692 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
9693 Don't actually error out if we get another return value than
9694 -EINVAL. Opposite to what I first thought, drivers have random
9695 return values for this, although -EINVAL is the expected return
9696 value. Since this is not fatal, we shouldn't use
9697 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
9699 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9701 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9702 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
9703 (dvdreadsrc_get_property), (_open), (_seek), (_read),
9704 (dvdreadsrc_get), (dvdreadsrc_open_file),
9705 (dvdreadsrc_change_state):
9706 Fix. Don't do one big huge loop around the whole DVD, that will
9707 cache all data and thus eat sizeof(dvd) (several GB) before we
9709 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
9710 Actually NULL'ify event after using it.
9711 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
9712 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
9713 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9714 (gst_ebml_read_seek), (gst_ebml_read_skip):
9716 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
9717 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
9718 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
9719 Fix timing (this will probably break if I seek using menus, but
9720 I didn't get there yet). VOBs and normal DVDs should now work.
9721 Add a mpeg2-only pad with high rank so this get autoplugged for
9723 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
9724 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
9725 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
9726 (gst_mpeg_demux_get_audio_stream),
9727 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
9728 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
9729 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
9730 MPEG-1 but use dvddemux for MPEG-2.
9731 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
9732 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
9733 (gst_mpeg_parse_parse_packhead):
9734 Timing. Only add pad template if it exists. Add sink template from
9735 class and not from ourselves. This means we will always use the
9736 correct sink template even if it is not the one defined in this
9739 2004-09-29 Wim Taymans <wim@fluendo.com>
9741 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
9742 (gst_mpeg_demux_parse_pes):
9743 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9744 Fix playback of mpeg again, timestamps where screwed up by
9747 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9749 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
9750 Only return true if we actually filled something in. Prevents
9751 player applications from showing a random length for flac files.
9752 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
9753 (gst_riff_read_use_event), (gst_riff_read_handle_event),
9754 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
9755 (gst_riff_read_strf_vids_with_data),
9756 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
9757 OK, ok, so I implemented event handling. Apparently it's normal
9758 that we receive random events at random points without asking
9760 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9761 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
9762 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
9763 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9764 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
9765 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9766 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9767 * gst/avi/gstavidemux.h:
9768 Implement non-lineair chunk handling and subchunk processing.
9769 The first solves playback of AVI files where the audio and video
9770 data of individual buffers that we read are not synchronized.
9771 This should not happen according to the wonderful AVI specs, but
9772 of course it does happen in reality. It is also a prerequisite for
9773 the second. Subchunk processing allows us to cut chunks in small
9774 pieces and process each of these pieces separately. This is
9775 required because I've seen several AVI files with incredibly large
9776 audio chunks, even some files with only one audio chunk for the
9777 whole file. This allows for proper playback including seeking.
9778 This patch is supposed to fix all AVI A/V sync issues.
9779 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
9780 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
9782 * gst/modplug/gstmodplug.cc:
9783 Proper return value setting for the query() function.
9784 * gst/playback/gstplaybasebin.c: (setup_source):
9785 Being in non-playing state (after, e.g., EOS) is not necessarily
9786 a bad thing. Allow for that. This fixes playback of short files.
9787 They don't actually playback fully now, because the clock already
9788 runs. This means that small files (<500kB) with a small length
9789 (<2sec) will still not or barely play. Other files, such as mod
9790 or flx, will work correctly, however.
9792 2004-09-28 Wim Taymans <wim@fluendo.com>
9794 * ext/speex/gstspeex.c: (plugin_init):
9795 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
9796 (gst_speex_dec_class_init), (speex_dec_get_formats),
9797 (speex_get_event_masks), (speex_get_query_types),
9798 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
9799 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
9800 (gst_speexdec_get_property), (gst_speexdec_set_property),
9801 (speex_dec_change_state):
9802 * ext/speex/gstspeexdec.h:
9803 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
9804 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
9805 (gst_speexenc_base_init), (gst_speexenc_class_init),
9806 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
9807 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
9808 (gst_speexenc_src_query), (gst_speexenc_init),
9809 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
9810 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
9811 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
9812 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
9813 (gst_speexenc_chain), (gst_speexenc_get_property),
9814 (gst_speexenc_set_property), (gst_speexenc_change_state):
9815 * ext/speex/gstspeexenc.h:
9816 Rewrote speex encoder, make sure it can be embedded in ogg.
9817 Implemented speex decoder.
9819 2004-09-28 Christian Schaller <christian@fluendo.com>
9822 Remove kioslave plugin. Markey is brewing a new working one
9823 * ext/Makefile.am: Remove kioslave plugin
9825 * gst-plugins.spec.in: remove kio plugin from spec
9827 2004-09-27 Wim Taymans <wim@fluendo.com>
9829 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9830 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9831 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
9832 (gst_multifdsink_new_client),
9833 (gst_multifdsink_handle_client_write),
9834 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9835 (gst_multifdsink_handle_clients):
9836 * gst/tcp/gstmultifdsink.h:
9837 Make syncing to keyframes actually work for new clients and lagging
9840 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
9842 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
9843 (gst_navigationtest_handle_src_event), (draw_box_planar411),
9844 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
9845 * gst/debug/gstnavigationtest.h:
9846 make navigationtest display button-press and button-release events
9848 2004-09-26 Iain <iaingnome@gmail.com>
9850 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
9851 the channels have received a new media event.
9852 (interleave_buffered_loop): Compresses a new media event on all
9855 2004-09-26 Iain <iaingnome@gmail.com>
9857 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
9858 call the sinkpad's default event handler and not the srcpads. He also
9859 says this is confusing :)
9860 (gst_wavenc_stop_file): Company says that seek events only go upstream
9861 we should send a discontinuous downstream instead.
9863 2004-09-25 Christian Schaller <christian@fluendo.com>
9865 * Update SPEC file to be usable in conjunction with Fedora Core,
9866 Fedora.us and freshrpms packages
9867 * Fix typo in multifilesrc test Makefile
9869 2004-09-24 Wim Taymans <wim@fluendo.com>
9871 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9872 Only signal the no_more_pads signal when we have
9873 added the stream to our list.
9875 2004-09-24 Wim Taymans <wim@fluendo.com>
9877 * gst/playback/gstplaybasebin.c: (remove_prerolls),
9879 * gst/playback/gstplaybasebin.h:
9880 * gst/playback/gstplaybin.c: (setup_sinks):
9881 Don't try to preroll or decode more than one audio/video
9884 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9886 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9887 Throw error if we failed to find a suitable output. This should
9888 throw an error if we successfully set up a pipeline (e.g. because
9889 we recognized a media file) but found no decodable streams in it
9890 (e.g. because it contains only media stream types for which we
9891 have no decoders, or because it's not a media type).
9893 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9895 * ext/dirac/Makefile.am:
9896 * ext/dirac/gstdirac.cc:
9897 * ext/dirac/gstdiracdec.cc:
9898 * ext/dirac/gstdiracdec.h:
9899 Do something. Don't actually know if this works because I don't
9901 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
9902 Add channels=1 to caps returned from _getcaps().
9903 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
9904 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
9905 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
9906 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
9907 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
9908 (gst_ogm_parse_change_state):
9909 Separate between audio/video so ogmaudioparse actually uses the
9910 audio pad templates. Both audio and video work now, including
9911 autoplugging. Also use sometimes-srcpad hack.
9912 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
9913 Handle events better. Don't hang on infinite loops.
9914 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
9915 (gst_avi_demux_init), (gst_avi_demux_reset),
9916 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
9917 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
9918 (gst_avi_demux_change_state):
9919 * gst/avi/gstavidemux.h:
9920 Improve A/V sync. Still not perfect.
9921 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
9922 (gst_ebml_read_skip):
9923 Handle events better.
9924 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
9925 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
9926 (qtdemux_audio_caps):
9927 Add IMA4. Improve event handling. Save offset after a seek when
9928 the headers are at the end of the file so that we don't end up in
9930 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9931 Add low-priority typefind support for files with no length.
9933 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9935 * testsuite/multifilesink/Makefile.am:
9938 2004-09-22 Julien MOUTTE <julien@moutte.net>
9940 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9941 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
9942 mistakes from thaytan's patches.
9944 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
9946 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9947 For completeness, XSync in the destroy function as xvimage does.
9949 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
9951 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
9952 Correct caps negotiation
9953 * gst/volume/gstvolume.c: (volume_chain_float),
9954 (volume_chain_int16):
9955 Modify debug output to be little more informative
9956 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
9957 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9958 (gst_xvimagesink_xvimage_destroy):
9959 Add XSync calls after detaching from the shared memory segment to
9962 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9964 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9965 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
9966 * ext/vorbis/vorbis.c: (plugin_init):
9967 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9968 (gst_vorbisenc_chain):
9969 * ext/vorbis/vorbisenc.h:
9970 remove explicit newmedia support from oggmux and vorbisenc
9971 add debug category to vorbisenc
9972 * gst/multifilesink/gstmultifilesink.c:
9973 (gst_multifilesink_class_init), (gst_multifilesink_init),
9974 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
9975 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
9976 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
9978 * gst/multifilesink/gstmultifilesink.h:
9979 add support for streamheader in multifilesink
9981 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9983 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
9984 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
9985 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
9986 Prevent infinite loops. More correct error reporting.
9987 * gst/auparse/gstauparse.c: (gst_auparse_chain):
9988 Error out if negotiation fails.
9989 * gst/playback/gstplaybasebin.c: (setup_source),
9990 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
9991 (gst_play_base_bin_found_tag):
9992 Error/tag forwarding. Pre-roll fixes for source errors on state
9993 changes (e.g. "file does not exist") to prevent hangs.
9995 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9997 * testsuite/multifilesink/Makefile.am:
9998 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
9999 (gst_newmedia_class_init), (gst_newmedia_init),
10000 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10001 (newfile_signal), (test_signal), (main):
10002 * testsuite/multifilesink/multifilesrc_test.c: (main):
10003 * testsuite/multifilesink/oggtheora_test.c:
10004 (gst_newmedia_base_init), (gst_newmedia_class_init),
10005 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10006 (test_format), (newfile_signal), (test_signal), (main):
10007 * testsuite/multifilesink/oggvorbis_test.c:
10008 (gst_newmedia_base_init), (gst_newmedia_class_init),
10009 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10010 (test_format), (newfile_signal), (test_signal), (main):
10011 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10012 (gst_newmedia_class_init), (gst_newmedia_init),
10013 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10014 (newfile_signal), (test_signal), (main):
10017 2004-09-20 Christian Schaller <christian@fluendo.com>
10019 * Fix mikmod license to LGPL as they have relicensed
10020 * Move Dirac and Effectv into LGPL section of README_license
10022 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10024 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10025 (gst_mad_change_state):
10026 Allow for mp3 rate/channels changes. However, only very
10027 conservatively. Reason that we *have* to enable this is smiply
10028 because the mad find_sync() function is not good enough, it will
10029 regularly sync on random data as valid frames and therefore make
10030 us provide random caps as *final* caps of the stream. The best fix
10031 I could think of is to simply require several of the same stream
10032 changes in a row before we change caps.
10033 The actual testcase that works now is #
10034 * ext/ogg/Makefile.am:
10035 * ext/ogg/gstogg.c: (plugin_init):
10036 * ext/ogg/gstogmparse.c:
10037 OGM support (video only for now; I need an audio sample file).
10038 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10039 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10040 (gst_asf_demux_add_video_stream):
10042 * gst/playback/gstplaybasebin.c: (unknown_type):
10043 Don't error out on single unknown-types after all. It's wrong.
10044 If we found type of video and audio but not of a subtitle stream,
10045 it will still error out (which is unwanted). Will find a better fix
10047 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10048 (ogmaudio_type_find), (plugin_init):
10051 2004-09-20 Johan Dahlin <johan@gnome.org>
10053 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10054 after setting caps.
10056 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10058 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10059 * gst/wavenc/gstwavenc.h:
10060 Added newmedia support to wavenc
10062 2004-09-17 Wim Taymans <wim@fluendo.com>
10064 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10065 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10066 (gst_fdset_fd_can_write), (gst_fdset_wait):
10067 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10068 (gst_multifdsink_init), (gst_multifdsink_add),
10069 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10070 (gst_multifdsink_remove_client_link),
10071 (gst_multifdsink_client_queue_buffer),
10072 (gst_multifdsink_handle_client_write),
10073 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10074 (gst_multifdsink_close), (gst_multifdsink_change_state):
10075 * gst/tcp/gstmultifdsink.h:
10076 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10077 (gst_tcpserversink_removed):
10078 Small cleanups in fdset.c
10079 Use a hastable to map fd to the client structure for faster
10080 lookup in _remove and get_stats.
10081 Added virtual function to close the fds.
10082 Handle clients even when the select/poll call was unblocked because
10084 Implement syncing to keyframe in the recovery procedure.
10086 2004-09-16 Iain <iaingnome@gmail.com>
10088 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10091 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10093 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10094 Caps are only set if the type of the stream is unknown, but this
10095 is initialized in ->init_stream(), so set to UNKNOWN after calling
10096 ->init_stream() so that capsnego starts.
10098 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10100 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10101 (gst_avi_demux_stream_data):
10102 Just hardcode for raw audio then. AVI audio sucks.
10104 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
10106 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10107 * gst/matroska/matroska-mux.c: (audiosink_templ),
10108 (gst_matroska_mux_audio_pad_link):
10109 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10110 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10112 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10114 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10115 (gst_avi_demux_stream_data):
10116 Try to fix a/v sync issues.
10118 2004-09-15 David Schleef <ds@schleef.org>
10120 * configure.ac: remove NASM check, since we don't use it. Update
10122 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10123 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10124 Initialized variables.
10125 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10126 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10127 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10130 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10132 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10133 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10134 * gst/avi/gstavidemux.h:
10135 Fix for compressed audio (mp3) timestamp generation. How did this
10138 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10140 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10141 Volume is a double not a float.
10143 2004-09-15 Wim Taymans <wim@fluendo.com>
10145 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10146 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10147 Don't close the fd in multifdsink as we didn't open it in the
10148 first place. Some cleanups.
10150 2004-09-15 Wim Taymans <wim@fluendo.com>
10152 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10153 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10154 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10155 Fix the case where the muxer would mark pages as delta
10156 frames when they are not (vorbis only ogg).
10158 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10160 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10161 (gst_play_base_bin_change_state):
10162 Handle the case where we failed to setup a clear pipeline. This
10163 will throw an error (or EOS, another nice case) and if you don't
10164 catch that, the app will wait for the signal forever (and thus
10167 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10169 * ext/gnomevfs/gstgnomevfssink.c:
10170 (gst_gnomevfssink_uri_get_protocols):
10171 * ext/gnomevfs/gstgnomevfssrc.c:
10172 (gst_gnomevfssrc_uri_get_protocols):
10173 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10174 * ext/gnomevfs/gstgnomevfsuri.h:
10175 Use _uri_new() instead of _open(), so it doesn't take as long and
10176 Christophe's computer won't hang.
10177 * gst/playback/gstplaybasebin.c: (unknown_type):
10178 Throw error on unknown media type, so apps actually display it.
10180 2004-09-14 Brian Cameron <brian.cameron@sun.com
10182 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
10183 this script to work on Solaris since bash shell handles echo
10184 differenly than bash.
10186 2004-09-17 Wim Taymans <wim@fluendo.com>
10188 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10189 (setup_source), (gst_play_base_bin_set_property),
10190 (gst_play_base_bin_add_element):
10191 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10192 Some more work on making sure seeking pauses the pipeline and
10193 that changing the uri actually does something.
10195 2004-09-17 Wim Taymans <wim@fluendo.com>
10197 * gst/tcp/gstfdset.c: (gst_fdset_wait):
10198 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10199 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10200 (gst_tcpserversink_close):
10201 Be a bit more paranoid when freeing memory.
10203 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10205 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10206 (qtdemux_parse_trak):
10207 Don't crash by dividing by zero (see sample movie in #126922).
10209 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10211 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10212 Don't touch non-existing data (fixes crash on file in #140147).
10214 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10216 * gst/playback/gstplaybasebin.c:
10217 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10218 Handle double disposals, and proper change of URIs.
10220 2004-09-13 Martin Eikermann <meiker@upb.de>
10222 * gst/mpegstream/gstmpegparse.c:
10223 fix synchronistation for streams recorded from digital PCR
10226 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10228 * ext/gnomevfs/Makefile.am:
10229 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10230 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
10231 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
10232 (gst_gnomevfssink_uri_get_type),
10233 (gst_gnomevfssink_uri_get_protocols),
10234 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
10235 (gst_gnomevfssink_uri_handler_init),
10236 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
10237 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
10238 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10239 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
10240 (gst_gnomevfssrc_uri_get_type),
10241 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
10242 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
10243 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10244 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
10245 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10246 * ext/gnomevfs/gstgnomevfsuri.h:
10247 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
10248 of fake URIs to see which this version of Gnome-VFS likes, and
10249 uses that for the Gst-URI interface. Makes playbin support http://
10250 streams. Also fix up some stupid behaviour in gnomevfssrc.
10252 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10254 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10255 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10256 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10257 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10258 Update mixer (to sync with other sessions) if we try to obtain
10259 a new value. This makes alsamixer work accross applications.
10260 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10261 Only call sync functions if we're running, else alsalib asserts.
10262 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10263 Sometimes fails to compile. Possibly a gcc bug.
10264 * gst/playback/gstplaybin.c: (gen_video_element),
10265 (gen_audio_element):
10266 Add a reference to an application-provided object, because we lose
10267 this same reference if we add it to the bin. If we don't do this,
10268 we can only use this object once and thus crash if we go from
10269 ready to playing, back to ready and back to playing again.
10270 Also add an audioscale element because several cheap soundcards -
10271 like mine - don't support all samplerates.
10272 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10273 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
10274 Fix wrong order or PAR calls. Makes automatically obtained PAR
10275 from the X server atually being used.
10277 2004-09-12 David Schleef <ds@schleef.org>
10279 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
10280 #151887, #152102, #152247.
10281 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
10282 * examples/seeking/cdparanoia.c: same
10283 * examples/seeking/cdplayer.c: same
10284 * examples/seeking/seek.c: same
10285 * examples/seeking/spider_seek.c: same
10286 * examples/seeking/vorbisfile.c: same
10287 * examples/stats/mp2ogg.c: same
10288 * ext/esd/esdsink.c: (gst_esdsink_class_init),
10289 (gst_esdsink_dispose): Dispose of element properly.
10290 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
10292 * ext/nas/nassink.c: (gst_nassink_class_init),
10293 (gst_nassink_dispose): Dispose of element correctly.
10294 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
10295 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10296 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10297 Fix 64-bit warning.
10298 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10299 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10300 Fix 64-bit warning.
10302 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10304 * configure.ac : change speex detection as 1.1.6 now uses
10305 .pc/pkg-config and they changed their headers location.
10307 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
10309 * gst/matroska/matroska-mux.h:
10310 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
10311 (gst_matroska_mux_start), (gst_matroska_mux_finish),
10312 (gst_matroska_mux_write_data):
10313 Write multiple blocks/frames per cluster.
10314 Write meta-seek information (seek heads).
10316 2004-09-09 Scott Wheeler <wheeler@kde.org>
10318 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
10319 (gst_play_bin_set_property), (gst_play_bin_get_property),
10320 (gen_audio_element), (gen_audio_element):
10321 Add a volume element / property to the pipeline.
10323 2004-09-07 Wim Taymans <wim@fluendo.com>
10325 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
10326 Copy timestamps from the master pad to the output buffers.
10328 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
10330 * ext/raw1394/gstdv1394src.c:
10331 throw errors when applicable
10333 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
10335 * gst/matroska/ebml-ids.h:
10336 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
10337 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
10338 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
10339 automatically convert unix time <-> ebml time when reading/writing
10340 a date, use gst_ebml_write_uint to write CUETIME,
10341 not gst_ebml_write_date.
10342 * gst/matroska/matroska-ids.h:
10343 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
10344 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
10345 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
10346 (gst_matroska_mux_write_data):
10347 Write track and segment UIDs, write muxing date, write
10348 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
10349 Create cues for audio only files.
10351 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10353 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
10354 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10355 Re-commit ALSA switches.
10356 * gst/adder/gstadder.c: (gst_adder_loop):
10357 64-bit fix (#151416).
10358 * gst/debug/progressreport.c: (gst_progressreport_report):
10359 64-bit fix (#151419).
10360 * gst/matroska/matroska-demux.c:
10361 (gst_matroska_demux_parse_contents):
10362 64-bit fix (#151420).
10363 * gst/playback/test3.c: (update_scale):
10364 64-bit fix (#151421).
10366 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
10371 === release 0.8.4 ===
10373 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
10375 * configure.ac: releasing 0.8.4, "Alias"
10377 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
10379 * ext/theora/Makefile.am:
10380 fix makefile. Fixes #151462.
10382 2004-08-30 Wim Taymans <wim@fluendo.com>
10384 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
10385 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10386 (gst_multifdsink_remove_client_link),
10387 (gst_multifdsink_client_queue_buffer),
10388 (gst_multifdsink_handle_client_write):
10389 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
10390 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
10391 Fix some memory leaks.
10393 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
10395 Patch by: David Schleef
10399 rename our detection macro for V4L2. Fixes #151236.
10401 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
10403 Patch by: David Schleef
10406 check to define LAMEPRESET. Fixes #151232.
10408 2004-08-27 David Schleef <ds@schleef.org>
10410 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
10411 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
10412 (gst_glimagesink_fixate): Move local variable declarations to
10413 make gcc-2.95 happy.
10415 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
10418 bump nano for prerelease
10420 2004-08-27 David Schleef <ds@schleef.org>
10422 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
10423 * sys/sunaudio/gstsunaudiosrc.c:
10424 * sys/sunaudio/gstsunaudiosrc.h:
10426 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
10428 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
10429 handle EOS correctly
10430 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
10431 * gst/matroska/matroska-mux.h:
10432 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
10433 VFW compatibility mode
10435 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
10437 patch by: Zaheer Abbas Merali
10439 * ext/ogg/gstoggmux.c:
10440 * ext/vorbis/vorbisenc.c:
10441 * ext/vorbis/vorbisenc.h:
10444 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
10446 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
10447 fix byte order reversion on little endian machines.
10448 * gst/matroska/matroska-mux.c: (audiosink_templ),
10449 (gst_matroska_mux_audio_pad_link):
10450 add TTA codec to the list of supported codecs.
10451 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
10452 (gst_matroska_mux_start), (gst_matroska_mux_finish),
10453 (gst_matroska_mux_write_data):
10454 * gst/matroska/matroska-mux.h:
10455 write segment duration correctly, write muxing app string, fixes bugs
10456 #140897 and #140898.
10457 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
10458 wait for all pads to be negotiated before starting to mux.
10460 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10462 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
10463 * ext/lame/gstlame.h:
10464 Added new media support to lame
10466 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
10468 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
10469 send vorbis headers at the beginning of a stream, fixes bug #141554.
10470 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
10472 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10473 (gst_matroska_demux_plugin_init):
10474 * gst/matroska/matroska-ids.h:
10475 enable demuxing of TTA audio streams, fixes bug #148951.
10476 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
10477 enable typefinding for TTA audio files, fixes bug #148711.
10478 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
10479 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
10480 fixes playback of packed bitstream and xvid with bframes, bug #135407.
10482 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
10484 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10485 (gst_riff_read_element_data), (gst_riff_read_seek),
10486 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
10487 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
10490 2004-08-23 Iain <iaingnome@gmail.com>
10492 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
10493 tags. They appear to be handled differently to normal.
10494 (tag_list_to_id3_tag_foreach): Ditto.
10496 2004-08-22 Wim Taymans <wim@fluendo.com>
10498 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10499 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10500 Make sure we never send -1 granulepos.
10502 2004-08-20 Wim Taymans <wim@fluendo.com>
10504 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10505 (gst_ogg_mux_loop):
10506 I will accept bitchslappings with non sharp objects.
10508 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10511 Clean up the test for lame presets
10513 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10516 * ext/lame/Makefile.am:
10517 * ext/lame/gstlame.c: (gst_lame_class_init),
10518 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
10519 Only enable lame presets if version of lame has presets in API
10521 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
10522 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
10523 * gst/udp/gstudpsrc.h:
10524 Don't call gst_pad_push in a get function. Fixes #150449
10526 2004-08-18 Wim Taymans <wim@fluendo.com>
10528 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
10529 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
10530 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
10531 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
10532 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
10534 * gst/tcp/gstfdset.h:
10535 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10536 (gst_multifdsink_client_queue_buffer),
10537 (gst_multifdsink_handle_client_write):
10538 * gst/tcp/gstmultifdsink.h:
10539 Some extra checks in gstfdset.
10540 Only use send() when the fd is a socket. Don't try to
10541 read from write only fds.
10543 2004-08-18 Wim Taymans <wim@fluendo.com>
10545 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
10546 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
10547 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
10548 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
10550 Add more locking and bounds checking.
10552 2004-08-18 Wim Taymans <wim@fluendo.com>
10554 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
10555 Realloc test fdset in the lock and right before starting
10556 the poll call. Bump the limit to 4096.
10558 2004-08-17 David Schleef <ds@schleef.org>
10560 * sys/sunaudio/Makefile.am:
10561 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
10562 of rates and channels. Make debugging less obnoxious.
10564 Patch from Balamurali Viswanathan implementing a mixer for
10565 Sun audio. (bug #144091):
10566 * sys/sunaudio/gstsunelement.c:
10567 * sys/sunaudio/gstsunelement.h:
10568 * sys/sunaudio/gstsunmixer.c:
10569 * sys/sunaudio/gstsunmixer.h:
10571 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10573 * gst/audioscale/gstaudioscale.c:
10574 * gst/audioscale/gstaudioscale.h:
10575 made audioscale resample from any sample rate to any sample rate
10577 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
10579 * ext/libpng/gstpngdec.c:
10580 error out on unsupported types
10582 2004-08-17 Iain <iaingnome@gmail.com>
10584 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
10585 mid_side and loose_mid_side properties if its a stereo stream.
10587 2004-08-17 Wim Taymans <wim@fluendo.com>
10589 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
10590 (theora_get_formats), (theora_dec_src_convert),
10591 (theora_dec_sink_convert), (theora_dec_src_query),
10592 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
10595 2004-08-17 Wim Taymans <wim@fluendo.com>
10597 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
10598 (gst_ogg_pad_push):
10599 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10600 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10601 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
10602 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10603 Mark delta units in the muxer.
10604 Try to decode the packet after an out-of-sync error from
10607 2004-08-17 Wim Taymans <wim@fluendo.com>
10609 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10610 (gst_multifdsink_init), (gst_multifdsink_add),
10611 (gst_multifdsink_client_queue_buffer),
10612 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
10613 * gst/tcp/gstmultifdsink.h:
10614 Added option to send a keyframe to clients as the first buffer.
10615 Make timeout property writable.
10617 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
10619 patch by: Wim Taymans
10621 * gst/tcp/gstfdset.c:
10622 * gst/tcp/gstmultifdsink.c:
10623 fix index comparison, should include 0
10625 2004-08-16 Wim Taymans <wim@fluendo.com>
10627 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
10628 (gst_fdset_add_fd), (gst_fdset_remove_fd),
10629 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
10630 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
10632 copy when reallocing for poll so the select arguments don't get
10633 changed during the call
10635 2004-08-16 Wim Taymans <wim@fluendo.com>
10637 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10638 (gst_theora_enc_class_init), (theora_enc_sink_link),
10639 (theora_buffer_from_packet), (theora_enc_chain):
10640 Fix bug where buffers were not marked as keyframes
10643 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10645 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
10646 (gst_lame_preset_get_type), (gst_lame_class_init):
10647 describe the enum values for vbr mode and presets more verbosely
10649 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10651 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
10652 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
10653 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
10654 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
10655 * ext/lame/gstlame.h:
10656 add preset property to lame so it can use lame presets
10658 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10660 * ext/lame/gstlame.c: (gst_lame_get_property):
10661 whoops forgot break, thanks teuf
10663 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10665 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
10666 (gst_lame_class_init), (gst_lame_src_getcaps),
10667 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
10668 (gst_lame_get_property), (gst_lame_setup):
10669 * ext/lame/gstlame.h:
10670 fix lame's broken vbr stuff, allow it to resample if need be, and also
10671 make xing header optional
10673 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10675 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
10676 added getcaps function so samplerate doesnt get fixated to silly values
10678 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10680 * ext/lame/gstlame.c: (gst_lame_src_link):
10681 revert previous fix
10683 2004-08-12 Johan Dahlin <johan@gnome.org>
10685 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
10686 checks. Doesn't matter what state we are in. Interfaces are a
10687 compile time thing, not runtime. It also broke the python bindings.
10689 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10691 * ext/lame/gstlame.c: (gst_lame_src_link):
10692 made source pad link function check if sinkpad is ok..fixes the problem
10693 where core fixates the output rate of lame stupidly
10695 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10697 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
10698 * sys/v4l/v4l_calls.c:
10699 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
10700 fix fixate function to handle nonsimple caps.
10701 remove bogus check in _link
10704 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10706 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
10707 set default compression ratio parameter to 0.0 so bitrate parameter
10710 2004-08-11 David Schleef <ds@schleef.org>
10712 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
10714 2004-08-11 David Schleef <ds@schleef.org>
10716 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
10719 2004-08-11 David Schleef <ds@schleef.org>
10721 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
10723 2004-08-11 David Schleef <ds@schleef.org>
10725 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
10727 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
10728 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
10730 * gst/auparse/gstauparse.c: Fix plugin license field.
10731 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
10732 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
10733 * gst/rtp/gstrtp.c: Fix plugin license field.
10735 2004-08-11 Wim Taymans <wim@fluendo.com>
10737 * gst/tcp/Makefile.am:
10738 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
10739 (ensure_size), (gst_fdset_new), (gst_fdset_free),
10740 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
10741 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
10742 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
10743 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10744 (gst_fdset_fd_can_write), (gst_fdset_wait):
10745 * gst/tcp/gstfdset.h:
10746 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
10747 (gst_multifdsink_class_init), (gst_multifdsink_init),
10748 (gst_multifdsink_add), (gst_multifdsink_remove),
10749 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
10750 (gst_multifdsink_remove_client_link),
10751 (gst_multifdsink_handle_client_read),
10752 (gst_multifdsink_client_queue_data),
10753 (gst_multifdsink_client_queue_caps),
10754 (gst_multifdsink_client_queue_buffer),
10755 (gst_multifdsink_handle_client_write),
10756 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10757 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
10758 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
10759 (gst_multifdsink_close):
10760 * gst/tcp/gstmultifdsink.h:
10761 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10762 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
10763 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
10764 (gst_tcpserversink_close):
10765 * gst/tcp/gsttcpserversink.h:
10766 Abstracted away the select call, implemented poll (yes we ran into
10767 the 1024 limit in production).
10769 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
10771 * gst/tcp/gsttcp.c:
10772 * gst/tcp/gsttcpplugin.c:
10773 improve debuggging, remove assert
10775 2004-08-10 Wim Taymans <wim@fluendo.com>
10777 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
10778 (gst_client_status_get_type), (gst_multifdsink_class_init),
10779 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
10780 (gst_multifdsink_handle_client_read),
10781 (gst_multifdsink_handle_client_write),
10782 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10783 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
10784 (gst_multifdsink_get_property):
10785 * gst/tcp/gstmultifdsink.h:
10786 * gst/tcp/gsttcp-marshal.list:
10787 Starting to prepare for specifying buffer time in other units
10788 than buffers. Expose remove reason in signal.
10790 2004-08-10 Wim Taymans <wim@fluendo.com>
10792 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10793 (gst_multifdsink_remove), (gst_multifdsink_clear),
10794 (gst_multifdsink_remove_client_link),
10795 (gst_multifdsink_handle_client_read),
10796 (gst_multifdsink_client_queue_data),
10797 (gst_multifdsink_client_queue_buffer),
10798 (gst_multifdsink_handle_client_write),
10799 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
10800 (gst_multifdsink_chain), (gst_multifdsink_close):
10801 * gst/tcp/gstmultifdsink.h:
10802 Added more debugging info. Changed the way clients are
10803 removed from the lists. Fixed a bug where a bad file descriptor
10804 could cause many clients to be removed.
10806 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
10808 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
10809 allow all pixel-aspect-ratios, not just 1:1
10811 2004-08-09 David Schleef <ds@schleef.org>
10813 * sys/glsink/ARB_multitexture.h: Remove old files.
10814 * sys/glsink/EXT_paletted_texture.h:
10815 * sys/glsink/NV_register_combiners.h:
10816 * sys/glsink/gstgl_nvimage.c:
10817 * sys/glsink/gstgl_pdrimage.c:
10818 * sys/glsink/gstgl_rgbimage.c:
10819 * sys/glsink/gstglsink.c:
10820 * sys/glsink/gstglsink.h:
10821 * sys/glsink/gstglxwindow.c:
10822 * sys/glsink/regcomb_yuvrgb.c:
10824 2004-08-09 David Schleef <ds@schleef.org>
10826 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
10827 GL sink plugin. (Bug #147302)
10829 * configure.ac: Test for OpenGL
10830 * sys/Makefile.am: Use test for OpenGL
10831 * sys/glsink/Makefile.am:
10832 * sys/glsink/glimagesink.c: rewrite
10833 * sys/glsink/glimagesink.h: rewrite
10835 2004-08-09 David Schleef <ds@schleef.org>
10837 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
10839 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
10840 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
10841 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
10843 2004-08-09 Wim Taymans <wim@fluendo.com>
10845 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10846 (gst_multifdsink_add), (gst_multifdsink_get_stats),
10847 (gst_multifdsink_client_remove),
10848 (gst_multifdsink_handle_client_read),
10849 (gst_multifdsink_handle_client_write),
10850 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
10851 Do a bit more logging, make the client_read code more robust.
10853 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
10855 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
10856 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
10857 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
10858 (gst_jpegdec_init), (gst_jpegdec_chain):
10859 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10860 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
10861 cleanups, debugging fixes and memleak plugging
10863 2004-08-09 Wim Taymans <wim@fluendo.com>
10865 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
10866 (theora_get_formats), (theora_dec_src_convert),
10867 (theora_dec_sink_convert), (theora_dec_src_query),
10868 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
10869 (theora_dec_change_state):
10870 Don't crash on missing header packets.
10872 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
10876 Added Albanian translation (Laurent Dhima)
10880 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
10882 * ext/lame/gstlame.c:
10885 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
10887 * sys/ximage/ximagesink.c:
10888 * sys/xvimage/xvimagesink.c:
10889 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
10891 2004-08-06 Wim Taymans <wim@fluendo.com>
10893 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10894 (gst_multifdsink_add), (gst_multifdsink_get_stats),
10895 (gst_multifdsink_client_remove),
10896 (gst_multifdsink_handle_client_read),
10897 (gst_multifdsink_handle_client_write),
10898 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
10899 Make sure we don't try to read more from a client that what
10900 ioctl says us or we deadlock.
10902 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
10904 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
10905 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
10906 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
10907 decouple running_time and n_frames so it can handle changing
10908 framerate while running
10910 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
10914 updated translations
10916 2004-08-04 Benjamin Otte <otte@gnome.org>
10918 * gst/videotestsrc/gstvideotestsrc.c:
10919 (gst_videotestsrc_get_capslist), (generate_capslist),
10921 generate the list of supported caps at startup and reuse it instead
10922 of always generating it
10924 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
10926 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
10927 whoops, last checkin broke normal build
10929 2004-08-03 Benjamin Otte <otte@gnome.org>
10931 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
10932 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
10933 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
10934 (gst_alsa_mixer_get_option):
10935 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
10936 (dvdnavsrc_print_event):
10937 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
10938 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
10939 (gst_ogg_mux_pad_unlink):
10940 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
10941 (gst_multipart_mux_pad_unlink):
10942 * gst/videofilter/gstvideobalance.c:
10943 (gst_videobalance_colorbalance_set_value):
10944 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
10945 (gst_videomixer_pad_unlink):
10947 * sys/oss/gstossmixer.c:
10948 * sys/v4l/gstv4lcolorbalance.c:
10949 * sys/v4l/gstv4ltuner.c:
10950 * sys/v4l/v4lsrc_calls.c:
10951 * sys/v4l2/gstv4l2colorbalance.c:
10952 * sys/v4l2/gstv4l2tuner.c:
10953 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
10955 2004-08-03 Benjamin Otte <otte@gnome.org>
10957 * examples/dynparams/filter.c: (ui_control_create):
10958 * examples/gstplay/player.c: (print_tag):
10959 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
10960 * ext/gdk_pixbuf/gstgdkanimation.c:
10961 (gst_gdk_animation_iter_may_advance):
10962 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
10963 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
10964 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
10965 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
10966 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
10967 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
10968 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
10969 * gst/sine/demo-dparams.c: (main):
10970 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10971 * testsuite/alsa/formats.c: (create_pipeline):
10972 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
10973 fixes for G_DISABLE_ASSERT and friends
10974 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
10975 (mp3_type_frame_length_from_header), (mp3_type_find),
10977 require mp3 typefinding to have at least MIN_HEADERS valid headers
10978 add typefinding for AAC adts files
10980 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
10982 * sys/ximage/ximagesink.c:
10983 (gst_ximagesink_calculate_pixel_aspect_ratio):
10984 * sys/xvimage/xvimagesink.c:
10985 (gst_xvimagesink_calculate_pixel_aspect_ratio):
10986 Make sure we calculate pixel-aspect-ratio using floating point maths
10988 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
10991 updated translation
10993 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
10995 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10996 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
10997 add debugging for display PAR calculation
10999 2004-08-02 David Schleef <ds@schleef.org>
11001 * configure.ac: Fix mikmod CFLAGS.
11003 2004-07-27 Benjamin Otte <otte@gnome.org>
11005 * gst/audioscale/gstaudioscale.c:
11006 - fix templates to only support S16, it's the only format that works
11007 - make caps nego code use try_set_caps_nonfixed and fixation instead
11008 of try_set_caps twice, which is not nice for autopluggers
11009 - change rank to secondary, so autopluggers can pick it up after
11012 2004-08-02 Iain <iain@prettypeople.org>
11014 * gst/interleave/interleave.c (interleave_init),
11015 (interleave_request_new_pad),
11016 (interleave_pad_removed),
11017 (interleave_buffered_loop): Use the real pad count, not the artificial
11020 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
11022 * configure.ac: bump nano back to development
11024 === release 0.8.3 ===
11026 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
11028 * configure.ac: releasing 0.8.3, "Water"
11030 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
11032 * sys/xvimage/xvimagesink.c:
11033 (gst_xvimagesink_calculate_pixel_aspect_ratio),
11034 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11035 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11036 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11037 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11038 * sys/xvimage/xvimagesink.h:
11039 apply similar PAR fixes as to ximagesink
11041 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
11043 patch from: Benjamin Otte
11045 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11046 add link function to lame. Fixes #148986.
11048 2004-08-02 Johan Dahlin <johan@gnome.org>
11050 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11053 2004-07-30 David Schleef <ds@schleef.org>
11055 * gst/videomixer/Makefile.am: Fix things that should have been
11056 fixed in the last checkin.
11058 2004-07-30 David Schleef <ds@schleef.org>
11060 * gst/multipart/Makefile.am: Fix things that should have been
11061 fixed in the last checkin.
11063 2004-07-30 David Schleef <ds@schleef.org>
11065 * testsuite/multifilesink/Makefile.am: Fix unused variable.
11067 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
11070 bump nano for prerelease
11082 2004-07-30 Wim Taymans <wim@fluendo.com>
11084 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11085 (gst_multifdsink_add), (gst_multifdsink_remove),
11086 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11087 (gst_multifdsink_client_remove),
11088 (gst_multifdsink_handle_client_write),
11089 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11090 * gst/tcp/gstmultifdsink.h:
11091 Recover from a select with a bad file descriptor by removing
11094 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
11097 fix requirement of core
11098 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11099 (gst_play_pipeline_setup):
11100 don't use colorspace element. do use hermescolorspace element.
11101 make macro to get a colorspace element.
11102 mark strings for translation.
11114 update translations
11116 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11118 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11119 fix default for newmedia flag
11121 2004-07-30 Wim Taymans <wim@fluendo.com>
11123 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11124 (gst_theora_dec_init), (theora_get_formats),
11125 (theora_dec_src_convert), (theora_dec_sink_convert),
11126 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11127 (theora_dec_chain), (theora_dec_set_property),
11128 (theora_dec_get_property):
11129 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11130 (gst_theora_enc_class_init), (gst_theora_enc_init),
11131 (theora_enc_sink_link), (theora_enc_chain),
11132 (theora_enc_set_property), (theora_enc_get_property):
11133 Added cropping option to theora decoder.
11134 Added border option to theora encoder.
11136 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11138 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11139 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11140 (gst_pngenc_set_property):
11141 * ext/libpng/gstpngenc.h:
11142 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
11144 2004-07-30 Wim Taymans <wim@fluendo.com>
11146 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11147 (theora_enc_sink_link), (theora_enc_chain),
11148 (theora_enc_set_property), (theora_enc_get_property):
11149 Fix encoding of non-multiple-of-16 video.
11151 2004-07-29 David Schleef <ds@schleef.org>
11153 * configure.ac: make test for audiofile more strict
11155 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
11157 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11158 give different names to typefind functions
11160 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
11162 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11163 (gst_ximagesink_calculate_pixel_aspect_ratio),
11164 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11165 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11166 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11167 (gst_ximagesink_get_property), (gst_ximagesink_init):
11168 * sys/ximage/ximagesink.h:
11169 allocate PAR's dynamically.
11170 use autodetected PAR if no object-set PAR is given.
11171 add workaround for directfb's X not setting physical size.
11172 fix to xvimagesink will follow tomorrow.
11174 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11176 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11177 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11178 (gst_shout2send_get_type), (gst_shout2send_set_clock),
11179 (gst_shout2send_class_init), (gst_shout2send_init),
11180 (set_shout_metadata), (gst_shout2send_set_metadata),
11181 (gst_shout2send_chain), (gst_shout2send_set_property),
11182 (gst_shout2send_get_property), (gst_shout2send_connect),
11183 (gst_shout2send_change_state):
11184 * ext/shout2/gstshout2.h:
11185 - fix for sending mp3 audio to icecast2 server, if pad link function not
11186 called before PAUSED state
11187 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11188 - added tagging support for mp3 audio broadcasted
11189 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11192 2004-07-28 Wim Taymans <wim@fluendo.com>
11194 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11195 (gst_ogg_demux_push):
11196 Return query failure when we don't know the length of
11197 an ogg stream insteda of returning TRUE with a bogus value.
11199 2004-07-28 Wim Taymans <wim@fluendo.com>
11201 * ext/theora/theoradec.c: (theora_get_formats),
11202 (theora_dec_src_convert), (theora_dec_sink_convert),
11203 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11204 (theora_dec_chain):
11205 Don't screw up the 1 Chroma for 1 luma sample situation when we
11206 have an odd offset/width by adding a black border in those cases.
11208 2004-07-28 Wim Taymans <wim@fluendo.com>
11210 * ext/theora/theoradec.c: (theora_get_formats),
11211 (theora_dec_src_convert), (theora_dec_sink_convert),
11212 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11213 (theora_dec_chain):
11214 * ext/theora/theoraenc.c: (theora_enc_sink_link):
11215 Added first attempt at cropping of the image as required by the
11216 theora spec. We need more properties in the caps (offset_x,
11217 offset_y,stride) to implement this correctly.
11219 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
11221 * ext/dvdnav/README:
11222 Update the README to use dvddemux
11223 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11224 Ensure getcaps returns a subset of the template caps
11225 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
11226 (gst_mpeg2subt_init):
11227 Ensure getcaps returns a subset of the template caps
11228 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11229 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
11230 (gst_dvd_demux_get_subpicture_stream),
11231 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
11232 * gst/mpegstream/gstdvddemux.h:
11233 Set the explicit caps on the current_video pad before pushing
11235 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11236 (gst_mpeg_demux_get_audio_stream):
11237 Free caps used to gst_pad_set_explicit_caps, which takes a const
11240 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
11242 * configure.ac: update GStreamer requirement to 0.8.4 because of
11245 2004-07-28 Wim Taymans <wim@fluendo.com>
11247 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
11248 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
11249 Add the pad to the element after setting up the caps. This
11250 makes it a lot easier to autoplug.
11252 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
11254 * gst/median/gstmedian.c:
11255 * gst/mpeg2subt/gstmpeg2subt.c:
11256 * gst/mpegaudioparse/gstmpegaudioparse.c:
11257 * gst/mpegstream/gstdvddemux.c:
11258 * gst/mpegstream/gstmpegdemux.c:
11259 * gst/mpegstream/gstmpegpacketize.c:
11260 * gst/rtjpeg/gstrtjpeg.c:
11261 * gst/rtjpeg/gstrtjpegdec.c:
11262 * gst/rtjpeg/gstrtjpegenc.c:
11263 * gst/sine/gstsinesrc.c:
11264 * gst/smooth/gstsmooth.c:
11265 * gst/smpte/gstsmpte.c:
11266 * gst/smpte/gstsmpte.h:
11267 * gst/stereo/gststereo.c:
11268 * gst/videofilter/gstgamma.c:
11269 * gst/videofilter/gstvideobalance.c:
11270 * gst/videofilter/gstvideofilter.c:
11271 * gst/videofilter/gstvideoflip.c:
11272 * gst/videoscale/gstvideoscale.c:
11273 * gst/videoscale/videoscale.c:
11274 * gst/videotestsrc/gstvideotestsrc.c:
11275 * gst/videotestsrc/videotestsrc.c:
11276 * gst/wavenc/gstwavenc.c:
11277 * gst/wavparse/gstwavparse.c:
11278 fix local includes and 64 bits constants
11280 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
11283 * gst-libs/gst/*/*.vcproj:
11285 more working plugins
11287 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11289 * testsuite/alsa/Makefile.am:
11290 * testsuite/alsa/srcstate.c:
11291 add test for alsasrc changing state
11293 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11295 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
11297 * gst/silence/gstsilence.h:
11298 fix silence generation for 16bit raw audio
11300 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
11302 * gst/matroska/matroska-demux.c:
11303 (gst_matroska_demux_parse_metadata),
11304 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
11305 * gst/mpegaudio/common.c:
11306 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11307 (gst_videoscale_getcaps), (gst_videoscale_link),
11308 (gst_videoscale_src_fixate), (gst_videoscale_init),
11309 (gst_videoscale_finalize):
11310 * gst/videoscale/gstvideoscale.h:
11311 * gst/videotestsrc/gstvideotestsrc.c:
11312 (gst_videotestsrc_get_capslist):
11313 * gst/wavenc/gstwavenc.c:
11314 * sys/oss/gstossmixer.c: (fill_labels):
11315 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11316 (gst_ximagesink_handle_xevents),
11317 (gst_ximagesink_calculate_pixel_aspect_ratio),
11318 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
11319 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
11320 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11321 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11322 (gst_ximagesink_init), (gst_ximagesink_class_init):
11323 * sys/ximage/ximagesink.h:
11324 * sys/xvimage/xvimagesink.c:
11325 (gst_xvimagesink_calculate_pixel_aspect_ratio),
11326 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
11327 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
11328 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11329 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11330 * sys/xvimage/xvimagesink.h:
11331 first batch of pixel aspect ratio commits.
11333 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
11335 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11336 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
11337 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
11338 handle stride, needs work if we want to move stride handling
11339 upstream, but works correctly for our purposes.
11341 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
11343 * gst/videoscale/README:
11344 add testing examples
11345 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
11346 (gst_videoscale_chain):
11347 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
11348 (gst_videoscale_get_size):
11349 add get_size function that handles stride like videotestsrc.
11350 fixes conversion for YUV formats for as much as I can test them.
11352 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
11354 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11355 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11356 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11357 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11358 (gst_xvimagesink_xvimage_put):
11359 further cleanups, logging, error handling and synchronizing
11361 2004-07-27 Wim Taymans <wim@fluendo.com>
11363 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11364 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11365 (gst_videomixer_pad_set_property),
11366 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11367 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11368 (gst_videomixer_class_init), (gst_videomixer_init),
11369 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
11370 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
11371 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
11372 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
11373 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
11374 (gst_videomixer_loop), (plugin_init):
11375 Be a nicer negotiation citizen and provide a getcaps function on
11376 the srcpad. This also fixes a crash when resizing.
11378 2004-07-27 Julien MOUTTE <julien@moutte.net>
11380 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11381 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
11383 2004-07-27 Wim Taymans <wim@fluendo.com>
11385 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
11386 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11387 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11388 (gst_pngenc_set_property):
11389 * ext/libpng/gstpngenc.h:
11390 Added snapshot property to pngenc.
11391 removed g_print from pngdec
11393 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
11395 * gst/ac3parse/ac3parse.vcproj
11396 * gst/adder/adder.vcproj
11397 * gst/alpha/alpha.vcproj
11398 * gst/alpha/alphacolor.vcproj
11399 * gst/asfdemux/asf.vcproj
11400 * gst/audioconvert/audioconvert.vcproj
11401 * gst/audiorate/audiorate.vcproj
11402 * gst/audioscale/audioscale.vcproj
11403 * gst/auparse/auparse.vcproj
11404 * gst/avi/avi.vcproj
11405 * gst/cdxaparse/cdxaparse.vcproj
11406 * gst/chart/chart.vcproj
11407 * gst/colorspace/colorspace.vcproj
11408 * gst/cutter/cutter.vcproj
11409 * gst/debug/debug.vcproj
11410 * gst/debug/efence.vcproj
11411 * gst/debug/navigationtest.vcproj
11412 * gst/deinterlace/deinterlace.vcproj
11413 * gst/effectv/effectv.vcproj
11414 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
11415 * gst/filter/filter.vcproj
11416 * gst/flx/flxdec.vcproj
11417 * gst/goom/goom.vcproj
11418 * gst/interleave/interleave.vcproj
11419 * gst/law/alaw.vcproj
11420 * gst/law/mulaw.vcproj
11421 * gst/matroska/matroska.vcproj
11422 * gst/median/median.vcproj
11423 * gst/mixmatrix/mixmatrix.vcproj
11424 * gst/mpeg1sys/mpeg1systemencode.vcproj
11425 * gst/mpeg1videoparse/mp1videoparse.vcproj
11426 * gst/mpeg2sub/mpeg2subt.vcproj
11427 * gst/mpegaudio/mpegaudio.vcproj
11428 * gst/mpegaudioparse/mpegaudioparse.vcproj
11429 * gst/mpegstream/mpegstream.vcproj
11430 * gst/multifilesink/multifilesink.vcproj
11431 * gst/multipart/multipart.vcproj
11432 * gst/oneton/oneton.vcproj
11433 * gst/overlay/overlay.vcproj
11434 * gst/passthrough/passthrough.vcproj
11435 * gst/qtdemux/qtdemux.vcproj
11436 * gst/realmedia/rmdemux.vcproj
11437 * gst/rtjpeg/rtjpeg.vcproj
11438 * gst/rtp/rtp.vcproj
11439 * gst/silence/silence.vcproj
11440 * gst/sine/sinesrc.vcproj
11441 * gst/smooth/smooth.vcproj
11442 * gst/smpte/smpte.vcproj
11443 * gst/spectrum/spectrum.vcproj
11444 * gst/speed/speed.vcproj
11445 * gst/stereo/stereo.vcproj
11446 * gst/switch/switch.vcproj
11447 * gst/tags/tagedit.vcproj
11448 * gst/tcp/tcp.vcproj
11449 * gst/typefind/typefindfunctions.vcproj
11450 * gst/udp/udp.vcproj
11451 * gst/videobox/videobox.vcproj
11452 * gst/videocrop/videocrop.vcproj
11453 * gst/videodrop/videodrop.vcproj
11454 * gst/videofilter/gamma.vcproj
11455 * gst/videofilter/videobalance.vcproj
11456 * gst/videofilter/videofilter.vcproj
11457 * gst/videofilter/videoflip.vcproj
11458 * gst/videoflip/videoflip.vcproj
11459 * gst/videomixer/videomixer.vcproj
11460 * gst/videorate/videorate.vcproj
11461 * gst/videoscale/videoscale.vcproj
11462 * gst/videotestsrc/videotestsrc.vcproj
11463 * gst/virtualdub/virtualdub.vcproj
11464 * gst/volenv/volenv.vcproj
11465 * gst/volume/volume.vcproj
11466 * gst/wavenc/wavenc.vcproj
11467 * gst/wavparse/wavparse.vcproj
11468 * gst/y4m/y4menc.vcproj
11469 * gst-libs/gst/audio/audio.vcproj
11470 * gst-libs/gst/audio/audiofilter.vcproj
11471 * gst-libs/gst/colorbalance/colorbalance.vcproj
11472 * gst-libs/gst/idct/idtc.vcproj
11473 * gst-libs/gst/media-info/media-info.vcproj
11474 * gst-libs/gst/mixer/mixer.vcproj
11475 * gst-libs/gst/navigation/navigation.vcproj
11476 * gst-libs/gst/play/play.vcproj
11477 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
11478 * gst-libs/gst/resample/resample.vcproj
11479 * gst-libs/gst/riff/riff.vcproj
11480 * gst-libs/gst/tuner/tuner.vcproj
11481 * gst-libs/gst/video/video.vcproj
11482 * gst-libs/gst/xoverlay/xoverlay.vcproj
11483 avoid problems with math.h, fix release dependancy
11484 rename GStreamer-0.8.lib to libgstreamer.lib
11486 2004-07-27 Julien MOUTTE <julien@moutte.net>
11488 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
11489 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
11490 the atom is not available we have to unlock the mutex. Fixes #148023
11492 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
11494 * gst-libs/gst/media-info/media-info.h:
11495 issue for a vararg macro with MSVC
11497 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
11499 * gst/effectv/effectv.vcproj
11500 * gst-libs/gst/idct/idct.vcproj:
11501 * gst-libs/gst/media-info/media-info.vcproj:
11502 * gst-libs/gst/navigation/navigation.vcproj:
11503 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
11504 * gst-libs/gst/video/video.vcproj:
11505 * gst-libs/gst/xoverlay/xoverlay.vcproj:
11506 fixes for build problems
11508 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
11510 * gst-libs/gst/audio/audio.def:
11511 * gst-libs/gst/audio/riff.def:
11512 add some definitions needed by plugins
11514 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
11516 * gst/asfdemux/gstasfmux.c
11517 Fix some 64 bits constants to be glib friendly
11519 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
11521 * gst/ac3parse/gstac3parse.c
11522 * gst/audioscale/gstaudioscale.c
11523 * gst/auparse/gstauparse.c
11524 * gst/colorspace/gstcolorspace.c
11525 * gst/colorspace/yuv2rgb.h
11526 local include fixes
11528 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
11531 add more plugins to the build
11533 2004-07-26 Julien MOUTTE <julien@moutte.net>
11535 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11536 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
11538 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
11540 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
11541 (gst_level_set_property), (gst_level_get_property),
11542 (gst_level_base_init), (gst_level_class_init):
11543 add debugging categories. cleanups.
11545 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
11547 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
11548 (gst_videoscale_planar411), (gst_videoscale_planar400),
11549 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
11550 (gst_videoscale_scale_nearest_str1),
11551 (gst_videoscale_scale_nearest_str2),
11552 (gst_videoscale_scale_nearest_str4),
11553 (gst_videoscale_scale_nearest_16bit),
11554 (gst_videoscale_scale_nearest_24bit):
11555 fixed stride issues
11556 tested with 320x240 -> 321, 322, 324 x240
11557 tested with YV12, I420, YUY2, UYVY
11558 fixed packed422rev (don't think it could have worked before)
11559 by testing with UYVY
11561 2004-07-26 Benjamin Otte <otte@gnome.org>
11563 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
11564 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
11566 add debugging category, add error checks like checking return values
11567 of setup calls, make sure it still works after
11568 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
11570 2004-07-26 Wim Taymans <wim@fluendo.com>
11572 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
11573 (gst_mpeg_demux_get_audio_stream),
11574 (gst_mpeg_demux_process_private):
11575 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
11576 Check for error codes from the negotiation functions. Make sure
11577 we really set the pad caps when a new pad is created.
11579 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
11581 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11582 (gst_ffmpeg_caps_to_pix_fmt):
11583 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11584 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11585 (gst_ffmpegcolorspace_pad_link):
11586 don't make function do two things at the same time without reason.
11588 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
11590 * gst/ac3parse/ac3parse.vcproj
11591 * gst/adder/adder.vcproj
11592 * gst/alpha/alpha.vcproj
11593 * gst/alpha/alphacolor.vcproj
11594 * gst/asfdemux/asf.vcproj
11595 * gst/audioconvert/audioconvert.vcproj
11596 * gst/audiorate/audiorate.vcproj
11597 * gst/audioscale/audioscale.vcproj
11598 * gst/auparse/auparse.vcproj
11599 * gst/avi/avi.vcproj
11600 * gst/cdxaparse/cdxaparse.vcproj
11601 * gst/chart/chart.vcproj
11602 * gst/colorspace/colorspace.vcproj
11603 * gst/cutter/cutter.vcproj
11604 * gst/debug/debug.vcproj
11605 * gst/debug/efence.vcproj
11606 * gst/debug/navigationtest.vcproj
11607 * gst/deinterlace/deinterlace.vcproj
11608 * gst/effectv/effectv.vcproj
11609 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
11610 * gst/filter/filter.vcproj
11611 * gst/flx/flxdec.vcproj
11612 * gst/goom/goom.vcproj
11613 * gst/interleave/interleave.vcproj
11614 * gst/law/alaw.vcproj
11615 * gst/law/mulaw.vcproj
11616 * gst/matroska/matroska.vcproj
11617 * gst/median/median.vcproj
11618 * gst/mixmatrix/mixmatrix.vcproj
11619 * gst/mpeg1sys/mpeg1systemencode.vcproj
11620 * gst/mpeg1videoparse/mp1videoparse.vcproj
11621 * gst/mpeg2sub/mpeg2subt.vcproj
11622 * gst/mpegaudio/mpegaudio.vcproj
11623 * gst/mpegaudioparse/mpegaudioparse.vcproj
11624 * gst/mpegstream/mpegstream.vcproj
11625 * gst/multifilesink/multifilesink.vcproj
11626 * gst/multipart/multipart.vcproj
11627 * gst/oneton/oneton.vcproj
11628 * gst/overlay/overlay.vcproj
11629 * gst/passthrough/passthrough.vcproj
11630 * gst/qtdemux/qtdemux.vcproj
11631 * gst/realmedia/rmdemux.vcproj
11632 * gst/rtjpeg/rtjpeg.vcproj
11633 * gst/rtp/rtp.vcproj
11634 * gst/silence/silence.vcproj
11635 * gst/sine/sinesrc.vcproj
11636 * gst/smooth/smooth.vcproj
11637 * gst/smpte/smpte.vcproj
11638 * gst/spectrum/spectrum.vcproj
11639 * gst/speed/speed.vcproj
11640 * gst/stereo/stereo.vcproj
11641 * gst/switch/switch.vcproj
11642 * gst/tags/tagedit.vcproj
11643 * gst/tcp/tcp.vcproj
11644 * gst/typefind/typefindfunctions.vcproj
11645 * gst/udp/udp.vcproj
11646 * gst/videobox/videobox.vcproj
11647 * gst/videocrop/videocrop.vcproj
11648 * gst/videodrop/videodrop.vcproj
11649 * gst/videofilter/gamma.vcproj
11650 * gst/videofilter/videobalance.vcproj
11651 * gst/videofilter/videofilter.vcproj
11652 * gst/videofilter/videoflip.vcproj
11653 * gst/videoflip/videoflip.vcproj
11654 * gst/videomixer/videomixer.vcproj
11655 * gst/videorate/videorate.vcproj
11656 * gst/videoscale/videoscale.vcproj
11657 * gst/videotestsrc/videotestsrc.vcproj
11658 * gst/virtualdub/virtualdub.vcproj
11659 * gst/volenv/volenv.vcproj
11660 * gst/volume/volume.vcproj
11661 * gst/wavenc/wavenc.vcproj
11662 * gst/wavparse/wavparse.vcproj
11663 * gst/y4m/y4menc.vcproj
11664 more plugins supported under windows
11666 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
11668 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11669 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
11670 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
11671 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11672 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
11673 Add debugging statements. Use the sizes as returned by the
11674 *CreateImage calls.
11676 2004-07-26 Johan Dahlin <johan@gnome.org>
11678 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
11679 the pad is negotiated.
11681 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
11683 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
11685 * gst-libs/gst/colorbalance/colorbalance.vcproj:
11686 * gst-libs/gst/idct/idct.vcproj:
11687 * gst-libs/gst/media-info/media-info.vcproj:
11688 * gst-libs/gst/mixer/mixer.vcproj:
11689 * gst-libs/gst/navigation/navigation.vcproj:
11690 * gst-libs/gst/play/play.vcproj:
11691 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
11692 * gst-libs/gst/resample/resample.vcproj:
11693 * gst-libs/gst/tuner/tuner.vcproj:
11694 * gst-libs/gst/video/video.vcproj:
11695 * gst-libs/gst/xoverlay/xoverlay.vcproj:
11696 more plugins supported under windows
11698 2004-07-25 Iain <iain@prettypeople.org>
11700 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
11701 pad now rather than when the pad is created because state changes wipe
11702 explicit caps (fixes #148043).
11704 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
11706 reviewed by Benjamin Otte <otte@gnome.org>
11708 * ext/mad/gstmad.c:
11709 fix mad plugin crashing on Sun (fixes #148289)
11711 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
11714 * gst/avi/avi.vcproj:
11715 * gst/matroska/matroska.def:
11716 * gst/matroska/matroska.vcproj:
11717 remove unused .def files
11719 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
11721 * gst-libs/gst/audio/gstaudiofilter.c:
11722 Clean the local include
11724 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
11727 * gst-libs/gst/audio/audio.def:
11728 * gst-libs/gst/audio/audio.vcproj:
11729 * gst-libs/gst/audio/audiofilter.vcproj:
11730 * gst-libs/gst/audio/riff.def:
11731 * gst-libs/gst/audio/riff.vcproj:
11732 * gst-libs/gst/gst-libs.def:
11733 * gst-libs/gst/gst-libs.vcproj:
11734 * gst/avi/avi.vcproj:
11735 * gst/avi/avi.vcproj:
11736 Copy the files where needed after building, cleaner projects
11738 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
11740 * gst/matroska/ebml-write.c:
11741 Fix some 64 bits constants to be glib friendly
11743 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
11746 * gst-libs/gst/gst-libs.def:
11747 * gst-libs/gst/gst-libs.vcproj:
11748 * gst/matroska/matroska.def:
11749 * gst/matroska/matroska.vcproj:
11750 Add the preliminary canvas to build plugins on Win32
11752 2004-07-23 Benjamin Otte <otte@gnome.org>
11754 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11755 don't enfore negotiation from source side, it breaks
11756 sinesrc ! audioconvert ! osssink
11758 2004-07-22 David Schleef <ds@schleef.org>
11760 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
11761 for ELF files, since they can easily be recognized as audio/mpeg.
11764 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
11766 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
11767 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
11768 (gst_videoscale_scale_nearest_24bit),
11769 (gst_videoscale_scale_nearest_16bit):
11770 fix 16bit and 24bit for stride (24bit might need testing)
11771 don't pretend we do more than one algorithm
11773 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11777 * gst/multifilesink/Makefile.am:
11778 * gst/multifilesink/gstmultifilesink.c:
11779 (gst_multifilesink_get_formats),
11780 (gst_multifilesink_get_query_types), (_do_init),
11781 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
11782 (gst_multifilesink_init), (gst_multifilesink_dispose),
11783 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
11784 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
11785 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
11786 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
11787 (gst_multifilesink_chain), (gst_multifilesink_change_state),
11788 (gst_multifilesink_uri_get_type),
11789 (gst_multifilesink_uri_get_protocols),
11790 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
11791 (gst_multifilesink_uri_handler_init), (plugin_init):
11792 * gst/multifilesink/gstmultifilesink.h:
11793 * testsuite/Makefile.am:
11794 * testsuite/multifilesink/Makefile.am:
11795 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
11796 (gst_newmedia_class_init), (gst_newmedia_init),
11797 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11798 (newfile_signal), (test_signal), (main):
11799 multifilesink plugin for creating new files every time a new media
11800 discontinuity event occurs
11802 2004-07-22 Wim Taymans <wim@fluendo.com>
11804 * gst/alpha/Makefile.am:
11805 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
11806 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
11807 (gst_alpha_color_init), (gst_alpha_color_set_property),
11808 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
11809 (transform), (gst_alpha_color_chain),
11810 (gst_alpha_color_change_state), (plugin_init):
11811 Stupid plugin to to RGBA to AYUV conversion because none of
11812 the colorspace plugins can handle that yet.
11814 2004-07-22 Wim Taymans <wim@fluendo.com>
11816 * examples/seeking/seek.c: (update_scale), (main):
11817 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11818 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
11819 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11820 (gst_decode_bin_init), (gst_decode_bin_dispose),
11821 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11822 (no_more_pads), (close_link), (type_found),
11823 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11825 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11826 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11827 (gst_play_base_bin_dispose), (queue_overrun),
11828 (gen_preroll_element), (remove_prerolls), (unknown_type),
11829 (no_more_pads), (new_stream), (setup_source),
11830 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11831 (play_base_eos), (gst_play_base_bin_change_state),
11832 (gst_play_base_bin_add_element),
11833 (gst_play_base_bin_remove_element),
11834 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11835 (gst_play_base_bin_unlink_stream),
11836 (gst_play_base_bin_get_streaminfo):
11837 * gst/playback/gstplaybin.c: (gen_video_element),
11838 (gen_audio_element):
11839 * gst/playback/gststreaminfo.h:
11840 More playback updates, attempt to fix things after the state change
11843 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
11845 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
11846 (gst_videoscale_scale_nearest_16bit):
11849 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
11851 * gst/videotestsrc/gstvideotestsrc.c:
11852 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
11853 (gst_videotestsrc_init), (gst_videotestsrc_get),
11854 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
11855 (gst_videotestsrc_get_property):
11856 * gst/videotestsrc/gstvideotestsrc.h:
11857 * gst/videotestsrc/videotestsrc.c:
11858 * gst/videotestsrc/videotestsrc.h:
11859 cleanup and commenting
11861 2004-07-21 Wim Taymans <wim@fluendo.com>
11863 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
11864 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
11865 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
11866 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
11867 (_find_chain_get_unknown_part), (_find_streams_check),
11868 (gst_ogg_demux_push), (gst_ogg_pad_push):
11869 * ext/theora/theoradec.c: (theora_get_formats),
11870 (theora_dec_src_convert), (theora_dec_sink_convert),
11871 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11872 (theora_dec_chain):
11873 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11874 (vorbis_dec_convert), (vorbis_dec_src_query),
11875 (vorbis_dec_src_event), (vorbis_dec_event):
11876 More seeking fixes, oggdemux now supports seeking to time and
11877 uses the downstream element to convert granulepos to time.
11878 Seeking in theora-only ogg files now works.
11880 2004-07-21 Wim Taymans <wim@fluendo.com>
11882 * ext/theora/theoradec.c: (gst_theora_dec_init),
11883 (theora_get_formats), (theora_get_event_masks),
11884 (theora_get_query_types), (theora_dec_src_convert),
11885 (theora_dec_sink_convert), (theora_dec_src_query),
11886 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11887 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11888 (vorbis_get_event_masks), (vorbis_get_query_types),
11889 (gst_vorbis_dec_init), (vorbis_dec_convert),
11890 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
11891 Added query/convert/formats functions to vorbis and theora decoders
11892 so that the outside world can use them too. Fixed seeking on an
11893 ogg/theora/vorbis file by disabling the seeking seeking on the
11896 2004-07-21 Julien MOUTTE <julien@moutte.net>
11898 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11899 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
11900 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
11901 images creation for both elements. We don't create the image on caps
11902 nego or renego, we just destroy the internal one if present if it does
11903 not match the needs. The chain function takes care of creating a new
11905 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11906 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
11907 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
11908 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
11909 the image format information. The buffer pool checks for the context
11910 image format and discard images with different formats.
11911 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
11913 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
11915 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11916 (gst_ffmpegcolorspace_chain):
11917 no point in doing any chaining if the pad we want to push from
11920 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
11922 * gst-libs/gst/riff/riff-media.c:
11923 (gst_riff_create_audio_caps_with_data):
11924 Fix double end-to-native symbol conversion (#148021).
11926 2004-07-20 David Schleef <ds@schleef.org>
11928 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
11929 Don't use an Atom that doesn't exist.
11931 2004-07-20 Wim Taymans <wim@fluendo.com>
11933 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11934 (gst_multifdsink_add), (gst_multifdsink_get_stats),
11935 (gst_multifdsink_client_remove),
11936 (gst_multifdsink_handle_client_write),
11937 (gst_multifdsink_queue_buffer):
11938 * gst/tcp/gstmultifdsink.h:
11939 More multifdsink stats. Avoid deadlock by releasing locks
11940 before sending out a signal.
11942 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
11946 added Hungarian translation (Laszlo Dvornik)
11948 2004-07-20 Wim Taymans <wim@fluendo.com>
11950 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11951 (gst_multifdsink_add), (gst_multifdsink_client_remove),
11952 (gst_multifdsink_handle_client_write),
11953 (gst_multifdsink_queue_buffer):
11954 * gst/tcp/gsttcp-marshal.list:
11955 Fixed the stupid marshal definition.
11957 2004-07-20 Wim Taymans <wim@fluendo.com>
11959 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11960 (gst_multifdsink_init), (gst_multifdsink_add),
11961 (gst_multifdsink_client_remove),
11962 (gst_multifdsink_handle_client_write),
11963 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
11964 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
11965 (gst_multifdsink_init_send):
11966 * gst/tcp/gstmultifdsink.h:
11967 Added more stats, added timeout for a client, fixed some typos
11968 and added some comments.
11970 2004-07-20 Wim Taymans <wim@fluendo.com>
11972 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11973 (gst_multifdsink_add), (gst_multifdsink_get_stats),
11974 (gst_multifdsink_client_remove),
11975 (gst_multifdsink_handle_client_write):
11976 * gst/tcp/gstmultifdsink.h:
11977 * gst/tcp/gsttcp-marshal.list:
11978 Added get_stats method that returns a GValueArray of
11981 2004-07-19 Benjamin Otte <otte@gnome.org>
11983 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
11984 make sure longname, description and author are valid UTF-8
11986 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
11988 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
11989 (gst_ximagesink_set_property):
11990 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
11991 (gst_xvimagesink_set_property):
11992 make sure SYNCHRONOUS is respected after getting the X context
11994 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
11996 * gst/matroska/matroska-demux.c:
11997 (gst_matroska_demux_handle_src_event),
11998 (gst_matroska_demux_parse_blockgroup):
11999 * gst/matroska/matroska-ids.h:
12000 add BlockReference tag and ignore it to clear out log.
12001 ignore NAVIGATION events to clear out log.
12003 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
12005 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12006 (gst_matroska_demux_add_stream):
12007 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12008 add debug categories
12010 2004-07-16 Wim Taymans <wim@fluendo.com>
12012 * ext/libpng/Makefile.am:
12013 * ext/libpng/gstpng.c: (plugin_init):
12014 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12015 (gst_pngdec_get_type), (gst_pngdec_base_init),
12016 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12017 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12018 * ext/libpng/gstpngdec.h:
12021 2004-07-16 Julien MOUTTE <julien@moutte.net>
12023 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12024 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12025 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12026 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12027 (gst_ximagesink_buffer_alloc):
12028 * sys/ximage/ximagesink.h:
12029 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12030 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12031 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12032 (gst_xvimagesink_buffer_alloc):
12033 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12034 again. Using internal data pointer of the x(v)image to store image's
12035 data to be coherent with the buffer alloc mechanism. Investigated the
12036 image destruction code to be sure that everything gets freed correctly.
12038 2004-07-16 Wim Taymans <wim@fluendo.com>
12040 * gst-libs/gst/riff/riff-read.c:
12041 (gst_riff_read_strf_vids_with_data),
12042 (gst_riff_read_strf_auds_with_data):
12043 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12044 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12045 Make sure we don't create 0 sized subbuffers in riff-read.
12046 Signal the no more pads signal after reading the avi header.
12048 2004-07-16 Wim Taymans <wim@fluendo.com>
12050 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12051 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12052 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12053 (gst_decode_bin_init), (gst_decode_bin_dispose),
12054 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12055 (no_more_pads), (close_link), (type_found),
12056 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12057 (gst_decode_bin_change_state), (plugin_init):
12058 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12059 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12060 (gst_play_base_bin_dispose), (queue_overrun),
12061 (gen_preroll_element), (remove_prerolls), (unknown_type),
12062 (no_more_pads), (new_stream), (setup_source),
12063 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12064 (play_base_eos), (gst_play_base_bin_change_state),
12065 (gst_play_base_bin_add_element),
12066 (gst_play_base_bin_remove_element),
12067 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12068 (gst_play_base_bin_unlink_stream),
12069 (gst_play_base_bin_get_streaminfo):
12070 * gst/playback/gstplaybasebin.h:
12071 Better error recovery. Added configurable preroll queue size. Faster
12072 detection of no-more-pads.
12074 2004-07-16 Wim Taymans <wim@fluendo.com>
12076 * gst-libs/gst/video/video.h:
12077 Added 32 bits RGBA. Not sure if we should use another mime-type
12078 for alpha rgb. Currently the presence of the alpha_mask property
12079 signals an alpha channel.
12081 2004-07-16 Wim Taymans <wim@fluendo.com>
12083 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12084 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12085 FPS seems to be 0.0 to MAX everywhere else.
12087 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
12089 * gst-libs/gst/riff/riff-media.c:
12090 (gst_riff_create_video_caps_with_data):
12091 mp42/mp43 (no caps) exist too.
12092 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12093 Set pixel_width/height; we've got them in-caps.
12094 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12095 * gst/wavparse/gstwavparse.c: (plugin_init):
12096 Both are valid primary.
12097 * sys/oss/gstossmixer.c:
12098 Remove i18n hack and enable translations.
12100 2004-07-15 Benjamin Otte <otte@gnome.org>
12102 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12103 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12104 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12106 2004-07-15 Benjamin Otte <otte@gnome.org>
12108 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12109 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12110 (gst_alsa_close_audio):
12111 disable some of the debugging code for now. Writing debugging to a
12112 buffer is broken in current alsalib releases.
12114 2004-07-12 Benjamin Otte <otte@gnome.org>
12116 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12119 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
12121 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12122 (theora_dec_src_query), (theora_dec_event):
12123 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12124 add debugging categories. Remove \n's.
12126 2004-07-13 Johan Dahlin <johan@gnome.org>
12128 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12129 (gst_play_bin_get_property): Impl.
12131 2004-07-13 Wim Taymans <wim@fluendo.com>
12133 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12134 When trying to find the stream length, seek back N pages
12135 instead of just one, where N is the number of streams in
12138 2004-07-13 Wim Taymans <wim@fluendo.com>
12140 * gst-libs/gst/riff/riff-media.c:
12141 (gst_riff_create_audio_caps_with_data),
12142 (gst_riff_create_audio_caps),
12143 (gst_riff_create_audio_template_caps):
12144 * gst-libs/gst/riff/riff-media.h:
12145 * gst-libs/gst/riff/riff-read.c:
12146 (gst_riff_read_strf_vids_with_data),
12147 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12148 * gst-libs/gst/riff/riff-read.h:
12149 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12150 (gst_avi_demux_add_stream):
12151 Set codec_data on caps for avidemuxer.
12153 2004-07-12 David Schleef <ds@schleef.org>
12155 * configure.ac: Fix test for Objective C
12157 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
12158 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12159 (gst_gdk_pixbuf_chain):
12160 Add svg and pcx to template caps, and ensure that getcaps returns a
12161 subset of the template caps.
12162 Copy each row manually for output, as gdkpixbuf may pad the
12163 rowstride to a 32-bit word boundary.
12165 2004-07-12 Wim Taymans <wim@fluendo.com>
12167 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12168 (gst_riff_create_video_template_caps):
12169 Fix the template caps to include some more media types.
12171 2004-07-12 Wim Taymans <wim@fluendo.com>
12173 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12174 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12175 (compare_ranks), (print_feature), (gst_decode_bin_init),
12176 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12177 (try_to_link_1), (new_pad), (close_link), (type_found),
12178 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12179 (gst_decode_bin_change_state), (plugin_init):
12180 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12181 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12182 (gst_play_base_bin_dispose), (queue_overrun),
12183 (gen_preroll_element), (remove_prerolls), (no_more_pads),
12184 (new_stream), (setup_source), (gst_play_base_bin_set_property),
12185 (gst_play_base_bin_get_property), (play_base_eos),
12186 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12187 (gst_play_base_bin_remove_element),
12188 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12189 (gst_play_base_bin_unlink_stream),
12190 (gst_play_base_bin_get_streaminfo):
12191 * gst/playback/gstplaybasebin.h:
12192 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12193 (gst_play_bin_class_init), (gst_play_bin_init),
12194 (gst_play_bin_dispose), (gst_play_bin_set_property),
12195 (gst_play_bin_get_property), (gen_video_element),
12196 (gen_audio_element), (remove_sinks), (setup_sinks),
12197 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12198 (gst_play_bin_send_event), (gst_play_bin_get_formats),
12199 (gst_play_bin_convert), (gst_play_bin_get_query_types),
12200 (gst_play_bin_query), (plugin_init):
12201 * gst/playback/test4.c: (main):
12202 More fixes on reusing of the element.
12204 2004-07-11 Benjamin Otte <otte@gnome.org>
12206 * ext/mad/gstmad.c: (normal_seek):
12207 allow seeking for other methods than just SET
12209 2004-07-11 Andy Wingo <wingo@pobox.com>
12211 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12212 float, "any" caps -> buffer_frames=[0,MAX].
12214 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12215 doesn't intersect our caps with the template any more. Do it
12217 (interleave_buffered_loop): Use g_newa instead of malloc/free.
12219 2004-07-09 Wim Taymans <wim@fluendo.com>
12221 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12222 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12223 (compare_ranks), (print_feature), (gst_decode_bin_init),
12224 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12225 (try_to_link_1), (new_pad), (close_link), (type_found),
12226 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12227 (gst_decode_bin_change_state), (plugin_init):
12228 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12229 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12230 (gst_play_base_bin_dispose), (queue_overrun),
12231 (gen_preroll_element), (remove_prerolls), (no_more_pads),
12232 (new_stream), (setup_source), (gst_play_base_bin_set_property),
12233 (gst_play_base_bin_get_property), (play_base_eos),
12234 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12235 (gst_play_base_bin_remove_element),
12236 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12237 (gst_play_base_bin_unlink_stream),
12238 (gst_play_base_bin_get_streaminfo):
12239 * gst/playback/gstplaybasebin.h:
12240 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12241 (gst_play_bin_class_init), (gst_play_bin_init),
12242 (gst_play_bin_dispose), (gst_play_bin_set_property),
12243 (gst_play_bin_get_property), (gen_video_element),
12244 (gen_audio_element), (remove_sinks), (setup_sinks),
12245 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12246 (gst_play_bin_send_event), (gst_play_bin_get_formats),
12247 (gst_play_bin_convert), (gst_play_bin_get_query_types),
12248 (gst_play_bin_query), (plugin_init):
12249 * gst/playback/test4.c: (main):
12250 Work on object reuse and seeking.
12252 2004-07-09 Wim Taymans <wim@fluendo.com>
12254 * examples/seeking/seek.c: (iterate):
12255 Don't consume all CPU in the idle loop.
12257 2004-07-09 Wim Taymans <wim@fluendo.com>
12259 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
12260 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
12261 Add pad to element *after* setting the pad functions so that
12262 the scheduler can use the correct ones.
12264 2004-07-09 Wim Taymans <wim@fluendo.com>
12266 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12267 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
12268 Sync to keyframe after seek
12270 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12272 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12273 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12274 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
12275 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
12276 * ext/libvisual/visual.c: (gst_visual_change_state):
12277 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
12278 * ext/theora/theoradec.c: (theora_dec_change_state):
12279 * ext/theora/theoraenc.c: (theora_enc_change_state):
12280 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
12281 * gst-libs/gst/navigation/navigation.c:
12282 * gst/adder/gstadder.c: (gst_adder_change_state):
12283 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12284 (gst_audio_convert_get_buffer):
12285 * gst/multipart/multipartdemux.c:
12286 (gst_multipart_demux_change_state):
12287 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
12288 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12289 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12290 * gst/videoscale/gstvideoscale.c:
12291 (gst_videoscale_handle_src_event):
12292 * gst/volume/gstvolume.c: (volume_chain_int16):
12293 don't assert in state change, this should be done by the base
12295 various debugging fixes.
12297 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12300 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12301 (gst_play_dispose), (gst_play_set_location),
12302 (gst_play_set_data_src), (gst_play_set_video_sink),
12303 (gst_play_set_audio_sink), (gst_play_set_visualization),
12304 (gst_play_connect_visualization), (gst_play_get_sink_element),
12305 (gst_play_get_all_by_interface):
12306 * gst-libs/gst/play/play.h:
12307 add new method to get elements implementing an interface.
12308 add various error logging
12310 2004-07-08 Wim Taymans <wim@fluendo.com>
12312 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
12313 (make_mpeg_pipeline), (make_mpegnt_pipeline),
12314 (make_playerbin_pipeline), (query_durations_elems),
12315 (query_durations_pads), (query_positions_elems),
12316 (query_positions_pads), (update_scale), (iterate), (stop_seek),
12318 Added playbin seeking example.
12320 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12322 * gst-libs/gst/play/play.c: (gst_play_set_location),
12323 (gst_play_set_data_src), (gst_play_set_video_sink),
12324 (gst_play_set_audio_sink), (gst_play_set_visualization),
12325 (gst_play_connect_visualization), (gst_play_get_framerate):
12326 use a macro to look up elements from hash table
12328 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12330 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
12331 (gst_play_get_length_callback), (gst_play_set_location),
12332 (gst_play_seek_to_time), (gst_play_set_data_src),
12333 (gst_play_set_video_sink), (gst_play_set_audio_sink),
12334 (gst_play_set_visualization), (gst_play_connect_visualization),
12335 (gst_play_get_sink_element):
12336 - add debugging info
12337 - fix looking up sink elements by iterating over complete caps
12338 - put everything except for source and autoplugger in a complete bin
12340 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12342 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
12343 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
12344 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
12345 (gst_alsa_sink_write), (gst_alsa_sink_loop):
12346 * ext/alsa/gstalsasink.h:
12347 - add debugging info
12348 - clean up schizophrenia of data/buffer/event
12349 - fix double event unref error
12351 2004-07-08 Wim Taymans <wim@fluendo.com>
12353 * gst/playback/Makefile.am:
12354 Add headers to noinst
12356 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12358 * tools/gst-launch-ext-m.m:
12359 * tools/gst-launch-ext.1.in:
12360 convert to the third millenium
12362 2004-07-07 David Schleef <ds@schleef.org>
12364 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
12366 2004-07-07 Wim Taymans <wim@fluendo.com>
12368 * gst/playback/Makefile.am:
12369 * gst/playback/README:
12370 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12371 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12372 (compare_ranks), (print_feature), (gst_decode_bin_init),
12373 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12374 (try_to_link_1), (new_pad), (close_link), (type_found),
12375 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12377 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12378 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12379 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
12380 (gen_preroll_element), (no_more_pads), (new_stream),
12381 (setup_source), (gst_play_base_bin_set_property),
12382 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
12383 (gst_play_base_bin_add_element),
12384 (gst_play_base_bin_remove_element),
12385 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12386 (gst_play_base_bin_unlink_stream),
12387 (gst_play_base_bin_get_streaminfo):
12388 * gst/playback/gstplaybasebin.h:
12389 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12390 (gst_play_bin_class_init), (gst_play_bin_init),
12391 (gst_play_bin_dispose), (gst_play_bin_set_property),
12392 (gst_play_bin_get_property), (gen_video_element),
12393 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
12394 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12395 (gst_play_bin_get_formats), (gst_play_bin_convert),
12396 (gst_play_bin_get_query_types), (gst_play_bin_query),
12398 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12399 (gst_stream_info_get_type), (gst_stream_info_class_init),
12400 (gst_stream_info_init), (gst_stream_info_new),
12401 (gst_stream_info_dispose), (gst_stream_info_set_property),
12402 (gst_stream_info_get_property):
12403 * gst/playback/gststreaminfo.h:
12404 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12406 * gst/playback/test2.c: (main):
12407 * gst/playback/test3.c: (update_scale), (main):
12408 More playbin fixes. Added README. Do better element filtering.
12409 Added base class to preroll media. Added test apps.
12411 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
12413 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
12414 * ext/mpeg2dec/gstmpeg2dec.h:
12415 various debugging improvements. Reset stream to next picture
12416 instead of sequence header, otherwise seeks cannot work.
12418 2004-07-07 Wim Taymans <wim@fluendo.com>
12420 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12421 (gst_video_box_class_init), (gst_video_box_set_property),
12422 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
12423 Use pad_alloc where possible.
12425 2004-07-07 Wim Taymans <wim@fluendo.com>
12427 * sys/oss/gstosselement.c: (gst_osselement_reset),
12428 (gst_osselement_parse_caps):
12429 * sys/oss/gstosselement.h:
12430 * sys/oss/gstosssrc.c: (gst_osssrc_get):
12431 Fix offset on osssrc.
12433 2004-07-07 Wim Taymans <wim@fluendo.com>
12435 * ext/theora/theora.c: (plugin_init):
12436 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
12437 (theora_dec_src_query), (theora_dec_chain):
12438 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12439 (theora_enc_sink_link), (theora_buffer_from_packet),
12440 (theora_push_packet), (theora_enc_chain):
12441 Fix theora granulepos calculation.
12442 Fix overflow in duration/position calculation.
12443 Bump rank to PRIMARY for theoradec.
12444 Use granulepos of last packet to calculate position.
12445 Set keyframe flag on buffers when needed.
12447 2004-07-06 David Schleef <ds@schleef.org>
12449 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
12450 serious? (Fixed, obviously.)
12452 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
12456 added Czech translation (Miloslav Trmac)
12458 2004-07-05 Wim Taymans <wim@fluendo.com>
12460 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12461 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12462 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
12463 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12464 (close_link), (type_found), (gst_decode_bin_set_property),
12465 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
12466 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
12467 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
12468 (gst_decode_bin_query), (plugin_init):
12469 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12470 (gst_play_bin_class_init), (gst_play_bin_init),
12471 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
12472 (get_video_element), (new_pad), (setup_source),
12473 (gst_play_bin_set_property), (gst_play_bin_get_property),
12474 (gst_play_bin_change_state), (gst_play_bin_add_element),
12475 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
12476 (gst_play_bin_send_event), (gst_play_bin_get_formats),
12477 (gst_play_bin_convert), (gst_play_bin_get_query_types),
12478 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
12479 * gst/playback/test.c: (main):
12480 More fixes, cleaned up playbin, make it use decodebin. Added
12481 threaded property to playbin.
12483 2004-07-05 Wim Taymans <wim@fluendo.com>
12486 * gst/playback/Makefile.am:
12487 * gst/playback/decodetest.c: (main):
12488 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12489 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12490 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
12491 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12492 (close_link), (type_found), (gst_decode_bin_set_property),
12493 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
12494 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
12495 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
12496 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
12498 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12499 (gst_play_bin_class_init), (gst_play_bin_init),
12500 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
12501 (collect_sink_pads), (find_compatibles), (close_pad_link),
12502 (try_to_link_1), (new_pad), (close_link), (type_found),
12503 (setup_source), (gst_play_bin_set_property),
12504 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
12505 (compare_ranks), (gst_play_bin_collect_factories),
12506 (gst_play_bin_change_state), (gst_play_bin_add_element),
12507 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
12508 (gst_play_bin_send_event), (gst_play_bin_get_formats),
12509 (gst_play_bin_convert), (gst_play_bin_get_query_types),
12510 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
12511 * gst/playback/test.c: (main):
12512 Added some playback helper elements and some test apps, very alpha
12515 2004-07-04 Benjamin Otte <otte@gnome.org>
12517 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
12518 only restart audio when we indeed have an xrun to fix repeated
12519 xruns. Fix suggested by Giuliano Pochini.
12521 2004-07-03 David Schleef <ds@schleef.org>
12523 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
12524 call to gst_debug_log() if debugging is disabled (bug #145118)
12526 2004-07-03 Benjamin Otte <otte@gnome.org>
12528 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
12529 use our own functions for restarting the alsa device.
12530 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12531 I should apply patches myself - use MIN for the third argument, not
12532 the second, this fixes seeking
12534 2004-07-02 David Schleef <ds@schleef.org>
12536 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12537 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
12540 2004-07-02 David Schleef <ds@schleef.org>
12542 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
12543 output buffers. Fix logic mistake. (bug #144866)
12545 2004-07-02 David Schleef <ds@schleef.org>
12547 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
12548 on X. (bug #144753)
12550 2004-07-02 David Schleef <ds@schleef.org>
12552 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
12553 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
12555 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
12556 (gst_osselement_rate_probe_check): Add another workaround for
12557 buggy drivers (bug #145336)
12559 2004-07-02 David Schleef <ds@schleef.org>
12561 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
12562 Most systems don't have MSG_NOSIGNAL.
12564 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
12567 * gst-libs/gst/colorbalance/Makefile.am:
12568 * gst-libs/gst/mixer/Makefile.am:
12569 * gst-libs/gst/play/Makefile.am:
12570 * gst-libs/gst/tuner/Makefile.am:
12571 (hopefully) fix both install and dist and make error message useful.
12572 needs testing across automakes.
12574 2004-07-02 Benjamin Otte <otte@gnome.org>
12576 * ext/ogg/gstogg.c: (plugin_init):
12577 we require bytestream now
12578 * ext/ogg/gstoggdemux.c:
12579 huge diff to implement chain setup in a fast and generic way. This
12580 improves tag reading and startup of huge files (read: Theora videos)
12581 quite a bit. It probably contains bugs, too, so please test.
12582 Seeking is not improved to the fast method.
12584 2004-06-29 Wim Taymans <wim@fluendo.com>
12586 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12587 * ext/ogg/gstoggmux.c:
12588 Fix memleak in oggdemux when running unconnected pads.
12589 doc update in mux, start working on keyframe mode.
12591 2004-06-29 Benjamin Otte <otte@gnome.org>
12593 * sys/oss/gstosssink.c:
12594 * sys/oss/gstosssrc.c:
12595 advertise correct template caps - we indeed do non-native endianness
12596 and 8bit audio has no endianness
12597 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
12598 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
12599 avoid (wrong) duplications in getcaps function and return
12602 2004-06-29 Wim Taymans <wim@fluendo.com>
12604 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12605 (gst_multifdsink_class_init), (gst_multifdsink_add),
12606 (gst_multifdsink_remove), (gst_multifdsink_clear),
12607 (gst_multifdsink_client_remove),
12608 (gst_multifdsink_handle_client_read),
12609 (gst_multifdsink_client_queue_data),
12610 (gst_multifdsink_client_queue_caps),
12611 (gst_multifdsink_client_queue_buffer),
12612 (gst_multifdsink_handle_client_write),
12613 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12614 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
12615 (gst_multifdsink_init_send), (gst_multifdsink_close):
12616 Fix wrong GList iteration that could crash the server when
12617 more then 2 clients disconnect at the same time. Read all the
12618 pending commands in one batch to recover from command storms under
12621 2004-06-28 Wim Taymans <wim@fluendo.com>
12623 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12624 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12625 (gst_videomixer_pad_set_property),
12626 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12627 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12628 (gst_videomixer_class_init), (gst_videomixer_init),
12629 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
12630 (pad_zorder_compare), (gst_videomixer_sort_pads),
12631 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12632 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
12633 (gst_videomixer_update_queues), (gst_videomixer_loop),
12635 Avoid divide by zero, choose masterpad as the pad with the highest
12638 2004-06-27 Julien Moutte <julien@moutte.net>
12640 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
12641 (gst_ximagesink_xwindow_new):
12642 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
12643 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
12644 function directly. We might want to call it from somewhere else one day.
12646 2004-06-27 Julien Moutte <julien@moutte.net>
12648 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
12649 (gst_ximagesink_xwindow_new):
12650 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
12651 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
12652 window decorations.
12654 2004-06-27 Wim Taymans <wim@fluendo.com>
12656 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
12657 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
12658 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
12659 (gst_dvdec_set_property), (gst_dvdec_get_property):
12660 * ext/dv/gstdvdec.h:
12661 Implement drop_factor property to lower the framerate with
12664 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
12666 * gst-libs/gst/colorbalance/Makefile.am:
12667 * gst-libs/gst/mixer/Makefile.am:
12668 * gst-libs/gst/play/Makefile.am:
12669 * gst-libs/gst/tuner/Makefile.am:
12670 unbreak Company's fix that didn't install the -enum.h files
12672 2004-06-27 Wim Taymans <wim@fluendo.com>
12674 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
12675 (gst_dvdec_change_state):
12676 * ext/dv/gstdvdec.h:
12677 Fix timestamp, duration and offset of the buffers.
12679 2004-06-27 Wim Taymans <wim@fluendo.com>
12681 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12682 (gst_multifdsink_class_init), (gst_multifdsink_add),
12683 (gst_multifdsink_remove), (gst_multifdsink_clear),
12684 (gst_multifdsink_client_remove),
12685 (gst_multifdsink_handle_client_read),
12686 (gst_multifdsink_client_queue_data),
12687 (gst_multifdsink_client_queue_caps),
12688 (gst_multifdsink_client_queue_buffer),
12689 (gst_multifdsink_handle_client_write),
12690 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12691 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
12692 (gst_multifdsink_init_send), (gst_multifdsink_close):
12693 * gst/tcp/gstmultifdsink.h:
12694 * gst/tcp/gsttcpserversink.c:
12695 (gst_tcpserversink_handle_server_read),
12696 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
12697 More multifdsink fixes, more recovery policy fixes.
12698 Removed stupid g_print
12700 2004-06-26 Wim Taymans <wim@fluendo.com>
12702 * gst/tcp/Makefile.am:
12703 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12704 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
12705 (gst_multifdsink_class_init), (gst_multifdsink_init),
12706 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
12707 (gst_multifdsink_handle_client_read),
12708 (gst_multifdsink_client_queue_data),
12709 (gst_multifdsink_client_queue_caps),
12710 (gst_multifdsink_client_queue_buffer),
12711 (gst_multifdsink_handle_client_write),
12712 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12713 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
12714 (gst_multifdsink_chain), (gst_multifdsink_set_property),
12715 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
12716 (gst_multifdsink_close), (gst_multifdsink_change_state):
12717 * gst/tcp/gstmultifdsink.h:
12718 * gst/tcp/gsttcpplugin.c: (plugin_init):
12719 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
12720 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
12721 (gst_tcpserversink_handle_server_read),
12722 (gst_tcpserversink_handle_select),
12723 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
12724 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
12725 * gst/tcp/gsttcpserversink.h:
12726 Added multifdsink, made tcpserversink a subclass of fdsink, removed
12727 one of the locks, added recovery policy to multifdsink.
12729 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
12731 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12732 fix decision for when getting frames with same timestamp
12733 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
12734 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
12735 (gst_v4lsrc_get_property):
12736 * sys/v4l/gstv4lsrc.h:
12737 add latency offset property
12739 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
12741 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
12743 fix debugging. add category.
12745 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
12747 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
12750 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
12752 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
12753 (gst_alsa_src_get_time), (gst_alsa_src_loop),
12754 (gst_alsa_src_change_state):
12755 return a time that is in sync with the element's processing
12757 2004-06-25 Wim Taymans <wim@fluendo.com>
12759 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12760 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
12761 (gst_tcpserversink_client_remove),
12762 (gst_tcpserversink_handle_client_read),
12763 (gst_tcpserversink_client_queue_data),
12764 (gst_tcpserversink_client_queue_caps),
12765 (gst_tcpserversink_client_queue_buffer),
12766 (gst_tcpserversink_handle_client_write),
12767 (gst_tcpserversink_queue_buffer),
12768 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
12769 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
12770 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
12771 (gst_tcpserversink_close):
12772 * gst/tcp/gsttcpserversink.h:
12773 Serversink rewrite. Really do non blocking writes to clients and
12774 maintain an internal queue to handle slower clients while not
12775 disturbing fast clients.
12777 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
12779 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12780 better debug, don't override OFFSET and OFFSET_END
12782 2004-06-25 Iain <iain@prettypeople.org>
12784 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
12785 name=source for the wavparse pipeline.
12787 2004-06-24 Johan Dahlin <johan@gnome.org>
12789 * ext/theora/theoraenc.c (theora_enc_chain): Call
12790 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
12791 streamheader caps are set correctly.
12793 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
12795 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
12796 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
12797 respect minimum bitrate; same could be done for max bitrate
12799 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
12801 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
12802 (gst_vorbisenc_setup):
12803 fix sample rate range
12805 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
12807 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
12808 (gst_oggvorbisenc_setup):
12809 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
12810 (gst_vorbisenc_setup):
12811 resolve ambiguities in code and description
12813 2004-06-24 Wim Taymans <wim@fluendo.com>
12815 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
12816 * ext/alsa/gstalsa.h:
12817 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
12818 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
12819 Use alsa trigger_tstamp to get the timestamp of the first
12820 sample in the buffer for more precise sync. Some cleanups.
12822 2004-06-24 Wim Taymans <wim@fluendo.com>
12824 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
12825 (gst_audiorate_init), (gst_audiorate_chain),
12826 (gst_audiorate_set_property), (gst_audiorate_get_property):
12827 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
12828 (gst_videorate_chain):
12829 Added some logging, fixed an overflow bug in videorate.
12831 2004-06-24 Benjamin Otte <otte@gnome.org>
12833 * ext/kio/Makefile.am:
12834 fix for builddir != srcdir and distcheck
12836 2004-06-24 Benjamin Otte <otte@gnome.org>
12838 * gst-libs/gst/colorbalance/Makefile.am:
12839 * gst-libs/gst/mixer/Makefile.am:
12840 * gst-libs/gst/play/Makefile.am:
12841 * gst-libs/gst/tuner/Makefile.am:
12842 * gst/tcp/Makefile.am:
12843 * sys/dxr3/Makefile.am:
12844 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
12846 Also add all *.list files that were missing.
12848 add a distcheck hook to ensure the above doesn't happen again.
12850 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
12852 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
12854 2004-06-23 Colin Walters <walters@redhat.com>
12856 * m4/Makefile.am: Distribute gst-fionread.m4.
12858 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
12860 * configure.ac: back to dev
12862 2004-06-23 Wim Taymans <wim@fluendo.com>
12864 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
12865 (gst_alsa_xrun_recovery):
12866 * ext/alsa/gstalsa.h:
12867 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12868 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
12869 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
12870 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
12871 (gst_alsa_src_loop):
12872 Add clock to alsasrc. Take new capture timestamp when
12873 restarting after an overrun. Split up some functions between
12874 alsasrc and alsasink.
12876 === release 0.8.2 ===
12878 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
12880 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
12881 (gst_alsa_change_state), (gst_alsa_update_avail),
12882 (gst_alsa_xrun_recovery):
12883 * ext/alsa/gstalsa.h:
12884 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12885 merge back changes from release
12887 2004-06-23 Wim Taymans <wim@fluendo.com>
12889 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
12890 (gst_audiorate_init), (gst_audiorate_chain),
12891 (gst_audiorate_set_property), (gst_audiorate_get_property):
12892 Implement sample dropping and notify
12894 2004-06-22 Wim Taymans <wim@fluendo.com>
12896 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12897 (theora_enc_sink_link), (theora_buffer_from_packet),
12898 (theora_push_packet), (theora_enc_chain):
12899 Some cleanups, make sure the timestamps are correct.
12901 2004-06-22 Wim Taymans <wim@fluendo.com>
12903 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
12904 (gst_alsa_change_state), (gst_alsa_update_avail),
12905 (gst_alsa_xrun_recovery):
12906 * ext/alsa/gstalsa.h:
12907 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
12908 Cleanups, take queued samples into account when reporting
12911 2004-06-22 Wim Taymans <wim@fluendo.com>
12913 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
12914 (gst_videorate_init):
12915 Initialize the property as well.
12917 2004-06-22 Wim Taymans <wim@fluendo.com>
12919 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
12920 (gst_videorate_init), (gst_videorate_chain),
12921 (gst_videorate_set_property), (gst_videorate_get_property):
12922 Add property to make videorate silent.
12923 Add property to prefer new frames over old ones.
12925 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12927 * sys/osxvideo/Makefile.am:
12928 Workaround so that the osxvideo .so file gets linked with the
12929 Cocoa, OpenGL and QuickTime frameworks
12931 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12933 * sys/osxaudio/Makefile.am:
12934 Workaround so that the osxaudio .so file gets linked with the
12935 CoreAudio framework
12937 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12940 Whoops, my fault...fixed build issues
12942 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12945 Add objective-c support if running in Darwin/Mac OS X
12948 * sys/osxvideo/Makefile.am:
12949 * sys/osxvideo/osxvideosink.h:
12950 * sys/osxvideo/osxvideosink.m:
12951 * sys/osxvideo/cocoawindow.h:
12952 * sys/osxvideo/cocoawindow.m:
12953 Add osxvideosink, a cocoa-based osx video sink
12956 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
12957 * ext/dvdnav/gst-dvd:
12958 Grab the gconf key from the right spot
12959 * gst/debug/gstnavseek.c: (gst_navseek_init),
12960 (gst_navseek_segseek), (gst_navseek_handle_src_event),
12961 (gst_navseek_chain):
12962 * gst/debug/gstnavseek.h:
12963 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
12964 and loop parameters of a segment seek.
12965 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
12966 (gst_videotestsrc_get_event_masks),
12967 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12968 * gst/videotestsrc/gstvideotestsrc.h:
12969 Add seeking support to videotestsrc
12970 Initialise the timestamp_offset variable.
12972 2004-06-18 Wim Taymans <wim@fluendo.com>
12974 * ext/sidplay/gstsiddec.cc:
12975 Fix negotiation and set correct end offset.
12977 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
12979 * configure.ac: branch and prerelease
12981 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
12983 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12984 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
12985 (gst_tcpclientsrc_init_receive):
12986 * gst/tcp/gsttcpclientsrc.h:
12987 read caps when connecting to server for GDP so we set them correctly
12989 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
12991 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12992 notify drops and duplicates
12993 * gst/videoscale/videoscale.c: (videoscale_get_structure):
12994 no good reason to limit ourselves to 100x100
12996 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
12998 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
12999 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13000 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13001 (gst_v4lsrc_get_property):
13002 * sys/v4l/gstv4lsrc.h:
13003 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13004 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13005 (gst_v4l_set_audio):
13006 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13007 (gst_v4lsrc_try_capture):
13008 * sys/v4l/v4lsrc_calls.h:
13009 change try_palette to more general try_capture
13010 add autoprobe option so we can turn off autoprobing
13013 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
13017 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13018 (gst_ximagesink_class_init):
13019 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13020 (gst_xvimagesink_class_init):
13021 run them as finalize, not dispose, since dispose can be invoked
13024 2004-06-17 Wim Taymans <wim@fluendo.com>
13026 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13027 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13028 * ext/alsa/gstalsa.h:
13029 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13030 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13031 (gst_alsa_src_change_state):
13032 * ext/alsa/gstalsasrc.h:
13033 Make the xrun code timestamp and offset the buffers correctly.
13034 moved the clock to the base class, use alsa methods to get time.
13035 Do correct timestamping on outgoing buffers.
13037 2004-06-17 Wim Taymans <wim@fluendo.com>
13039 * gst/audiorate/Makefile.am:
13040 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13041 (gst_audiorate_base_init), (gst_audiorate_class_init),
13042 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13043 (gst_audiorate_set_property), (gst_audiorate_get_property),
13044 (gst_audiorate_change_state), (plugin_init):
13045 Added an audiorate converter that fills in gaps.
13047 2004-06-17 Johan Dahlin <johan@gnome.org>
13049 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13051 2004-06-16 Wim Taymans <wim@fluendo.com>
13053 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13054 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13055 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13056 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13057 (gst_v4lsrc_get_property):
13058 * sys/v4l/gstv4lsrc.h:
13059 Added a copy mode to v4lsrc where it will output a copied version
13060 of its internal hardware buffer.
13061 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13064 2004-06-16 Wim Taymans <wim@fluendo.com>
13066 * sys/oss/gstosssrc.c: (gst_osssrc_get):
13069 2004-06-16 Wim Taymans <wim@fluendo.com>
13071 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13072 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13073 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13074 (gst_v4lsrc_get_property):
13075 * sys/v4l/gstv4lsrc.h:
13076 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13077 Added a sync mode enum property to control v4lsrc timestamp method
13078 Removed the use-fixed-fps property and moved functionality in
13080 Don't error on an error value from v4l-conf, it might not always
13083 2004-06-16 Wim Taymans <wim@fluendo.com>
13085 * gst/videorate/Makefile.am:
13086 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13087 (gst_videorate_base_init), (gst_videorate_class_init),
13088 (gst_videorate_getcaps), (gst_videorate_link),
13089 (gst_videorate_init), (gst_videorate_chain),
13090 (gst_videorate_set_property), (gst_videorate_get_property),
13091 (gst_videorate_change_state), (plugin_init):
13092 Added a video timestamp corrector.
13094 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13096 fixed a potential leak with previous commit
13098 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13100 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13102 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13103 Added missing refcount, fixes bug #144425
13104 Cheers Tim for finding the bug
13106 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
13108 * sys/v4l/gstv4l.c: (plugin_init):
13109 * sys/v4l/gstv4lcolorbalance.c:
13110 * sys/v4l/gstv4lcolorbalance.h:
13111 * sys/v4l/gstv4lelement.c:
13112 * sys/v4l/gstv4lelement.h:
13113 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13114 * sys/v4l/gstv4lmjpegsink.h:
13115 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13116 * sys/v4l/gstv4lmjpegsrc.h:
13117 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13118 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13119 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13120 * sys/v4l/gstv4lsrc.h:
13121 * sys/v4l/gstv4ltuner.c:
13122 * sys/v4l/gstv4ltuner.h:
13123 * sys/v4l/gstv4lxoverlay.c:
13124 * sys/v4l/gstv4lxoverlay.h:
13125 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13126 (gst_v4l_set_window), (gst_v4l_enable_overlay):
13127 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13128 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13129 (gst_v4l_set_audio):
13130 * sys/v4l/v4l_calls.h:
13131 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13132 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13133 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13134 (gst_v4lmjpegsink_playback_init),
13135 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13136 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13137 (gst_v4lmjpegsink_playback_stop),
13138 (gst_v4lmjpegsink_playback_deinit):
13139 * sys/v4l/v4lmjpegsink_calls.h:
13140 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13141 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13142 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13143 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13144 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13145 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13146 * sys/v4l/v4lmjpegsrc_calls.h:
13147 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13148 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13149 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13150 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13151 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13152 (gst_v4lsrc_try_palette):
13153 * sys/v4l/v4lsrc_calls.h:
13154 bunch of paranoia cleanups
13156 2004-06-14 David Schleef <ds@schleef.org>
13158 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13159 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13160 Send discont events and change timestamps appropriately when
13161 we get a seek event. (bug #144240)
13162 * ext/cdparanoia/gstcdparanoia.h:
13164 2004-06-14 Benjamin Otte <otte@gnome.org>
13166 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13167 snd_pcm_hw_params_set_rate since the latter fails for no good
13168 reason on some setups.
13170 2004-06-14 David Schleef <ds@schleef.org>
13172 * gst/volume/demo.c: (value_changed_callback): exp10() is not
13173 standard. Thank you for playing.
13175 2004-06-14 Wim Taymans <wim@fluendo.com>
13177 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13178 Patch 1.3 broke the ordering of the colorspace info and
13179 made the plugin basically work by coincidence, reordered
13182 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
13184 * ext/lame/gstlame.c:
13185 * ext/mad/gstmad.c:
13186 sync caps. Make sure mad can only output a list of rates, not
13187 a full range. In the future, have three caps lists for each of the
13188 mpeg versions. Change mpegversion to a double as well.
13190 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
13192 * gst/volume/.cvsignore:
13193 * gst/volume/Makefile.am:
13194 * gst/volume/demo.c: (value_changed_callback), (idler),
13195 (setup_gui), (main):
13196 added small demo app
13198 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
13199 * ext/esd/esdsink.c: (gst_esdsink_change_state):
13200 * ext/esd/esdsink.h:
13201 Close the esd connection on pause, because esd will just wait -
13202 blocking all other esd clients indefinitely.
13204 2004-06-12 Christophe Fergeau <teuf@gnome.org>
13206 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13207 previous commit with GST_DEBUG
13209 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
13212 add a header check for a dvdread header in dvdnav. Fixes #133002
13214 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13216 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13217 * gst/tcp/gsttcpclientsink.h:
13218 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13219 * gst/tcp/gsttcpclientsrc.h:
13220 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13221 (gst_tcpserversink_handle_server_read),
13222 (gst_tcpserversink_init_send):
13223 * gst/tcp/gsttcpserversink.h:
13224 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13225 * gst/tcp/gsttcpserversrc.h:
13226 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
13229 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13232 Added ogg library so that OSX detects libtheora properly
13234 2004-06-11 Wim Taymans <wim@fluendo.com>
13236 * ext/theora/theoradec.c: (theora_dec_chain),
13237 (theora_dec_change_state):
13238 Don't try to decode frames before we received a keyframe.
13240 2004-06-11 Wim Taymans <wim@fluendo.com>
13242 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13243 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13244 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13245 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13246 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13247 Added property to set the maximum delay of a page.
13249 2004-06-10 Wim Taymans <wim@fluendo.com>
13251 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13252 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
13253 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13254 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
13255 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
13256 Added max-delay property to control the maximum amount
13257 of data to put in one page.
13259 2004-06-10 Wim Taymans <wim@fluendo.com>
13261 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13262 (gst_theora_enc_init), (theora_enc_sink_link),
13263 (theora_buffer_from_packet), (theora_enc_set_property),
13264 (theora_enc_get_property):
13265 Set duration on encoded buffer, added some more properties
13267 2004-06-10 Wim Taymans <wim@fluendo.com>
13269 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13270 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
13271 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13272 * ext/theora/theoraenc.c: (theora_enc_chain):
13273 Fix refcounting bugs
13275 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
13277 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
13278 (gst_asf_demux_loop), (gst_asf_demux_process_file),
13279 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
13280 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
13281 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
13282 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
13283 (gst_asf_demux_change_state):
13284 * gst/asfdemux/gstasfdemux.h:
13285 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
13286 feels like. I think we should set a new requirement for demuxers
13287 from now on to implement sane loop functions, data loops, query
13288 and seek functions before first commit into CVS. And this commit
13289 fixes all of the above.
13291 2004-06-10 Christophe Fergeau <teuf@gnome.org>
13293 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
13294 vorbis comments are properly encoded in UTF-8 before adding them
13297 2004-06-09 Benjamin Otte <otte@gnome.org>
13299 * ext/alsa/gstalsa.c: (add_channels):
13300 handle min <= max correctly
13301 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
13302 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
13303 add fixation functions so we fixate correctly. No preferring of alaw
13304 anymore because it's the first structure.
13305 * ext/alsa/gstalsa.h:
13306 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
13307 (gst_alsa_hw_params_dump):
13308 add functions to ease debugging in alsalib
13309 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
13310 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
13311 (gst_alsa_start_audio):
13312 only specify hw params if we really setup a format (fixes #134007 -
13313 or at least works around it)
13315 2004-06-09 Wim Taymans <wim@fluendo.com>
13317 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13318 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
13319 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
13320 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
13321 (gst_ogg_mux_loop):
13322 Use stream caps to setup the initial pages in the ogg stream.
13323 Correctly set the streamheader caps on the srcpad.
13325 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
13327 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13328 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13329 (gst_v4lsrc_getcaps):
13330 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13331 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
13332 add querying of fps lists for webcams. Negotiating to a framerate
13335 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
13337 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13338 (theora_push_buffer), (theora_push_packet),
13339 (theora_set_header_on_caps), (theora_enc_chain):
13340 mark buffers and put on streamheader, raw theora streaming
13341 now works too, whee
13343 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
13345 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13346 (gst_tcp_gdp_read_caps):
13347 do a looping read for caps and GDP headers too
13349 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
13351 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13352 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
13353 return EOS instead of NULL in _get
13355 2004-06-08 Wim Taymans <wim@fluendo.com>
13357 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
13358 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
13359 (gst_tcp_gdp_write_caps):
13360 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13361 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
13362 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
13365 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
13367 * ext/vorbis/Makefile.am:
13368 * ext/vorbis/vorbis.c: (plugin_init):
13369 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
13370 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
13371 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
13372 (vorbis_parse_change_state):
13373 * ext/vorbis/vorbisparse.h:
13374 adding a vorbisparse element that marks the buffers, streaming
13375 raw vorbis using GDP now works, whee
13377 2004-06-08 Wim Taymans <wim@fluendo.com>
13379 * ext/jpeg/Makefile.am:
13381 * ext/jpeg/gstjpeg.c: (plugin_init):
13382 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
13383 (gst_smokedec_base_init), (gst_smokedec_class_init),
13384 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
13385 * ext/jpeg/gstsmokedec.h:
13386 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
13387 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
13388 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
13389 (gst_smokeenc_resync), (gst_smokeenc_chain),
13390 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
13391 * ext/jpeg/gstsmokeenc.h:
13392 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
13393 (smokecodec_flush_destination), (smokecodec_term_destination),
13394 (smokecodec_init_source), (smokecodec_fill_input_buffer),
13395 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
13396 (smokecodec_term_source), (smokecodec_encode_new),
13397 (smokecodec_decode_new), (smokecodec_info_free),
13398 (smokecodec_set_quality), (smokecodec_get_quality),
13399 (smokecodec_set_threshold), (smokecodec_get_threshold),
13400 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13401 (find_best_size), (abs_diff), (put), (smokecodec_encode),
13402 (smokecodec_parse_header), (smokecodec_decode):
13403 * ext/jpeg/smokecodec.h:
13404 Added a new simple jpeg based codec
13406 2004-06-08 Wim Taymans <wim@fluendo.com>
13408 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13409 (gst_multipart_mux_loop):
13412 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
13414 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13415 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
13416 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
13417 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
13418 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13419 * gst/tcp/gsttcpserversink.h:
13420 take streamheader into account
13422 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
13424 * gst/level/Makefile.am:
13425 * gst/level/gstlevel.c: (gst_level_class_init):
13426 clean up marshal generation
13428 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
13430 * gst/tcp/Makefile.am:
13431 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
13432 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
13433 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
13434 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13435 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
13436 (gst_tcpclientsrc_get_property):
13437 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13438 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13439 (gst_tcpserversink_handle_client_read),
13440 (gst_tcpserversink_handle_client_write),
13441 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
13442 * gst/tcp/gsttcpserversink.h:
13443 add signals client-added and client-removed
13444 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13445 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
13446 (gst_tcpserversrc_get_property):
13447 uniformized, change default protocol to NONE
13448 * gst/tcp/gsttcp-marshal.list: added
13449 2004-06-07 Benjamin Otte <otte@gnome.org>
13451 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13452 handle discont events if they happen before caps nego
13454 2004-06-07 Wim Taymans <wim@fluendo.com>
13456 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13457 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13458 (gst_multipart_demux_plugin_init):
13459 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13460 (gst_multipart_mux_init), (gst_multipart_mux_loop),
13461 (gst_multipart_mux_change_state):
13462 Small updates, fix a memleak
13464 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13466 * configure.ac: OSS portability
13467 * ext/arts/gst_arts.c: idem
13468 * sys/oss/gstosselement.c: idem
13469 * sys/oss/gstossmixer.c: idem
13470 * sys/oss/gstosssink.c: idem
13471 * sys/oss/gstosssrc.c: idem
13472 * sys/oss/oss_probe.c: idem
13473 - check for soundcard.h in different places for some BSD
13475 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
13478 Add me to the authors file
13480 Increase the libdv requirement to >= version 0.100
13481 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
13482 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
13483 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
13484 * ext/dv/gstdvdec.h:
13485 Add support for the new_media flag when sending DISCONT events
13486 Make the querying work when video pad is not linked
13488 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
13490 reviewed by Benjamin Otte <otte@gnome.org>
13492 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
13493 create a NULL-initialized array of pads, so we don't think they
13494 exist already. (fixes #143130)
13496 2004-06-07 Benjamin Otte <otte@gnome.org>
13498 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
13499 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
13500 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
13501 don't use // coments
13503 2004-06-07 Benjamin Otte <otte@gnome.org>
13505 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
13506 cast to GstClockTime to get higher granularity
13507 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13508 use gst_element_set_time_delay to get the exact time
13509 * ext/mad/gstmad.c: (gst_mad_chain):
13510 use the negotiated rate instead of the current frame's rate which
13511 might be wrong because of bit errors. This avoids emitting totally
13512 bogus timestamps and screwing sync.
13515 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
13517 reviewed by Benjamin Otte <otte@gnome.org>
13519 * gst/adder/gstadder.c: (gst_adder_loop):
13520 properly error out when no negotiation has happened yet. (fixes
13523 2004-06-06 Benjamin Otte <otte@gnome.org>
13525 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
13526 forward correctly transformed offset in discont events. Based on
13527 patch by Arwed v. Merkatz. (fixes #142851)
13529 2004-06-06 David Schleef <ds@schleef.org>
13531 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
13532 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
13533 problems on several systems.
13535 2004-06-06 Benjamin Otte <otte@gnome.org>
13537 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13538 use explicit caps on the srcpad
13539 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13540 properly error out if caps couldn't be set (fixes #142764)
13542 2004-06-06 Benjamin Otte <otte@gnome.org>
13544 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
13545 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
13546 (gst_alsa_start_audio):
13547 - don't call set_periods_integer anymore, it breaks the
13548 configuration randomly
13549 - call snd_pcm_hw_params_set_access directly instead of using masks
13550 - don't fail if the sw_params can't be set, just use the default
13551 params and hope it works. Alsalib has weird issues when you touch
13552 sw_params and does no proper error reporting about what failed.
13553 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13554 (gst_alsa_close_audio):
13555 make our alsa debugging go via gst debugging and not conditionally
13557 * ext/alsa/gstalsa.h:
13558 add ALSA_DEBUG_FLUSH macro
13559 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
13561 wrap alsa errors to be printed via the gst debugging system and not
13564 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
13566 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
13567 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
13568 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
13569 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
13570 (qtdemux_parse_trak):
13571 * gst/qtdemux/qtdemux.h:
13572 Bitch. Also known as seeking, querying & co.
13573 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
13574 (gst_osssink_change_state):
13575 * sys/oss/gstosssink.h:
13576 Resyncing is for weenies, this hack is no longer needed and was
13577 broken anyway (since it - unintendedly - always leaves resync to
13580 2004-06-05 Andrew Turner <zxombie@hotpop.com>
13582 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
13583 * gst/tcp/gsttcpclientsrc.h: idem
13584 - define MSG_NOSIGNAL if not done
13585 - include unistd.h for off_t
13588 2004-06-05 Benjamin Otte <otte@gnome.org>
13591 * ext/kio/Makefile.am:
13592 check for qt's moc preprocessor explicitly and use it
13594 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
13596 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
13597 don't get a signal for EPIPE on socket writes
13598 (somebody check if this works on other platforms)
13600 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
13602 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13603 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13604 check error condition on available samples correctly
13606 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
13608 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
13610 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
13611 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
13612 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
13613 (gst_tcpserversrc_gdp_read_header):
13614 use ssize_t over size_t since the former is signed and thus the
13615 check for error codes can work
13617 2004-06-02 Wim Taymans <wim@fluendo.com>
13621 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13622 (gst_multipart_mux_loop):
13625 2004-06-02 Wim Taymans <wim@fluendo.com>
13627 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13628 (gst_multipart_mux_init), (gst_multipart_mux_loop),
13629 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
13630 (gst_multipart_mux_change_state):
13631 Added configurable boundary specifier, added the value as a
13632 caps field as well.
13634 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13636 * gst/tcp/gsttcp.c:
13637 * gst/tcp/gsttcpclientsrc.c:
13638 * gst/tcp/gsttcpclientsrc.h:
13639 * gst/tcp/gsttcpserversrc.c:
13640 - portability fix, to compile on OSX
13643 * sys/osxaudio/gstosxaudioelement.c:
13644 * sys/osxaudio/gstosxaudiosink.c:
13645 * sys/osxaudio/gstosxaudiosrc.c:
13646 - compilation warnings on OSX
13649 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13651 * ext/vorbis/vorbisdec.c : sign warning fixes
13653 * gst-libs/gst/mixer/mixertrack.c :
13654 do no use defines which are glib 2.4 specific
13656 2004-06-01 Christophe Fergeau <teuf@gnome.org>
13658 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
13659 buffer since libflac doesn't expect it (reports a sync error when
13660 it encounters that)
13663 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
13665 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
13666 * gst-libs/gst/mixer/mixertrack.c:
13667 (gst_mixer_track_get_property), (get_mixer_track_init),
13668 (get_mixer_track_get_property): Added property accessors
13669 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
13670 * gst-libs/gst/mixer/mixeroptions.c:
13671 (gst_mixer_options_get_values): Added
13672 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
13673 * gst-libs/gst/mixer/mixer.c: Fixed comment
13676 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
13678 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
13679 improve error messages on open
13682 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
13684 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13685 check if v4l-conf is in path
13687 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
13689 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
13690 change assert to a more readable error message
13692 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13694 * gst-libs/gst/tuner/tunerchannel.h:
13695 - add a freq_multiplicator field to make the conversion
13696 between internal frequency unit and Hz
13697 * sys/v4l/gstv4lelement.c:
13698 * sys/v4l2/gstv4l2element.c:
13699 - change default video device to /dev/video0
13700 * sys/v4l/v4l_calls.c:
13701 * sys/v4l2/v4l2_calls.c:
13702 - we only expose frequency to the user in Hz instead of
13703 bastard v4lX unit (either 62.5kHz or 62.5Hz)
13705 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
13706 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13707 Initialise b_o_s and e_o_s variables
13708 * gst-libs/gst/riff/riff-media.c:
13709 (gst_riff_create_video_caps_with_data):
13710 Add some unusual fourcc's from mplayer avi's
13711 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
13712 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
13715 2004-05-28 Wim Taymans <wim@fluendo.com>
13718 * gst/alpha/Makefile.am:
13719 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13720 (gst_alpha_get_type), (gst_alpha_base_init),
13721 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
13722 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
13723 (gst_alpha_chroma_key), (gst_alpha_chain),
13724 (gst_alpha_change_state), (plugin_init):
13725 A plugin to add an alpha channel to I420 video. Can optionally do
13727 * gst/multipart/Makefile.am:
13728 * gst/multipart/multipart.c: (plugin_init):
13729 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13730 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13731 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
13732 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13733 (gst_multipart_demux_change_state),
13734 (gst_multipart_demux_plugin_init):
13735 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
13736 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
13737 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
13738 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
13739 (gst_multipart_mux_pad_unlink),
13740 (gst_multipart_mux_request_new_pad),
13741 (gst_multipart_mux_handle_src_event),
13742 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
13743 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
13744 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
13745 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
13746 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
13747 send multipart jpeg images to a browser.
13748 * gst/videobox/Makefile.am:
13749 * gst/videobox/README:
13750 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13751 (gst_video_box_get_type), (gst_video_box_base_init),
13752 (gst_video_box_class_init), (gst_video_box_init),
13753 (gst_video_box_set_property), (gst_video_box_get_property),
13754 (gst_video_box_sink_link), (gst_video_box_i420),
13755 (gst_video_box_ayuv), (gst_video_box_chain),
13756 (gst_video_box_change_state), (plugin_init):
13757 Crops or adds borders around an image. can do alpha channel
13759 * gst/videomixer/Makefile.am:
13760 * gst/videomixer/README:
13761 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13762 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
13763 (gst_videomixer_pad_get_sink_event_masks),
13764 (gst_videomixer_pad_get_property),
13765 (gst_videomixer_pad_set_property),
13766 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
13767 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
13768 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13769 (gst_videomixer_base_init), (gst_videomixer_class_init),
13770 (gst_videomixer_init), (gst_videomixer_request_new_pad),
13771 (gst_videomixer_handle_src_event),
13772 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
13773 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
13774 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
13775 (gst_videomixer_loop), (gst_videomixer_get_property),
13776 (gst_videomixer_set_property), (gst_videomixer_change_state),
13778 Generic video mixer plugin, can handle multiple inputs all with
13779 different framerates and video sizes. Is fully alpha channel
13782 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
13784 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13785 Select first track as master track. Not sure how else to handle
13787 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
13788 Discard discont events. Should fix #142962.
13790 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
13792 * ext/alsa/Makefile.am:
13793 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
13794 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
13795 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13796 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
13797 (gst_alsa_mixer_get_option):
13798 * ext/alsa/gstalsamixer.h:
13799 * ext/alsa/gstalsamixeroptions.c:
13800 (gst_alsa_mixer_options_get_type),
13801 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
13802 (gst_alsa_mixer_options_new):
13803 * ext/alsa/gstalsamixeroptions.h:
13804 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13805 * ext/alsa/gstalsamixertrack.h:
13806 Add enumerations (as GstMixerOptions). Make correct distinction
13807 between input/output tracks. Add capture/playback private flag.
13808 Use flag to decide on whether to set capture or playback volumes
13809 or switches. Use playback and record switches.
13810 * gst-libs/gst/mixer/Makefile.am:
13811 * gst-libs/gst/mixer/mixer-marshal.list:
13812 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
13813 (gst_mixer_set_option), (gst_mixer_get_option),
13814 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
13815 (gst_mixer_volume_changed), (gst_mixer_option_changed):
13816 * gst-libs/gst/mixer/mixer.h:
13817 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
13818 (gst_mixer_options_class_init), (gst_mixer_options_init),
13819 (gst_mixer_options_dispose):
13820 * gst-libs/gst/mixer/mixeroptions.h:
13821 Add GstMixerOptions.
13822 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
13823 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
13824 broken device detection on computers with multiple OSS sound
13827 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
13829 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13830 fixate nicely even when the peer is not negotiating
13832 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
13834 * gst/audioconvert/gstaudioconvert.c:
13835 (gst_audio_convert_parse_caps):
13836 make sure we don't allow depth > width
13837 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13838 fixate endianness to G_BYTE_ORDER as default
13839 * gst/audioscale/gstaudioscale.c:
13840 we don't handle another endianness as host-endianness
13842 2004-05-25 David Schleef <ds@schleef.org>
13844 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
13846 2004-05-24 Benjamin Otte <otte@gnome.org>
13848 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
13849 (gst_oggvorbisenc_setup):
13850 properly fail when we can't setup the vorbis encoder due to
13851 unsupported settings
13852 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
13853 (gst_vorbisenc_setup):
13855 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13856 fix case where warnings occured when one pad was unlinked while the
13857 other's link function was called
13859 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
13861 * gst/tcp/Makefile.am:
13864 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
13866 * gst-libs/gst/resample/private.h:
13867 don't use optimizations that are #if 0'ed
13869 2004-05-24 Wim Taymans <wim@fluendo.com>
13871 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13872 Fix potential division by zero error and hopefully get
13873 the position query right to get correct timestamps on avi
13876 2004-05-24 Wim Taymans <wim@fluendo.com>
13878 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
13879 (gst_videoscale_scale_nearest_str2),
13880 (gst_videoscale_scale_nearest_str4),
13881 (gst_videoscale_scale_nearest_32bit),
13882 (gst_videoscale_scale_nearest_24bit),
13883 (gst_videoscale_scale_nearest_16bit):
13884 Fix the scaling algorithm and avoid a buffer overflow.
13885 removed the while loop in the scaling function as it
13886 was used for point sampling only.
13888 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
13890 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
13891 (gst_id3_tag_class_init), (gst_id3_tag_init),
13892 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
13893 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
13894 (gst_id3_tag_send_tag_event):
13895 lots of fixes to make id3mux work and id3demux work correctly
13897 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13900 add rules to build shout2send (was removed by accident
13901 when this module was no more marked experimental/broken)
13903 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13905 * ext/shout2/gstshout2.c:
13906 * ext/shout2/gstshout2.h:
13907 adding a "connection problem" signal to shout2send
13910 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
13912 * ext/kio/kioreceiver.cpp:
13913 * ext/kio/kioreceiver.h:
13914 fix sign comparison issues
13916 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13918 * gst/cdxaparse/gstcdxaparse.c:
13919 * gst/cdxaparse/gstcdxaparse.h:
13921 add some checks/sanity
13922 prepare for seek addition
13924 * sys/sunaudio/gstsunaudio.c:
13925 remove exported dupe init function
13927 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
13929 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
13930 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
13931 Fix format conversion and position querying.
13932 * gst/debug/progressreport.c: (gst_progressreport_report):
13933 Don't output a bogus total value that we didn't query.
13934 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13935 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
13936 only a blank window after xine has been used.
13938 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
13941 sync with upstream version to fix test on FC2
13942 readd with -ko to preserve Id header
13944 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13947 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
13948 * gst/tcp/gsttcpclientsrc.c: idem
13949 * gst/tcp/gsttcpserversink.c: idem
13950 * gst/tcp/gsttcpserversrc.c: idem
13951 * m4/gst-fionread.m4: idem
13953 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
13955 * configure.ac: enable speex plugin for speex 1.1.5+
13956 * ext/speex/gstspeexenc.c: fix cast warning
13958 * ext/esd/README: fix typo
13960 2004-05-20 David Schleef <ds@schleef.org>
13962 * configure.ac: Minor cosmetic change to convince the buildbot to
13964 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
13965 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
13966 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
13967 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
13968 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
13969 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
13970 More hacking. Plays audio now.
13972 2004-05-20 David Schleef <ds@schleef.org>
13977 2004-05-20 David Schleef <ds@schleef.org>
13979 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
13980 * sys/osxaudio/gstosxaudio.c:
13981 * sys/osxaudio/gstosxaudioelement.c:
13982 * sys/osxaudio/gstosxaudioelement.h:
13983 * sys/osxaudio/gstosxaudiosink.c:
13984 * sys/osxaudio/gstosxaudiosink.h:
13985 * sys/osxaudio/gstosxaudiosrc.c:
13986 * sys/osxaudio/gstosxaudiosrc.h:
13988 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
13990 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
13991 (gst_vorbisenc_chain):
13992 put the codec headers on the caps as streamheader as well as
13995 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
13997 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
13998 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13999 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14000 split up push_packet into two functions
14002 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
14004 * gst/tcp/.cvsignore:
14006 * gst/tcp/Makefile.am:
14008 * gst/tcp/gsttcp.c:
14009 * gst/tcp/gsttcp.h:
14010 * gst/tcp/gsttcpclientsink.c:
14011 * gst/tcp/gsttcpclientsink.h:
14012 * gst/tcp/gsttcpclientsrc.c:
14013 * gst/tcp/gsttcpclientsrc.h:
14014 * gst/tcp/gsttcpplugin.c:
14015 * gst/tcp/gsttcpserversink.c:
14016 * gst/tcp/gsttcpserversink.h:
14017 * gst/tcp/gsttcpserversrc.c:
14018 * gst/tcp/gsttcpserversrc.h:
14019 add new tcp elements
14021 2004-05-19 Wim Taymans <wim@fluendo.com>
14023 * gst/law/mulaw-conversion.c: (mulaw_encode):
14024 Fix overflow bug in ulaw encoding.
14026 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
14028 * ext/mad/gstmad.c: (gst_mad_handle_event):
14029 don't unref the event twice
14031 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
14034 remove -Wno-sign-compare
14036 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
14039 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14040 if you want to work against glib 2.2 and 2.4
14042 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
14044 * gst/tcp/Makefile.am:
14045 * gst/tcp/gsttcp.c:
14046 * gst/tcp/gsttcp.h:
14047 * gst/tcp/gsttcpsink.h:
14048 * gst/tcp/gsttcpsrc.h:
14049 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14051 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
14053 * gst/debug/tests.c: (md5_get_value):
14054 fix segfault on gst-inspect
14056 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
14058 * gst/debug/testplugin.c:
14059 * gst/debug/tests.c:
14060 * gst/debug/tests.h:
14061 add new extensible and configurable testing element. Current tests
14062 include buffer count, stream length, timestamp/duration matching and
14064 * gst/debug/Makefile.am:
14065 * gst/debug/gstdebug.c: (plugin_init):
14066 add infrastructure for new element
14068 2004-05-19 Johan Dahlin <johan@gnome.org>
14070 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14071 ending of the array. Fixes gst-inspect segfault on ppc.
14073 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14075 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14077 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14079 2004-05-18 David Schleef <ds@schleef.org>
14081 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14082 warnings (bugs, actually) noticed by gcc but not forte.
14084 2004-05-18 David Schleef <ds@schleef.org>
14086 * sys/sunaudio/Makefile.am:
14087 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14089 2004-05-18 David Schleef <ds@schleef.org>
14091 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14092 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
14093 to allow qtdemux to use non-seekable streams. (bug #142272)
14095 2004-05-18 David Schleef <ds@schleef.org>
14097 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14098 (gst_resample_sinc_ft_float): Remove use of static temporary
14099 buffer. This code was obviously not supposed to last long, but
14100 it's stuck in our ABI, so it required a little hack to make it
14101 ABI-compatible. Fixes #142585.
14102 * gst-libs/gst/resample/resample.h: same.
14104 2004-05-18 David Schleef <ds@schleef.org>
14106 * configure.ac: Add sunaudio
14107 * examples/Makefile.am: make gstplay depend on gconf
14108 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14109 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14110 (convert_table_lookup), (img_convert): remove c99-isms
14111 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14112 unsigned, to fix a warning on Solaris
14113 * gst/mpeg1sys/systems.c: bcopy->memcpy
14114 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14115 * sys/Makefile.am: Add sunaudio
14117 2004-05-18 Wim Taymans <wim@fluendo.com>
14119 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14120 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14121 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14122 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14123 (gst_ogg_mux_loop):
14124 Fix an ugly memleak where the muxer didn't flush enough ogg
14125 pages. This also resulted in badly muxed ogg files.
14127 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14129 * gst/asfdemux/asfheaders.c :
14130 * gst/asfdemux/asfheaders.h :
14131 * gst/asfdemux/gstasfdemux.c :
14132 - fix ASF_OBJ_PADDING guid
14133 - add 3 new object guids (language list, metadata,
14134 extended stream properties)
14135 - add a function to parse extended header objects
14137 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
14139 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14140 remove leftover debugging g_print
14142 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
14144 * ext/mad/gstmad.c: (gst_mad_handle_event):
14145 Fix for when the first format in a discont event is not a
14146 byte-based one. Should fix #137710.
14148 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14150 * m4/a52.m4 : fix compilation with -Wall -Werror
14151 * m4/libfame.m4 : idem
14152 * m4/libmikmod.m4 : idem
14154 2004-05-17 Benjamin Otte <otte@gnome.org>
14156 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14157 signal the new tags before giving up the reference
14159 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
14161 * ext/shout2/gstshout2.c:
14162 use application/ogg instead of application/x-ogg (patch by Patrick
14163 Guimond, fixes #142432)
14164 * sys/oss/gstosselement.c: (gst_osselement_reset),
14165 (gst_osselement_sync_parms):
14166 don't set fragment size unless specified (fixes #142493)
14168 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14170 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14173 2004-05-17 Benjamin Otte <otte@gnome.org>
14175 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14176 compute offsets correctly for internal buffers so timestamps are set
14177 correctly when we can't seek. Also handle cases where there are no
14178 offsets. (based on a patch by David Moore, fixes #142507)
14180 2004-05-17 Benjamin Otte <otte@gnome.org>
14182 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14183 use correct variable when determining amount of data to skip so we
14184 don't skip into the void and segfault
14186 2004-05-16 Benjamin Otte <otte@gnome.org>
14188 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14191 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14193 * gst/asfdemux/gstasfdemux.c:
14194 - fix a mem leak and always propagate tags
14195 - add WMV3 to known video codecs (but no decoder yet)
14196 - replace "surplus data" at end of audio header for what
14197 it is : codec specific data
14200 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
14202 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14204 * gst-libs/gst/audio/audioclock.c:
14205 Fix wrong return type (#142205).
14207 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
14209 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14210 Ignore CRCs by default (fixes #142566).
14212 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
14214 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14215 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14216 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14217 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14218 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14219 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14220 Fix for cases where we fail to attach to a mixer.
14222 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
14224 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14225 Don't touch events after not owning them anymore.
14226 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14227 (gst_wavparse_fmt), (gst_wavparse_other),
14228 (gst_wavparse_handle_seek), (gst_wavparse_loop),
14229 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14230 (gst_wavparse_srcpad_event):
14231 * gst/wavparse/gstwavparse.h:
14232 Add seeking, fix querying.
14234 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14236 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14237 - process comments even if they don't end with \0\0
14238 g_convert would ignore them if present and works well without them
14240 2004-05-16 Benjamin Otte <otte@gnome.org>
14242 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
14245 2004-05-16 Benjamin Otte <otte@gnome.org>
14247 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14248 don't write to memory we might not write to - g_convert does that
14249 for us anyway (fixes #142613)
14250 (gst_asf_demux_audio_caps):
14251 comment out gst_util_dump_mem
14253 2004-05-16 Benjamin Otte <otte@gnome.org>
14255 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14256 compute correct expected timestamps after seek (broken since
14258 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
14259 rename element and debugging category to gdkpixbufscale
14261 2004-05-16 Benjamin Otte <otte@gnome.org>
14263 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14264 add error checking to snd_pcm_delay and remove duplicate call to
14265 snd_pcm_delay that caused issues (see inline code comments)
14266 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14267 make more readable and fix return value when snd_pcm_delay fails
14270 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
14271 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
14272 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
14273 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
14274 (gst_pixbufscale_link), (gst_pixbufscale_init),
14275 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
14276 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
14277 (gst_pixbufscale_get_property), (pixbufscale_init):
14278 * ext/gdk_pixbuf/pixbufscale.h:
14279 Add these files I forgot earlier
14281 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
14282 * ext/gdk_pixbuf/Makefile.am:
14283 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
14284 * ext/gdk_pixbuf/gstgdkpixbuf.h:
14285 Add new pixbufscale element to scale RGB video
14286 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
14287 and HYPER interpolation correctly.
14288 * ext/theora/theoraenc.c: (theora_enc_chain),
14289 Discard buffer and return if explicit caps could not be set
14290 (theora_enc_get_property):
14291 Make _get return kbps for the bitrate consistent with
14295 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
14297 * ext/libvisual/visual.c: (gst_visual_chain):
14298 add missing visual_audio_analyze
14300 2004-05-14 David Schleef <ds@schleef.org>
14302 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
14303 is killed while we're playing.
14304 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
14305 gst_element_no_more_pads().
14307 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14309 * gst-libs/gst/riff/riff-read.c :
14310 - fix INFO tag extraction in RIFF/AVI files
14311 because gst_event_unref (event) also freed taglist
14314 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14316 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
14317 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
14319 * gst/auparse/gstauparse.c :
14320 - add code (commented for now) to support audio/x-adpcm on src pad
14321 (we have no decoder for those layout yet)
14323 * gst/cdxaparse/gstcdxaparse.c :
14324 * gst/cdxaparse/gstcdxaparse.h :
14325 - partial rewrite using RiffRead (ripped iain's wavparse code)
14327 * gst/rtp/gstrtpL16enc.c : typo
14328 * gst/rtp/gstrtpgsmenc.c : typo
14330 2004-05-13 Benjamin Otte <otte@gnome.org>
14333 check for exact version of libvisual, it's not supposed to be
14336 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
14338 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
14339 signal no-more-pads
14341 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
14343 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
14344 Report which format was used for GST_FORMAT_DEFAULT
14345 * gst/debug/Makefile.am:
14346 * gst/debug/gstdebug.c: (plugin_init):
14347 * gst/debug/progressreport.c: (gst_progressreport_base_init),
14348 (gst_progressreport_class_init), (gst_progressreport_init),
14349 (gst_progressreport_report), (gst_progressreport_set_property),
14350 (gst_progressreport_get_property), (gst_progressreport_chain),
14351 (gst_progressreport_plugin_init):
14352 Add progressreport element for testing.
14354 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
14356 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
14357 * sys/v4l/gstv4lsrc.h:
14358 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
14359 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
14360 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
14361 (gst_v4lsrc_grab_frame):
14363 send a discont at start
14365 2004-05-12 Colin Walters <walters@redhat.com>
14367 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
14368 inflooping if we can't find a chunk. Or in other words, don't blow
14369 chunks if we don't have a chunk to blow.
14371 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
14372 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
14373 Remove old debug output
14374 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
14375 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
14376 (gst_dvdec_set_property), (gst_dvdec_get_property):
14377 Change the quality setting to an enum, so it works from gst-launch
14378 Don't renegotiate a non-linked pad. Allows audio only decoding.
14379 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
14380 (gst_deinterlace_link), (gst_deinterlace_init):
14381 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14382 (gst_videodrop_link):
14383 Some caps negotiation fixes
14385 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14387 * ext/tarkin/gsttarkin.c :
14388 - Change RANK from NONE to PRIMARY
14389 * ext/gdk_pixbuf/gstgdkpixbuf.c :
14390 - Change RANK from NONE to MARGINAL
14391 * ext/divx/gstdivxenc.c :
14392 - Change RANK from PRIMARY to NONE (encoder/spider issue)
14394 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
14396 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14397 (gst_vorbisenc_push_packet):
14398 copy a function that was added between 1.0 and 1.0.1 until we
14399 depend on worthwhile features of post-1.0
14401 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
14404 enable shout2 by default
14405 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14406 (gst_shout2send_base_init), (gst_shout2send_init),
14407 (gst_shout2send_connect), (gst_shout2send_change_state):
14408 * ext/shout2/gstshout2.h:
14409 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
14411 * ext/theora/theora.c: (plugin_init):
14412 don't set rank on encoders
14414 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
14416 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14417 Use codec_data property instead of flag1 and flag2 for wma
14419 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14421 * gst/cdxaparse/gstcdxaparse.c :
14422 - Add mpegversion to CAPS to make it link
14423 - Rank is as GST_RANK_SECONDARY instead of NONE
14424 * gst/auparse/gstauparse.c :
14425 - Document all audio encoding we can encounter from Solaris 9
14426 headers and libsndfile information.
14427 - Increase max. rate from 48000 to 192000 (to match other elements)
14428 - Don't try to play junk data between header and samples
14430 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
14432 * ext/libvisual/visual.c: (gst_visual_getcaps):
14433 use the right caps depending on endianness (I hope)
14434 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
14435 use GST_RANK_NONE for all non-decoding elements or spider gets
14438 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
14440 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14441 Fix some odd cases and fix BE metadata parsing of unicode16 text.
14443 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
14445 * gst/switch/gstswitch.c: (gst_switch_release_pad),
14446 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
14447 (gst_switch_loop), (gst_switch_get_type):
14448 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
14449 HEADERS. Had to be said.
14451 2004-05-10 David Schleef <ds@schleef.org>
14453 * configure.ac: Add prototype Dirac support.
14455 * ext/dirac/Makefile.am:
14456 * ext/dirac/gstdirac.cc:
14457 * ext/dirac/gstdiracdec.cc:
14459 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
14461 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14462 (gst_auparse_init), (gst_auparse_chain),
14463 (gst_auparse_change_state):
14464 Hack around spider. Remove me some day please.
14466 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
14468 * gst/auparse/gstauparse.c: (gst_auparse_chain):
14469 Fix for some uninitialized variables in previous patch, also
14470 makes it work. Fixes #142286 while we're at it.
14472 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14474 * gst/auparse/gstauparse.c:
14475 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
14476 only unsupported formats are ADPCM/CCITT G.72x
14478 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
14480 2004-05-10 Wim Taymans <wim@fluendo.com>
14482 * ext/vorbis/Makefile.am:
14483 * ext/vorbis/README:
14484 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
14485 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
14486 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
14487 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
14488 (gst_oggvorbisenc_convert_sink),
14489 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
14490 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
14491 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
14492 (get_constraints_string), (update_start_message),
14493 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
14494 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
14495 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
14496 * ext/vorbis/oggvorbisenc.h:
14497 * ext/vorbis/vorbis.c: (plugin_init):
14498 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
14499 (raw_caps_factory), (gst_vorbisenc_class_init),
14500 (gst_vorbisenc_init), (gst_vorbisenc_setup),
14501 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
14502 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
14503 * ext/vorbis/vorbisenc.h:
14504 Added a raw vorbis encoder to be used with the oggmuxer.
14505 We still need the old encoder for some gnome applications,
14506 read the README to find out how that works.
14507 The raw encoder is called "rawvorbisenc" until 0.9.
14509 2004-05-10 Wim Taymans <wim@fluendo.com>
14511 * ext/ogg/gstogg.c: (plugin_init):
14512 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
14514 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
14515 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
14516 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
14517 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
14518 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
14519 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
14520 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
14521 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
14522 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
14523 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
14524 Added an ogg muxer.
14525 Small typo fixes in the demuxer.
14527 2004-05-10 Wim Taymans <wim@fluendo.com>
14529 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14530 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
14531 (theora_enc_change_state), (theora_enc_set_property),
14532 (theora_enc_get_property):
14533 Mark the last packet with an EOS flag which is not really needed
14535 Do some better video framerate initialisation.
14536 Update the buffer timestamp.
14538 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
14540 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
14541 Return the result of the parent state change call
14543 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14545 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
14546 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
14547 * gst/law/alaw-encode.c : (idem)
14548 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
14549 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
14550 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
14552 2004-05-09 Benjamin Otte <otte@gnome.org>
14554 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14555 don't use a fixed buffer size when writing variable length data to
14556 it. Fixes memory corruption and makes alsasrc work
14558 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
14560 * ext/gnomevfs/gstgnomevfssink.c:
14561 (_gst_boolean_allow_overwrite_accumulator),
14562 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
14563 Run glib's default signal handler (??) in RUN_CLEANUP rather than
14564 RUN_LAST, and don't use that to set the accumulator value because
14565 then it's always FALSE.
14567 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
14569 * gst-libs/gst/riff/riff-media.c:
14570 (gst_riff_create_video_caps_with_data),
14571 (gst_riff_create_audio_caps),
14572 (gst_riff_create_audio_template_caps):
14573 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14574 Fix for unaligned RIFF files (i.e. where all the chunks together
14575 in a LIST chunk are not of the same size as the size given in
14576 the LIST chunk header). Fixes several odd WAVE files. Also fix
14577 ADPCM (block_align property) in audio, so that wavparse based
14578 on this works now as it used to stand-alone.
14580 2004-05-09 Edward Hervey <bilboed@bilboed.com>
14582 reviewed by Benjamin Otte <otte@gnome.org>
14584 * ext/a52dec/gsta52dec.c:
14585 * ext/divx/gstdivxdec.c:
14586 * ext/divx/gstdivxenc.c:
14587 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
14588 * ext/faac/gstfaac.c: (gst_faac_base_init):
14589 * ext/faad/gstfaad.c: (gst_faad_base_init):
14590 * ext/ivorbis/vorbisfile.c:
14591 * ext/lame/gstlame.c:
14592 * ext/libfame/gstlibfame.c:
14593 * ext/mpeg2enc/gstmpeg2enc.cc:
14594 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
14595 * ext/sidplay/gstsiddec.cc:
14596 * ext/speex/gstspeexdec.c:
14597 * ext/speex/gstspeexenc.c:
14598 * ext/xvid/gstxviddec.c:
14599 * ext/xvid/gstxvidenc.c:
14600 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
14603 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
14605 * ext/alsa/gstalsa.c: (device_list),
14606 (gst_alsa_class_probe_devices):
14607 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14608 Fix alsa oddness in mixer after the combination of using mixer
14609 in source/sink elements and using hw:x,y instead of just hw:x.
14611 2004-05-09 Benjamin Otte <otte@gnome.org>
14613 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
14614 (gst_wavparse_create_sourcepad):
14615 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
14618 2004-05-09 Benjamin Otte <otte@gnome.org>
14620 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14621 allow discont events before caps nego
14623 2004-05-08 Benjamin Otte <otte@gnome.org>
14625 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14628 2004-05-08 Benjamin Otte <otte@gnome.org>
14630 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
14631 (gst_level_change_state), (gst_level_init):
14632 * gst/level/gstlevel.h:
14633 figure out if we're initialized directly instead of keeping a
14634 variable that's wrong in 90% of cases
14635 don't initialize pads and then leak them and use a new unitialized
14636 pad. (fixes #142084)
14637 these were bugs so n00bish I didn't find them for an hour :/
14639 2004-05-08 Iain <iain@prettypeople.org>
14641 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
14642 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
14643 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
14644 return the length that was read.
14645 (gst_riff_read_strf_auds): Allow fmt tags as well.
14647 2004-05-07 David Schleef <ds@schleef.org>
14649 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
14650 signed char assumption in faad.h.
14652 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
14654 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
14655 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
14657 2004-05-07 Colin Walters <walters@redhat.com>
14659 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
14660 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
14662 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
14663 Add dispose function.
14665 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
14666 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
14667 Fix caps nego and pad templates. RGB mode caps should
14669 * ext/dvdnav/gst-dvd:
14670 Move mpeg2dec inside the thread because otherwise the
14671 queue rejects cap changes mid-stream
14672 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
14673 (gst_mpeg2dec_flush_decoder):
14674 For mpeg2dec > 0.4.0, call the flush function instead of
14675 manually extracting all in-flight frames.
14676 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
14677 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
14678 Change mime type video/dv go video/x-dv to match the
14679 rest of gst-plugins
14681 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
14683 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14684 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
14685 (gst_alsa_sink_class_init):
14686 * ext/alsa/gstalsasink.h:
14687 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
14688 (gst_alsa_src_class_init):
14689 * ext/alsa/gstalsasrc.h:
14690 Make alsasink/src a subclass of alsamixer so that mixer stuff
14691 shows up in gst-rec. Needs some finetuning.
14693 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
14695 * ext/lame/gstlame.c: (gst_lame_chain):
14697 * ext/mad/gstmad.c: (gst_mad_handle_event):
14699 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14700 be able to detect mp3 files < 4096 bytes
14702 2004-05-06 Wim Taymans <wim@fluendo.com>
14704 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14705 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
14706 (theora_enc_set_property), (theora_enc_get_property):
14707 Also encode the first frame, cleanup some code.
14709 2004-05-06 Wim Taymans <wim@fluendo.com>
14711 * ext/mpeg2enc/gstmpeg2enc.cc:
14712 Forward events first before deciding that negotiation was
14715 2004-05-06 Wim Taymans <wim@fluendo.com>
14717 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
14718 First process the events before deciding that negotiation
14721 2004-05-06 Wim Taymans <wim@fluendo.com>
14723 * ext/theora/Makefile.am:
14724 * ext/theora/theora.c: (plugin_init):
14725 * ext/theora/theoradec.c: (theora_dec_change_state):
14726 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
14727 (gst_theora_enc_class_init), (gst_theora_enc_init),
14728 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
14729 (theora_enc_chain), (theora_enc_change_state),
14730 (theora_enc_set_property), (theora_enc_get_property):
14731 Added a theora encoder, grouped the encoder and decoder into the
14734 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
14736 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
14737 (gst_jpegenc_chain):
14738 fix DURATION on outgoing buffers
14739 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
14740 debug using time formats
14741 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14742 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14743 (gst_xvimagesink_sink_link):
14744 windows with width/height 0 generate X errors, so don't allow them
14746 2004-05-05 Wim Taymans <wim@fluendo.com>
14748 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
14749 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
14750 (gst_mpeg2dec_negotiate_format):
14751 * ext/mpeg2dec/gstmpeg2dec.h:
14752 removed the static pad template so that we can add the
14753 more accurate framerate value to the caps.
14756 2004-05-04 Benjamin Otte <otte@gnome.org>
14759 check for kdemacros.h, too (should fix #141821)
14760 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
14761 don't crash if no header was sent, but nicely error out (fixes part
14764 2004-05-04 Wim Taymans <wim@fluendo.com>
14766 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
14767 parent dispose function to avoid segfault on destroy.
14769 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
14771 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14773 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14774 (gst_xvimagesink_sink_link):
14775 clean up debugging caps
14776 also recreate xvimage when format has changed
14778 2004-05-04 Benjamin Otte <otte@gnome.org>
14780 * ext/libvisual/Makefile.am:
14781 * ext/libvisual/visual.c: (gst_visual_class_init),
14782 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
14783 (gst_visual_srclink), (gst_visual_chain),
14784 (gst_visual_change_state), (plugin_init):
14785 use a GstAdapter to correctly adapt buffer sizes - allows using a
14788 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
14790 * sys/v4l/gstv4lelement.h:
14791 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14792 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
14793 (gst_v4lsrc_buffer_free):
14794 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
14795 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14796 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
14797 (gst_v4lsrc_requeue_frame):
14798 move some debugging categories around
14799 query for fps index and set accordingly if found
14801 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14803 * ext/lame/gstlame.c:
14804 correct defaults that lame_init puts out of range
14806 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
14808 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
14809 (gst_divxenc_class_init):
14810 fix range since -1 is the default
14811 * gst/mpeg1sys/gstmpeg1systemencode.c:
14812 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
14813 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
14814 (gst_rtjpegdec_chain):
14815 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
14816 (gst_rtjpegenc_chain):
14817 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
14818 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
14819 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
14820 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
14821 * sys/v4l/gstv4lsrc.c:
14822 * sys/v4l/v4l_calls.c: (gst_v4l_open):
14823 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
14824 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
14825 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
14826 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
14827 remove gst_info calls
14829 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
14838 Updated translations
14840 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
14842 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
14843 refactor/comment code
14845 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
14847 * gst/asfdemux/Makefile.am:
14848 * gst/asfdemux/asfheaders.c:
14849 * gst/asfdemux/asfheaders.h:
14850 * gst/asfdemux/gstasf.c: (plugin_init):
14851 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
14852 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
14853 (gst_asf_demux_setup_pad):
14854 * gst/asfdemux/gstasfdemux.h:
14855 * gst/asfdemux/gstasfmux.c:
14856 * gst/asfdemux/gstasfmux.h:
14857 Add tagging support to demuxer, split out registration in its own
14858 file instead of in demux (hacky), and prevent having some tables
14859 in our memory multiple times (in asfheaders.h).
14861 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
14863 * gst/matroska/matroska-demux.c:
14864 (gst_matroska_demux_parse_metadata):
14865 * gst/matroska/matroska-ids.h:
14866 Basic tag reading support.
14868 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
14870 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14871 Really detect ac-3 audio.
14872 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
14873 really detect matroska files (off-by-1).
14875 2004-04-30 David Schleef <ds@schleef.org>
14877 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14878 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
14879 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
14880 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
14881 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
14882 hackage -- parse a lot more atoms, extract a few tags. One might even
14883 mistake this for tag support. Maybe it is.
14884 * gst/qtdemux/qtdemux.h:
14886 2004-04-30 Colin Walters <walters@verbum.org>
14888 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
14890 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
14892 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14893 (gst_ffmpegcolorspace_getcaps):
14894 remove broken nego fix
14896 2004-04-30 Benjamin Otte <otte@gnome.org>
14900 * ext/libvisual/Makefile.am:
14901 * ext/libvisual/visual.c:
14902 add initial support for libvisual (http://libvisual.sourceforge.net)
14903 libvisual is still quite alpha, so expect crashes in there :)
14905 2004-04-29 David Schleef <ds@schleef.org>
14907 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
14908 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
14909 up qtdemux to make it spit out codec_data. Do _not_ look at this
14910 code; you will no longer respect me.
14912 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14914 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
14915 * ext/alsa/gstalsa.h :
14916 change alsa pcm device discovery to find more than 1 device
14917 per card. code review by Ronald.
14919 2004-04-29 David Schleef <ds@schleef.org>
14921 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
14922 Add a check for a driver bug on FreeBSD. (bug #140565)
14924 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
14926 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
14927 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
14928 (gst_jpegenc_getcaps):
14929 move format setting to inner loop
14930 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14931 (gst_ffmpegcolorspace_getcaps):
14932 use GST_PAD_CAPS if available so that we use already negotiated
14934 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14935 (qtdemux_parse_moov), (qtdemux_parse):
14937 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
14938 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
14939 move hardcoded path to DEFINE
14941 2004-04-28 David Schleef <ds@schleef.org>
14943 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
14946 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
14948 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14949 Don't probe for playback device if we're a source element. Fixes
14952 2004-04-29 Benjamin Otte <otte@gnome.org>
14954 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
14955 (gst_id3_tag_chain):
14956 rewrite buffer offset
14958 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
14962 * ext/dts/Makefile.am:
14963 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
14964 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
14965 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
14966 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
14967 (gst_dtsdec_loop), (gst_dtsdec_change_state),
14968 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
14970 * ext/dts/gstdtsdec.h:
14972 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
14973 (gst_faad_srcconnect):
14974 Add ESDS atom handling (.m4a).
14976 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
14978 * ext/divx/gstdivxdec.c: (plugin_init):
14979 Remove comment that makes no sense.
14980 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
14981 Fix for obvious typo that resulted in warnings during gst-register.
14982 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
14983 (gst_xviddec_sink_link):
14984 Fix caps negotiation a bit better.
14985 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14986 We call this 'codec_data', not 'esds'.
14988 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
14990 * gst/monoscope/gstmonoscope.c:
14991 make sure we only provide 256x128
14992 * gst/monoscope/monoscope.c: (monoscope_init):
14993 assert size of 256x128
14995 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
14998 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
14999 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15000 fixate to max width and height of device
15002 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
15005 * sys/v4l/gstv4l.c:
15006 * sys/v4l/gstv4lsrc.c:
15007 * sys/v4l/v4l_calls.c:
15008 * sys/v4l/v4lsrc_calls.c:
15009 fix for qc-usb driver which fakes having more than one buffer
15010 by handing the same buffer twice, which confused GStreamer's/v4lsrc
15011 buffer_free override
15014 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
15017 * gst/videotestsrc/gstvideotestsrc.c:
15018 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15019 (gst_videotestsrc_init), (gst_videotestsrc_get),
15020 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15021 * gst/videotestsrc/gstvideotestsrc.h:
15022 add num-buffers property
15024 2004-04-26 Benjamin Otte <otte@gnome.org>
15026 * ext/mad/gstid3tag.c: (plugin_init):
15027 set id3mux rank to NONE so it doesn't confuse spider
15028 require audio/mpeg,mpegversion=1 in id3mux
15030 2004-04-26 Benjamin Otte <otte@gnome.org>
15033 detect faad correctly as non-working if it's indeed non-working
15035 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
15038 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15039 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15040 fix _getcaps so it only negotiates to its supported format
15042 2004-04-25 Benjamin Otte <otte@gnome.org>
15044 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15047 2004-04-23 Benjamin Otte <otte@gnome.org>
15049 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15050 audio/x-raw-int with height rules! not. Now it's depth.
15052 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
15054 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15055 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15056 (gst_wavparse_loop):
15057 Missing variable initialization. Add handling of DVI ADPCM. Fix
15058 mis-parsing of LIST chunks. This works around a bug where we mis-
15059 parse non-aligning LIST chunks (so LIST chunks where the contents
15060 don't align with the actual LIST size). The correct fix is to use
15061 rifflib, I'm not going to fix wavparse - too much work. All this
15064 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15066 reviewed by Benjamin Otte <otte@gnome.org>
15068 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15069 fix shoutcast not working (fixes #140844)
15071 2004-04-22 Benjamin Otte <otte@gnome.org>
15073 * ext/hermes/gsthermescolorspace.c:
15074 (gst_hermes_colorspace_caps_remove_format_info):
15075 * gst/colorspace/gstcolorspace.c:
15076 (gst_colorspace_caps_remove_format_info):
15077 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15078 (gst_ffmpegcolorspace_caps_remove_format_info):
15079 s/gst_caps_simplify/gst_caps_do_simplify/
15081 2004-04-22 Benjamin Otte <otte@gnome.org>
15083 * gst-libs/gst/riff/riff-media.c:
15084 (gst_riff_create_video_caps_with_data):
15085 mpegversion is an int
15086 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15087 don't try to create pad templates with NULL caps, use any caps
15090 2004-04-20 David Schleef <ds@schleef.org>
15092 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15093 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
15096 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
15098 reviewed by David Schleef
15100 * ext/mad/gstid3tag.c: Add stdlib.h
15101 * gst/rtp/gstrtpgsmenc.c: same
15102 * gst/tags/gstid3tag.c: same
15103 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15104 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15105 GST_DISABLE_LOADSAVE use.
15106 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15107 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15108 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15110 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15111 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15113 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15114 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15116 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15119 2004-04-20 David Schleef <ds@schleef.org>
15121 * gst/realmedia/rmdemux.c: This was supposed to part of the
15122 last checkin. Same idea.
15124 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
15126 reviewed by David Schleef
15128 * configure.ac: bump required gstreamer version to 0.8.1.1
15129 because of following changes [--ds]
15131 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
15132 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15133 (gst_riff_read_header): Use GST_READ_UINT*
15134 macros to access possibly unaligned memory.
15136 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15137 (mp3_type_find): Use GST_READ_UINT*
15138 macros to access possibly unaligned memory.
15139 (mp3_type_find, mpeg1_parse_header, qt_type_find)
15140 (speex_type_find): Likewise
15142 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15144 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15145 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15146 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15147 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15148 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15149 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
15150 macros to access possibly unaligned memory.
15152 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15155 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15156 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15158 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15161 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15162 (gst_mpeg2subt_chain_subtitle): Likewise.
15164 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15165 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15168 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15171 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15174 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15177 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
15180 update required version of GStreamer because of GST_TIME_FORMAT
15182 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
15184 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15185 remove leftover g_print
15186 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15187 don't try setting only a subset of the caps. We don't want to kill
15188 autoplugging on purpose
15190 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
15192 * sys/ximage/ximagesink.c: (plugin_init):
15193 * sys/xvimage/xvimagesink.c: (plugin_init):
15194 add debugging categories
15196 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
15200 Adding en_GB translation (Gareth Owen)
15202 2004-04-20 David Schleef <ds@schleef.org>
15204 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15205 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15206 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15207 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15208 A number of new features and hacks to extract the esds atom and
15209 put it into the caps. (bug #137724)
15211 2004-04-19 David Schleef <ds@schleef.org>
15213 * gconf/Makefile.am: Fix for non-GNU make
15214 * gst-libs/gst/Makefile.am: Change directory order to handle
15215 GstPlay linking with gstinterfaces
15216 * gst-libs/gst/audio/make_filter: make use of tr portable
15217 * gst-libs/gst/play/Makefile.am: Add intended \
15218 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15219 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15220 function prototype instead of void *.
15221 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
15223 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15224 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
15225 * gst/videofilter/make_filter: make use of tr portable
15226 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
15228 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
15232 Added Ukrainian translation (Maxim V. Dziumanenko)
15234 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
15236 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
15237 (gst_gsmdec_link), (gst_gsmdec_chain):
15238 Fix capsnego, simplify chain function slightly.
15239 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15242 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
15244 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15245 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
15246 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
15247 Hack to make wavparse work with spider (always -> sometimes pad).
15248 Fixes #135862 && #140411.
15250 2004-04-18 Benjamin Otte <otte@gnome.org>
15252 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15253 (gst_osselement_rate_probe_check),
15254 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
15255 get rid of \n in debug output
15257 2004-04-17 Iain <iain@prettypeople.org>
15259 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
15262 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
15264 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15265 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
15266 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
15267 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
15268 (gst_id3_tag_src_link), (gst_id3_tag_chain),
15269 (gst_id3_tag_change_state), (plugin_init):
15270 deprecate id3tag element and replace with id3demux/id3mux.
15271 great side effect: this ugly file is now even uglier, yay!
15272 * ext/mad/gstmad.h:
15273 remove non-available function
15274 update for new get_type
15276 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
15279 require mpeg2dec >= 0.4.0
15281 2004-04-17 Benjamin Otte <otte@gnome.org>
15283 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15284 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
15285 (gst_xvimagesink_set_xwindow_id):
15286 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
15287 assorted cleanup fixes.
15289 2004-04-16 David Schleef <ds@schleef.org>
15291 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
15292 * sys/xvimage/xvimagesink.h: same
15294 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
15296 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15297 Fix GST_ELEMENT_ERROR with (NULL)
15299 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
15301 * gst-libs/gst/riff/riff-media.c:
15302 (gst_riff_create_video_caps_with_data):
15303 Add div[3456] as fourccs for DivX 3 (fixes #140137).
15305 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
15307 * gst-libs/gst/riff/riff-media.c:
15308 (gst_riff_create_video_caps_with_data),
15309 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
15310 (gst_riff_create_video_template_caps),
15311 (gst_riff_create_audio_template_caps):
15312 * gst-libs/gst/riff/riff-media.h:
15313 * gst-libs/gst/riff/riff-read.c:
15314 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
15315 * gst-libs/gst/riff/riff-read.h:
15316 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15317 Add MS RLE support. I added some functions to read out strf chunks
15318 into strf chunks and the data behind it. This is usually color
15319 palettes (as in RLE, but also in 8-bit RGB). Also use those during
15320 caps creation. Lastly, add ADPCM (similar to wavparse - which
15321 should eventually be rifflib based).
15322 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15323 (gst_matroska_demux_init), (gst_matroska_demux_reset):
15324 * gst/matroska/matroska-demux.h:
15325 Remove placeholders for some prehistoric tagging system. Didn't add
15326 support for any tag system really anyway.
15327 * gst/qtdemux/qtdemux.c:
15328 Add support for audio/x-m4a (MPEG-4) through spider.
15329 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15330 (gst_wavparse_loop):
15331 ADPCM support (#135862). Increase max. buffer size because we
15332 cannot split buffers for ADPCM (screws references) and I've seen
15333 files with 2048 byte chunks. 4096 seems safe for now.
15335 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
15337 * configure.ac: bump nano to 1
15339 === release 0.8.1 ===
15341 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
15343 * configure.ac: releasing 0.8.1, "Comforting Sounds"
15345 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
15347 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15348 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
15351 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
15353 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
15354 lower rank of dvddemux so that it's not used for mpeg playback.
15356 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
15359 save libs correctly when checking mad
15361 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
15363 * ext/mad/gstid3tag.c: (plugin_init):
15364 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
15366 2004-04-13 David Schleef <ds@schleef.org>
15368 * common/m4/gst-feature.m4: Call -config scripts with
15369 --plugin-libs if it is supported.
15370 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
15371 JPEG images are image/jpeg.
15372 * gst/debug/Makefile.am:
15373 * gst/debug/negotiation.c: (gst_negotiation_class_init),
15374 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
15375 (gst_negotiation_update_caps), (gst_negotiation_get_property),
15376 (gst_negotiation_plugin_init): Add a property that acts like
15378 * testsuite/gst-lint: Move license checking to be a standard
15381 2004-04-13 David Schleef <ds@schleef.org>
15383 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
15384 patch from Sebastien Cote (bug #139958)
15386 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
15388 * examples/gstplay/Makefile.am:
15389 * examples/gstplay/player.c: (main):
15390 make the commandline player example use gconf settings
15392 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
15394 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
15395 (gst_cacasink_sinkconnect), (gst_cacasink_init),
15396 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
15397 init/end library during state transition, not object
15398 creation/disposal. get rid of custom dispose handler.
15401 2004-04-12 Christian Schaller <Uraeus@gnome.org>
15403 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
15406 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
15408 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
15409 Handle JUNK chunks inside data section. Prevents warnings.
15411 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
15413 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15414 (gst_riff_create_video_template_caps):
15416 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15417 (gst_avi_demux_stream_data):
15418 Add support for "rec-list" chunks.
15420 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
15422 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15423 Fix another codecname mismatch.
15425 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
15427 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15428 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
15429 so that MJPEG plays back.
15431 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
15433 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
15434 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
15435 * gst/mpeg1videoparse/gstmp1videoparse.h:
15436 Fix for some slight mis-cuts in buffer parsing, and for some
15437 potential overflows or faults-causers. Adds disconts. Also fixes
15438 #139105 while we're at it.
15440 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
15443 * sys/v4l2/gstv4l2element.h:
15444 Workaround for missing struct v4l2_buffer declaration in Suse 9
15445 and Mandrake 10 linux/videodev2.h header file (#135919).
15447 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
15449 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
15450 Bail out if no filename was given.
15452 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
15454 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
15455 (gst_v4l2_fourcc_from_structure):
15456 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
15459 2004-04-09 Benjamin Otte <otte@gnome.org>
15461 * ext/gnomevfs/gstgnomevfssink.c:
15462 (_gst_boolean_allow_overwrite_accumulator),
15463 (gst_gnomevfssink_class_init):
15464 fix erase signal - if any handler returns false the file will not be
15465 overwritten. If no handler is connected, the file will not be
15466 overwritten either.
15467 renamed signal to "allow-overwrite"
15468 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
15469 free string when adding it to ID3 failed
15470 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15471 unref event when done
15472 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15474 * gst/typefind/gsttypefindfunctions.c:
15475 (mpeg_video_stream_type_find):
15478 2004-04-08 David Schleef <ds@schleef.org>
15480 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15481 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
15483 2004-04-08 David Schleef <ds@schleef.org>
15485 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
15486 we don't support (bug #139532)
15488 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
15490 * ext/mad/gstmad.c: (gst_mad_handle_event),
15491 (gst_mad_check_caps_reset), (gst_mad_chain),
15492 (gst_mad_change_state):
15493 only set explicit caps if they haven't been set before for
15494 this stream. MPEG-audio sample rate/channels aren't allowed
15495 to change in-stream.
15498 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
15500 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
15501 (_gst_boolean_did_something_accumulator),
15502 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
15503 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
15504 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
15505 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
15506 (gst_gnomevfssink_change_state):
15507 Fix erase signal. Don't erase by default. Remove handoff signal.
15508 Remove erase property. Don't segfault. General cleanup.
15510 2004-04-07 Benjamin Otte <otte@gnome.org>
15512 * gst-libs/gst/gconf/test-gconf.c: (main):
15513 add missing gst_init
15515 2004-04-07 Benjamin Otte <otte@gnome.org>
15517 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
15518 free the mutexes, too
15520 2004-04-07 Benjamin Otte <otte@gnome.org>
15522 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
15523 actually free the URI string
15524 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
15525 compute offset correctly when passing discont events
15526 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
15527 don't leak discont events
15528 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
15529 add some missing breaks so caps aren't copied randomly
15530 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
15531 if we realloc memory, we better use it
15533 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
15535 * ext/mad/gstmad.c: (normal_seek):
15536 fix GST_FORMAT_TIME usage
15538 2004-04-05 David Schleef <ds@schleef.org>
15540 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
15541 a deprecated function (hack!)
15543 2004-04-05 Benjamin Otte <otte@gnome.org>
15545 * ext/esd/esdmon.c: (gst_esdmon_get):
15546 fix nonterminated vararg and memleak
15548 2004-04-05 Benjamin Otte <otte@gnome.org>
15550 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
15551 (gst_ladspa_init), (gst_ladspa_force_src_caps),
15552 (gst_ladspa_set_property), (gst_ladspa_get_property),
15553 (gst_ladspa_instantiate), (gst_ladspa_activate),
15554 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
15557 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
15559 reviewed by Benjamin Otte <otte@gnome.org>
15561 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
15562 check for broken LADSPA parameters (fixes #138635)
15564 2004-04-05 Benjamin Otte <otte@gnome.org>
15566 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
15567 advertise buffer-frames correctly on sinkpads
15569 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
15571 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
15572 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
15573 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
15574 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
15575 (gst_mad_check_caps_reset), (gst_mad_chain):
15576 add more debugging, only reset caps when we're not in error state
15578 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
15580 * ext/mad/gstmad.c: add debugging category, comment + cleanups
15582 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
15584 reviewed by Benjamin Otte <otte@gnome.org>
15587 fix == in test(1) operator
15589 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
15591 reviewed by Benjamin Otte <otte@gnome.org>
15594 fix --export-symblos-regex to a working regex.
15596 2004-04-04 Benjamin Otte <otte@gnome.org>
15598 * sys/oss/.cvsignore:
15601 2004-04-03 Tim-Phillip M??ller <t.i.m@zen.co.uk>
15603 reviewed by Benjamin Otte <otte@gnome.org>
15605 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
15606 add missing 'new_media' argument (fixes #138168)
15607 * gst/matroska/matroska-demux.c:
15608 (gst_matroska_demux_handle_seek_event):
15609 add vararg terminator (fixes #138169)
15611 2004-04-02 David Schleef <ds@schleef.org>
15613 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
15614 disted (bug #138914)
15616 2004-04-01 Benjamin Otte <otte@gnome.org>
15618 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
15619 (gst_alsa_close_audio):
15620 handle case better where a soundcard can't pause
15621 * ext/ogg/gstoggdemux.c:
15622 don't crash when we get events but don't have pads yet
15624 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
15626 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
15627 throw an error if we couldn't probe any caps.
15629 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
15631 * ext/dvdnav/gst-dvd:
15632 Add a really simple sample DVD player
15634 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
15636 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
15637 (gst_a52dec_push), (gst_a52dec_handle_event),
15638 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
15639 (gst_a52dec_change_state):
15640 * ext/a52dec/gsta52dec.h:
15641 Use a debug category, Output timestamps correctly
15642 Emit tag info, Handle events, tell liba52dec about cpu
15643 capabilities so it can use MMX etc.
15644 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
15645 Fix a crasher accessing invalid memory
15646 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
15647 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
15648 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
15649 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
15651 Some support for byte-format seeking.
15652 Small fixes for still frames and menu button overlays
15653 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15654 (gst_mpeg2dec_alloc_buffer):
15655 Use a debug category. Adjust the report level of several items to
15656 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
15657 so it doesn't lose the GstBuffer pointer
15658 * gst/debug/Makefile.am:
15659 * gst/debug/gstdebug.c: (plugin_init):
15660 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
15661 (gst_navseek_base_init), (gst_navseek_class_init),
15662 (gst_navseek_init), (gst_navseek_seek),
15663 (gst_navseek_handle_src_event), (gst_navseek_set_property),
15664 (gst_navseek_get_property), (gst_navseek_chain),
15665 (gst_navseek_plugin_init):
15666 * gst/debug/gstnavseek.h:
15667 Add the navseek debug element for seeking back and forth in a
15668 video stream using arrow keys.
15669 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
15670 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
15671 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
15672 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
15673 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
15674 (gst_mpeg2subt_parse_header), (gst_get_nibble),
15675 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
15676 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
15677 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
15678 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
15679 * gst/mpeg2sub/gstmpeg2subt.h:
15680 Pretty much a complete rewrite. Now a loopbased element. May still
15681 require work to properly synchronise subtitle buffers.
15682 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
15683 (gst_dvd_demux_send_subbuffer):
15684 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
15685 Don't attempt to create subbuffers of size 0
15686 Reduce a couple of error outputs to warnings.
15687 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
15688 (gst_y4mencode_chain):
15689 Output the y4m frame header correctly.
15691 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
15693 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
15694 throw errors instead of allowing SIGFPE
15696 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
15698 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
15699 (gst_gconf_render_bin_from_key):
15700 leak plugging and style fixing
15702 2004-03-31 David Schleef <ds@schleef.org>
15704 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
15705 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
15707 * gst/debug/Makefile.am:
15708 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
15709 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
15711 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
15712 (gst_negotiation_base_init), (gst_negotiation_class_init),
15713 (gst_negotiation_init), (gst_negotiation_getcaps),
15714 (gst_negotiation_pad_link), (gst_negotiation_chain),
15715 (gst_negotiation_set_property), (gst_negotiation_get_property),
15716 (gst_negotiation_plugin_init): New element to talk about random
15717 negotiation things happening in a pipeline.
15719 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
15721 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
15722 fix integer addition with help of Stefan Kost
15724 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
15726 * po/nl.po: updated Dutch translation (Elros Cyriatan)
15728 2004-03-30 David Schleef <ds@schleef.org>
15730 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
15731 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
15732 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
15734 * ext/mpeg2dec/gstmpeg2dec.h:
15736 2004-03-30 David Schleef <ds@schleef.org>
15738 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
15740 2004-03-30 David Schleef <ds@schleef.org>
15742 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
15743 Michael Petullo) to handle .mov
15745 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
15747 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
15748 (gst_osselement_rate_check_rate):
15749 probe caps correctly for sound cards that only support one format
15751 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
15753 * ext/kio/kiosrc.cpp: (process_events):
15754 update handling event processing if inside KDE - untested
15756 2004-03-29 David Schleef <ds@schleef.org>
15758 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
15759 by 2 to not interfere with other colorspaces.
15760 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
15761 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
15762 one to not interfere with ffmpeg_colorspace.
15764 2004-03-29 David Schleef <ds@schleef.org>
15766 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
15767 aren't in the caps.
15768 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
15769 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
15771 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
15773 * gst-libs/gst/riff/riff-media.c:
15774 fail on error, don't try to set stuff on NULL caps
15776 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
15780 * ext/kio/Makefile.am:
15781 * ext/kio/kioreceiver.cpp:
15782 * ext/kio/kioreceiver.h:
15783 * ext/kio/kiosrc.cpp:
15784 * ext/kio/kiosrc.h:
15785 add experimental kiosrc plugin
15786 * ext/alsa/gstalsaplugin.c: (plugin_init):
15787 initialize debugging category only when we're sure registering the
15790 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
15792 * examples/gstplay/player.c: (main):
15793 * gst-libs/gst/play/play.c: (gst_play_class_init),
15794 (gst_play_set_location), (gst_play_set_data_src),
15795 (gst_play_set_video_sink), (gst_play_set_audio_sink),
15796 (gst_play_set_visualization), (gst_play_connect_visualization):
15797 check return values of element_set_state and return FALSE where
15800 2004-03-29 Benjamin Otte <otte@gnome.org>
15802 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
15803 try harder to check if an event is really a discont
15805 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
15807 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
15810 2004-03-28 Benjamin Otte <otte@gnome.org>
15812 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
15813 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
15814 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
15815 get rid of non-standard "..." ranges in case statements.
15817 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
15819 * gst/mpegstream/gstmpegdemux.c:
15820 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
15821 specific functionality split to the new dvddemux element.
15822 * gst/mpegstream/gstdvddemux.c:
15823 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
15824 streams, derived from mpegdemux.
15825 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
15826 up. SCR based timestamp rewriting can be turned off (will probably
15827 completely disappear soon).
15828 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
15829 hacking. General cleanup. All printf statements replaced by
15830 debugging messages. Almost complete libdvdnav support.
15831 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
15832 by events. New properties for audio and subpicture languages.
15833 (dvdnavsrc_update_highlight): Now uses events.
15834 (dvdnavsrc_user_op): Cleaned up.
15835 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
15836 based). Lots of cleanup, and propper support for most libdvdnav
15838 (dvdnavsrc_make_dvd_event): New function.
15839 (dvdnavsrc_make_dvd_nav_packet_event): New function.
15840 (dvdnavsrc_make_clut_change_event): New function.
15842 2004-03-26 Benjamin Otte <otte@gnome.org>
15844 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
15845 fix bug where typefinding would claim it's theora whenever less then
15846 7 bytes of data were available
15848 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
15850 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
15851 (gst_alawdec_base_init), (gst_alawdec_class_init),
15852 (gst_alawdec_init), (gst_alawdec_chain):
15853 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
15854 (gst_alawenc_base_init), (gst_alawenc_class_init),
15855 (gst_alawenc_init), (gst_alawenc_chain):
15856 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
15857 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
15858 (gst_mulawdec_init), (gst_mulawdec_chain):
15859 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
15860 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
15861 (gst_mulawenc_init), (gst_mulawenc_chain):
15862 Fix capsnego in all four, remove the unused property functions and
15863 simplify the chain functions slightly. I guess we could use macros
15864 or something similar for those, since the code is so similar, but
15865 I'm currently too lazy...
15867 2004-03-24 David Schleef <ds@schleef.org>
15869 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15870 (gst_osselement_close_audio), (gst_osselement_probe_caps),
15871 (gst_osselement_get_format_structure),
15872 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
15873 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
15874 (gst_osselement_rate_int_compare): Add code to handle rate probing
15876 * sys/oss/gstosselement.h: same
15877 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
15878 Use rate probing provided by osselement.
15879 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
15881 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
15883 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
15884 (gst_xvidenc_get_property):
15887 2004-03-24 David Schleef <ds@schleef.org>
15889 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
15890 (gst_speexdec_init):
15891 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
15892 (gst_speexenc_init): Create the pad template correctly (from
15893 the static pad template, not a NULL pointer.)
15895 2004-03-25 Benjamin Otte <otte@gnome.org>
15897 * gst/debug/Makefile.am:
15898 * gst/debug/breakmydata.c:
15899 add element that quasi-randomly changes bytes in the stream.
15900 Intended use is robustness checking of demuxers and decoders in
15903 2004-03-24 Benjamin Otte <otte@gnome.org>
15905 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15906 (gst_alsa_probe_hw_params):
15907 * ext/alsa/gstalsa.h:
15908 debugging output fixes
15910 2004-03-24 Benjamin Otte <otte@gnome.org>
15912 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
15913 don't g_return_if_fail if element is PLAYING, fail silently as every
15915 * gst/effectv/gstquark.c: (gst_quarktv_chain):
15916 only fix needed for cast lvalue issues in gst-plugins
15917 * gst/volenv/gstvolenv.c: (gst_volenv_init):
15920 2004-03-24 Benjamin Otte <otte@gnome.org>
15922 * gst/level/gstlevel.c: (gst_level_init):
15923 add proxying getcaps function, so level doesn't advertise impossible
15926 2004-03-24 David Schleef <ds@schleef.org>
15928 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15929 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
15930 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15931 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15932 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15933 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15934 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15935 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15936 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
15937 messages. Divide the chunk size by the compression ratio
15938 (needed for MACE audio)
15940 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
15942 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15943 Fix buffer overflow read error.
15945 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
15947 * ext/alsa/gstalsa.h:
15948 Remove unused entry.
15949 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15951 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15952 (gst_videodrop_link), (gst_videodrop_chain):
15953 Fix, sort of. Was horribly broken with new capsnego. Bah...
15955 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
15957 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
15959 Add a monkeysaudio typefind function
15961 2004-03-23 Johan Dahlin <johan@gnome.org>
15963 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
15964 (gst_play_video_fixate): Check so the structure has the field
15965 before trying to fixate them, this makes it possible to have
15966 fakesinks for video and audio output without printing errors on
15967 the output console.
15969 2004-03-22 David Schleef <ds@schleef.org>
15971 * sys/oss/Makefile.am:
15972 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
15973 (check_rate), (add_rate): Rate probing test app.
15975 2004-03-21 Benjamin Otte <otte@gnome.org>
15977 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15978 (_fixate_caps_to_int), (gst_audio_convert_fixate):
15979 add a fixation function that pretty much does the right thing (fixes
15982 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
15984 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
15986 2004-03-20 Tim-Phillip M??ller <t.i.m@zen.co.uk>
15988 reviewed by: Benjamin Otte <otte@gnome.org>
15990 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15991 terminate gst_event_new_discontinuous correctly (fixes parts of
15994 2004-03-19 David Schleef <ds@schleef.org>
15996 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
15997 since it doesn't depend on X, and it's part of our ABI.
15999 2004-03-19 Iain <iain@prettypeople.org>
16001 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16002 is_int in the structure, not the local variable.
16004 2004-03-19 David Schleef <ds@schleef.org>
16006 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16007 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16008 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16009 Improvements in caps negotiation.
16011 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
16015 adding Afrikaans (Petri Jooste)
16017 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
16019 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16020 (gst_ffmpegcolorspace_chain):
16021 throw error instead of g_critical (#137588)
16023 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
16027 dist common and m4 correctly
16030 2004-03-17 David Schleef <ds@schleef.org>
16032 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
16035 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
16039 adding Swedish translation (Christian Rose)
16041 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
16043 * Makefile.am: use release.mak
16045 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
16047 * common/ChangeLog:
16048 * common/gst-autogen.sh:
16049 add some explanation about the version detection
16053 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
16055 * configure.ac: bump nano to 1
16057 === release 0.8.0 ===
16059 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
16061 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16063 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
16066 update libtool version
16067 * gst-libs/gst/media-info/Makefile.am:
16068 actually use libtool version
16070 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
16072 * configure.ac: fix speex detection to work with 1.0 but not 1.1
16074 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
16077 * gst-plugins.spec.in:
16078 * pkgconfig/Makefile.am:
16079 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16080 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16081 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16082 * pkgconfig/gstreamer-libs.pc.in:
16083 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16084 * pkgconfig/gstreamer-play-uninstalled.pc.in:
16085 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16086 * pkgconfig/gstreamer-plugins.pc.in:
16087 remove @VERSION@ from some of the pc files since core and plugins
16089 created gstreamer-plugins.pc as it's a better name, but keeping
16090 -libs around for now to get fixes upstream done first.
16092 2004-03-15 Julien MOUTTE <julien@moutte.net>
16094 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16095 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16096 * gst-libs/gst/play/play.h:
16098 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
16100 * *.c, *.cc: don't mix tabs and spaces
16102 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
16104 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16105 use the new ffmpegcolorspace
16106 * gst-plugins.spec.in:
16107 package new colorspace and media-info
16109 * pkgconfig/Makefile.am:
16110 fix some more disting issues
16111 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16112 * pkgconfig/gstreamer-media-info.pc.in:
16113 generate media-info pc files
16115 2004-03-15 Johan Dahlin <johan@gnome.org>
16117 * *.h: Revert indenting
16119 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
16122 adding ffmpegcolorspace element
16123 * gst/ffmpegcolorspace/Makefile.am:
16124 * gst/ffmpegcolorspace/avcodec.h:
16125 * gst/ffmpegcolorspace/common.h:
16126 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16127 * gst/ffmpegcolorspace/dsputil.h:
16128 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16129 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16130 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16131 (gst_ffmpeg_caps_to_pix_fmt):
16132 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16133 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16134 (gst_ffmpegcolorspace_caps_remove_format_info),
16135 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16136 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16137 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16138 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16139 (gst_ffmpegcolorspace_set_property),
16140 (gst_ffmpegcolorspace_get_property),
16141 (gst_ffmpegcolorspace_register):
16142 * gst/ffmpegcolorspace/imgconvert.c:
16143 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16144 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16145 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16146 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16147 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16148 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16149 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16150 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16151 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16152 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16153 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16154 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16155 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16156 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16157 (img_get_alpha_info), (deinterlace_line),
16158 (deinterlace_line_inplace), (deinterlace_bottom_field),
16159 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16160 * gst/ffmpegcolorspace/imgconvert_template.h:
16161 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16162 * gst/ffmpegcolorspace/mmx.h:
16163 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16164 adding ffmpegcolorspace element supplied by Ronald after cleaning
16165 up and pulling in the right bits of upstream source.
16166 I'm sure a better C/compiler wizard could do some cleaning up (for
16167 example use GLIB's malloc stuff), but as a first pass this
16170 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
16172 * ext/alsa/gstalsa.h:
16173 I assume Ronald forgot to commit the change to have cardname
16174 as a struct member. Expect some public spanking at the next
16177 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
16179 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16180 (gst_alsa_open_audio), (gst_alsa_close_audio):
16181 * ext/alsa/gstalsa.c:
16182 Don't open the device if we're a mixer (= padless).
16183 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16184 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16185 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16186 Open mixer during state change rather than during object
16187 initialization. Also, get a device name. Currently in a somewhat
16188 hackish fashion, but I didn't really find something better.
16190 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
16192 * *.c, *.h: run gst-indent
16194 2004-03-14 Benjamin Otte <otte@gnome.org>
16196 * gst/modplug/gstmodplug.cc:
16197 * gst/modplug/gstmodplug.h:
16198 set correct timestamps on outgoing buffers
16200 2004-03-14 Benjamin Otte <otte@gnome.org>
16202 * gst/modplug/gstmodplug.cc:
16203 handle events - don't do crap when a discont arrives that's not
16205 This allows correct loading and playback of mods in Rhythmbox
16207 2004-03-14 Benjamin Otte <otte@gnome.org>
16210 * gst-libs/gst/gconf/Makefile.am:
16211 * pkgconfig/Makefile.am:
16212 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16213 they get rebuilt properly
16215 when checking for vorbis, try pkgconfig first.
16216 * gst/modplug/gstmodplug.cc:
16217 add fixate function
16219 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
16221 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16222 Fix for obvious mistake, where we first shift the offset and then
16223 read a samplesize element assuming the old offset. Note that this
16224 part still has something weird, i.e. my movies containing those
16225 don't actually play well, but at least there's something that looks
16228 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
16229 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
16231 Add a typefind function for speex format
16233 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
16235 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
16236 (gst_asf_demux_setup_pad):
16237 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
16238 instead of 0. Reason is simple: some elements have a fps range
16239 of 1-max instead of 0-max. So now ASF video actually works.
16241 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
16245 adding serbian as a language
16247 2004-03-13 Benjamin Otte <otte@gnome.org>
16249 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16250 return taglist correctly from _get function, don't gst_pad_push it.
16253 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
16254 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16256 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
16258 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
16259 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
16260 (gst_alsa_mixer_track_new):
16261 * ext/alsa/gstalsamixertrack.h:
16262 Fix ancient leftovers... MixerTrack is a GObject.
16264 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
16266 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16267 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16268 Don't block during probing...
16270 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
16272 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
16273 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
16274 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
16275 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
16276 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
16277 (gst_alsa_open_audio), (gst_alsa_close_audio):
16278 * ext/alsa/gstalsa.h:
16279 Add propertyprobe interface implementation, add some device-name
16280 property, all this so that it looks good in gnome-volume-control.
16282 2004-03-12 David Schleef <ds@schleef.org>
16284 * configure.ac: the Hermes library controls hermescolorspace, not
16286 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16287 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
16289 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
16290 * ext/sdl/sdlvideosink.h: ditto.
16291 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
16293 2004-03-12 Benjamin Otte <otte@gnome.org>
16295 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
16296 (gst_x_overlay_got_xwindow_id):
16297 * gst-libs/gst/xoverlay/xoverlay.h:
16298 replace XID with unsigned long to get rid of the xlibs dependency in
16299 XOverlay (fixes #137004)
16301 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
16302 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
16303 (gst_agingtv_setup):
16304 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
16305 (gst_dicetv_base_init), (gst_dicetv_class_init),
16306 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
16307 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
16308 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
16309 (gst_edgetv_setup), (gst_edgetv_rgb32):
16310 * gst/effectv/gsteffectv.c:
16311 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
16312 (gst_quarktv_set_property):
16313 * gst/effectv/gstrev.c: (gst_revtv_get_type),
16314 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
16315 (gst_revtv_setup), (gst_revtv_rgb32):
16316 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
16317 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
16318 (gst_shagadelictv_init), (gst_shagadelictv_setup),
16319 (gst_shagadelictv_rgb32):
16320 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
16321 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
16322 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
16323 * gst/effectv/gstwarp.c:
16324 Port everything that can be ported to videofilter and fix up the caps.
16325 Can someone with a big-endian machine please check these?
16327 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
16329 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
16330 (gst_osssink_chain), (gst_osssink_change_state):
16331 Latest fixes for A/V sync, audio playback and such. This is about
16332 all... MPEG playback issues are mostly related to the async build-
16333 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
16335 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
16337 patch from: Stephane Loeuillet
16340 use pkg-config for some libraries, falling back to the old .m4 way
16345 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
16348 * tools/Makefile.am:
16349 * tools/Makefile.in:
16350 * tools/gst-launch-ext-m.m:
16351 * tools/gst-launch-ext.1.in:
16352 * tools/gst-visualise-m.m:
16353 * tools/gst-visualise.1:
16354 * tools/gst-visualise.1.in:
16355 reorganizing generation of script tools
16357 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
16359 * ext/divx/gstdivxdec.c:
16360 Downgrade priority. We prefer ffdec_mpeg4.
16361 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
16362 (gst_faad_chain), (gst_faad_change_state):
16363 Fix capsnego. Doesn't work for some sounds because we don't have
16364 a 5:1 to stereo element.
16365 * ext/xvid/gstxvid.c: (plugin_init):
16367 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16368 (gst_osssink_change_state):
16369 Add discont handling.
16371 2004-03-09 Colin Walters <walters@verbum.org>
16373 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
16376 2004-03-09 Benjamin Otte <otte@gnome.org>
16378 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
16379 the signals take 2 arguments
16381 2004-03-09 David Schleef <ds@schleef.org>
16383 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
16384 (gst_alsa_fixate): Add fixate function. (bug #136686)
16385 * ext/alsa/gstalsa.h:
16386 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
16388 2004-03-09 Benjamin Otte <otte@gnome.org>
16390 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
16391 (gst_mikmod_change_state):
16392 * ext/mikmod/gstmikmod.h:
16393 make mikmod's loop function not loop infinitely and call
16394 gst_element_yield anymore
16395 * gst/modplug/gstmodplug.cc:
16396 fix pad negotiation (fixes #136590)
16398 2004-03-09 David Schleef <ds@schleef.org>
16400 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
16401 doesn't conflict with the internal colorspace plugin.
16402 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
16403 satisfy the crappy-ass shell shipped by a certain vendor.
16404 * gst/videofilter/make_filter: same (bug #135299)
16406 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
16408 * configure.ac: bump nano to 1
16410 === release 0.7.6 ===
16412 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
16414 * configure.in: releasing 0.7.6, "There"
16416 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
16418 * pkgconfig/gstreamer-play-uninstalled.pc.in:
16419 * pkgconfig/gstreamer-play.pc.in:
16420 synchronize the two
16422 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
16424 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
16425 (cdparanoia_open), (cdparanoia_event):
16426 fix/add error handling
16428 add cdparanoia source
16429 * tools/Makefile.am:
16430 make scripts executable
16432 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
16435 * ext/vorbis/Makefile.am:
16437 remove id3types, vorbisfile and xvideosink from the build (#133783)
16439 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
16441 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16442 Fix metadata read crash (#136537).
16444 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
16446 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16447 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
16448 adding mime types, fixing the one-stop function
16450 2004-03-08 Christian Schaller <Uraeus@gnome.org>
16452 * ext/nas/nassink.c and /ext/nas/nassink.h:
16453 More NAS love from Arwed von Merkatz
16454 So lets all sing 'Can you feel the NAS tonight'
16456 2004-03-08 Christian Schaller <Uraeus@gnome.org>
16458 * tools/gst-launch-ext.in:
16459 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
16461 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
16463 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
16464 (gst_mpeg2dec_init):
16465 remove the user_data pad for now, because it is being used in
16466 fixating causing MPEG playback to fixate on 1000 Hz for playback.
16467 If someone knows how to fix this properly, please do.
16469 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
16471 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
16472 (gst_osssink_get_time):
16473 add a warning, IMO this won't get triggered anymore, remove later
16475 2004-03-07 David Schleef <ds@schleef.org>
16477 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
16478 format (bug #136470)
16480 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
16482 * gst-libs/Makefile.am:
16483 * gst-libs/gst/media-info/Makefile.am:
16484 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
16485 (error_callback), (gst_media_info_error_create),
16486 (gst_media_info_error_element), (gmip_init), (gmip_reset),
16487 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
16488 * gst-libs/gst/media-info/media-info-priv.h:
16489 * gst-libs/gst/media-info/media-info-test.c: (main):
16490 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
16491 (gst_media_info_class_init), (gst_media_info_instance_init),
16492 (gst_media_info_set_source), (gst_media_info_read_with_idler),
16493 (gst_media_info_read_idler), (gst_media_info_read):
16494 * gst-libs/gst/media-info/media-info.h:
16495 fixed, should work now
16497 2004-03-07 Christian Schaller <Uraeus@gnome.org>
16499 * ext/nas/nassink.c:
16500 A bunch of NAS fixes from Arwed von Merkatz
16502 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
16504 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16505 (qtdemux_parse_trak):
16506 Fix crash (j might be greater than n_samples, in which case we're
16507 writing outside the allocated space for the array) and memleak.
16509 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
16511 * sys/oss/gstosssink.c: (gst_osssink_chain):
16512 And another caller that couldn't handle delay < 0 (unsigned
16513 integer overflow). Video now continues playing on an audio
16514 buffer underrun, and the clock continues working. Audio still
16517 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
16519 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
16520 (gst_osssink_get_time):
16521 get_delay() may return values lower than 0. In those cases, we
16522 should not actually cast to *unsigned* int64, that will break
16523 stuff horribly. In my case, it screwed up A/V sync in movies
16524 in totem rather badly.
16526 2004-03-06 Christophe Fergeau <teuf@gnome.org>
16528 * ext/faac/gstfaac.c: (gst_faac_chain):
16529 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16530 * ext/libpng/gstpngenc.c: (user_write_data):
16531 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
16532 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
16533 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
16534 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
16535 Fix several misuse of gst_buffer_merge (it doesn't take ownership
16536 of any buffer), should fix some leaks. I hope I didn't unref buffers
16537 that shouldn't be...
16539 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
16541 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
16542 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
16543 (error_callback), (gmi_reset), (gmi_seek_to_track),
16544 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
16545 (gmip_find_type_post), (gmip_find_stream_post),
16546 (gmip_find_track_streaminfo_post):
16547 * gst-libs/gst/media-info/media-info-priv.h:
16548 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
16549 (info_print), (main):
16550 * gst-libs/gst/media-info/media-info.c:
16551 (gst_media_info_error_create), (gst_media_info_error_element),
16552 (gst_media_info_instance_init), (gst_media_info_get_property),
16553 (gst_media_info_new), (gst_media_info_set_source),
16554 (gst_media_info_read_idler), (gst_media_info_read):
16555 * gst-libs/gst/media-info/media-info.h:
16556 first pass at making this work again. This seems to work on
16557 tagged ogg/vorbis and mp3 files.
16559 2004-03-06 Benjamin Otte <otte@gnome.org>
16561 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16562 fix huge leak: gst_buffer_merge doesn't unref the first argument
16565 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
16567 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
16568 report layer/mode/emphasis
16570 2004-03-06 Christophe Fergeau <teuf@gnome.org>
16572 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
16574 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
16576 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
16579 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
16581 * ext/vorbis/vorbis.c: (plugin_init):
16582 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16583 (gst_vorbis_dec_init), (vorbis_dec_event):
16585 make vorbisdec handle _BYTE and _TIME queries
16587 2004-03-06 Christophe Fergeau <teuf@gnome.org>
16589 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
16590 from the xing header
16592 2004-03-06 Benjamin Otte <otte@gnome.org>
16594 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
16595 (gst_audio_convert_link), (gst_audio_convert_change_state),
16596 (gst_audio_convert_buffer_from_default_format):
16597 do conversions from/to float correctly, fix some caps nego errors,
16598 export correct supported caps in template and getcaps, use correct
16599 caps in try_set_caps functions
16601 2004-03-06 Christophe Fergeau <teuf@gnome.org>
16603 For some reason, I only committed a ChangeLog entry yesterday and
16604 not the corresponding code...
16605 * ext/mad/gstmad.c: Fix detection of Xing headers
16606 * gst/tags/gstid3tag.c: Changes to support TLEN tags
16608 2004-03-06 Benjamin Otte <otte@gnome.org>
16610 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
16611 (gst_ogg_demux_src_query):
16612 make sure to handle the case where there's no current chain
16615 2004-03-05 David Schleef <ds@schleef.org>
16617 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
16618 Add fixate function. (bug #131128)
16619 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
16620 (gst_sdlvideosink_fixate): Add fixate function.
16621 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16622 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
16623 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
16624 Fix missing break that was causing ulaw to be interpreted as
16627 2004-03-05 David Schleef <ds@schleef.org>
16629 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
16630 Fix code that ignores return value of gst_buffer_merge().
16632 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
16633 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
16634 * testsuite/gst-lint: Check for above.
16636 2004-03-05 David Schleef <ds@schleef.org>
16638 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
16639 caps and throw an element error. (bug #136334)
16641 2004-03-05 David Schleef <ds@schleef.org>
16643 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
16644 (gst_faad_chain): Fix negotiation.
16645 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
16646 key and button events.
16647 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
16649 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
16651 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
16652 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16653 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
16654 function to encourage better negotiation, particularly between
16655 audioconvert and osssink.
16656 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16657 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
16659 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
16661 * gst/vbidec/vbiscreen.c: Add glib header
16662 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
16664 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
16666 * ext/mad/gstmad.c: Fix detection of Xing headers
16667 * gst/tags/gstid3tag.c: Changes to support TLEN tags
16669 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
16671 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16672 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
16675 2004-03-06 Christophe Fergeau <teuf@gnome.org>
16677 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16678 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
16679 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
16680 files, and report the parsed length as a GST_TAG_DURATION tag.
16681 * gst/tags/gstid3tag.c: support TLEN (duration) tag
16683 2004-03-05 Benjamin Otte <otte@gnome.org>
16685 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
16686 convert channels correctly. convert correctly to unsigned.
16688 2004-03-05 Julien MOUTTE <julien@moutte.net>
16690 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
16691 we have a window before clearing it.
16693 2004-03-05 Julien MOUTTE <julien@moutte.net>
16695 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
16696 have a window before clearing it.
16698 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
16700 * gconf/gstreamer.schemas.in:
16701 * gst-libs/gst/gconf/Makefile.am:
16702 version installation path the same way as for 0.6
16703 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16704 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16705 * pkgconfig/gstreamer-play-uninstalled.pc.in:
16706 remove comment that was fixed
16708 2004-03-05 David Schleef <ds@schleef.org>
16710 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
16711 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
16712 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
16713 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
16714 Add prototype code for handling seeking and querying.
16716 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
16718 * examples/gstplay/player.c: (main):
16719 Initialize variables to NULL. Prevents a segfault because the
16720 (uninitialized) variable is not NULL, resulting in a crash on
16721 trying to reach error->message.
16723 2004-03-05 Benjamin Otte <otte@gnome.org>
16725 * gst/audioconvert/gstaudioconvert.c:
16726 (gst_audio_convert_buffer_to_default_format):
16727 make float=>int conversion work correctly even in cornercases.
16729 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
16731 * debian/README.Debian:
16732 * debian/build-deps:
16733 * debian/changelog:
16735 * debian/control.in:
16736 * debian/copyright:
16737 * debian/gstreamer-a52dec.files:
16738 * debian/gstreamer-aa.files:
16739 * debian/gstreamer-alsa.files:
16740 * debian/gstreamer-alsa.manpages:
16741 * debian/gstreamer-arts.files:
16742 * debian/gstreamer-artsd.files:
16743 * debian/gstreamer-audiofile.files:
16744 * debian/gstreamer-avifile.files:
16745 * debian/gstreamer-cdparanoia.files:
16746 * debian/gstreamer-colorspace.files:
16747 * debian/gstreamer-doc.files:
16748 * debian/gstreamer-dv.files:
16749 * debian/gstreamer-dvd.files:
16750 * debian/gstreamer-esd.files:
16751 * debian/gstreamer-festival.files:
16752 * debian/gstreamer-flac.files:
16753 * debian/gstreamer-gconf.conffiles:
16754 * debian/gstreamer-gconf.files:
16755 * debian/gstreamer-gconf.postinst:
16756 * debian/gstreamer-gnomevfs.files:
16757 * debian/gstreamer-gsm.files:
16758 * debian/gstreamer-http.files:
16759 * debian/gstreamer-jack.files:
16760 * debian/gstreamer-jpeg.files:
16761 * debian/gstreamer-mad.files:
16762 * debian/gstreamer-mikmod.files:
16763 * debian/gstreamer-misc.files:
16764 * debian/gstreamer-mpeg2dec.files:
16765 * debian/gstreamer-oss.files:
16766 * debian/gstreamer-plugin-apps.files:
16767 * debian/gstreamer-plugin-apps.manpages:
16768 * debian/gstreamer-plugin-libs-dev.files:
16769 * debian/gstreamer-plugin-libs.files:
16770 * debian/gstreamer-plugin-template.postinst:
16771 * debian/gstreamer-plugin-template.postrm:
16772 * debian/gstreamer-sdl.files:
16773 * debian/gstreamer-sid.files:
16774 * debian/gstreamer-vorbis.files:
16775 * debian/gstreamer-x.files:
16776 * debian/mk.control:
16778 Debian package info not maintained here.
16780 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
16782 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16783 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
16784 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
16785 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
16786 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
16787 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
16788 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16789 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
16790 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16791 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
16792 * gst-libs/gst/colorbalance/colorbalance.c:
16793 (gst_color_balance_class_init):
16794 * gst-libs/gst/colorbalance/colorbalancechannel.c:
16795 (gst_color_balance_channel_class_init):
16796 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
16797 * gst-libs/gst/play/play.c: (gst_play_class_init):
16798 * gst-libs/gst/propertyprobe/propertyprobe.c:
16799 (gst_property_probe_iface_init):
16800 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
16801 * gst-libs/gst/tuner/tunerchannel.c:
16802 (gst_tuner_channel_class_init):
16803 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
16804 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
16805 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
16806 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
16807 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
16808 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16809 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16810 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
16811 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
16812 fix signals to use - instead of _
16813 * ext/libcaca/gstcacasink.h:
16814 * ext/sdl/sdlvideosink.h:
16817 2004-03-04 David Schleef <ds@schleef.org>
16819 * testsuite/gst-lint: Add a check for bad signal names.
16821 2004-03-04 <kost@imn.htwk-leipzig.de>
16823 reviewed by David Schleef
16825 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
16826 modified the alpha channel and caused a warning. (bug #136192)
16828 2004-04-03 Christian Schaller <Uraeus@gnome.org>
16830 * gst-plugins.spec.in:
16831 Change names of plugins to actually be correct. Try to keep things
16832 alphabetical to avoid getting beat up by Thomas
16834 2004-03-03 Julien MOUTTE <julien@moutte.net>
16836 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
16837 Using ximagesink as a default if no gconf key found. We should
16838 probably consider using alsasink instead of osssink for the audio
16841 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
16844 fix --with-plugins, don't think it ever worked before
16845 * gst-plugins.spec.in:
16848 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
16850 * ext/sdl/sdlvideosink.h:
16851 * sys/ximage/ximagesink.h:
16852 * sys/xvideo/xvideosink.h:
16853 * sys/xvimage/xvimagesink.h:
16854 Fix for move of gstvideosink.h -> videosink.h.
16856 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
16858 * gst-libs/gst/xwindowlistener/Makefile.am:
16859 this is a plugin library, not a library
16861 2004-03-01 David Schleef <ds@schleef.org>
16863 * AUTHORS: Added some names. Add yourself if you're still
16866 2004-03-01 David Schleef <ds@schleef.org>
16870 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
16872 * gst-plugins.spec.in: clean up spec file
16874 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
16876 * gst-libs/gst/video/Makefile.am:
16877 * gst-libs/gst/video/gstvideosink.c:
16878 * gst-libs/gst/video/gstvideosink.h:
16879 rename gstvideosink.h to videosink.h to match other headers
16880 * gst/mixmatrix/Makefile.am:
16881 fix plugin filename
16882 * gst/tags/Makefile.am: fix plugin filename
16884 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
16886 * gst/tags/Makefile.am: fix plugin filename
16888 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
16890 * examples/gstplay/player.c: (got_time_tick), (main):
16892 display time_tick more readably
16893 * gst/mixmatrix/Makefile.am:
16894 fix plugin file name
16896 2004-02-29 Christophe Fergeau <teuf@gnome.org>
16898 * sys/oss/gstosselement.c: (gst_osselement_probe),
16899 (device_combination_append), (gst_osselement_class_probe_devices):
16900 * sys/oss/gstosselement.h:
16901 Reworked enumeration of oss dsps and mixers so that gst-mixer works
16902 on my system using alsa oss emulation, fixes bug #135597
16904 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
16906 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
16907 (gst_videodrop_chain), (gst_videodrop_change_state):
16908 * gst/videodrop/gstvideodrop.h:
16909 Work based on timestamp of input data, not based on the expected
16910 framerate from the input. The consequence is that this element now
16911 not only scales framerates, but also functions as a framerate
16912 corrector or framerate stabilizer/constantizer.
16914 2004-02-27 David Schleef <ds@schleef.org>
16916 patches from jmmv@menta.net (Julio M. Merino Vidal)
16918 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
16919 GST_ELEMENT_ERROR call (bug #135634)
16920 * gst/interleave/interleave.c: (interleave_buffered_loop),
16921 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
16922 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
16923 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
16924 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
16925 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
16926 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16927 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
16928 Fix GST_ELEMENT_ERROR call.
16929 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
16930 GST_ELEMENT_ERROR call.
16932 2004-02-27 Benjamin Otte <otte@gnome.org>
16934 * gst-libs/gst/audio/audio.h:
16935 add macro to make sure header isn't included twice
16936 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
16937 don't use gst_buffer_free
16938 * gst/playondemand/filter.func:
16939 don't use gst_data_free. Free data only once.
16941 2004-02-26 David Schleef <ds@schleef.org>
16943 * gst-libs/gst/colorbalance/Makefile.am:
16944 * gst-libs/gst/mixer/Makefile.am:
16945 * gst-libs/gst/tuner/Makefile.am:
16946 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
16947 should not be disted, -marshal.h files should not be installed,
16948 and -enum.h files _should_ be installed. Fix to make this the
16951 === release 0.7.5 ===
16953 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
16955 * configure.ac: release 0.7.5, "Under The Sea"
16957 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
16959 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16960 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
16961 * gst/videoscale/gstvideoscale.c:
16962 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
16963 assorted debug/warning fixes
16965 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
16967 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
16968 (gst_videoscale_init), (gst_videoscale_chain),
16969 (gst_videoscale_set_property), (plugin_init):
16970 * gst/videoscale/gstvideoscale.h:
16971 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16972 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
16973 (gst_videoscale_planar400), (gst_videoscale_packed422),
16974 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
16975 (gst_videoscale_24bit), (gst_videoscale_16bit),
16976 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
16977 (gst_videoscale_scale_plane_slow),
16978 (gst_videoscale_scale_point_sample),
16979 (gst_videoscale_scale_nearest),
16980 (gst_videoscale_scale_nearest_str2),
16981 (gst_videoscale_scale_nearest_str4),
16982 (gst_videoscale_scale_nearest_32bit),
16983 (gst_videoscale_scale_nearest_24bit),
16984 (gst_videoscale_scale_nearest_16bit):
16985 add debugging category and use it properly
16986 fix use of GST_PTR_FORMAT
16988 2004-02-25 Andy Wingo <wingo@pobox.com>
16990 * gst/interleave/interleave.c (interleave_buffered_loop): Always
16991 push only when channel->buffer is NULL. Prevents segfaults doing
16992 the state change after a nonlocal exit, like a scheme exception.
16994 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
16995 Handle the case where the intersected caps is empty.
16997 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
16999 * gst/law/mulaw-decode.c: (mulawdec_link):
17000 * gst/law/mulaw.c: (plugin_init):
17001 fix mulawdec so it actually works again
17003 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
17005 reviewed by: David Schleef <ds@schleef.org>
17007 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17008 (gst_gamma_init), (gst_gamma_set_property),
17009 (gst_gamma_get_property), (gst_gamma_calculate_tables),
17010 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
17011 for RGB, with separate r g and b correction factors. (#131167)
17013 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
17015 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17016 only signal tags for bitrate if they're > 0 (#134894)
17018 2004-02-24 David Schleef <ds@schleef.org>
17020 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17021 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17022 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17023 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17024 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17025 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17026 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17027 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17028 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
17029 category. Attempt to fix timestamp calculation.
17031 2004-02-24 Johan Dahlin <johan@gnome.org>
17033 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17035 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
17038 * gconf/Makefile.am:
17039 * gconf/gstreamer.schemas:
17040 * gst-libs/gst/gconf/Makefile.am:
17041 * gst-libs/gst/gconf/gconf.c:
17042 version gconf schemas and install locations
17044 2004-02-23 Benjamin Otte <otte@gnome.org>
17046 * ext/xine/xineinput.c: (gst_xine_input_dispose):
17047 (gst_xine_input_subclass_init):
17048 call parent dispose.
17049 change pad template for CD reader correctly
17050 * ext/xine/Makefile.am:
17051 * ext/xine/gstxine.h:
17052 * ext/xine/xine.c: (plugin_init):
17053 * ext/xine/xineaudiosink.c:
17054 wrap audio sinks, too
17055 * gst-libs/gst/resample/private.h:
17056 * gst-libs/gst/resample/resample.c: (gst_resample_init),
17057 (gst_resample_reinit), (gst_resample_scale),
17058 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17059 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17060 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17061 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17062 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17063 * gst-libs/gst/resample/resample.h:
17064 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17065 (gst_audioscale_class_init), (gst_audioscale_link),
17066 (gst_audioscale_get_buffer), (gst_audioscale_init),
17067 (gst_audioscale_chain), (gst_audioscale_set_property),
17068 (gst_audioscale_get_property):
17069 * gst/audioscale/gstaudioscale.h:
17070 s/resample_*/gst_resample_*/i to not clobber namespaces
17072 2004-02-23 Julien MOUTTE <julien@moutte.net>
17074 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17075 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17076 (gst_riff_create_video_template_caps),
17077 (gst_riff_create_audio_template_caps),
17078 (gst_riff_create_iavs_template_caps):
17079 * gst-libs/gst/riff/riff-media.h:
17080 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17081 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17082 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17083 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17084 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17085 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17086 (gst_matroska_demux_plugin_init): First batch implementing audio and
17087 video codec tags in demuxers.
17089 2004-02-22 Benjamin Otte <otte@gnome.org>
17091 * ext/xine/Makefile.am:
17092 * ext/xine/gstxine.h:
17093 * ext/xine/xine.c: (plugin_init):
17094 * ext/xine/xineinput.c:
17095 add input plugin wrapper. Playback from files, http, mms and cdda
17097 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17098 remove leftover G_GNUC_UNUSED
17099 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17100 (gst_asf_demux_identify_guid):
17101 improve debugging output
17103 2004-02-22 Benjamin Otte <otte@gnome.org>
17105 reported by: Padraig O'Briain <padraig.obriain@sun.com>
17108 replace test -e with test -x for mkinstalldirs to be more portable.
17111 2004-02-22 Benjamin Otte <otte@gnome.org>
17113 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17115 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17116 set rank to PRIMARY
17117 * gst/volume/gstvolume.c: (plugin_init):
17121 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
17123 reviewed by Benjamin Otte <otte@gnome.org>
17125 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17126 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17128 2004-02-22 Benjamin Otte <otte@gnome.org>
17131 export [_]*{gst,Gst,GST}.* symbols from plugins
17133 2004-02-22 Christophe Fergeau <teuf@gnome.org>
17135 reviewed by: Benjamin Otte <otte@gnome.org>
17137 * ext/lame/gstlame.c: (add_one_tag):
17138 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17139 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17140 (gst_vorbisenc_metadata_set1):
17141 * gst/tags/gstid3tag.c:
17142 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17143 apply fixes from bugs #135042 (lame can't write tags) and #133817
17144 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17146 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17148 * configure.ac: Export only gst_plugin_desc from plugins.
17149 Note that this change only makes any effect with Linux using libtool
17150 1.5.2 or higher. Otherwise it is silently ignored, but it would build
17151 fine. And don't try to have several versions of libtool in different
17154 2004-02-20 Andy Wingo <wingo@pobox.com>
17156 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17157 interleave respectively.
17159 * gst/interleave/deinterleave.c: New plugin: deinterleave
17160 (replaces on oneton).
17161 * gst/interleave/interleave.c: New plugin: interleave.
17162 * gst/interleave/plugin.h: Support file.
17163 * gst/interleave/plugin.c: Support file.
17165 * configure.ac: Remove intfloat and oneton, add interleave.
17167 * ext/sndfile/gstsf.c: Handle events better.
17169 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17170 and float2int operation. int2float has scheduling problems as
17171 noted in in2float_chain.
17173 2004-02-20 Benjamin Otte <otte@gnome.org>
17175 * ext/xine/Makefile.am:
17176 * ext/xine/gstxine.h:
17178 * ext/xine/xineaudiodec.c:
17179 * ext/xine/xinecaps.c:
17180 add first version of xine plugin wrapper. Currently only wraps the
17181 QDM2 win32 DLL, and even that only in proof-of-concept quality.
17184 add xine plugin wrapper, disabled by default. Use --enable-xine to
17185 build. Note that it'll segfault on gst-register if you don't remove
17186 the goom and tvtime post plugins from xine.
17187 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17188 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17189 add extradata parsing for QDM2.
17190 change around debugging prints.
17192 2004-02-19 Benjamin Otte <otte@gnome.org>
17194 * ext/lame/gstlame.c: (gst_lame_chain):
17195 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17196 use gst_tag_list_insert when you want to insert tags
17198 2004-02-18 David Schleef <ds@schleef.org>
17200 * configure.ac: Move massink to gst-rotten
17202 * ext/mas/Makefile.am:
17203 * ext/mas/massink.c:
17204 * ext/mas/massink.h:
17206 2004-02-18 David Schleef <ds@schleef.org>
17208 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17209 typefinding, since it seems to be worse than nothing.
17210 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
17211 atom to recognize .mp4 and .m4a files as video/quicktime.
17213 2004-02-18 David Schleef <ds@schleef.org>
17215 * gst/sine/demo-dparams.c: (quit_live),
17216 (dynparm_log_value_changed), (dynparm_value_changed), (main):
17217 Use double dparams, not float.
17218 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17219 (gst_sinesrc_init): Change sync default to FALSE, since multiple
17220 sync'd elements don't really work correctly.
17221 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
17222 (volume_update_volume), (volume_get_property): Change dparam
17225 2004-02-18 Julien MOUTTE <julien@moutte.net>
17227 * sys/ximage/ximagesink.c:
17228 (gst_ximagesink_xwindow_update_geometry),
17229 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17230 (gst_ximagesink_change_state), (gst_ximagesink_expose),
17231 (gst_ximagesink_init): Rework the way software video scaling works. So
17232 now we check on each chain call if the video frames are feeling the
17233 window. If not we try to renegotiate caps. On failure we memorize that
17234 and we won't try again for that PLAYING sessions.
17235 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
17237 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
17240 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
17242 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17243 break up _link so we can give a better debug message for errors
17245 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
17247 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17248 set up debug category
17250 2004-02-18 Julien MOUTTE <julien@moutte.net>
17252 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17253 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
17254 the way renegotiation work. The event handling function is not taking
17255 care of external windows and renegotiate method check for pad flags
17256 NEGOTIATING. Should fix : #133209
17258 2004-02-17 Julien MOUTTE <julien@moutte.net>
17260 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
17261 pad is negotiating before trying renegotiation.
17263 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
17265 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
17266 pass on all possible mime types as typefind hints
17268 2004-02-17 Julien MOUTTE <julien@moutte.net>
17270 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17271 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
17272 possible SHM leak if we crash. All other apps using XShm are doing
17275 2004-02-17 Julien MOUTTE <julien@moutte.net>
17277 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17278 (gst_ximagesink_expose): Renegotiate size on expose.
17279 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
17282 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
17284 * testsuite/alsa/sinesrc.c:
17285 cosmetic fix to fix compile issue with gcc 2.95.4
17287 2004-02-16 Julien MOUTTE <julien@moutte.net>
17289 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17290 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
17291 failed opening the audio device.
17292 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17293 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
17294 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
17295 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
17296 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
17297 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
17298 (gst_ximagesink_change_state), (gst_ximagesink_chain),
17299 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
17300 Removing some useless g_return_if_fail like wingo suggested.
17301 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17302 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
17303 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
17304 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
17305 (gst_xvimagesink_update_colorbalance),
17306 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
17307 (gst_xvimagesink_xcontext_clear),
17308 (gst_xvimagesink_get_fourcc_from_caps),
17309 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
17310 (gst_xvimagesink_set_xwindow_id),
17311 (gst_xvimagesink_colorbalance_list_channels),
17312 (gst_xvimagesink_colorbalance_set_value),
17313 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
17314 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
17316 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
17318 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17319 throw error when not negotiated instead of asserting
17321 2004-02-15 Julien MOUTTE <julien@moutte.net>
17323 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
17324 correct data refcounting.
17326 2004-02-15 Julien MOUTTE <julien@moutte.net>
17328 * gst/switch/gstswitch.c: (gst_switch_change_state),
17329 (gst_switch_class_init): Cleaning the sinkpads correctly on state
17330 change, mostly the EOS flag.
17332 2004-02-15 Julien MOUTTE <julien@moutte.net>
17334 * examples/gstplay/player.c: (got_eos), (main): Adding some
17335 output for debugging.
17336 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
17337 timeouts if we go to any state different from PLAYING.
17338 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
17339 more EOS bugs in riff lib.
17341 2004-02-14 Julien MOUTTE <julien@moutte.net>
17343 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
17344 visualization until i find a way to fix switch correctly.
17345 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
17347 * gst/switch/gstswitch.c: (gst_switch_release_pad),
17348 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17349 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
17350 Reworked switch to get a more correct behaviour with events and refing
17351 of data stored in sinkpads.
17352 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
17353 we don't pull from a pad in EOS.
17355 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
17357 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17358 remove v1 tag even if we can't read it (makes sure we don't detect
17361 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
17363 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
17364 (gst_alsa_xrun_recovery):
17365 * ext/alsa/gstalsa.h:
17366 try xrun recovery when wait failed. Make xrun recovery function
17367 return TRUE/FALSE to indicate success. (might fix #134354)
17369 2004-02-13 David Schleef <ds@schleef.org>
17371 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
17372 (dynparm_value_changed), (main): Convert from float to double.
17373 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
17375 2004-02-13 David Schleef <ds@schleef.org>
17377 * gst/silence/gstsilence.c: (gst_silence_class_init),
17378 (gst_silence_set_clock), (gst_silence_get),
17379 (gst_silence_set_property), (gst_silence_get_property):
17380 * gst/silence/gstsilence.h: Add sync property.
17381 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17382 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
17383 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
17384 * gst/sine/gstsinesrc.h: Add sync property.
17386 2004-02-13 David Schleef <ds@schleef.org>
17388 * gst/intfloat/gstint2float.c: (conv_f32_s16),
17389 (gst_int2float_chain_gint16): Change stdint usage to glib types.
17391 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
17395 * gst-libs/ext/Makefile.am:
17396 move ffmpeg plugin to gst-ffmpeg module
17398 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
17400 * configure.ac: use GST_ARCH to detect architecture
17402 2004-02-12 Julien MOUTTE <julien@moutte.net>
17404 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
17406 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
17408 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17409 classify LADSPA plugins based on number of src/sink pads
17410 (#133663, Stefan Kost)
17411 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
17412 fix dparams registration
17413 (#133528, Stefan Kost)
17414 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
17415 fix use of isprint and use g_ascii_isprint instead
17416 (#133316, Stefan Kost)
17418 2004-02-11 David Schleef <ds@schleef.org>
17420 Convert a few inner loops to use liboil. This is currently
17421 optional, and is only enabled if liboil is present (duh!).
17422 * configure.ac: Check for liboil-0.1
17423 * gst/intfloat/Makefile.am:
17424 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
17425 (gst_int2float_chain_gint16):
17426 * gst/videofilter/Makefile.am:
17427 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
17428 (tablelookup_u8), (gst_videobalance_planar411):
17429 * gst/videotestsrc/Makefile.am:
17430 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
17431 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
17432 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
17433 (paint_hline_RGB565), (paint_hline_xRGB1555):
17435 2004-02-11 David Schleef <ds@schleef.org>
17437 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
17438 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
17439 (gst_colorspace_getcaps), (gst_colorspace_link),
17440 (gst_colorspace_base_init), (gst_colorspace_init),
17441 (gst_colorspace_chain), (gst_colorspace_change_state),
17442 (plugin_init): Merge Ronald's patch (bug #117897) and update
17443 for new caps and negotiation. Seems to work, although it
17444 shows off bugs in lcs.
17446 2004-02-11 David Schleef <ds@schleef.org>
17448 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
17449 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
17451 2004-02-11 David Schleef <ds@schleef.org>
17453 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
17454 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
17455 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
17456 Add server and port properties
17458 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
17463 * m4/as-liblame.m4:
17464 * m4/as-slurp-ffmpeg.m4:
17465 * m4/check-libheader.m4:
17472 * m4/gst-ivorbis.m4:
17473 * m4/gst-matroska.m4:
17475 * m4/gst-shout2.m4:
17483 fix underquotedness of macros (#133800)
17484 * m4/as-avifile.m4:
17486 removed because no longer used
17488 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
17491 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
17492 by autopoint (fixes #132996)
17494 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
17496 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
17497 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
17498 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
17499 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
17502 2004-02-11 David Schleef <ds@schleef.org>
17504 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
17505 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
17506 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
17507 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
17508 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
17509 (gst_jpegenc_class_init), (gst_jpegenc_init),
17510 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
17511 (gst_jpegenc_chain), (gst_jpegenc_set_property),
17512 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
17513 * ext/jpeg/gstjpegenc.h: Fix negotiation.
17515 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
17517 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
17518 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
17519 * ext/mikmod/gstmikmod.h:
17520 fix caps negotiation in mikmod
17521 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
17522 output debug information
17524 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
17526 * gst-libs/gst/colorbalance/Makefile.am:
17527 * gst-libs/gst/navigation/Makefile.am:
17528 * gst-libs/gst/xoverlay/Makefile.am:
17529 remove unused GST_OPT_CFLAGS from Makefiles
17530 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
17532 2004-02-07 David Schleef <ds@schleef.org>
17534 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
17535 push events to pads that haven't been created (#133508)
17537 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
17539 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
17540 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
17541 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17542 (gst_dvdec_loop), (gst_dvdec_change_state):
17543 Second attempt at committing a working dvdec element.
17545 2004-02-06 David Schleef <ds@schleef.org>
17547 Build fixes for OS X: (see #129600)
17548 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
17549 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
17550 (gst_riff_read_strf_iavs):
17551 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
17552 (gst_avi_demux_stream_odml):
17553 * gst/playondemand/Makefile.am:
17554 * gst/rtp/rtp-packet.c:
17556 2004-02-05 David Schleef <ds@schleef.org>
17558 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
17559 last change, because it Just Doesn't Compile.
17561 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
17563 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17564 skip undecodable id3v2 tag instead of keeping it
17566 2004-02-05 David Schleef <ds@schleef.org>
17568 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17569 Unref leaked buffer. (Noticed by Ronald)
17571 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
17573 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17574 Sync requires with other checks. >= vs =.
17576 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
17578 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
17579 (gst_dvdec_video_link), (gst_dvdec_loop):
17580 * ext/dv/gstdvdec.h:
17581 rework the caps negotiation so that dvdec works again instead
17582 of just segfaulting.
17584 === release 0.7.4 ===
17586 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
17588 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
17589 * configure.ac: changed for release
17591 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
17593 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
17594 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17595 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17596 * pkgconfig/gstreamer-play-uninstalled.pc.in:
17597 reworked patch by David Lehn to fix libdir and includedir for
17598 uninstalled libraries
17599 removed play and gconf from gstreamer-libs since they have their
17600 own pkgconfig files
17602 2004-02-04 David Schleef <ds@schleef.org>
17604 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
17607 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
17609 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17610 use correct GST_TAG_ENCODER tag
17612 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
17614 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17615 be sure to stop the clock when going to paused
17616 * sys/oss/gstosssink.c: (gst_osssink_change_state):
17617 reset number of transmitted when going to ready.
17620 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
17622 reviewed by Benjamin Otte
17624 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17625 extract track count (fixes #133410)
17627 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
17629 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
17630 that should be !=, not == (fixes #132519)
17632 2004-02-04 David Schleef <ds@schleef.org>
17634 Make sure set_explicit_caps() is called before adding pad.
17635 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
17636 * gst/id3/gstid3types.c: (gst_id3types_loop):
17637 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
17638 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
17640 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
17643 bump nano to 2, first prerelease
17644 put back AM_PROG_LIBTOOL
17646 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
17648 * testsuite/alsa/Makefile.am:
17649 these are user test apps, not automatic testsuite tests
17651 2004-02-04 David Schleef <ds@schleef.org>
17653 Convert GST_DEBUG_CAPS() to GST_DEBUG():
17654 * gst/mpeg1videoparse/gstmp1videoparse.c:
17655 (mp1videoparse_parse_seq):
17656 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
17657 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
17658 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
17659 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
17660 (gst_xvideosink_getcaps):
17661 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17662 * testsuite/gst-lint: more tests
17664 2004-02-04 David Schleef <ds@schleef.org>
17666 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
17667 with the code that they would expand to.
17668 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
17669 (gst_flacdec_get_src_query_types),
17670 (gst_flacdec_get_src_event_masks):
17671 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
17672 (gst_gnomevfssrc_get_query_types),
17673 (gst_gnomevfssrc_get_event_mask):
17675 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
17677 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17678 (gst_sinesrc_dispose):
17679 fix memleak by properly disposing sinesrc
17681 2004-02-04 Julien MOUTTE <julien@moutte.net>
17683 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
17684 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
17685 an overlay to redraw the image because it has been exposed.
17686 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
17687 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
17688 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
17689 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
17691 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
17692 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
17693 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
17694 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
17697 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
17699 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
17700 more memleak fixage
17702 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
17704 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17705 * gst/typefind/gsttypefindfunctions.c:
17706 fix memleaks shown by gst-typefind
17708 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
17710 * common/glib-gen.mak:
17711 add hack rule to touch .Plo files
17712 * gst-libs/gst/colorbalance/Makefile.am:
17713 * gst-libs/gst/mixer/Makefile.am:
17714 * gst-libs/gst/play/Makefile.am:
17715 * gst-libs/gst/tuner/Makefile.am:
17716 remove glib_root variable
17718 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
17720 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
17721 set explicit caps before adding the element, so the autopluggers can
17723 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
17724 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
17725 (mpeg_video_type_find), (mpeg_video_stream_type_find),
17727 fix memleaks in typefind functions. gst_type_find_suggest takes a const
17730 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
17732 * gst-libs/gst/colorbalance/Makefile.am:
17733 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
17734 * gst-libs/gst/colorbalance/colorbalance.c:
17735 * gst-libs/gst/colorbalance/colorbalance.h:
17736 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
17737 * gst-libs/gst/mixer/Makefile.am:
17738 * gst-libs/gst/mixer/mixer-marshal.list:
17739 * gst-libs/gst/mixer/mixer.c:
17740 * gst-libs/gst/mixer/mixer.h:
17741 * gst-libs/gst/mixer/mixermarshal.list:
17742 * gst-libs/gst/play/Makefile.am:
17743 * gst-libs/gst/play/play.h:
17744 * gst-libs/gst/tuner/Makefile.am:
17745 * gst-libs/gst/tuner/tuner-marshal.list:
17746 * gst-libs/gst/tuner/tuner.c:
17747 * gst-libs/gst/tuner/tuner.h:
17748 * gst-libs/gst/tuner/tunermarshal.list:
17749 use new glib-gen.mak snippet to clean up Makefile.am
17750 fix various bugs in Makefile.am's
17752 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
17754 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
17755 handle chain parsing correctly in the multichain case
17756 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
17757 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
17758 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17759 (theora_dec_chain):
17760 handle events and queries correctly
17762 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
17765 Ignore generated file _stdint.h.
17767 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
17769 * gst-libs/gst/colorbalance/Makefile.am:
17770 * gst-libs/gst/colorbalance/colorbalance.h:
17771 * gst-libs/gst/mixer/Makefile.am:
17772 * gst-libs/gst/mixer/mixer.h:
17773 * gst-libs/gst/play/Makefile.am:
17774 * gst-libs/gst/play/play.h:
17775 * gst-libs/gst/tuner/Makefile.am:
17776 * gst-libs/gst/tuner/tuner.h:
17777 Generate enum type code with glib-mkenums.
17778 * gst-libs/gst/colorbalance/.cvsignore:
17779 * gst-libs/gst/mixer/.cvsignore:
17780 * gst-libs/gst/play/.cvsignore:
17781 * gst-libs/gst/tuner/.cvsignore:
17782 Ignore generated files.
17784 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
17786 * gst-libs/gst/audio/.cvsignore:
17787 Ignore generated file.
17788 * gst-libs/gst/audio/Makefile.am:
17789 Do not install example filter.
17791 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
17793 * examples/switch/.cvsignore:
17794 Ignore generated file.
17796 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
17798 * common/m4/ax_create_stdint_h.m4:
17800 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
17803 remove generated _stdint.h in DISTCLEANFILES
17804 * ext/a52dec/gsta52dec.c:
17805 include _stdint.h for a52dec. (should fix #133064)
17807 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
17809 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
17810 (gst_tag_to_vorbis_comments):
17811 Add replaygain support to vorbistag
17813 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
17814 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
17815 (gst_ffmpeg_caps_to_extradata):
17816 Fix SVQ3 caps flag properties
17817 Use glib macro for bytes swap
17819 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
17821 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
17822 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
17823 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17824 * ext/sndfile/gstsf.c: (plugin_init):
17825 * gst/avi/gstavi.c: (plugin_init):
17826 * sys/dxr3/dxr3init.c: (plugin_init):
17827 * sys/oss/gstossaudio.c: (plugin_init):
17828 * sys/v4l/gstv4l.c: (plugin_init):
17829 * sys/v4l2/gstv4l2.c: (plugin_init):
17830 remove textdomain calls
17832 update Dutch translation
17834 2004-02-02 Julien MOUTTE <julien@moutte.net>
17836 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17837 (gst_play_set_audio_sink): Moving volume in the audio thread for
17838 instantaneous volume change. Maybe i will add another volume in front
17839 of visualization later, not sure yet though.
17841 2004-02-02 Julien MOUTTE <julien@moutte.net>
17843 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17844 (gst_ximagesink_handle_xevents): Better X events handling, only take
17845 the latest events for configure and motion.
17846 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
17848 2004-02-02 Jon Trowbridge <trow@gnu.org>
17850 reviewed by: David Schleef <ds@schleef.org>
17853 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
17854 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
17856 2004-02-02 David Schleef <ds@schleef.org>
17858 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
17860 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
17861 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17862 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
17863 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
17864 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17865 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
17866 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
17867 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
17868 (gst_float2_2_int_link):
17869 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17870 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
17871 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
17872 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
17873 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
17874 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
17875 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
17876 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
17877 * testsuite/gst-lint: Add tests for bzero and ;;
17879 2004-02-02 David Schleef <ds@schleef.org>
17881 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
17883 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
17885 * ext/aalib/gstaasink.c: (gst_aasink_open):
17886 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
17887 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17888 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17889 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
17890 (gst_afsink_close_file):
17891 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
17892 (gst_afsrc_close_file):
17893 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17894 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17895 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
17896 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
17897 * ext/esd/esdmon.c: (gst_esdmon_get):
17898 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
17899 * ext/faac/gstfaac.c: (gst_faac_chain):
17900 * ext/faad/gstfaad.c: (gst_faad_chain):
17901 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
17902 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
17903 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
17904 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
17905 (gst_flacdec_loop):
17906 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17907 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17908 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
17909 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17910 (gst_gnomevfssink_close_file):
17911 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17912 (gst_gnomevfssrc_open_file):
17913 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
17914 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
17915 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
17916 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17917 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
17918 * ext/mad/gstmad.c: (gst_mad_chain):
17919 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17920 * ext/mpeg2dec/gstmpeg2dec.c:
17921 * ext/mpeg2enc/gstmpeg2enc.cc:
17922 * ext/mplex/gstmplex.cc:
17923 * ext/mplex/gstmplexibitstream.cc:
17924 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
17925 (gst_ogg_demux_push):
17926 * ext/raw1394/gstdv1394src.c:
17927 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
17928 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
17929 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
17931 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
17932 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
17933 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
17934 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
17935 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17936 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
17937 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
17938 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
17939 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
17940 (gst_riff_read_element_data), (gst_riff_read_seek),
17941 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
17942 * gst/adder/gstadder.c: (gst_adder_loop):
17943 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
17944 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
17945 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
17946 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
17947 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
17948 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
17949 * gst/goom/gstgoom.c: (gst_goom_chain):
17950 * gst/id3/gstid3types.c: (gst_id3types_loop):
17951 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
17952 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
17953 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
17954 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
17955 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
17956 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
17957 (gst_ebml_read_float), (gst_ebml_read_header):
17958 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
17959 (gst_matroska_demux_parse_blockgroup):
17960 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
17961 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
17962 * gst/oneton/gstoneton.c: (gst_oneton_chain):
17963 * gst/silence/gstsilence.c: (gst_silence_get):
17964 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17965 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
17966 * gst/speed/gstspeed.c: (speed_loop):
17967 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
17968 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17969 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
17970 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17971 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17972 (gst_wavparse_loop):
17973 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
17974 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
17975 (dxr3audiosink_close):
17976 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
17977 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
17978 (dxr3videosink_close), (dxr3videosink_write_data):
17979 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17980 * sys/oss/gstosssink.c: (gst_osssink_chain):
17981 * sys/oss/gstosssrc.c: (gst_osssrc_get):
17982 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17983 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
17984 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
17985 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17986 (gst_v4l_set_window), (gst_v4l_enable_overlay):
17987 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
17988 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
17989 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
17990 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
17991 (gst_v4l_set_audio):
17992 * sys/v4l/v4l_calls.h:
17993 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17994 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
17995 (gst_v4lmjpegsink_playback_init),
17996 (gst_v4lmjpegsink_playback_start):
17997 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
17998 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17999 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18000 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18001 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18002 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18003 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18004 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18005 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18006 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18007 (gst_v4l2_get_output), (gst_v4l2_set_output),
18008 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18009 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18010 (gst_v4l2_set_attribute):
18011 * sys/v4l2/v4l2_calls.h:
18012 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18013 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18014 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18015 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18016 (gst_v4l2src_capture_stop):
18017 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18018 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18019 (gst_ximagesink_chain):
18020 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18021 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18022 (gst_xvideosink_xwindow_new):
18023 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18024 (gst_xvimagesink_chain):
18026 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
18028 * gst/volume/gstvolume.c: (gst_volume_set_volume),
18029 (gst_volume_get_volume), (volume_class_init), (volume_init),
18030 (volume_chain_int16), (volume_update_volume):
18031 * gst/volume/gstvolume.h:
18032 make code more readable by removing magic numbers
18033 make mixer interface export 0-100 range
18034 make it internally map to 0.0-1.0 range so users don't distort
18035 output by putting the sliders at full volume
18037 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
18039 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18040 (gst_play_state_change), (gst_play_seek_to_time):
18041 block the tick callback for 0.5 secs after doing a seek
18043 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
18045 * gst-libs/gst/play/play.c: (gst_play_new):
18048 2004-02-01 Julien MOUTTE <julien@moutte.net>
18050 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18051 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18052 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18053 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18054 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18055 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18057 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
18060 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18061 check for a function added in vorbis 1.1
18063 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
18065 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18066 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18067 really start/stop clock only on PLAYING <=> PAUSED
18068 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18069 remove \n from debugging lines
18070 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18071 make it work when seeking does not
18072 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18075 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
18077 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18078 start clock on PAUSED=>PLAYING, not later
18079 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18080 extract correct time for different discont formats
18081 (gst_alsa_sink_get_time):
18082 don't segfault when no format is negotiated yet, just return 0
18083 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18084 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18085 (gst_ogg_pad_push):
18086 handle flush and discont events correctly
18087 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18088 handle discont events correctly
18090 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
18092 * gst-libs/gst/play/play.c: (gst_play_error_quark),
18093 (gst_play_error_create), (gst_play_error_plugin),
18094 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18095 * gst-libs/gst/play/play.h:
18096 add error handling during creation
18097 * examples/gstplay/player.c: (main):
18098 use new gst_play_new
18101 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
18103 * ext/theora/theoradec.c: (theora_dec_chain):
18105 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18106 (vorbis_dec_src_event), (vorbis_dec_chain):
18107 add encoder tag, fix tag reading to be more error tolerant, change
18108 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18109 gst_pad_event_default.
18110 * gst/tags/gstvorbistag.c:
18111 (gst_tag_list_from_vorbiscomment_buffer):
18112 undefine function specific define at end of function
18114 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
18116 * ext/flac/gstflac.c: (plugin_init):
18117 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18118 * ext/flac/gstflacdec.h:
18119 * ext/flac/gstflacenc.h:
18122 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
18124 * examples/gstplay/player.c: s/gstplay.h/play.h/
18126 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18128 * gst-libs/gst/play/Makefile.am:
18129 * gst-libs/gst/play/gstplay.c:
18130 * gst-libs/gst/play/gstplay.h:
18131 * gst-libs/gst/play/play.c:
18132 more surgery, operation complete
18134 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18136 * gst-libs/gst/play/play.old.c:
18137 * gst-libs/gst/play/play.old.h:
18138 after CVS surgery by moving, remove
18139 * gst-libs/gst/play/playpipelines.c:
18142 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18143 add negotiation error
18145 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18147 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18148 (gst_ogg_demux_push):
18149 add some seeking debug info
18150 send a flush when seeking
18152 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
18158 * ext/theora/Makefile.am:
18159 * ext/theora/theoradec.c:
18160 add theora video decoder. Does just do simple decoding for now and
18161 has been tested against Theora cvs only. It only works when theora
18162 is compiled with --enable-static.
18163 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18164 always reset packetno on DISCONT
18166 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
18168 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18171 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
18173 * gst/mpegaudioparse/gstmpegaudioparse.c:
18174 (mp3_type_frame_length_from_header):
18175 Fix header parsing - stolen from ffmpeg (thank you! :) ).
18177 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
18179 * ext/esd/esdsink.c: (gst_esdsink_init):
18180 Since we have static pad template caps, we don't need to negotiate;
18181 either the core errors out or we know the format.
18183 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
18185 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18186 (gst_riff_read_seek):
18187 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18188 (gst_ebml_read_seek):
18189 Fix event handling.
18191 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
18193 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18194 removee video/x-theora from vp3 decoder, it doesn't handle raw
18196 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18197 fix bug with finalizing element that never went to PAUSED
18198 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18199 length and position queries were swapped
18200 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18201 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18202 (vorbis_dec_src_event):
18203 implement querying time and bytes
18205 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18207 * just about every source file:
18208 gst_element_error -> GST_ELEMENT_ERROR
18210 2004-01-29 Julien MOUTTE <julien@moutte.net>
18212 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18213 emiting FLUSH and even before DISCONT.
18214 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18215 get the best instant seeking as possible yay!
18217 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
18219 * gst/mpeg1videoparse/gstmp1videoparse.c:
18220 (gst_mp1videoparse_real_chain):
18221 Committed wrong version last week... Grr... Didn't notice until now.
18223 2004-01-29 Julien MOUTTE <julien@moutte.net>
18225 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
18226 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
18227 have_xwindow_id signal in xwindow_create.
18229 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
18231 * ext/ogg/gstoggdemux.c:
18232 lots of changes - mainly support for chained bitstreams, seeking,
18233 querying and bugfixes of course
18234 * ext/vorbis/Makefile.am:
18235 * ext/vorbis/vorbisdec.c:
18236 * ext/vorbis/vorbisdec.h:
18237 add vorbisdec raw vorbis decoder
18238 * ext/vorbis/vorbis.c: (plugin_init):
18239 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
18240 * gst/intfloat/Makefile.am:
18241 * gst/intfloat/float22int.c:
18242 * gst/intfloat/float22int.h:
18243 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
18244 add float2intnew plugin. It converts multichannel interleaved float to
18245 multichannel interleaved int. The name should probably be changed.
18246 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
18248 add typefinding for raw theora video so oggdemux can detect it.
18250 2004-01-28 Julien MOUTTE <julien@moutte.net>
18252 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
18253 sink element first.
18254 * gst/videoscale/gstvideoscale.c:
18255 (gst_videoscale_handle_src_event): Fixing src event handler.
18257 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
18259 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18260 (gst_v4lsrc_open), (gst_v4lsrc_close),
18261 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
18262 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
18263 * sys/v4l/gstv4lsrc.h:
18264 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
18265 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
18266 Implement resizing... Hack. But that's why v4l is b0rked...
18268 2004-01-28 Julien MOUTTE <julien@moutte.net>
18270 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18271 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
18272 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
18273 (gst_ximagesink_xwindow_destroy):
18274 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18275 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18276 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18277 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
18278 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
18279 correctly cleaning the image created to check xshm calls on succes,
18280 added a lot of XSync calls in X11 functions, and fixed a segfault when
18281 no image format was defined before negotiation happened.
18283 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
18285 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
18286 use gst_element_get_time to get correct time
18288 2004-01-28 Julien MOUTTE <julien@moutte.net>
18290 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18291 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
18292 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
18293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
18294 (gst_xvimagesink_check_xshm_calls),
18295 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
18296 X plugins are now able to detect that XShm calls will fail even if the
18297 server claims that it has XShm support (remote displays most of the
18298 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
18299 so that we use non XShm functions. This feature is almost useless for
18300 xvimagesink as Xv is not supported on remote displays anyway, but
18301 it might happen than even on the local display XShm calls fail.
18303 2004-01-27 David Schleef <ds@schleef.org>
18305 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
18306 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
18307 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
18308 changed esdsink to only use 44100,16,2, since esd sucks at rate
18309 conversion and esdsink has had difficulty negotiating.
18311 2004-01-27 Julien MOUTTE <julien@moutte.net>
18313 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
18314 (gst_play_seek_to_time): Fixing the way to get current position.
18316 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
18318 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
18319 use gst_element_get_time to get correct time
18321 2004-01-27 Julien MOUTTE <julien@moutte.net>
18323 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
18324 fix ever... Inverting 2 lines of code make spider autoplug correctly
18327 2004-01-27 David Schleef <ds@schleef.org>
18329 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18330 Use gst_pad_try_set_caps_nonfixed().
18332 2004-01-27 David Schleef <ds@schleef.org>
18334 * gst/ac3parse/gstac3parse.c: update to checklist 5
18335 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
18336 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
18337 * gst/audioscale/gstaudioscale.c: same
18338 * gst/auparse/gstauparse.c: same
18339 * gst/avi/gstavidemux.c: same
18341 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
18343 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18344 stop processing after EOS
18346 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
18348 * gst/asfdemux/asfheaders.h:
18349 * gst/asfdemux/gstasfdemux.c:
18350 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
18351 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
18352 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
18353 lot's of fixes to make data extraction simpler and get the code
18354 architecture and compiler independant. Add debugging category
18355 * gst/goom/gstgoom.c: (gst_goom_change_state):
18356 reset channel count on PAUSED=>READY, not READY=>PAUSED
18358 2004-01-26 Colin Walters <walters@verbum.org>
18360 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
18361 code to pull a bigger buffer in iradio mode. This as a side effect
18362 makes typefinding work.
18364 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
18366 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
18367 Fix SVQ3 decoding on PPC
18369 2004-01-26 Julien MOUTTE <julien@moutte.net>
18371 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
18372 that one managed to stay there... Fixed.
18374 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
18376 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18377 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
18378 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
18379 (qtdemux_video_caps):
18380 * gst/qtdemux/qtdemux.h:
18381 Add SVQ3 specific flags to qtdemux and ffmpeg
18383 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
18385 * gst-libs/gst/audio/audio.h:
18386 remove buffer-frames from audio caps
18387 * gst/audioconvert/gstaudioconvert.c:
18388 fix plugin to really work.
18390 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
18392 * gst-libs/gst/mixer/mixer.c:
18393 * gst-libs/gst/propertyprobe/propertyprobe.c:
18394 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
18395 (gst_tuner_find_channel_by_name):
18396 * gst-libs/gst/tuner/tuner.h:
18397 Add gtk-doc style comments. Also fix a function name.
18399 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
18401 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
18402 (gst_divxdec_negotiate):
18403 Fix for new capsnego - also fixes gst-player with divxdec.
18405 2004-01-25 Julien MOUTTE <julien@moutte.net>
18407 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
18408 (gst_play_identity_handoff), (gst_play_set_location),
18409 (gst_play_set_visualization), (gst_play_connect_visualization): Another
18410 try in visualization implementation. Still have an issue with switch
18411 blocking when pulling from video_queue and only audio comes out of
18413 * gst/switch/gstswitch.c: (gst_switch_release_pad),
18414 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
18415 release method. And check if the pad is usable before pulling.
18417 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
18419 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
18420 (gst_videobalance_init),
18421 (gst_videobalance_colorbalance_list_channels),
18422 (gst_videobalance_colorbalance_set_value),
18423 (gst_videobalance_colorbalance_get_value),
18424 (gst_videobalance_update_properties),
18425 (gst_videobalance_update_tables_planar411),
18426 (gst_videobalance_planar411):
18427 * gst/videofilter/gstvideobalance.h:
18428 Implement lookup-tables. +/- 10x faster.
18430 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
18432 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18433 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
18434 The index reading was broken. The rest worked fine, but the whole
18435 goal of my rewrite was to make avidemux readable, and this was
18436 not at all readable. Please use typed variables.
18438 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
18440 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18441 Additional pad usability check.
18442 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18443 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
18444 (gst_mp1videoparse_real_chain):
18445 Fix MPEG video stream parsing. The original plugin had several
18446 issues, including not timestamping streams where the source was
18447 not timestamped (this happens with PTS values in mpeg system
18448 streams, but MPEG video is also a valid stream on its own so
18449 that needs timestamps too). We use the display time code for that
18450 for now. Also, if one incoming buffer contains multiple valid
18451 frames, we push them all on correctly now, including proper EOS
18452 handling. Lastly, several potential segfaults were fixed, and we
18453 properly sync on new sequence/gop headers to include them in next,
18454 not previous frames (since they're header for the next frame, not
18455 the previous). Also see #119206.
18456 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
18458 Move caps setting so we only do it after finding several valid
18459 MPEG-1 fraes sequentially, not right after the first one (which
18460 might be coincidental).
18461 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
18462 (mpeg_video_type_find), (mpeg_video_stream_type_find),
18464 Add unsynced MPEG video stream typefinding, and change some
18465 probability values so we detect streams rightly. The idea is as
18466 follows: I can have an unsynced system stream which contains
18467 video. In the current code, I would randomly get a type for either
18468 system or video stream type found, because the probabilities are
18469 being calculated rather randomly. I now use fixed values, so we
18470 always prefer system stream if that was found (and that is how it
18471 should be). If no system stream was found, we can still identity the stream as video-only.
18473 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
18475 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18476 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
18477 don't write to buffer. Extract data without the need of
18478 __attribute__ ((packed))
18480 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
18482 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
18483 (mpeg1_sys_type_find):
18484 Fix MPEG-1 stream typefinding.
18486 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
18488 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18489 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
18491 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
18493 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
18494 * ext/esd/gstesd.c: (plugin_init):
18495 private debugging, better error reporting
18497 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
18499 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
18500 (gst_riff_read_init), (gst_riff_read_change_state):
18501 * gst-libs/gst/riff/riff-read.h:
18502 Remove stuff fromold metadata system.
18504 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
18506 * ext/ogg/gstoggdemux.c:
18507 Fix wrong file comment.
18508 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18509 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18510 Add metadata reading properly.
18512 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
18515 Fix nas DIST_SUBDIRS
18517 Fix bug where make distcheck doesn't get run on adding stuff to
18520 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
18522 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
18523 * ext/divx/gstdivxdec.h:
18524 Fix divx3 ("msmpeg4") playback using divxdec.
18526 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
18528 * gst/typefind/gsttypefindfunctions.c:
18529 (mp3_type_frame_length_from_header): fix bug in length computation
18530 (mp3_type_find): improve debugging output
18532 2004-01-23 Julien MOUTTE <julien@moutte.net>
18534 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
18535 (gst_play_set_location), (gst_play_seek_to_time),
18536 (gst_play_set_audio_sink), (gst_play_set_visualization),
18537 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
18538 the pipeline from scratch. Visualization is back and switch went out as
18539 i realized it was not possible to use the way i wanted.
18540 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
18541 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
18542 clearing in state change from READY to NULL. So that one can clean the
18543 X ressources keeping the element.
18544 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18545 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
18546 (gst_xvimagesink_colorbalance_set_value),
18547 (gst_xvimagesink_colorbalance_get_value),
18548 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
18549 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
18550 change from READY to NULL and fixed some stupid bugs in colorbalance
18551 get/set values. Also added the following feature : when nobody tries to
18552 set some values to the colorbalance levels before the xcontext is
18553 grabbed, then when creating channels list from Xv attributes we set the
18554 internal values to the Xv defaults. This way we handle buggy Xv drivers
18555 that set default hue values far from the middle of the range (Thanks
18556 to Jon Trowbridge for pointing that issue).
18557 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
18558 colorbalance levels have been set before xcontext is grabbed.
18560 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
18562 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18563 Fix the ossmixer case where we shouldn't open /dev/dsp* because
18564 it might block operations (which is bad for a mixer).
18566 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
18568 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
18569 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
18570 (gmip_find_type_pre):
18571 * gst-libs/gst/media-info/media-info-priv.h:
18572 * gst-libs/gst/media-info/media-info.c:
18573 (gst_media_info_instance_init), (gst_media_info_read_idler):
18574 add fakesink to get caps on decoder src pad again
18575 fix callback prototype to match new have_type signal signature
18577 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
18579 * gst/adder/gstadder.c: (gst_adder_link):
18580 fix non-compile and cut-n-paste code
18582 2004-01-21 David Schleef <ds@schleef.org>
18584 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
18585 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
18586 (gst_swfdec_init), (gst_swfdec_change_state):
18587 * ext/swfdec/gstswfdec.h:
18589 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
18590 (gst_adder_request_new_pad): Fix negotiation.
18591 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
18592 Add a fixate function.
18593 * gst/intfloat/gstfloat2int.c:
18594 * gst/intfloat/gstfloat2int.h:
18595 * gst/intfloat/gstint2float.c:
18596 * gst/intfloat/gstint2float.h:
18597 Completely rewrite the negotiation. Doesn't quite work yet,
18598 due to some buffer-frames problem.
18600 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
18602 * ext/gnomevfs/gstgnomevfssrc.c:
18603 * sys/v4l2/v4l2_calls.h:
18604 fix includes for distcheck
18606 2004-01-21 Christian Schaller <uraeus@gnome.org>
18609 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
18610 based on earlier patch from Laurent Vivier
18612 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
18614 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
18615 Fix wma caps property
18616 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18617 Fix typo (flags1 and flags2)
18619 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
18621 * gst-libs/gst/media-info/media-info-priv.c:
18622 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
18623 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
18624 (gmip_find_stream), (gmip_find_track_metadata),
18625 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
18626 (gmip_find_track_format):
18627 * gst-libs/gst/media-info/media-info-priv.h:
18628 * gst-libs/gst/media-info/media-info-test.c: (main):
18629 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
18630 (gst_media_info_read_idler), (gst_media_info_read):
18631 * gst-libs/gst/media-info/media-info.h:
18632 register debugging category and use it for debugging
18634 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
18636 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
18637 (gst_vorbisfile_new_link):
18638 signal streaminfo through tags
18640 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
18642 * ext/mplex/gstmplex.cc:
18643 * ext/mplex/gstmplexibitstream.cc:
18644 g++ doesn't like NULL in our i18n/error macros, should be
18645 either (NULL) or ("").
18647 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
18649 * sys/dxr3/dxr3audiosink.c:
18650 * sys/dxr3/dxr3init.c:
18651 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
18652 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
18653 Fix more error error error errors (missing includes here).
18655 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
18657 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18658 fix thomas' error errors.
18660 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
18662 * ext/mpeg2enc/gstmpeg2enc.cc:
18665 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
18667 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18668 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18669 Fix for new error system.
18671 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
18673 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18674 fix for new error reporting
18676 2004-01-20 David Schleef <ds@schleef.org>
18678 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
18679 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
18680 (gst_ximagesink_set_xwindow_id): Change to using a framerate
18681 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
18682 and neither is 100+, most likely.
18683 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18684 (gst_xvimagesink_getcaps): same
18686 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
18689 Up version requirement to 2.0.3 (not yet released) to avoid symbol
18690 clashes with ffmpeg.
18692 2004-01-20 Julien MOUTTE <julien@moutte.net>
18694 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
18695 (gst_switch_init): Fixed switch element : proxying link and setting
18696 caps from src to sink on request.
18698 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
18700 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18701 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18702 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18705 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
18707 * sys/v4l/v4l_calls.h:
18708 * sys/v4l2/v4l2_calls.h:
18709 element_error fixes
18711 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
18713 * gst-libs/gst/gst-i18n-plugin.h:
18715 remove config.h inclusion
18717 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
18720 adding autopoint invocation
18723 * gst-libs/gst/gettext.h:
18724 adding gettext bits
18725 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18726 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18727 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18728 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18729 (gst_gnomevfssink_close_file):
18730 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
18731 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
18732 * gst-libs/gst/gst-i18n-plugin.h:
18733 * gst/avi/gstavi.c: (plugin_init):
18734 * sys/dxr3/dxr3init.c: (plugin_init):
18735 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
18736 * sys/oss/gstossaudio.c: (plugin_init):
18737 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18738 * sys/v4l/gstv4l.c: (plugin_init):
18739 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18740 * sys/v4l2/gstv4l2.c: (plugin_init):
18741 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18742 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
18743 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
18744 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
18745 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
18746 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
18747 make sure locale and translation domain are set
18748 fix translated strings
18754 put translation files into place
18755 * sys/xvideo/imagetest.c: (main):
18756 * ext/dv/demo-play.c: (main):
18757 fix unnecessary translations
18759 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18761 * ext/sndfile/gstsf.c:
18762 * gst/avi/gstavimux.c:
18763 * ext/audiofile/gstafsink.c:
18764 * ext/audiofile/gstafsrc.c:
18765 * ext/gnomevfs/gstgnomevfssink.c:
18766 * ext/gnomevfs/gstgnomevfssrc.c:
18767 * sys/oss/gstosselement.c:
18768 * sys/v4l/v4l_calls.h:
18771 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
18773 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18774 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18775 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18776 (gst_v4l2_get_output), (gst_v4l2_set_output),
18777 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18778 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18779 (gst_v4l2_set_attribute):
18780 update to new error handling
18782 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
18784 * ext/sidplay/gstsiddec.cc:
18785 * gst/modplug/gstmodplug.cc:
18786 parenthese NULL because C++ seems angry about it
18788 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
18790 * gst-libs/gst/gst-i18n-plugin.h:
18791 add skeleton i18n stuff, but needs to be further implemented
18793 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
18795 * examples/gstplay/player.c: (main):
18796 * ext/aalib/gstaasink.c: (gst_aasink_open):
18797 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18798 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18799 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18800 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18801 (gst_afsink_close_file):
18802 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18803 (gst_afsrc_close_file):
18804 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18805 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18806 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18807 * ext/esd/esdmon.c: (gst_esdmon_get):
18808 * ext/esd/esdsink.c: (gst_esdsink_chain):
18809 * ext/faac/gstfaac.c: (gst_faac_chain):
18810 * ext/faad/gstfaad.c: (gst_faad_chain):
18811 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18812 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18813 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18814 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18815 (gst_flacdec_loop):
18816 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18817 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18818 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18819 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18820 (gst_gnomevfssink_close_file):
18821 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18822 (gst_gnomevfssrc_open_file):
18823 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18824 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18825 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18826 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18827 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18828 * ext/mad/gstmad.c: (gst_mad_chain):
18829 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18830 * ext/mpeg2dec/gstmpeg2dec.c:
18831 * ext/mpeg2enc/gstmpeg2enc.cc:
18832 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18833 * ext/mplex/gstmplex.cc:
18834 * ext/mplex/gstmplexibitstream.cc:
18835 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18836 (gst_ogg_demux_push), (gst_ogg_pad_push):
18837 * ext/raw1394/gstdv1394src.c:
18838 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18839 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18840 * ext/sidplay/gstsiddec.cc:
18841 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18843 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18844 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18845 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18846 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18847 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18848 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18849 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18850 * gst-libs/gst/Makefile.am:
18851 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18852 (gst_riff_read_element_data), (gst_riff_read_seek),
18853 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18854 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
18855 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18856 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18857 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18858 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18859 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18860 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18861 * gst/goom/gstgoom.c: (gst_goom_chain):
18862 * gst/id3/gstid3types.c: (gst_id3types_loop):
18863 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18864 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18865 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18866 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18867 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18868 (gst_ebml_read_float), (gst_ebml_read_header):
18869 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18870 (gst_matroska_demux_parse_blockgroup):
18871 * gst/modplug/gstmodplug.cc:
18872 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18873 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18874 * gst/oneton/gstoneton.c: (gst_oneton_chain):
18875 * gst/silence/gstsilence.c: (gst_silence_get):
18876 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18877 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18878 * gst/speed/gstspeed.c: (speed_loop):
18879 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18880 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18881 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18882 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18883 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18884 (gst_wavparse_loop):
18885 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18886 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18887 (dxr3audiosink_close):
18888 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18889 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18890 (dxr3videosink_close), (dxr3videosink_write_data):
18891 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18892 * sys/oss/gstosselement.h:
18893 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
18894 (gst_osssink_chain):
18895 * sys/oss/gstosssrc.c: (gst_osssrc_get):
18896 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18897 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18898 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18899 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
18900 (gst_v4l_enable_overlay):
18901 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18902 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18903 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18904 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18905 (gst_v4l_set_audio):
18906 * sys/v4l/v4l_calls.h:
18907 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18908 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18909 (gst_v4lmjpegsink_playback_init),
18910 (gst_v4lmjpegsink_playback_start):
18911 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
18912 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
18913 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
18914 (gst_v4lmjpegsrc_requeue_frame):
18915 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18916 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18917 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18918 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18919 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18920 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18921 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18922 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18923 (gst_v4l2src_capture_stop):
18924 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18925 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18926 (gst_ximagesink_chain):
18927 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18928 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18929 (gst_xvideosink_xwindow_new):
18930 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18931 (gst_xvimagesink_chain):
18932 use new error signal, function and categories
18934 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
18938 * ext/musicbrainz/gsttrm.c:
18939 * ext/musicbrainz/gsttrm.h:
18940 * ext/musicbrainz/Makefile.am:
18943 2004-01-18 Julien MOUTTE <julien@moutte.net>
18945 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
18946 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
18947 synchronous property for debugging.
18948 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
18949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18950 (gst_xvimagesink_set_property): Moving a pointer declaration to a
18951 smaller block, fixing indent.
18953 2004-01-16 David Schleef <ds@schleef.org>
18955 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
18956 property affects the video stream.
18957 * sys/xvimage/xvimagesink.c:
18958 * sys/xvimage/xvimagesink.h:
18959 Add synchronous property for debugging. Should probably be
18960 disabled in non-CVS builds. Make sure that the Xv attribute
18961 exists before we set it (crash!). Fix a silly float bug that
18962 caused colorbalance to just not work.
18964 2004-01-17 Christian Schaller <Uraeus@gnome.org>
18966 * tools/gst-launch-ext.in - update for new plugins
18968 2004-01-16 David Schleef <ds@schleef.org>
18970 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
18971 already-freed caps.
18973 2994-01-16 Christian Schaller <Uraeus@gnome.org>
18975 * Update spec for new colorspace plugin and libcaca plugin
18976 * Fix compilation of libcaca plugin (clock -> id)
18978 2004-01-16 Julien MOUTTE <julien@moutte.net>
18980 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
18981 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18982 (gst_xvimagesink_set_xwindow_id),
18983 (gst_xvimagesink_colorbalance_set_value),
18984 (gst_xvimagesink_colorbalance_get_value),
18985 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
18986 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
18987 correct colorbalance properties. They can now be set when the element
18988 is still in NULL state. The values will be committed to the Xv Port
18989 when xcontext is initialized.
18990 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
18991 brightness int values in the GstXvImagesink structure.
18993 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
18995 * gst-libs/gst/Makefile.am:
18996 restructure so having local patches works easier.
18998 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
19000 * ext/mpeg2enc/Makefile.am:
19001 * ext/mpeg2enc/gstmpeg2enc.cc:
19002 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19003 Bugfix with respect to EOS handling.
19005 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
19007 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19008 Link with right caps (else, it segfaults).
19009 * ext/mplex/gstmplexjob.cc:
19010 Fix for slight API change in 1.6.1.93 release of mjpegtools.
19012 2004-01-15 David Schleef <ds@schleef.org>
19014 * gst-libs/gst/audio/Makefile.am:
19015 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19017 * gst-libs/gst/audio/gstaudiofilter.c:
19018 * gst-libs/gst/audio/gstaudiofilter.h:
19019 Add bytes_per_sample and size and n_samples calculation.
19020 * gst-libs/gst/audio/gstaudiofilterexample.c:
19021 Remove, now autogenerated.
19022 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19023 Moved from gstaudiofilterexample, object name changed, code added
19024 so that it actually works.
19025 * gst-libs/gst/audio/make_filter:
19026 Script to build an audiofilter subclass from the template.
19027 * gst/colorspace/Makefile.am:
19028 * gst/colorspace/yuv2yuv.c:
19029 Remove file, since it's GPL, and we don't use it.
19031 2004-01-15 Julien MOUTTE <julien@moutte.net>
19033 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19034 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19035 them use the buffer free function to test how the buffer was allocated.
19037 2004-01-15 David Schleef <ds@schleef.org>
19039 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19040 that handles osssink fallback.
19041 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19042 (gst_audio_convert_getcaps):
19043 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19044 Add audio/x-qdm2 for QDM2 audio.
19045 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19046 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19047 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19048 Decrease minimum size to 16x16.
19049 * gst/wavparse/gstwavparse.c:
19050 Convert disabled pad template caps to new caps.
19051 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19052 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19053 (gst_xvimagesink_chain): Throw element error when display cannot
19054 be opened. Increase minimum framerate to 1.0. Check the data
19055 free function on a buffer to make sure it is the type we expect
19056 before manipulating it.
19058 2004-01-15 Julien MOUTTE <julien@moutte.net>
19060 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19061 (gst_videobalance_colorbalance_set_value): Implement passthru if
19062 settings are in the middle.
19063 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19065 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
19067 * gst/videofilter/Makefile.am:
19068 * gst/volume/Makefile.am:
19069 Since we use videofilter symbols, link to it.
19071 2004-01-15 Julien MOUTTE <julien@moutte.net>
19073 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19074 mixer interface type to HARDWARE.
19075 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19077 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19078 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19079 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19080 (gst_volume_interface_init), (gst_volume_list_tracks),
19081 (gst_volume_set_volume), (gst_volume_get_volume),
19082 (gst_volume_set_mute), (gst_volume_mixer_init),
19083 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19084 (volume_init): Implementing mixer interface.
19085 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19086 * sys/oss/gstosselement.c: (gst_osselement_get_type),
19087 (gst_osselement_change_state): Removing some trailing commas in
19089 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19090 interface type to HARDWARE.
19091 * sys/v4l/gstv4lcolorbalance.c:
19092 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19094 * sys/v4l2/gstv4l2colorbalance.c:
19095 (gst_v4l2_color_balance_interface_init): Setting colorbalance
19096 interface type to HARDWARE.
19097 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19098 same code than ximagesink for event handling.
19100 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
19102 * ext/snapshot/Makefile.am:
19103 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19104 (gst_snapshot_chain):
19105 * ext/snapshot/gstsnapshot.h:
19106 This has to be a joke... Snapshot should be connected to a tee,
19107 colorspace element before it and EOS after that, where the other
19108 src of the tee receives normal data.
19109 The current way is *wrong*.
19111 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
19113 * ext/hermes/gsthermescolorspace.c:
19114 Fix another compile error. Same as below.
19116 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
19118 * gst/colorspace/gstcolorspace.c:
19119 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19120 (gst_colorspace_i420_to_yv12):
19121 Fix compiling... Didn't test if it actually works.
19123 2004-01-15 David Schleef <ds@schleef.org>
19126 * gst/colorspace/Makefile.am:
19127 * gst/colorspace/gstcolorspace.c:
19128 * gst/colorspace/gstcolorspace.h:
19129 * gst/colorspace/yuv2rgb.c:
19130 * gst/colorspace/yuv2rgb.h:
19131 Duplicate the ext/hermes colorspace plugin, and remove Hermes
19132 code and GPL code. Fix for new caps negotiation. Rewrite
19133 much of the format handling code, and some of the conversion
19134 code. Basically, rewrote almost everything. This element
19135 handles I420, YV12 to RGB conversions.
19136 * ext/hermes/Makefile.am:
19137 * ext/hermes/gsthermescolorspace.c:
19138 Rename colorspace to hermescolorspace. Fix negotiation issues.
19139 Remove non-Hermes related code. This element handles lots of
19140 RGB to RGB conversions, but no YUV.
19141 * ext/hermes/gstcolorspace.c:
19142 * ext/hermes/gstcolorspace.h:
19143 * ext/hermes/rgb2yuv.c:
19144 * ext/hermes/yuv2rgb.c:
19145 * ext/hermes/yuv2rgb.h:
19146 * ext/hermes/yuv2rgb_mmx16.s:
19147 * ext/hermes/yuv2yuv.c:
19148 * ext/hermes/yuv2yuv.h:
19151 2004-01-14 Colin Walters <walters@verbum.org>
19153 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19154 they've already been.
19156 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
19158 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19159 assume tag mode when pad is not connected
19161 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
19163 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19164 Don't update the time of the clock
19165 (gst_alsa_sink_loop):
19166 sync to the clock given to alsasink, not the own clock
19167 * sys/oss/gstosssink.c: (gst_osssink_chain):
19169 (gst_osssink_change_state):
19171 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19172 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19173 remove bogus code that made DISCONT events unhandled
19174 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19175 explicitly case to double in _set_simple. (fixes 2nd warning in bug
19177 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19178 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19179 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19180 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19181 2nd warning in bug #131502)
19183 2004-01-14 Julien MOUTTE <julien@moutte.net>
19185 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19186 (gst_videobalance_colorbalance_set_value),
19187 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19188 for colorbalance interface implementation.
19189 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19190 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19191 (gst_ximagesink_dispose), (gst_ximagesink_init),
19192 (gst_ximagesink_class_init): Adding DISPLAY property.
19193 * sys/ximage/ximagesink.h: Adding display_name to store display.
19194 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19195 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19196 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19197 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19198 properties (they still need polishing though for gst-launch use : no
19199 xcontext yet, i ll do that tomorrow).
19200 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19202 2004-01-14 Julien MOUTTE <julien@moutte.net>
19204 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19205 (gst_play_set_location), (gst_play_set_visualization): Preparing
19206 switch integration, adding videobalance in the pipeline.
19208 2004-01-14 Julien MOUTTE <julien@moutte.net>
19210 * gst-libs/gst/colorbalance/colorbalance.c:
19211 (gst_color_balance_class_init): Adding a default type.
19212 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19214 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19215 (gst_videobalance_dispose), (gst_videobalance_class_init),
19216 (gst_videobalance_init), (gst_videobalance_interface_supported),
19217 (gst_videobalance_interface_init),
19218 (gst_videobalance_colorbalance_list_channels),
19219 (gst_videobalance_colorbalance_set_value),
19220 (gst_videobalance_colorbalance_get_value),
19221 (gst_videobalance_colorbalance_init): Implementing colorbalance
19223 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
19225 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
19226 bug which was triggering a BadAccess X error when setting an overlay
19227 before pad was really negotiated.
19228 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
19229 Using the colorbalance type macro.
19231 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
19233 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
19234 (gst_flacenc_chain):
19235 handle tags correctly
19236 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19237 extract ID3v1 tags correctly
19239 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
19241 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
19243 Improve matroska typefinding for odd-typed headers...
19245 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
19247 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19248 Fix for using incremental number on padnames.
19250 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
19252 * ext/divx/gstdivxdec.c:
19253 * ext/divx/gstdivxenc.c:
19254 Set category to divx4linux instead of divx (too generic).
19255 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19256 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19257 (gst_wavparse_loop), (gst_wavparse_change_state):
19258 * gst/wavparse/gstwavparse.h:
19259 fix parsing of WAV files with non-standard fmt-tag size and fix
19260 skipping of unrecognized chunks... Someone please fix this thing
19261 to use rifflib so all this is automated.
19262 * sys/v4l/Makefile.am:
19263 * sys/v4l2/Makefile.am:
19264 Add X_CFLAGS because we depend on X (for overlay).
19266 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
19268 * ext/mpeg2dec/gstmpeg2dec.c:
19269 Don't issue a timestamp unless we tagged the frame
19272 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
19274 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
19275 Query the audio element to get the time, not the clock. We're
19276 interested in the element's time here.
19278 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
19280 * ext/aalib/gstaasink.c: (gst_aasink_chain):
19281 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19282 * ext/esd/esdsink.c: (gst_esdsink_chain):
19283 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
19284 * ext/mas/massink.c: (gst_massink_chain):
19285 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
19286 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
19287 (gst_matroska_demux_parse_metadata):
19288 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
19289 (gst_mpeg_parse_release_locks):
19290 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
19291 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
19292 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19293 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19294 (gst_osssink_change_state):
19295 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19296 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19297 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
19298 (gst_xvideosink_release_locks):
19299 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19301 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
19302 (gst_alsa_clock_stop):
19303 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
19304 (gst_audio_clock_get_internal_time):
19305 simplify for use with new clocking code.
19306 * testsuite/alsa/Makefile.am:
19307 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
19308 fix testsuite for new caps system
19310 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
19312 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19313 * ext/flac/gstflacenc.c: (add_one_tag):
19314 length is already host endian, no need to convert. Fixes playback of
19315 tagged files on PPC. (bug #128384)
19317 2004-01-13 Julien MOUTTE <julien@moutte.net>
19319 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
19320 colorbalance interface stating if it is hardware based or software
19322 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
19323 Removing a trailing comma.
19324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19325 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
19326 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
19327 the documentation seems to be wrong on the -1000 to 1000 interval.
19329 2004-01-12 David Schleef <ds@schleef.org>
19331 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19332 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
19333 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
19334 Fix negotiation. Add a bufferalloc function for the sink pad,
19335 and generally clean up some of the code.
19337 2004-01-12 Julien MOUTTE <julien@moutte.net>
19339 * gst-libs/gst/colorbalance/colorbalancechannel.c:
19340 (gst_color_balance_channel_dispose): Adding safety check in dispose
19342 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19343 (gst_xvimagesink_xcontext_clear),
19344 (gst_xvimagesink_interface_supported),
19345 (gst_xvimagesink_colorbalance_list_channels),
19346 (gst_xvimagesink_colorbalance_set_value),
19347 (gst_xvimagesink_colorbalance_get_value),
19348 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
19349 Adding colorbalance interface support to set XV parameters such as
19350 HUE, BRIGHTNESS, CONTRAST, SATURATION.
19351 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
19354 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
19356 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
19357 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
19358 (gst_audio_convert_init), (gst_audio_convert_set_property),
19359 (gst_audio_convert_get_property), (gst_audio_convert_chain),
19360 (gst_audio_convert_link),
19361 (gst_audio_convert_buffer_to_default_format),
19362 (gst_audio_convert_buffer_from_default_format), (plugin_init):
19363 - implement _getcaps and use it
19365 - remove float caps since no float conversion is actually done
19366 - remove properties and arguments that were to be used for rate
19369 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
19371 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
19372 (gst_audio_structure_set_int):
19373 * gst-libs/gst/audio/audio.h:
19374 add helper functions for _getcaps matching the standard audio
19377 2004-01-12 David Schleef <ds@schleef.org>
19379 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19380 Test that pad is negotiated before getting its caps.
19382 2004-01-12 Julien MOUTTE <julien@moutte.net>
19384 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
19385 analyzing the pads of an element the bin is mostly in READY state so
19386 no caps were negotiated. This helper function needs to work with
19387 _get_caps directly then. I was not freeing them though, added that to
19390 2004-01-12 Julien MOUTTE <julien@moutte.net>
19392 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19393 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
19394 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
19395 than the free_func.
19397 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
19399 * sys/oss/gstossaudio.c: (plugin_init):
19400 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19401 * sys/oss/gstosselement.h:
19402 make an oss debugging category
19403 make failure more descriptive
19405 2004-01-11 David Schleef <ds@schleef.org>
19407 * ext/ffmpeg/gstffmpeg.c:
19408 * ext/ffmpeg/gstffmpegcodecmap.c:
19409 * ext/ffmpeg/gstffmpegdec.c:
19410 * ext/ffmpeg/gstffmpegenc.c:
19411 * ext/ffmpeg/gstffmpegprotocol.c:
19412 * ext/gdk_pixbuf/gstgdkanimation.c:
19413 * ext/jpeg/gstjpeg.c:
19414 * ext/libpng/gstpng.c:
19415 * ext/mpeg2dec/perftest.c:
19416 * ext/speex/gstspeex.c:
19417 * gst-libs/gst/resample/dtos.c:
19418 * gst/intfloat/gstintfloatconvert.c:
19419 * gst/oneton/gstoneton.c:
19420 * gst/rtjpeg/RTjpeg.c:
19421 * gst/rtp/gstrtp.c:
19422 * sys/dxr3/dxr3init.c:
19423 * sys/glsink/gstgl_nvimage.c:
19424 * sys/glsink/gstgl_pdrimage.c:
19425 * sys/glsink/gstglsink.c:
19426 * testsuite/gst-lint:
19427 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
19429 2004-01-11 David Schleef <ds@schleef.org>
19431 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
19432 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
19433 * ext/gdk_pixbuf/gstgdkanimation.c:
19434 (gst_gdk_animation_iter_create_pixbuf):
19435 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19436 (gst_gdk_pixbuf_chain):
19437 * ext/gdk_pixbuf/gstgdkpixbuf.h:
19438 * ext/jack/gstjack.c: (gst_jack_change_state):
19439 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
19440 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
19441 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19442 * gst/videofilter/gstvideofilter.c:
19443 (gst_videofilter_set_output_size):
19444 Remove all usage of gst_pad_get_caps(), and replace it with
19445 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
19447 2004-01-11 David Schleef <ds@schleef.org>
19450 * ext/Makefile.am: Fixes to make ext/libcaca compile.
19451 * ext/divx/gstdivxdec.c:
19452 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
19453 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
19454 handle images that span multiple buffers. Now work with both
19455 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
19456 * ext/gdk_pixbuf/gstgdkpixbuf.h:
19457 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
19458 video/video.h changes
19459 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
19460 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
19461 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
19462 of GstData free function.
19463 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
19466 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
19468 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
19469 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
19470 (gst_v4l2element_get_property):
19471 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
19472 add norm, channel and frequency properties.
19473 * sys/v4l2/gstv4l2tuner.c:
19474 fixes for tuner interface changes
19475 * sys/v4l2/gstv4l2element.h:
19476 * sys/v4l2/gstv4l2src.c:
19477 * sys/v4l2/gstv4l2src.h:
19478 * sys/v4l2/v4l2src_calls.c:
19479 * sys/v4l2/v4l2src_calls.h:
19480 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
19482 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
19484 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
19485 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
19486 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
19487 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
19488 * gst-libs/gst/tuner/tuner.h:
19489 GObjects aren't const.
19490 Add find_by_name functions.
19491 Add checks to _changed functions.
19492 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
19493 (gst_v4l_tuner_get_norm):
19496 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
19498 * gst-libs/gst/video/video.h:
19499 Fix caps template names to be understandable.
19500 Prefix everything with GST_VIDEO.
19501 * ext/aalib/gstaasink.c:
19502 * ext/divx/gstdivxdec.c:
19503 * ext/divx/gstdivxenc.c:
19504 * ext/gdk_pixbuf/gstgdkpixbuf.c:
19505 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
19506 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
19507 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
19508 * ext/libcaca/gstcacasink.c:
19509 * ext/libpng/gstpngenc.c: (raw_caps_factory):
19510 * ext/snapshot/gstsnapshot.c:
19511 * ext/swfdec/gstswfdec.c:
19512 * ext/xvid/gstxviddec.c:
19513 * ext/xvid/gstxvidenc.c:
19514 * gst/chart/gstchart.c:
19515 * gst/deinterlace/gstdeinterlace.c:
19516 * gst/effectv/gsteffectv.c:
19517 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19518 * gst/goom/gstgoom.c:
19519 * gst/median/gstmedian.c:
19520 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
19521 (gst_monoscope_srcconnect), (gst_monoscope_chain):
19522 * gst/overlay/gstoverlay.c:
19523 * gst/smooth/gstsmooth.c:
19524 * gst/smpte/gstsmpte.c:
19525 * gst/synaesthesia/gstsynaesthesia.c:
19526 * gst/videocrop/gstvideocrop.c:
19527 * gst/videodrop/gstvideodrop.c:
19528 * gst/y4m/gsty4mencode.c:
19529 * sys/qcam/gstqcamsrc.c:
19530 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
19531 Make them work with new video.h file.
19532 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19533 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
19534 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19535 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
19536 Make it work with new buffer allocation system.
19538 2004-01-11 Julien MOUTTE <julien@moutte.net>
19540 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
19541 pad_alloc_buffer implementation to use ->srcpad
19542 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
19543 pad_alloc_buffer implementation to use ->srcpad
19544 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
19545 pad_alloc_buffer implementation to use ->srcpad
19546 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19547 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
19548 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
19549 a reference to everything we need.
19550 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
19551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19552 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
19553 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
19554 a reference to everything we need.
19555 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
19557 2004-01-11 David Schleef <ds@schleef.org>
19559 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
19560 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
19561 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
19563 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
19564 value during a resize/renegotiation.
19565 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
19566 gst_pad_alloc_buffer();
19567 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
19568 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
19570 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
19571 Fix for rename of buffer private structure members.
19572 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19573 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
19574 Fix for rename of buffer private structure members.
19575 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19576 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
19577 Fix for rename of buffer private structure members.
19579 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
19581 reviewed by: David Schleef <ds@schleef.org>
19583 * gst/videofilter/Makefile.am:
19584 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
19585 from the patch by ds to fit in with recent make_filter changes.
19587 2004-01-11 Julien MOUTTE <julien@moutte.net>
19589 * configure.ac: Adding examples/switch/Makefile
19590 * examples/Makefile.am: Adding examples/switch
19591 * examples/switch/Makefile.am: Adding switcher example.
19592 * examples/switch/switcher.c: (got_eos), (idle_iterate),
19593 (switch_timer), (main): Adding an example demonstrating switch usage
19594 with 2 videotestsrc showing different patterns.
19595 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19596 (gst_switch_init): Fixing switch with the new caps system.
19598 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
19600 * gst-libs/gst/video/video.h:
19601 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
19602 They should probably be like
19603 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
19605 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
19607 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19608 (qtdemux_parse_trak):
19609 fix audio chunk size/timestamp calculation
19611 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
19613 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19616 2004-01-11 Steve Baker <steve@stevebaker.org>
19618 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
19619 (gst_agingtv_base_init), (gst_agingtv_class_init),
19620 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
19621 (gst_agingtv_set_property), (gst_agingtv_get_property):
19622 Port agingTV to videofilter
19624 2004-01-09 Julien MOUTTE <julien@moutte.net>
19626 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
19627 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
19629 2004-01-09 Julien MOUTTE <julien@moutte.net>
19631 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
19632 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
19633 * gst-libs/gst/xoverlay/xoverlay.c:
19634 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
19635 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19636 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
19637 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19638 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
19639 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
19640 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
19641 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
19642 the bufferalloc_function to replace bufferpools, fixing the XOverlay
19643 interface implementation to handle xid being 0 and fix some bugs
19644 triggered by Benjamin's testcase.
19645 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
19646 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19647 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
19648 the bufferalloc_function to replace bufferpools, fixing the XOverlay
19649 interface implementation to handle xid being 0 and fix some bugs
19650 triggered by Benjamin's testcase.
19652 2004-01-09 David Schleef <ds@schleef.org>
19654 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
19655 mouse pointer events. It works.
19657 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
19659 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
19660 Use explicit caps - fix capsnego.
19661 * ext/xvid/gstxviddec.c:
19662 * ext/xvid/gstxvidenc.c:
19663 Remove macro-inside-macro which caused compile errors.
19664 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
19665 Error out if it's not a RIFF file. Else we error out without
19666 gst_element_error() which is not good...
19668 2004-01-08 David Schleef <ds@schleef.org>
19670 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19671 Fix pad_link function to handle formats that ffmpeg returns
19672 as multiple caps structures.
19673 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
19674 Only complain if source buffer is _smaller_ than expected.
19675 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
19676 (gst_videoscale_handle_src_event): Resize navigation events
19677 when passing them upstream.
19678 * gst/videotestsrc/gstvideotestsrc.c:
19679 * gst/videotestsrc/gstvideotestsrc.h:
19680 * gst/videotestsrc/videotestsrc.c:
19681 * gst/videotestsrc/videotestsrc.h:
19682 Rewrite many of the buffer painting functions to handle odd
19683 sizes (for many formats, size%4!=0 or size%8!=0). Most have
19684 been verified to work with my video card.
19685 * testsuite/gst-lint: Add check for elements calling
19686 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
19688 2004-01-08 David Schleef <ds@schleef.org>
19690 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19691 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
19693 2004-01-08 Julien MOUTTE <julien@moutte.net>
19695 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
19696 configure event is not emiting the desired size signal. That fixes
19697 aspect ratio issues with gst-player.
19699 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
19701 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
19704 2004-01-08 Julien MOUTTE <julien@moutte.net>
19706 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
19707 public method to fire size signal.
19709 2004-01-07 Julien MOUTTE <julien@moutte.net>
19711 * examples/gstplay/Makefile.am: Adding the interface library.
19712 * gst-libs/gst/play/Makefile.am: Adding the interface library.
19713 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
19714 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
19715 GST_IS_X_OVERLAY before signal connect.
19716 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
19717 Removing the have_video_size signal.
19718 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
19719 and associated public method.
19720 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19721 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
19723 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
19724 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
19726 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
19727 Using XOverlay public method to fire size signal.
19729 2004-01-07 David Schleef <ds@schleef.org>
19731 * gst/videofilter/Makefile.am:
19732 * gst/videofilter/gstvideotemplate.c:
19733 * gst/videofilter/make_filter:
19734 Create gstvideoexample.c in a srcdir!=builddir friendly way.
19735 Convert make_filter to /bin/sh script.
19737 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
19739 * gst/modplug/gstmodplug.cc: fix element description
19741 2004-01-07 Julien MOUTTE <julien@moutte.net>
19743 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
19744 (got_video_size): Adding some new lines in g_print calls.
19745 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19746 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
19747 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
19748 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
19749 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
19750 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
19751 Complete code review, reverting some stuff i disagree with, adding
19752 some fixes : time synchronization on invalid timestamps, renegotiation
19754 * sys/ximage/ximagesink.h:
19755 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
19756 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
19757 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
19758 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
19759 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
19760 (gst_xvimagesink_buffer_new),
19761 (gst_xvimagesink_navigation_send_event),
19762 (gst_xvimagesink_set_xwindow_id),
19763 (gst_xvimagesink_get_desired_size),
19764 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
19765 stuff i disagree with, adding some fixes : Renegotiation of private
19766 window, implementing get_desired_size.
19768 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
19770 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
19771 (gst_afsink_handle_event):
19772 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
19773 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
19774 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
19775 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
19776 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
19777 Fix for instantiate-test (see core). Also remove dead code from
19778 jpegenc (which still needs fixing, but that's lower on my TODO
19780 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19781 Never return NULL as caps.
19783 2004-01-07 David Schleef <ds@schleef.org>
19787 * ext/librfb/Makefile.am:
19788 * ext/librfb/gstrfbsrc.c:
19789 New source plugin based on librfb-0.1. RFB (remote framebuffer)
19790 is the protocol used by VNC.
19792 2004-01-07 David Schleef <ds@schleef.org>
19794 * gst/videofilter/gstvideotemplate.c:
19795 * gst/videofilter/gstvideotemplate.h:
19796 * gst/videofilter/make_filter:
19797 Merge videotemplate header into source file.
19798 * gst/effectv/Makefile.am:
19799 * gst/effectv/gsteffectv.c: (plugin_init):
19800 * gst/effectv/gstwarp.c:
19801 Make warpTV a subclass of videofilter.
19803 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
19805 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19806 Add guard against invalid utf-8 conversions in mad. Just in case.
19808 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
19810 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
19811 Fix for bug shown by poisoning
19813 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
19815 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
19816 (gst_v4lmjpegsrc_buffer_free):
19817 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19818 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
19819 (gst_v4lsrc_buffer_free):
19820 Fix for removed bufferpools.
19822 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
19824 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19825 Fix caps negotiation.
19827 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
19828 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
19829 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19831 * ext/mpeg2dec/gstmpeg2dec.c:
19832 * gst-libs/gst/navigation/navigation.c:
19833 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
19834 * gst-libs/gst/navigation/navigation.h:
19835 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
19836 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
19837 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
19838 Super-simple first version of mouse and keyboard events. Clicking
19839 on a DVD menu now works, although it may not take you where you
19842 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19843 * gst/videotestsrc/gstvideotestsrc.c:
19844 (gst_videotestsrc_src_fixate):
19845 These fixate functions were broken - they never actually
19848 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
19850 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
19851 (gst_icecastsend_init):
19852 fix for new caps system.
19853 * gst-libs/gst/mixer/mixertrack.h:
19854 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
19855 Add 'master track' flag (for tools like ACME that only want to
19856 change the main volume).
19858 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
19860 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
19861 (gst_xvid_csp_to_caps):
19862 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
19863 * ext/xvid/gstxvidenc.c:
19864 ifdef out ARGB type when it isn't available
19865 in xvidcore 1.0.0beta2
19867 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
19869 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19870 When we have received a new SCR right in the first buffer after
19871 a seek (so in the same cycle that handles the discont), we should
19872 handle the buffer instead of unreffing it, else we lose data.
19874 2004-01-06 Iain <iain@prettypeople.org>
19876 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
19877 buffer-frames caps too.
19879 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
19880 caps that we need, don't destroy them all and rebuild them. And when
19881 creating src pads, use the src pad template rather than the sink...
19883 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
19885 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19886 Add pad to element *after* setting functions such as event handler.
19887 Without this, the scheduler (opt) will link pads, set the event
19888 handler from the default event function (dispatcher in gstpad.c)
19889 and *after* that, we will set our own event function, which will
19890 thus never be used (and thus mpegdemux doesn't handle events).
19892 2004-01-04 David Schleef <ds@schleef.org>
19894 Fix the fixate functions to handle new prototype:
19895 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19896 * gst/videotestsrc/gstvideotestsrc.c:
19897 (gst_videotestsrc_src_fixate):
19898 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
19899 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
19900 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19902 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
19904 * sys/ximage/ximagesink.h:
19905 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19906 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
19907 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
19908 (gst_ximagesink_xoverlay_init):
19909 assorted fixes to make (re)embedding work
19910 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
19911 (gst_ximagesink_get_desired_size):
19912 implement desired size additions to XOverlay
19914 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
19916 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
19917 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
19918 (gst_x_overlay_got_desired_size):
19919 * gst-libs/gst/xoverlay/xoverlay.h:
19920 Add optional "desired size" signal and querying.
19922 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
19924 * gst/matroska/matroska-demux.c:
19925 (gst_matroska_demux_parse_blockgroup):
19926 Fix EBML-laced block parsing. Diffs are relative to previous
19927 lace, not the first lace. Thanks to Mosu from the Matroska
19928 team for detecting this.
19929 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19930 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
19931 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
19932 (gst_wavparse_change_state):
19933 * gst/wavparse/gstwavparse.h:
19934 Quickfix for capsnego.
19936 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
19938 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
19939 Fix indenting, fix pad creation.
19941 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
19943 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
19944 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
19945 (gst_xviddec_sink_link):
19946 Implement src_getcaps() so proper size caps is negotiated.
19948 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
19950 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
19951 Finish flac decoder on EOS. See #116178.
19953 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
19955 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
19956 (gst_matroska_demux_add_stream):
19957 * gst/matroska/matroska-ids.h:
19958 Add getcaps() function to fix capsnego...
19960 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
19962 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19963 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
19964 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19965 Fix more integer overflows. Again, see #126967.
19967 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
19969 * ext/mpeg2dec/gstmpeg2dec.c:
19970 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
19973 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
19976 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
19977 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
19978 * ext/xvid/gstxvid.h:
19979 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
19980 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
19981 (gst_xviddec_src_link), (gst_xviddec_sink_link),
19982 (gst_xviddec_change_state):
19983 * ext/xvid/gstxviddec.h:
19984 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
19985 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
19986 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
19987 (gst_xvidenc_link), (gst_xvidenc_set_property),
19988 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
19989 * ext/xvid/gstxvidenc.h:
19990 Update xvid plugin to latest xvid (1.0.0-beta3) API.
19992 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
19994 * gst/rtp/rtp-packet.c:
19995 Add sys/types.h include, since OS X doesn't define in_addr_t
19996 in netinet/in.h, like it does on Linux (see #129600).
19998 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
20000 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20002 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20003 Correct logic of dispose function (see #129306).
20005 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
20007 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20008 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20009 (gst_mpeg_parse_init):
20010 * gst/mpegstream/gstmpegparse.h:
20011 Remove clock (which was never provided, i.e. dead code), and
20012 also fix integer overflows at high PTS values (see #126967).
20014 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
20016 * ext/flac/gstflacdec.c:
20017 * ext/libpng/gstpngenc.h:
20018 * ext/mikmod/gstmikmod.h:
20019 OS X fixes (see #126628).
20021 2004-01-02 David Schleef <ds@schleef.org>
20023 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20024 (gst_alsa_src_base_init): Remove bogus "src" request pad.
20025 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20026 (gst_mpeg_parse_class_init): Move pad template registration
20027 to class_init, since the derived class (mpegdemux) doesn't
20030 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
20032 * sys/ximage/Makefile.am:
20033 * sys/xvideo/Makefile.am:
20034 * sys/xvimage/Makefile.am:
20035 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20036 after installation (see #127664).
20038 2004-01-02 David Schleef <ds@schleef.org>
20040 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20041 (gst_ffmpegenc_connect): Negotiation fixes.
20042 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20043 Remove inappropriate gst_caps_free().
20044 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20045 Reenable Ronald's internal resize code, since the core handles
20048 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
20050 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20051 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20052 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20053 Fix pad template stuff.
20055 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
20057 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20058 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20059 fix signed integer reading/writing.
20061 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
20064 Remove outdated document
20066 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
20068 * gst/cutter/gstcutter.c: (gst_cutter_init):
20069 src pad was being created twice - oops.
20071 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
20073 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20074 Comment out internal resize. It doesn't handle the resulting
20075 XEvent internally, does another try_set_caps() which leads to
20076 a really nice loop.
20077 Real fix will come when Julien and Dave are awake. ;).
20079 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
20081 * ext/mpeg2enc/gstmpeg2enc.cc:
20082 fix const/nonconst compile issue.
20084 2004-01-02 David Schleef <ds@schleef.org>
20086 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20087 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20088 Add fixate function and a check for bad formats.
20090 2004-01-01 David Schleef <ds@schleef.org>
20093 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20094 (gst_audiofilter_init):
20095 * gst/debug/efence.c: (gst_efence_init):
20096 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20097 (gst_deinterlace_init):
20098 * gst/volume/gstvolume.c: (volume_connect):
20100 2004-01-01 David Schleef <ds@schleef.org>
20102 Convert elements to use gst_pad_use_explicit_caps() where
20104 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20105 * ext/audiofile/gstafparse.c: (gst_afparse_init),
20106 (gst_afparse_open_file):
20107 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20108 (gst_afsrc_open_file):
20109 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20110 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20111 (gst_ffmpegdec_chain):
20112 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20113 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20114 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20115 (gst_gdk_pixbuf_chain):
20116 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20117 (gst_jpegdec_chain):
20118 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20119 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20120 (gst_mikmod_negotiate):
20121 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20122 (gst_mpeg2dec_negotiate_format):
20123 * ext/mpeg2enc/gstmpeg2enc.cc:
20124 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20125 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20126 (gst_speexdec_sinkconnect):
20127 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20128 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20129 (gst_vorbisfile_new_link):
20130 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20131 (gst_ac3parse_chain):
20132 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20133 (gst_asf_demux_setup_pad):
20134 * gst/auparse/gstauparse.c: (gst_auparse_init),
20135 (gst_auparse_chain):
20136 * gst/id3/gstid3types.c: (gst_id3types_loop):
20137 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20138 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20139 (mp1videoparse_parse_seq):
20140 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20142 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20143 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20144 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20145 (gst_mpeg_parse_send_data):
20146 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20147 (gst_qtdemux_add_stream):
20148 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20149 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20150 (gst_wavparse_parse_fmt):
20152 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
20155 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20156 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20157 it therefore uses the wrong include paths. Too bad... Note
20158 that 1.6.1.93 is not release yet. ;).
20159 Also add a check for mplex, which is now using the lib'ified
20160 mplex from mjpegtools, too.
20161 * ext/ffmpeg/gstffmpegcodecmap.c:
20162 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20163 issues. I don't think ffmpeg handles 3ivx correctly, so this
20164 probably won't work. But it won't hurt either.
20165 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20166 (gst_ffmpegdec_chain):
20167 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20168 (gst_ffmpegenc_chain_audio):
20169 Fix memleak in audio encoding. Close codec if open fails, this
20170 calls the cleanup routines so we can re-use the context.
20171 * ext/mpeg2enc/gstmpeg2enc.cc:
20172 Fix pad template names/types, fix memory issue with getcaps().
20173 * ext/mpeg2enc/gstmpeg2encoder.cc:
20174 * ext/mpeg2enc/gstmpeg2encoder.hh:
20175 Fix compile issue with new caps system (const thingy).
20176 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20177 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20178 We read a first frame right on initing, so that we have a caps
20179 when we init the output. This caps is cached in padprivate and
20180 read as first frame.
20181 * ext/mplex/Makefile.am:
20182 * ext/mplex/gstmplex.cc:
20183 * ext/mplex/gstmplex.h:
20184 * ext/mplex/gstmplex.hh:
20185 * ext/mplex/gstmplexibitstream.cc:
20186 * ext/mplex/gstmplexibitstream.hh:
20187 * ext/mplex/gstmplexjob.cc:
20188 * ext/mplex/gstmplexjob.hh:
20189 * ext/mplex/gstmplexoutputstream.cc:
20190 * ext/mplex/gstmplexoutputstream.hh:
20191 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20192 had issues, didn't do capsnego, supported only a subset of the
20193 mplex features and required a mplex fork in our local CVS. Plus
20194 that it worked agaist a very old mplex version. Rewriting was
20195 faster than updating it.
20196 * gst-libs/ext/Makefile.am:
20197 * gst-libs/ext/mplex/INSTRUCT:
20198 * gst-libs/ext/mplex/Makefile.am:
20199 * gst-libs/ext/mplex/README:
20200 * gst-libs/ext/mplex/TODO:
20201 * gst-libs/ext/mplex/ac3strm_in.cc:
20202 * gst-libs/ext/mplex/audiostrm.hh:
20203 * gst-libs/ext/mplex/audiostrm_out.cc:
20204 * gst-libs/ext/mplex/aunit.hh:
20205 * gst-libs/ext/mplex/bits.cc:
20206 * gst-libs/ext/mplex/bits.hh:
20207 * gst-libs/ext/mplex/buffer.cc:
20208 * gst-libs/ext/mplex/buffer.hh:
20209 * gst-libs/ext/mplex/fastintfns.h:
20210 * gst-libs/ext/mplex/format_codes.h:
20211 * gst-libs/ext/mplex/inputstrm.cc:
20212 * gst-libs/ext/mplex/inputstrm.hh:
20213 * gst-libs/ext/mplex/lpcmstrm_in.cc:
20214 * gst-libs/ext/mplex/mjpeg_logging.cc:
20215 * gst-libs/ext/mplex/mjpeg_logging.h:
20216 * gst-libs/ext/mplex/mjpeg_types.h:
20217 * gst-libs/ext/mplex/mpastrm_in.cc:
20218 * gst-libs/ext/mplex/mpegconsts.cc:
20219 * gst-libs/ext/mplex/mpegconsts.h:
20220 * gst-libs/ext/mplex/mplexconsts.hh:
20221 * gst-libs/ext/mplex/multplex.cc:
20222 * gst-libs/ext/mplex/outputstream.hh:
20223 * gst-libs/ext/mplex/padstrm.cc:
20224 * gst-libs/ext/mplex/padstrm.hh:
20225 * gst-libs/ext/mplex/stillsstream.cc:
20226 * gst-libs/ext/mplex/stillsstream.hh:
20227 * gst-libs/ext/mplex/systems.cc:
20228 * gst-libs/ext/mplex/systems.hh:
20229 * gst-libs/ext/mplex/vector.cc:
20230 * gst-libs/ext/mplex/vector.hh:
20231 * gst-libs/ext/mplex/videostrm.hh:
20232 * gst-libs/ext/mplex/videostrm_in.cc:
20233 * gst-libs/ext/mplex/videostrm_out.cc:
20234 * gst-libs/ext/mplex/yuv4mpeg.cc:
20235 * gst-libs/ext/mplex/yuv4mpeg.h:
20236 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
20237 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
20238 We don't fork mjpegtools' mplex in our CVS anymore.
20239 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
20240 (gst_avi_demux_add_stream):
20241 * gst/avi/gstavidemux.h:
20242 Add getcaps() function for proper caps nego. This makes some
20243 parts of AVI playback/reading work.
20244 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20245 Resize window on new capsnego. This is probably wrong, but
20246 I'm still committing it because with current capsnego, the
20247 first successfull capsnego is auto-fixated, therefore rounded
20248 down to the lowest values in the caps. this results in a 16x16
20249 XWindow that is not reized when real capsnego finishes.
20250 Dave, I see more cases of this, do you know a proper solution?
20251 * tools/gst-launch-ext.in:
20252 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
20254 2003-12-31 David Schleef <ds@schleef.org>
20256 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
20257 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
20258 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
20260 2003-12-30 David Schleef <ds@schleef.org>
20262 * ext/ffmpeg/gstffmpegcolorspace.c:
20263 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20264 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
20265 (gst_ffmpegcsp_chain): Negotiation fixes
20266 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
20267 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20268 (gst_audio_convert_link), (gst_audio_convert_channels):
20269 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
20270 (gst_audioscale_link), (gst_audioscale_get_buffer),
20271 (gst_audioscale_chain): Negotiation fixes
20272 * gst/audioscale/gstaudioscale.h:
20273 * gst/videofilter/gstvideofilter.c:
20274 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
20275 (gst_videofilter_link), (gst_videofilter_init),
20276 (gst_videofilter_set_output_size), (gst_videofilter_setup),
20277 (gst_videofilter_find_format_by_structure):
20278 * gst/videofilter/gstvideofilter.h: Negotiation fixes
20279 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20280 (gst_videoscale_link):
20281 * gst/videoscale/videoscale.c: (videoscale_get_structure),
20282 (videoscale_find_by_structure), (gst_videoscale_setup):
20283 * gst/videoscale/videoscale.h: Negotiation fixes
20284 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20285 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
20286 function, restrict resizing to a multiple of 4 (hack until
20287 everyone supports odd sizes correctly).
20289 2003-12-29 Colin Walters <walters@verbum.org>
20291 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
20294 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
20296 * ext/sndfile/gstsf.c: (gst_sf_loop):
20297 Fix warning about discarding const qualifier
20299 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
20301 * gst/cutter/gstcutter.c:
20302 * gst/videoscale/gstvideoscale.c:
20303 * gst/volenv/gstvolenv.c:
20304 * gst-libs/gst/audio/audio.c:
20305 * gst-libs/gst/video/video.c:
20308 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
20310 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
20311 Don't send ALSA debugging to stderr.
20312 * ext/alsa/gstalsa.h:
20313 Use GST_WARNING instead of g_warning when ALSA functions fail.
20315 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
20317 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20318 Free XVAdapterInfo correctly.
20320 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
20322 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
20323 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
20324 Make id3tag use correct caps nego.
20326 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
20328 * ext/ivorbis/vorbis.c:
20329 * ext/ivorbis/vorbisenc.h:
20330 * ext/ivorbis/vorbisfile.c:
20331 Modify so that it uses the new caps things
20333 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
20335 * testsuite/spider/spider1.c: (main):
20336 * testsuite/spider/spider2.c: (main):
20337 * testsuite/spider/spider3.c: (main):
20338 Make tests compile again. They probably don't work.
20340 2003-12-24 Colin Walters <walters@verbum.org>
20342 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
20343 we can't fixate the caps anymore.
20345 2003-12-23 David Schleef <ds@schleef.org>
20347 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
20348 * sys/oss/gstosssink.c: (gst_osssink_init),
20349 (gst_osssink_sink_fixate): Add fixate function.
20351 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
20353 * ext/ffmpeg/gstffmpegcodecmap.c:
20354 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
20355 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
20356 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
20357 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
20358 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
20359 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20360 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
20361 fix typo in RGB masks, and move back to "old" colorspace
20362 capsnego code until whoever wrote this new crap has actually
20363 tested it so that it works.
20364 And yes, this works, keep it that way please.
20366 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
20368 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
20369 (gst_divxdec_init), (gst_divxdec_negotiate):
20370 * ext/divx/gstdivxdec.h:
20371 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
20372 (gst_divxenc_init):
20373 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
20374 (gst_faac_sinkconnect), (gst_faac_srcconnect):
20375 * ext/mpeg2enc/gstmpeg2enc.cc:
20376 * ext/mpeg2enc/gstmpeg2encoder.cc:
20377 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20378 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
20379 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
20380 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
20381 (dxr3spusink_init):
20382 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
20383 (dxr3videosink_init):
20384 Fix caps breakage after Dave's caps branch merge.
20386 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
20388 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20389 Fix for 24bpp display.
20391 2003-12-23 Colin Walters <walters@verbum.org>
20393 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
20394 a GnomeVFSHandle directly.
20396 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20398 * gst/volume/Makefile.am:
20399 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
20400 (volume_base_init), (volume_init):
20401 Reenable volume element and fix to work with new caps stuff.
20402 Rhythmbox needs this.
20404 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20406 * gst/qtdemux/qtdemux.c: (plugin_init):
20407 qtdemux requires bytestream
20409 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20411 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
20412 Fix remaining caps handling errors due to CAPS merge.
20414 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20416 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
20417 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
20418 (gst_faad_srcconnect):
20419 Port to new caps system.
20421 2003-12-21 Julien MOUTTE <julien@moutte.net>
20423 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20424 (got_video_size), (main): using g_print instead of g_message.
20425 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
20426 signal which was not emitted because of "switch" element added to the
20427 bin but not connected. (Removing from the bin temporarily)
20429 2003-12-21 Julien MOUTTE <julien@moutte.net>
20431 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
20432 find X development files. I don't understand the previous tests and
20433 they fail on my debian/ppc unstable. This one works.
20434 * examples/gstplay/player.c: (main): Set the pipeline to READY before
20436 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
20437 (gst_play_set_video_sink), (gst_play_set_audio_sink),
20438 (gst_play_set_visualization): Add some safety checks in set_ methods
20439 and state_change. This was throwing some ugly CRITICAL messages when
20440 pipeline was getting disposed and casts were failing.
20442 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
20445 Improve mpeg2enc detection. This is for distributions that do
20446 ship mjpegtools, but without mpeg2enc. Also does object check
20447 for might there ever be ABI incompatibility.
20448 * ext/mpeg2enc/gstmpeg2enc.cc:
20449 Add Andrew as second maintainer (he's helping me), and also add
20450 an error if no caps was set. This happens if I pull before capsnego
20451 and that's something I should solve sometime else.
20452 * gst/matroska/matroska-demux.c:
20453 (gst_matroska_demux_parse_blockgroup):
20455 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
20456 (gst_matroska_mux_track_header):
20457 Add caps to templates.
20458 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
20459 Add mpegversion=1 to prevent confusion with MPEG/AAC.
20460 * gst/mpegstream/gstmpegdemux.c:
20461 Remove layer since it causes warnings about unfixed caps.
20462 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20463 Fix obvious typo (we error out if caps were set, we should of
20464 course error out if *no* caps were set).
20465 * sys/oss/gstosselement.c: (gst_osselement_convert):
20466 Fix format conversion, we confused bits/bytes.
20467 * sys/oss/gstosselement.h:
20468 Improve documentation for 'bps'.
20470 Remove stuff about plugins that need removing - this was done
20472 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
20473 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
20474 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
20475 (gst_v4lsrc_src_query):
20476 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20477 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
20478 Add get_query_types(), get_formats() and query() functions.
20480 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
20482 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
20483 * moved CVS to freedesktop.org