1 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
3 Patch by: Peter Kjellerstedt <pkj at axis com>
6 fdstresstest doesn't need Gtk+, fix compilation if
7 gtk is not available (#342566).
9 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
11 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13 Removed redundant floor()
15 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
17 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
18 On second thought, just skip JUNK chunks automatically, so
19 the caller doesn't have to handle this. Fixes #342345.
20 Also, return GST_FLOW_UNEXPECTED if we get a short read,
23 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
25 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
26 Don't bail out on JUNK chunks with a size of 0 (would try to
27 pull_range 0 bytes before, which sources don't like too much).
30 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
32 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
33 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
34 Use the gstutil scaling function to preserve 64 bits while calculating
35 output width and height from the display-aspect-ratio. (A continuation
38 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
40 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
41 (gst_xvimagesink_buffer_alloc):
42 * sys/xvimage/xvimagesink.h:
43 When performing buffer allocations, remember the caps and image format
44 we return so that if the same caps are asked for next time we can
45 return them immediately without doing any caps intersections.
47 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
49 * gst-libs/gst/rtp/README:
50 Some new documentation
51 * gst-libs/gst/rtp/gstrtpbuffer.h:
52 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
53 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
54 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
55 New RTP audio base payloader class. Supports frame or sample based codecs.
56 Not enabled in Makefile.am until approved.
58 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
60 * tests/check/elements/alsa.c: (test_device_property_probe):
61 Fix test case: don't try to free NULL GValueArray when there
64 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
66 * tests/check/Makefile.am:
67 * tests/check/elements/alsa.c: (test_device_property_probe),
69 Add simple test that runs a device property probe on alsasrc,
70 alsasink and alsamixer. Disable valgrind check for now (too
71 many leaks in libasound, and valgrind ignored my suppressions
74 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
76 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
77 (gst_alsa_device_property_probe_probe_property),
78 (gst_alsa_device_property_probe_needs_probe),
79 (gst_alsa_device_property_probe_get_values),
80 (gst_alsa_type_add_device_property_probe_interface):
81 * ext/alsa/gstalsadeviceprobe.h:
82 * ext/alsa/gstalsamixerelement.c:
83 (gst_alsa_mixer_element_init_interfaces):
84 * ext/alsa/gstalsamixerelement.h:
85 Clean up and simplify alsa device probing. Make it actually work
86 for multiple classes. Don't cache results any longer.
88 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
90 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
91 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
92 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
93 Make alsasink and alsasrc implement the GstPropertyProbe interface
94 for device probing (#342181).
95 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
97 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
99 * gst/subparse/samiparse.c: (handle_start_font):
100 Don't ignore return value of strtol (++compiler_happiness).
102 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
104 Patch by: Young-Ho Cha <ganadist chollian net>
106 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
107 (gst_sub_parse_class_init), (gst_sub_parse_init),
108 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
110 * gst/subparse/gstsubparse.h:
111 Add 'encoding' property (#341681).
113 * gst/subparse/samiparse.c: (characters_sami):
114 Output is pango markup, so we need to escape text
115 between tags (#342143).
117 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
119 * gst-libs/gst/audio/multichannel.c:
120 (gst_audio_check_channel_positions):
121 It's okay to have caps with channels=1 and a channel position
122 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
123 (deinterleavers might want to keep the position in the caps,
124 so that they can be re-interleaved again properly later).
125 Leave check for unexpected 2-channel layouts intact for now.
127 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
129 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
130 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
131 basesrc can do its job correctly.
133 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
135 * ext/alsa/Makefile.am:
136 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
137 (gst_alsa_detect_formats), (get_channel_free_structure),
138 (caps_add_channel_configuration), (gst_alsa_detect_channels),
139 (gst_alsa_probe_supported_formats):
140 * ext/alsa/gstalsa.h:
141 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
142 Refactor and improve caps probing code: probe signedness
143 when we probe the supported formats/widths; set endianness
144 to the one we actually probed for (ie. cpu endianness).
146 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
148 * ext/alsa/gstalsasrc.h:
149 Implement caps probing for alsasrc.
151 2006-05-15 Wim Taymans <wim@fluendo.com>
153 * ext/theora/theoradec.c: (gst_theora_dec_reset),
154 (theora_dec_src_query), (theora_dec_src_event),
155 (theora_dec_sink_event), (theora_handle_comment_packet),
156 (theora_handle_data_packet), (theora_dec_change_state):
157 Cleanups, add some G_LIKELY.
158 Use segment helpers instead of our own wrong code.
159 Clear queued buffers on seek and READY.
161 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
162 (vorbis_dec_convert), (vorbis_dec_src_query),
163 (vorbis_dec_src_event), (vorbis_dec_sink_event),
164 (vorbis_handle_comment_packet), (vorbis_dec_push),
165 (vorbis_handle_data_packet), (vorbis_dec_chain),
166 (vorbis_dec_change_state):
167 * ext/vorbis/vorbisdec.h:
168 Remove old useless packetno variable.
169 Do position query properly.
171 Do cleanup of queued buffers in new helper function
174 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
176 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
177 Query supported sample rates. Fixes #341732.
179 2006-05-15 Julien MOUTTE <julien@moutte.net>
181 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
182 (gst_decode_bin_change_state): Make decodebin reusable
183 when going from PAUSE_TO_READY and then back to PAUSED.
186 2006-05-15 Wim Taymans <wim@fluendo.com>
188 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
189 (vorbis_dec_convert), (vorbis_dec_src_query),
190 (vorbis_dec_sink_query), (vorbis_dec_src_event),
191 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
192 (vorbis_dec_clean_queued), (vorbis_dec_push),
193 (vorbis_handle_data_packet), (vorbis_dec_change_state):
194 Cleanups. Use refcounting and DEBUG_OBJECT.
195 Reset segment on flush, use code methods instead of our
197 Fix potential memleak.
199 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
201 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
203 * ext/alsa/gstalsasink.h:
204 Don't leak allocated snd_output_t structure if there's
205 more than one alsasink instance at a time (#341873).
206 Also fix GObject macros in header file.
208 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
210 * gst/subparse/gstsubparse.c:
211 (gst_sub_parse_data_format_autodetect):
212 Don't use libxml functions in the typefinding code.
214 2006-05-15 Wim Taymans <wim@fluendo.com>
216 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
217 Fix seeking performance in the case where a non-header
218 packet has a 0 granulepos (busted theora case).
221 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
223 * gst/subparse/gstsubparse.c:
224 (gst_sub_parse_data_format_autodetect):
225 Improve SAMI typefinding: handle case where there are
226 whitespaces or newlines in front of the first <SAMI>
229 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
232 Build video4linux plugin even if there's no XVIDEO, just
233 without implementing the GstXOverlay interface (#334002).
235 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
238 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
240 Add tentative support for libvisual-0.4 (#336881).
242 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
244 Patch by: Young-Ho Cha <ganadist at chollian net>
246 * gst/subparse/samiparse.c: (handle_start_font):
247 Need to map "silver" colour explicitly (#169936).
249 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
251 Patch by: Young-Ho Cha <ganadist at chollian net>
253 * gst/subparse/Makefile.am:
254 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
255 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
256 (gst_sub_parse_format_autodetect), (feed_textbuf),
257 (gst_subparse_type_find), (plugin_init):
258 * gst/subparse/gstsubparse.h:
259 * gst/subparse/samiparse.c:
260 * gst/subparse/samiparse.h:
261 Add support for SAMI subtitles (#169936).
263 2006-05-14 Michael Smith <msmith@fluendo.com>
265 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
266 Fix #341696: crash when mixing L+R+C to mono or stereo.
267 * tests/check/Makefile.am:
268 * tests/check/elements/audioconvert.c: (set_channel_positions),
269 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
270 (audioconvert_suite):
271 Add test for the above, including some generic framework bits for
272 testing multichannel things.
274 === release 0.10.7 ===
276 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
279 releasing 0.10.7, "Leave the gun"
281 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
283 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
284 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
287 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
289 * docs/libs/gst-plugins-base-libs-docs.sgml:
290 * docs/libs/gst-plugins-base-libs-sections.txt:
291 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
292 * gst-libs/gst/video/video.h:
293 * gst/videoscale/Makefile.am:
294 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
295 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
296 * tests/check/Makefile.am:
297 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
299 Fix integer overflow problem with pixel-aspect-ratio calculations
300 in videoscale and xvimagesink (#341542)
302 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
304 * gst-libs/gst/tag/gstid3tag.c:
305 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
307 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
310 update win32 files listing
312 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
314 patch by: Sjoerd Simons (sjoerd@luon.net)
316 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
317 (group_create), (group_destroy), (add_stream),
318 (gst_play_base_bin_get_property),
319 (gst_play_base_bin_get_streaminfo_value_array):
320 * gst/playback/gstplaybasebin.h:
321 API: GstPlayBaseBin::stream-info-value-array property
322 use a more bindings-friendly way of exposing streaminfo
323 using a GValueArray. Tested in ipython.
326 2006-05-11 Wim Taymans <wim@fluendo.com>
328 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
329 (queue_underrun_cb), (queue_filled_cb):
330 Also catch queue underruns but don't do anything yet.
331 Refactor and comment queue enlarging code a bit.
333 * gst/playback/gstplaybasebin.c: (queue_overrun),
334 (queue_threshold_reached), (queue_out_of_data),
335 (gen_preroll_element):
336 If a queue over/underruns check that we don't create nasty
337 deadlocks when the min-threshold is not reached but the
338 max-bytes is. In those cases disable max-bytes when we
339 know that the queue is fed timed data.
342 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
344 * gst/playback/gstplaybin.c: (gen_audio_element):
345 Make playbin automatically plug an 'audioresample'
346 element before the audio sink as well. This solves
347 problems with sinks that only accept a very specific
348 sample rate, like esdsink (e.g. #340379).
350 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
352 * gst/playback/gstplaybasebin.c: (gen_source_element):
353 Make http sources send special headers so that we receive
354 icecast metadata if the http stream is an icecast stream
355 (otherwise the server will just ignore them). This also
356 means that from now on users will need the 'icydemux'
357 element from gst-plugins-good installed if they want to
358 listen to icecast radio streams. (#341432, #333657).
360 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
362 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
363 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
364 remove stupid example from docs - it should come with a simple
367 * tests/check/elements/multifdsink.c: (wait_bytes_served),
368 (fail_if_can_read), (GST_START_TEST),
369 (gst_multifdsink_create_streamheader), (multifdsink_suite):
370 add a test for changing streamheader which exposes a bug in
373 2006-05-11 Michael Smith <msmith@fluendo.com>
375 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
376 (gst_gnome_vfs_src_received_headers_callback):
377 * ext/gnomevfs/gstgnomevfssrc.h:
378 Don't set icy-caps unless we have a sane interval value. Move
379 interval to a local variable; we never use it outside this function.
381 2006-05-11 Wim Taymans <wim@fluendo.com>
383 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
384 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
385 Register special buffer types along with the objects so
386 that they are not registered at runtime from N different
387 streaming threads since they are not threadsafe.
389 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
391 * tests/check/elements/multifdsink.c: (wait_bytes_served),
392 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
393 add two more tests, one doing streamheader
395 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
397 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
398 clean up the bufqueue when shutting down
399 * tests/check/Makefile.am:
400 * tests/check/elements/multifdsink.c: (setup_multifdsink),
401 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
403 add a test for the leak that was just fixed
405 2006-05-10 Wim Taymans <wim@fluendo.com>
407 * gst/adder/gstadder.c: (gst_adder_setcaps),
408 (gst_adder_query_duration), (gst_adder_query), (forward_event),
409 (gst_adder_src_event), (gst_adder_sink_event),
410 (gst_adder_class_init), (gst_adder_finalize),
411 (gst_adder_request_new_pad), (gst_adder_collected):
412 * gst/adder/gstadder.h:
413 Updated some docs. Added comments and FIXMEs all over the place.
414 Improve debugging info.
415 Fix leak on finalize by not calling the parent.
416 Implement duration query.
417 Make event forwarding threadsafe.
418 Correctly send NEWSEGMENT at start and after flush.
419 Handle EOS correctly.
420 Post error when not negotiated.
422 * tests/check/elements/adder.c: (GST_START_TEST):
423 Added FIXME in the test.
425 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
427 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
428 (gst_text_overlay_halign_get_type),
429 (gst_text_overlay_wrap_mode_get_type):
430 * ext/theora/theoradec.c: (theora_handle_type_packet),
431 (theora_handle_data_packet):
432 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
433 (theora_enc_sink_setcaps), (theora_enc_chain):
434 * gst-libs/gst/cdda/gstcddabasesrc.c:
435 (gst_cdda_base_src_mode_get_type):
436 * gst/audiotestsrc/gstaudiotestsrc.c:
437 (gst_audiostestsrc_wave_get_type):
438 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
439 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
440 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
441 (gst_sync_method_get_type), (gst_unit_type_get_type),
442 (gst_client_status_get_type):
443 * gst/videoscale/gstvideoscale.c:
444 (gst_video_scale_method_get_type):
445 * gst/videotestsrc/gstvideotestsrc.c:
446 (gst_video_test_src_pattern_get_type):
447 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
448 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
449 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
450 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
451 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
452 (paint_setup_RGB565), (paint_setup_xRGB1555):
453 Const-ify GEnumValue and GFlagsValue arrays. Use
454 GST_ROUND_UP_* macros instead of home-made ones.
456 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
459 Require core CVS for the new newsegment stuff.
461 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
463 Patch by: Sjoerd Simons <sjoerd at luon net>
465 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
466 Register nick for enum value (#341160).
468 2006-05-09 Stefan Kost <ensonic@users.sf.net>
470 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
472 backout typefind patch #340375
474 * tests/check/elements/adder.c: (message_received),
475 (GST_START_TEST), (adder_suite):
476 redo, signal-handling of test
478 2006-05-09 Wim Taymans <wim@fluendo.com>
480 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
481 (gst_adder_collected):
482 * gst/adder/gstadder.h:
483 Remove bogus segment merging and forwarding, we don't
484 care about timestamps anyway and we just produce a
486 Also create a nice NEWSEGMENT event when we start.
487 Use _scale_int some more.
489 2006-05-09 Edward Hervey <edward@fluendo.com>
491 * tests/icles/stress-xoverlay.c:
492 Fix if core was built without parsing support.
494 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
496 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
497 Add SEDG (Samsung MPEG-4) fourcc.
499 2006-05-09 Edward Hervey <edward@fluendo.com>
501 * tests/icles/stress-xoverlay.c:
502 * tests/examples/volume/volume.c:
503 Fix if core was built without parsing support.
505 * tests/examples/seek/seek.c:
506 Disable the parse_launch example if core was built without parsing
509 2006-05-08 Edward Hervey <edward@fluendo.com>
511 * autogen.sh: (CONFIGURE_DEF_OPT):
512 libtoolize on Darwin/MacOSX is called glibtoolize
514 2006-05-07 Stefan Kost <ensonic@users.sf.net>
516 * tests/check/Makefile.am:
517 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
518 Disable the adder test, until the build-slaves posses the kindness to
519 either like it or to give valid reason for not doing so
521 2006-05-07 Stefan Kost <ensonic@users.sf.net>
523 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
525 Shuffle NULL state change around and raise timeout more
527 2006-05-07 Stefan Kost <ensonic@users.sf.net>
529 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
530 (mp4_type_find), (plugin_init):
531 Add typefind to distinguish between "audio/x-m4a" and new type
532 "video/mp4". Fixes #340375
534 * tests/check/elements/adder.c: (adder_suite):
535 Raise timeout to make buildbot happy
537 2006-05-07 Stefan Kost <ensonic@users.sf.net>
539 * gst/adder/gstadder.c: (gst_adder_sink_event),
540 (gst_adder_request_new_pad), (gst_adder_change_state):
541 * gst/adder/gstadder.h:
542 * tests/check/Makefile.am:
543 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
544 (adder_suite), (main):
545 Add sink-event handling to adder. It tries to merge incomming
546 newsegment-events. Added test to check if segment_done is comming
547 through. Fixes #340060
549 2006-05-05 Andy Wingo <wingo@pobox.com>
551 * ext/theora/theoraparse.c (gst_theora_parse_init)
552 (theora_parse_src_convert, theora_parse_src_query):
553 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
554 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
555 query functions on the source pads of the theora and vorbis parse
556 elements. Fixes position querying when doing a remux.
558 2006-05-05 Michael Smith <msmith@fluendo.com>
560 * ext/theora/theoraparse.c: (parse_granulepos),
561 (theora_parse_drain_queue_prematurely),
562 (theora_parse_queue_buffer), (theora_parse_sink_event):
564 Fix invalid granulepos outputs when starting with a non-keyframe.
566 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
568 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
569 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
570 Rearrange MPEG system stream detection, fixing some memleaks in the
572 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
573 they clean up their data correctly.
574 Remove unused ogganx caps and move the 'is_annodex' check to inside
575 the 'is_ogg' if statement.
577 2006-05-05 Wim Taymans <wim@fluendo.com>
579 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
580 Properly remove ghostpads. Fixes #340392
582 2006-05-04 David Schleef <ds@schleef.org>
584 * gst/typefind/gsttypefindfunctions.c:
586 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
588 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
589 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
591 When typefinding an MP3 in push-based mode, don't penalise the
592 probability down to 74% when we found 5 valid frames just because we
593 can't peek the end of the file.
595 Make the probability for detecting MPEG Transport Streams based on the
596 number of sequential headers we successfully detected.
598 2006-05-03 Wim Taymans <wim@fluendo.com>
600 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
601 (vorbis_dec_push), (vorbis_dec_chain):
602 Still produce an error when we receive an empty packet.
604 2006-05-03 Wim Taymans <wim@fluendo.com>
606 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
607 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
608 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
609 Mark buffers with DISCONT after seek and after activating new
612 * ext/theora/gsttheoradec.h:
613 * ext/theora/theoradec.c: (gst_theora_dec_reset),
614 (theora_get_query_types), (theora_dec_sink_event),
615 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
616 (theora_dec_change_state):
618 Detect and mark DISCONT buffers.
620 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
621 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
622 (vorbis_dec_change_state):
623 * ext/vorbis/vorbisdec.h:
625 Detect and mark DISCONT buffers.
626 Don't crash on 0 sized buffers.
628 2006-05-03 Wim Taymans <wim@fluendo.com>
630 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
631 (volume_transform_ip):
632 Increase "volume" property to 10.0. Fixes #340369.
633 Set the process function to NULL when capsnego fails so that
634 we properly error out.
636 2006-05-02 Stefan Kost <ensonic@users.sf.net>
638 * gst/playback/gstplaybin.c: (add_sink):
639 * gst/playback/test.c: (main):
640 * gst/playback/test5.c: (dump_element_stats):
641 * gst/playback/test6.c: (main):
642 free cpas using gst_caps_unref, don't leak caps-strings
644 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
646 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
648 Refine musepack typefinding a bit. Return MAXIMUM
649 probability when we detect stream version 7 to make
650 sure the mpeg audio typefinder doesn't trump us.
652 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
654 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
655 Protect against unexpected NULL strf_data buffer.
657 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
659 * tests/check/elements/audioconvert.c: (verify_convert),
661 interpret the out[] buffer in the order the bytes are actually
662 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
663 Other tests should use BYTE_ORDER since the array is filled in
666 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
668 * tests/check/elements/audioconvert.c: (verify_convert),
670 when a test fails, give an indication of which it is
672 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
674 * gst-libs/gst/cdda/gstcddabasesrc.c:
675 compile fix; strtol() needs <stdlib.h>
677 2006-04-28 Stefan Kost <ensonic@users.sf.net>
679 * ext/alsa/gstalsamixerelement.c:
680 * ext/alsa/gstalsasrc.c:
681 * ext/cdparanoia/gstcdparanoiasrc.c:
682 * ext/gnomevfs/gstgnomevfssink.c:
683 * ext/gnomevfs/gstgnomevfssrc.c:
684 * ext/ogg/gstoggdemux.c:
685 * ext/ogg/gstoggmux.c:
686 * ext/ogg/gstoggparse.c:
687 * ext/ogg/gstogmparse.c:
688 * ext/pango/gstclockoverlay.c:
689 * ext/pango/gsttextoverlay.c:
690 * ext/pango/gsttextrender.c:
691 * ext/pango/gsttimeoverlay.c:
692 * ext/theora/theoradec.c:
693 * ext/theora/theoraenc.c:
694 * ext/vorbis/vorbisdec.c:
695 * ext/vorbis/vorbisenc.c:
696 * gst-libs/gst/audio/gstaudiofilter.c:
697 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
698 * gst/audioconvert/gstaudioconvert.c:
699 * gst/audiorate/gstaudiorate.c:
700 * gst/audioresample/gstaudioresample.c:
701 * gst/audiotestsrc/gstaudiotestsrc.c:
702 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
703 * gst/playback/gstdecodebin.c:
704 * gst/playback/gstplaybin.c:
705 * gst/playback/gststreamselector.c:
706 * gst/subparse/gstsubparse.c:
707 * gst/tcp/gstmultifdsink.c:
708 * gst/tcp/gsttcpclientsink.c:
709 * gst/tcp/gsttcpclientsrc.c:
710 * gst/tcp/gsttcpserversink.c:
711 * gst/tcp/gsttcpserversrc.c:
712 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
713 * gst/videorate/gstvideorate.c:
714 * gst/videoscale/gstvideoscale.c:
715 * gst/videotestsrc/gstvideotestsrc.c:
716 * gst/volume/gstvolume.c:
717 * sys/v4l/gstv4ljpegsrc.c:
718 * sys/v4l/gstv4lmjpegsink.c:
719 * sys/v4l/gstv4lmjpegsrc.c:
720 * sys/v4l/gstv4lsrc.c:
721 * sys/ximage/ximagesink.c:
722 * sys/xvimage/xvimagesink.c:
723 * tests/check/libs/cddabasesrc.c:
724 make GstElementDetails const
726 2006-04-28 Stefan Kost <ensonic@users.sf.net>
728 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
730 send events from src-pad to all sink-pads fixes #338657
732 2006-04-28 Stefan Kost <ensonic@users.sf.net>
734 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
735 (alsasink_parse_spec):
736 query width capabilities from alsa, fixes #338919
738 2006-04-28 Wim Taymans <wim@fluendo.com>
740 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
741 (gst_multi_fd_sink_remove_client_link):
742 * gst/tcp/gstmultifdsink.h:
743 Fix race condition in multifdsink that can lead to spurious
744 duplicate clients. this patch adds a new signal that is fired when
745 multifdsink has removed all references to the fd.
747 Updated documentation.
748 API: client-fd-removed signal added
750 2006-04-28 Michael Smith <msmith@fluendo.com>
752 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
753 When asking g_value_array_new to prealloc elements, we may as well
754 ask for the right number of elements.
756 2006-04-28 Wim Taymans <wim@fluendo.com>
758 * gst-libs/gst/audio/gstbaseaudiosink.c:
759 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
760 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
761 patch to make timestamp checking more tollerant to rounding
762 errors given that real discontinuities are to be marked on
763 buffers. Fixes some asf files and #338778.
764 Also avoid some crashers when we receive an event in the
767 2006-04-28 Michael Smith <msmith@fluendo.com>
769 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
770 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
771 (gst_gnome_vfs_src_get_property),
772 (gst_gnome_vfs_src_send_additional_headers_callback),
773 (gst_gnome_vfs_src_received_headers_callback),
774 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
775 (gst_gnome_vfs_src_stop):
776 * ext/gnomevfs/gstgnomevfssrc.h:
777 Remove ICY handling (mostly) from gnomevfssrc, in favour of
778 proper shared support within icydemux.
780 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
782 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
783 (gst_video_rate_swap_prev), (gst_video_rate_chain):
785 fix a leak when no caps negotiated
786 fix counting of input frames
787 * tests/check/elements/.cvsignore:
788 * tests/check/elements/videorate.c: (assert_videorate_stats),
789 (GST_START_TEST), (videorate_suite):
792 2006-04-28 Wim Taymans <wim@fluendo.com>
794 * gst-libs/gst/audio/gstringbuffer.c:
795 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
796 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
797 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
798 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
799 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
800 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
801 (gst_ring_buffer_commit), (gst_ring_buffer_read),
802 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
803 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
804 Check arguments passed to public functions instead of
807 2006-04-28 Wim Taymans <wim@fluendo.com>
809 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
810 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
811 GstBaseAudioSrc must be live or it does not work.
813 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
814 Don't set live to TRUE as this is the default in the parentclass.
816 2006-04-28 Wim Taymans <wim@fluendo.com>
818 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
819 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
820 Videoscale doesn't pass on pixel-aspect ratio. Handle all
821 fixation cases better. Fixes #338991
823 2006-04-28 Wim Taymans <wim@fluendo.com>
825 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
826 Handle 0/1 framerate correctly Fixes #331901.
828 2006-04-28 Wim Taymans <wim@fluendo.com>
830 * tests/check/elements/audioconvert.c: (get_float_caps),
831 (GST_START_TEST), (audioconvert_suite):
832 Added check for correct clipping when doing float samples
835 2006-04-28 Wim Taymans <wim@fluendo.com>
837 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
838 (gst_video_rate_chain):
839 Print more debugging info.
841 2006-04-28 Wim Taymans <wim@fluendo.com>
843 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
844 (resample_set_state_from_caps):
845 Add support for other formats audioresample can handle such as
846 32 bits in and float and 64 bits float. Fixes #301759
848 2006-04-28 Wim Taymans <wim@fluendo.com>
850 * gst/audioconvert/audioconvert.c: (float):
851 correctly clip float samples > 1.0. Fixes #338718
853 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
855 Patch by: Young-Ho Cha <ganadist at chollian net>
857 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
858 (gst_text_overlay_render_text):
859 Don't strip newlines from the text. Also, center lines
860 within multi-line paragraphs (#339405).
862 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
864 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
865 Fix wavpack typefinding to work in more cases (don't peek
866 for chunks of multiple hundred kBs at once, but process
867 things step-by-step in smaller units). Fixes #339786.
869 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
874 === release 0.10.6 ===
876 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
879 releasing 0.10.6, "Chao"
881 2006-04-26 David Schleef <ds@schleef.org>
883 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
886 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
889 * win32/common/config.h:
892 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
894 patch by: Wim Taymans
896 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
897 (gst_ogg_demux_perform_seek):
898 make sure correct newsegments are sent, so that the decoder
899 and the demuxer agree on timestamps. Fixes playback of a lot
900 of Ogg files that do not start from 0. Fixes #339833.
902 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
904 Patch by: Edward Hervey <edward@fluendo.com>
906 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
907 * tests/check/Makefile.am:
908 * tests/check/elements/videorate.c: (assert_videorate_stats),
909 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
910 (videorate_suite), (main):
911 Fix an infinite loop if frames are passed in with wrongly ordered
912 timestamps. Fixes #339013.
914 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
916 Patch by: Tim-Philipp Müller <tim at centricular dot net>
918 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
919 fix typefinding on some ISO files. Fixes #339212.
921 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
923 Patch by: Tim-Philipp Müller <tim at centricular dot net>
925 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
926 add another H264 fourcc. Fixes #339047.
928 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
930 Patch by: Jan Schmidt
932 * gst/playback/gststreamselector.c:
933 (gst_stream_selector_bufferalloc):
934 Restore old StreamSelector behaviour.
937 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
940 * win32/common/config.h:
943 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
945 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
947 * gst-libs/gst/rtp/gstbasertpdepayload.c:
948 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
949 Fix some memory leaks: on finalize, free buffers left in the queue
950 before destroying the queue; in _push(), unref rtp_buf even if
951 the process vfunc returned a NULL buffer as output buffer (#337548);
952 demote some recuring debug messages to LOG level.
954 2006-04-11 Wim Taymans <wim@fluendo.com>
956 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
957 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
958 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
959 (gst_ogg_demux_loop):
961 Respect segment stop when emiting EOS or SEGMENT_DONE.
964 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
966 * gst/playback/gststreamselector.c:
967 (gst_stream_selector_get_property):
970 2006-04-10 Michael Smith <msmith@fluendo.com>
972 * tests/check/Makefile.am:
973 * tests/check/gst-plugins-base.supp:
974 Suppress an old libtheora bug (fixed in more recent versions), so
975 that FC4 buildslaves can pass.
977 2006-04-10 Wim Taymans <wim@fluendo.com>
979 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
980 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
981 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
982 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
983 (gst_ogg_demux_loop):
985 Remember what error we got when finding chains, if we
986 were shutdown, that would not be an error.
988 2006-04-10 Wim Taymans <wim@fluendo.com>
990 * gst-libs/gst/audio/gstbaseaudiosink.c:
991 (gst_base_audio_sink_event):
992 Starting the ringbuffer when we did not acquire it can cause
993 a deadlock, is pointless and causes nasty things for
995 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
997 2006-04-10 Wim Taymans <wim@fluendo.com>
999 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1000 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1001 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1002 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1003 (gst_ogg_demux_deactivate_current_chain),
1004 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1005 (gst_ogg_demux_bisect_forward_serialno),
1006 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1007 Add some more debugging.
1009 2006-04-10 Wim Taymans <wim@fluendo.com>
1011 * ext/theora/theoradec.c: (theora_dec_src_event),
1012 (theora_handle_data_packet):
1013 Some more debug info.
1015 * tests/examples/seek/seek.c: (start_seek), (main):
1016 Print element messages too.
1018 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
1020 * gst/audioresample/debug.h:
1021 replace debug macros with variable number of parameters
1022 by a simple alias to gstreamer standard debug macros
1023 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1024 supported by MSVC 6.0 and 7.1)
1025 * gst/audioresample/resample.h:
1026 define M_PI and rint for WIN32
1027 * win32/common/libgstaudio.def:
1028 * win32/common/libgstriff.def:
1029 * win32/common/libgsttag.def:
1030 * win32/common/libgstvideo.def:
1031 add new exported functions
1033 update project files
1035 2006-04-08 Stefan Kost <ensonic@users.sf.net>
1037 * ext/alsa/gstalsamixeroptions.c:
1038 (gst_alsa_mixer_options_class_init):
1039 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1040 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1041 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1042 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1043 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1044 * gst-libs/gst/audio/gstaudiofilter.c:
1045 (gst_audio_filter_class_init):
1046 * gst-libs/gst/audio/gstaudiosink.c:
1047 (gst_audioringbuffer_class_init):
1048 * gst-libs/gst/audio/gstaudiosrc.c:
1049 (gst_audioringbuffer_class_init):
1050 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1051 * gst-libs/gst/interfaces/colorbalancechannel.c:
1052 (gst_color_balance_channel_class_init):
1053 * gst-libs/gst/interfaces/mixeroptions.c:
1054 (gst_mixer_options_class_init):
1055 * gst-libs/gst/interfaces/mixertrack.c:
1056 (gst_mixer_track_class_init):
1057 * gst-libs/gst/interfaces/tunerchannel.c:
1058 (gst_tuner_channel_class_init):
1059 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1060 * gst-libs/gst/netbuffer/gstnetbuffer.c:
1061 (gst_netbuffer_class_init):
1062 * gst-libs/gst/rtp/gstbasertppayload.c:
1063 (gst_basertppayload_class_init):
1064 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1065 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1066 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1067 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1068 * gst/playback/gststreamselector.c:
1069 (gst_stream_selector_class_init):
1070 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1071 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1072 * sys/v4l/gstv4lcolorbalance.c:
1073 (gst_v4l_color_balance_channel_class_init):
1074 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1075 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1076 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1077 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1078 (gst_v4l_tuner_norm_class_init):
1079 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1080 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1081 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1082 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1084 2006-04-08 Stefan Kost <ensonic@users.sf.net>
1086 * ext/pango/gsttextrender.h:
1087 * gst-libs/gst/audio/gstaudiosink.h:
1088 * gst-libs/gst/audio/gstaudiosrc.h:
1089 * gst-libs/gst/audio/gstbaseaudiosink.h:
1090 * gst-libs/gst/audio/gstbaseaudiosrc.h:
1091 * gst-libs/gst/audio/gstringbuffer.h:
1092 * gst-libs/gst/rtp/gstbasertpdepayload.h:
1093 * gst-libs/gst/rtp/gstbasertppayload.h:
1094 * gst-libs/gst/video/gstvideofilter.h:
1095 * gst-libs/gst/video/gstvideosink.h:
1096 * gst/playback/gstplaybasebin.h:
1097 * gst/tcp/gstmultifdsink.h:
1098 * sys/v4l/gstv4lelement.h:
1099 Fix broken GObject macros
1101 2006-04-08 Stefan Kost <ensonic@users.sf.net>
1103 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1104 More debug to trace why my USB headset is not working with gst
1106 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
1108 * gst/playback/gstplaybasebin.c: (group_destroy):
1109 Clean up our group elements properly in the case where it never
1110 got committed - it still got added unconditionally to the bin.
1112 2006-04-07 Wim Taymans <wim@fluendo.com>
1114 * ext/theora/theoradec.c: (theora_dec_sink_event),
1115 (theora_handle_data_packet), (theora_dec_chain):
1116 Unref unhandled events.
1117 Protect against empty buffers.
1118 Perform QoS on running time.
1120 2006-04-07 Michael Smith <msmith@fluendo.com>
1122 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1123 (gst_vorbis_enc_chain):
1124 Remove leaks from vorbisenc.
1125 Mostly minor changes, the only significant one is that now the
1126 buffers we set as 'streamheader' on the caps are copies of the
1127 original buffers, to avoid circular refcounting problems.
1129 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
1131 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1132 Don't remove our mute-probe if someone else already did so.
1133 Don't set a 2nd one if there is already one pending on the pad.
1135 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1137 When a seek fails, ensure that playbin is still set back to playing.
1139 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1140 (mpeg_ts_type_find), (plugin_init):
1141 Add a typefind function for mpeg-ts streams. (Closes: #336617)
1143 2006-04-06 Andy Wingo <wingo@pobox.com>
1145 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
1146 (gst_video_rate_init): Caps-related parameters should not be reset
1147 by a flush -- move their inits to the instance init function.
1148 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1149 is not OK, just return the result.
1151 * gst/audiotestsrc/gstaudiotestsrc.c
1152 (gst_audio_test_src_class_init)
1153 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1154 broken by Stefan's commit on 24 March.
1156 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1157 buffers being pushed out. Fixes oggmux ! multifdsink.
1159 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
1161 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1162 (gst_vorbis_dec_init), (vorbis_dec_finalize):
1163 * ext/vorbis/vorbisdec.h:
1164 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1165 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1166 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1167 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1168 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1169 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1170 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1171 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1172 (gst_vorbis_enc_buffer_from_packet),
1173 (gst_vorbis_enc_buffer_from_header_packet),
1174 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1175 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1176 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1177 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1178 (gst_vorbis_enc_change_state):
1179 * ext/vorbis/vorbisenc.h:
1180 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1181 vorbisenc adhere to the official nomenclature; use boilerplate
1184 2006-04-04 Andy Wingo <wingo@pobox.com>
1186 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1187 Whoops, fix bug introduced. Bad hacker!
1189 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1190 Properly handle the case where you get EOS before any buffers are
1191 received. Use gst_buffer_make_metadata_writable where appropriate.
1193 * ext/theora/theoradec.c (theora_handle_data_packet): This value
1194 is often negative -- make it signed so as not to wrap around.
1195 Fixes segfaults introduced on 9 March.
1197 2006-04-03 Wim Taymans <wim@fluendo.com>
1199 * ext/theora/gsttheoradec.h:
1200 * ext/theora/theoradec.c: (theora_dec_src_event):
1201 Don't try to store a gdouble in a gboolean.
1204 2006-04-03 Michael Smith <msmith@fluendo.com>
1206 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1208 Make it suck slightly less by writing out the final page.
1209 Still can't encode a vorbis-in-ogg file correctly, though.
1211 2006-04-03 Andy Wingo <wingo@pobox.com>
1213 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1216 * ext/theora/theora.c (plugin_init): Register theoraparse.
1218 * ext/theora/gsttheoraparse.h:
1219 * ext/theora/theoraparse.c: New files implementing a theora
1220 parser. Now we can properly remux ogg/theora+vorbis, yay.
1222 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1224 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1226 * gst/audiotestsrc/gstaudiotestsrc.c:
1227 Fixed the sample pipeline (see #323798)
1229 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1232 * win32/common/config.h:
1233 * win32/common/config.h.in:
1234 use AS_VERSION and AS_NANO
1237 2006-03-31 Andy Wingo <wingo@pobox.com>
1239 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1240 uninitialized variable return that would happen.
1242 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1243 uninitialized variable return that would never happen.
1245 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
1246 (vorbis_parse_sink_event): Add an event function to flush our
1247 state on a seek, and to drain buffers on a premature EOS.
1248 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
1249 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
1250 (vorbis_parse_chain, vorbis_parse_queue_buffer)
1251 (vorbis_parse_drain_queue): Queue up buffers until we can set
1252 their timestamps and granulepos values.
1254 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1255 and keep track of data needed for deriving granulepos and
1256 timestamps for buffers.
1258 2006-03-29 Wim Taymans <wim@fluendo.com>
1260 Patch by: j^ <j at bootlab dot org>
1262 * ext/alsa/gstalsamixerelement.c:
1263 (gst_alsa_mixer_element_class_init):
1264 * ext/alsa/gstalsasink.c:
1265 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1266 * ext/ogg/gstoggdemux.c:
1267 * ext/ogg/gstoggmux.c:
1268 * ext/ogg/gstoggparse.c:
1269 * ext/pango/gstclockoverlay.c:
1270 * ext/pango/gsttextoverlay.c:
1271 * ext/pango/gsttextrender.c:
1272 * ext/pango/gsttimeoverlay.c:
1273 * ext/theora/theoradec.c:
1274 * ext/theora/theoraenc.c:
1275 * ext/vorbis/vorbisdec.c:
1276 * ext/vorbis/vorbisenc.c:
1277 * gst/audioconvert/gstaudioconvert.c:
1278 * gst/subparse/gstsubparse.c:
1279 * gst/tcp/gstmultifdsink.c:
1280 * gst/tcp/gsttcpclientsink.c:
1281 * gst/tcp/gsttcpclientsrc.c:
1282 * gst/tcp/gsttcpserversink.c:
1283 * gst/tcp/gsttcpserversrc.c:
1284 better/unified long descriptions
1287 2006-03-29 Wim Taymans <wim@fluendo.com>
1289 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1291 Don't let double and triple clicks mess up our state.
1293 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
1295 * gst/playback/gstplaybin.c: (gen_video_element),
1296 (gen_text_element), (gen_audio_element), (gen_vis_element):
1297 Error out gracefully when we can't create any of the usual
1298 conversion elements for some reason. Also, don't try to
1299 create an audioscale (sic) element that's not used anyway.
1301 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
1303 * gst/playback/gstplaybasebin.c: (setup_source):
1304 Don't post RESOURCE_NOT_FOUND error when we can't find a source
1305 element for a particular protocol, that's confusing for users.
1306 Instead, post a RESOURCE_FAILED error, so that our own error
1307 message is actually shown in totem etc. (#336303).
1309 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
1311 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1313 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1314 (gst_gnome_vfs_src_get_icy_metadata):
1315 Fix some minor memory leaks (#336194).
1317 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
1319 * ext/gnomevfs/gstgnomevfs.c:
1320 (gst_gnome_vfs_location_to_uri_string):
1321 * ext/gnomevfs/gstgnomevfs.h:
1322 * ext/gnomevfs/gstgnomevfssink.c:
1323 (gst_gnome_vfs_sink_set_property):
1324 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1325 Make gnomevfssink accept filenames as well as URIs for the
1326 "location" property, just like gnomevfssrc does (and
1327 filesrc/filesink do) (#336190).
1329 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
1331 * tests/check/generic/clock-selection.c: (GST_START_TEST):
1332 set to NULL before unreffing, fixes a valgrind leak.
1333 Why was this not triggering the error that an object needs to
1334 be NULL before unreffing ?
1335 * win32/common/config.h:
1338 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
1340 * gst/subparse/gstsubparse.c: (convert_encoding),
1341 (gst_sub_parse_change_state):
1342 * gst/subparse/gstsubparse.h:
1343 Text subtitle files may or may not be UTF-8. If it's not, we
1344 don't really want to see '?' characters in place of non-ASCII
1345 characters like accented characters. So let's assume the input
1346 is UTF-8 until we come across text that is clearly not. If it's
1347 not UTF-8, we don't really know what it is, so try the following:
1348 (a) see whether the GST_SUBTITLE_ENCODING environment variable
1349 is set; if not, check (b) if the current locale encoding is
1350 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1351 the current locale encoding is UTF-8 and the environment variable
1352 was not set to any particular encoding. Not perfect, but better
1353 than nothing (and better than before, I think) (fixes #172848).
1355 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
1358 update core requirement to 0.10.4.1 because of async_playback
1359 vmethod on GstBaseSink
1361 2006-03-24 Stefan Kost <ensonic@users.sf.net>
1363 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1364 * gst/adder/gstadder.c: (gst_adder_init):
1365 use DEBUG_FUNCPTR for collectpads
1367 2006-03-24 Stefan Kost <ensonic@users.sf.net>
1369 * docs/plugins/Makefile.am:
1370 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1371 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1372 * ext/cdparanoia/gstcdparanoiasrc.c:
1373 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1374 (gst_gnome_vfs_sink_class_init):
1375 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1376 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1377 * ext/ogg/gstoggmux.c:
1378 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1379 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1380 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1381 * ext/pango/gsttextoverlay.c:
1382 * ext/pango/gsttextrender.c:
1383 * ext/theora/theoradec.c:
1384 * ext/theora/theoraenc.c:
1385 * ext/vorbis/vorbisdec.c:
1386 * ext/vorbis/vorbisenc.c:
1387 * gst-libs/gst/audio/gstaudiofilter.c:
1388 (gst_audio_filter_base_init):
1389 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1390 (gst_audio_filter_template_base_init):
1391 * gst/adder/gstadder.c: (gst_adder_get_type):
1392 * gst/adder/gstadder.h:
1393 * gst/audioconvert/gstaudioconvert.c:
1394 * gst/audiotestsrc/gstaudiotestsrc.c:
1395 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1396 (gst_audio_test_src_create):
1397 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1398 * gst/playback/gstdecodebin.c:
1399 * gst/playback/gstplaybin.c:
1400 * gst/playback/gststreamselector.c:
1401 (gst_stream_selector_base_init):
1402 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1403 * gst/volume/gstvolume.c:
1404 * sys/v4l/gstv4lmjpegsink.c:
1405 * sys/v4l/gstv4lmjpegsrc.c:
1406 * tests/check/libs/cddabasesrc.c:
1407 * tests/old/examples/gob/gst-identity2.gob:
1408 Add docs for adder, use GST_ELEMENT_DETAILS macro,
1409 define GstElementDetails at the top
1411 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
1413 * win32/common/libgstinterfaces.def:
1414 Add a lot of export functions for gst-python
1415 * win32/vs6/libgstinterfaces.dsp:
1416 Add a missing include folder in the project configuration
1418 2006-03-23 Wim Taymans <wim@fluendo.com>
1420 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1421 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1422 (gst_base_audio_src_change_state):
1423 Fix audio sources, forgot to make the ringbuffer
1426 2006-03-23 Wim Taymans <wim@fluendo.com>
1428 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1429 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1430 (gst_base_audio_src_change_state):
1431 unparent instead of unref the ringbuffer.
1433 2006-03-23 Wim Taymans <wim@fluendo.com>
1435 * gst-libs/gst/audio/gstbaseaudiosink.c:
1436 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1437 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1438 Implement new async_play vmethod to start slaving and allow
1439 playback start in case of async PLAY state changes.
1441 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1442 Enable QoS with new method in base class.
1444 2006-03-23 Wim Taymans <wim@fluendo.com>
1446 Patch by: Julien MOUTTE <julien at moutte dot net>
1448 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1449 (gst_video_test_src_do_seek), (gst_video_test_src_create):
1450 Partially handle 0 framerate, only EOS after the first frame
1453 2006-03-23 Wim Taymans <wim@fluendo.com>
1455 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1457 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1458 (gst_riff_create_video_template_caps):
1459 * gst/ffmpegcolorspace/avcodec.h:
1460 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1461 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1462 (gst_ffmpegcsp_avpicture_fill):
1463 * gst/ffmpegcolorspace/imgconvert.c:
1464 Patch for support of YVU9 AVI files (#334822)
1466 2006-03-22 Edward Hervey <edward@fluendo.com>
1468 * docs/design/design-decodebin.txt:
1469 Added design document for new decodebin
1470 (Target Caps): text/x-pango-markup is also a default target caps.
1472 2006-03-22 Wim Taymans <wim@fluendo.com>
1474 * gst-libs/gst/audio/gstbaseaudiosink.c:
1475 (gst_base_audio_sink_dispose):
1476 Since we _parent the ringbuffer, we also need to
1477 _unparent instead of a plain _unref.
1479 2006-03-22 Wim Taymans <wim@fluendo.com>
1481 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1482 (stop_seek), (scrub_toggle_cb), (main):
1485 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
1487 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1488 (gst_ogg_parse_chain):
1489 Fix very inefficient usage of linked lists (#335365).
1491 2006-03-21 Edward Hervey <edward@fluendo.com>
1493 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1494 * gst/playback/gstplaybin.c: (handoff):
1495 * gst/playback/gststreamselector.c:
1496 (gst_stream_selector_set_property):
1497 gcc 4.1 unreferenced pointer fixes.
1498 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1499 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1500 gst_buffer_ref() now takes a GstBuffer*.
1502 2006-03-20 Julien MOUTTE <julien@moutte.net>
1504 * sys/xvimage/xvimagesink.c:
1505 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
1508 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
1510 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
1511 (id3v1_type_find), (apetag_type_find), (plugin_init):
1512 Can't do tag preferences via probability, as tags would then
1513 lose against types that are recognised with MAXIMUM probability
1514 (like .wav); so let all tag typefinders return MAXIMUM themselves
1515 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
1516 that we can prefer APE to ID3v1 (fixes #335028).
1518 2006-03-17 Wim Taymans <wim@fluendo.com>
1520 * gst-libs/gst/audio/gstbaseaudiosink.c:
1521 (gst_base_audio_sink_change_state):
1522 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
1523 (gst_ring_buffer_may_start):
1524 * gst-libs/gst/audio/gstringbuffer.h:
1525 Only start playback if we are playing.
1528 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
1530 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
1531 * win32/common/config.h:
1532 Revert accidental commits to these files.
1534 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
1536 Patch by: Michal Benes <michal dot benes at xeris dot cz>
1538 * tests/Makefile.am:
1539 Don't try to build tests in tests/icles if we
1540 don't have X (#323852)
1542 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
1544 * gst-libs/gst/tag/gstid3tag.c:
1545 Add TXXX frame identifiers for replaygain stuff as used
1546 by some taggers (see #323721).
1548 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
1550 * gst/playback/gststreamselector.c:
1551 (gst_stream_selector_set_property),
1552 (gst_stream_selector_bufferalloc):
1553 Preserve the existing buggy streamselector behaviour by performing
1554 a fallback buffer allocation when downstream isn't linked yet.
1555 This should really be fixed in playbin by blocking pads until it's
1557 Also, use gst_pad_alloc_buffer instead of
1558 gst_pad_alloc_buffer_and_set.
1560 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
1562 * gst-libs/gst/tag/gstid3tag.c:
1563 Don't crash on unknown ID3v2 TXXX frames.
1565 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
1567 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
1568 Chain up to the parent finalize method.
1569 Add 32-bit sample size to the template caps.
1571 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1572 (gst_riff_create_video_template_caps):
1573 Add the fourcc that the VMWare codec uses.
1575 * gst/playback/gststreamselector.c:
1576 (gst_stream_selector_set_property),
1577 (gst_stream_selector_bufferalloc),
1578 (gst_stream_selector_request_new_pad):
1579 For the active pad, forward buffer-alloc requests, otherwise
1580 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
1581 having to memcpy every frame when used by playbin.
1583 * gst/tcp/gstmultifdsink.c:
1584 (gst_multi_fd_sink_handle_client_write):
1585 Get negotiated caps from the sink pad, rather than the sink
1588 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
1590 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1592 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
1593 Don't forget to set src->callbacks_pushed to FALSE again when
1594 popping them, otherwise re-activation in a different mode won't
1597 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
1599 Patch by: Sebastien Moutte <sebastien moutte net>
1601 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
1602 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
1603 (gst_ffmpeg_smpfmt_to_caps):
1604 Replace __VA_ARGS__ caps creation macros with varargs functions.
1605 Makes things compile on MSVC (#320765), looks nicer, and we can
1606 tell the compiler to check for the NULL terminator.
1608 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
1610 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1612 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1613 Make sure the buffer we copy into is really always big
1614 enough, this time for real (#333488).
1616 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
1618 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1619 Add support for 24bpp DIB (#305279).
1621 2006-03-14 Wim Taymans <wim@fluendo.com>
1623 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
1624 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1625 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
1626 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1627 (gst_video_scale_init), (gst_video_scale_src_event):
1628 Re-enable QoS after the release.
1629 Rework videoscale to use the base class src_event handler.
1631 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
1636 === release 0.10.5 ===
1638 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
1641 releasing 0.10.5, "Net"
1643 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
1645 * docs/plugins/Makefile.am:
1646 Part of previous cdparanoiasrc docs fixes, forgot to commit.
1648 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
1650 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1651 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1652 * docs/plugins/gst-plugins-base-plugins.hierarchy:
1653 Add cdparanoiasrc to docs.
1655 * gst-libs/gst/cdda/gstcddabasesrc.c:
1656 More GstCddaBaseSrc docs.
1658 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
1660 * docs/libs/gst-plugins-base-libs-sections.txt:
1661 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
1662 * gst-libs/gst/tag/tag.h:
1663 API: libgsttag: new method gst_tag_from_id3_user_tag().
1665 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
1667 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1668 NULL-terminate array of mpeg4 video file extensions.
1669 Fixes crash on PPC (#334226).
1671 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
1673 * ext/gnomevfs/gstgnomevfssrc.c:
1674 (gst_gnome_vfs_src_check_get_range):
1675 gnome_vfs_uri_is_local() alone is not a good indicator
1676 whether we can operate in pull-mode with a specific URI,
1677 as it returns FALSE for file:// URIs that point to an
1678 NFS-mounted path. Be more conservative here: whitelist
1679 local files, blacklist http URIs and use the old
1680 mechanism for anything else (fixes #334216).
1682 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
1687 === release 0.10.4 ===
1689 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
1692 releasing 0.10.4, "Power"
1694 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
1696 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1697 Disable max-lateness by setting it to -1 for now, so that
1698 we can bed QoS stuff in thoroughly between now and the next
1701 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
1703 Patch by: Fabrizio Gennari
1705 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1706 Make sure we don't read beyond the palette buffer in case of
1707 broken or manipulated files (#333488)
1709 2006-03-10 Edward Hervey <edward@fluendo.com>
1711 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1712 Fix for variable not initialized.
1714 2006-03-09 Wim Taymans <wim@fluendo.com>
1716 * ext/libvisual/visual.c: (gst_visual_get_type),
1717 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
1721 * ext/theora/gsttheoradec.h:
1722 * ext/theora/theoradec.c: (gst_theora_dec_init),
1723 (gst_theora_dec_reset), (_theora_granule_time),
1724 (theora_dec_src_convert), (theora_dec_sink_convert),
1725 (theora_dec_src_query), (theora_dec_src_event),
1726 (theora_dec_sink_event), (theora_handle_comment_packet),
1727 (theora_handle_header_packet), (theora_dec_push),
1728 (theora_handle_data_packet), (theora_dec_chain),
1729 (theora_dec_change_state):
1732 2006-03-09 Wim Taymans <wim@fluendo.com>
1734 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1735 (audiocast_register_listener), (gst_gnome_vfs_src_start):
1738 2006-03-09 Wim Taymans <wim@fluendo.com>
1740 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
1741 Don't try to activate NULL chains.
1743 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
1745 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1746 Fix invalid memory access to region before peek'd data (#332964).
1748 2006-03-09 Wim Taymans <wim@fluendo.com>
1750 Patch by: Christophe Fergeau
1752 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
1753 * ext/pango/gsttextrender.c: (gst_text_render_init):
1754 * gst/adder/gstadder.c: (gst_adder_init):
1755 Don't leak padtemplates, closes #333510.
1757 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
1759 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1760 Fix invalid memory access: make sure string passed to
1761 regexec() is NUL-termianted.
1763 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
1765 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1767 Refactor mpeg/audio typefinding to make it more maintainable
1768 and easier to fine-tune. Make probing into middle of the file
1769 work properly (fixes #333900, also see #152688).
1771 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
1773 * gst/typefind/gsttypefindfunctions.c:
1774 (utf8_type_find_have_valid_utf8_at_offset):
1775 Remove part from previous commit that was bogus:
1776 g_utf8_validate() does in fact not accept embedded
1777 zeroes, so we don't need to check for those (thanks
1778 to Mike for the hint).
1780 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
1782 * gst/typefind/gsttypefindfunctions.c:
1783 (utf8_type_find_count_embedded_zeroes),
1784 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
1785 Make plain/text typefinder more conservative: firstly, check
1786 for embedded zeroes, which are perfectly valid UTF-8 characters,
1787 but also a fairly good sign that something is not a plain text
1788 file; secondly, probe into the middle of the file if possible.
1789 If we can't probe into the middle, limit the probability value
1790 to be returned to TYPE_FIND_POSSIBLE (see #333900).
1792 2006-03-08 Michael Smith <msmith@fluendo.com>
1794 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1795 Make typefind function name for mpeg4 video unique.
1797 2006-03-08 Wim Taymans <wim@fluendo.com>
1799 * ext/libvisual/visual.c: (gst_visual_init),
1800 (gst_visual_clear_actors), (gst_visual_dispose),
1801 (gst_visual_reset), (gst_visual_src_setcaps),
1802 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
1803 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
1804 (gst_visual_chain), (gst_visual_change_state):
1805 Cleanups, post nice errors.
1806 Handle sink and src events.
1807 Implement simple QoS.
1809 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1810 Use new basesink methods to configure max-lateness.
1813 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1814 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
1815 Debug statement cleanups.
1817 * gst/volume/gstvolume.c: (gst_volume_class_init):
1820 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
1822 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
1823 (gst_text_overlay_init), (gst_text_overlay_set_property),
1824 (gst_text_overlay_get_property):
1825 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
1826 as string type properties, but mark them deprecated. Add
1827 'halignment' and 'valignment' properties that use enums
1830 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
1832 Patch by: Fabrizio Gennari
1834 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1835 Allow palettes with less than 256 colours in AVI files
1838 2006-03-07 Julien MOUTTE <julien@moutte.net>
1840 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
1841 (gst_text_overlay_video_event): Fix wrong EOS handling on text
1842 pad. We were releasing the queued text buffer when we should keep
1843 it until video pad gets EOS or discard the text buffer because it's
1844 too old. That was eating the last subtitle buffer. Add some more
1847 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
1849 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
1850 (gst_text_overlay_video_chain):
1851 Fix invalid memory access (we can't access a buffer after it's been
1852 pushed downstream without taking a reference); fix memory leak (if
1853 there's no text to render, bail out before allocating stuff).
1855 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
1857 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1858 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
1859 * ext/pango/gsttextoverlay.h:
1860 If input is plain text, escape it before passing it to
1861 pango_layout_set_markup().
1863 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
1865 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
1866 Don't ignore flow return from gst_pad_push().
1868 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
1870 Patch by: Fabrizio Gennari
1872 * ext/libvisual/visual.c: (gst_visual_getcaps),
1873 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
1874 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
1875 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1876 (gst_vorbisenc_convert_sink):
1877 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
1878 (gst_audio_duration_from_pad_buffer):
1879 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
1880 (gst_audio_filter_chain):
1881 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1882 (gst_base_rtp_depayload_setcaps):
1883 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
1884 (gst_video_get_size):
1885 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1886 Don't leak references returned by gst_pad_get_parent()
1889 2006-03-06 Stefan Kost <ensonic@users.sf.net>
1891 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1892 change location param details
1893 * gst/volume/gstvolume.c: (plugin_init):
1894 correct plugin description
1896 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
1898 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1899 (gst_gnome_vfs_src_check_get_range):
1900 Override GstBaseSrc::check_get_range() in order to avoid opening
1901 the resource just to check whether we can operate in pull-mode or
1902 not - we can predict that pretty well from the URI alone. Should
1903 fix problems with last.fm (#331690). (Requires latest core CVS).
1905 2006-03-06 Wim Taymans <wim@fluendo.com>
1907 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1908 (gst_video_sink_class_init):
1909 Throw away frames that are later than 20 ms.
1911 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
1913 Patch by: Fabrizio Gennari
1915 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1916 Set depth on WMA caps (#333545)
1918 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
1920 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1921 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1922 put Theora BOS pages before others. This hardcodes
1923 the Ogg/Theora I profile, but hey.
1925 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
1928 updated with some examples
1929 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
1930 (granulepos_add), (theora_buffer_from_packet):
1931 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
1932 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
1933 (gst_vorbisenc_chain):
1934 implement strategy from ext/ogg/README
1935 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1936 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1937 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
1938 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
1939 Fix muxer so that oggz-validate is happy with all streams;
1940 except for no eos mark, and the BOS page ordering
1941 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1942 (check_buffer_granulepos):
1943 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
1944 update tests to check for OFFSET being set as requested
1945 fixed type of granulepos, it's not a ClockTime
1947 2006-03-05 Julien MOUTTE <julien@moutte.net>
1949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1950 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1951 Check that the xvimage we are creating has a correct size
1952 before returning it. (#314897)
1954 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
1956 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1957 Give id3 and ape tag typefinders a rank slightly higher
1958 than PRIMARY to ensure they're always run before any of
1959 the other typefinders (in particular wav and mp3) (#324186).
1961 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
1963 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1964 Add support for '3IVD' fourcc (#333403).
1966 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
1969 Bump requirements to GStreamer CVS for the new error enum.
1971 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
1972 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
1973 space left on the device (fixes #333352).
1975 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
1978 add a project file for libgstvolume
1979 update the workspace
1981 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
1983 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1984 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1986 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
1987 Set IN_CAPS on header buffers
1989 2006-03-02 Wim Taymans <wim@fluendo.com>
1991 * docs/plugins/Makefile.am:
1992 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1993 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1994 Add audioresample to docs.
1996 * gst/audioconvert/gstaudioconvert.c:
1999 * gst/audioresample/gstaudioresample.c:
2000 (gst_audioresample_base_init), (gst_audioresample_class_init),
2001 (gst_audioresample_init), (gst_audioresample_dispose),
2002 (audioresample_get_unit_size), (audioresample_transform_caps),
2003 (resample_set_state_from_caps), (audioresample_transform_size),
2004 (audioresample_set_caps), (audioresample_event),
2005 (audioresample_do_output), (audioresample_transform),
2006 (audioresample_pushthrough), (gst_audioresample_set_property),
2007 (gst_audioresample_get_property), (plugin_init):
2008 * gst/audioresample/gstaudioresample.h:
2010 Small code cleanups.
2012 2006-03-02 Wim Taymans <wim@fluendo.com>
2014 * docs/plugins/Makefile.am:
2015 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2016 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2017 Added videoscale to docs.
2019 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2020 (gst_video_rate_swap_prev), (gst_video_rate_event),
2021 (gst_video_rate_chain):
2024 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2025 (gst_video_scale_init), (gst_video_scale_prepare_size),
2026 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2027 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2028 * gst/videoscale/gstvideoscale.h:
2029 Added docs, examples.
2031 Post errors instead of g_warning.
2033 2006-03-02 Wim Taymans <wim@fluendo.com>
2035 * docs/libs/gst-plugins-base-libs-docs.sgml:
2036 * docs/libs/gst-plugins-base-libs-sections.txt:
2037 * docs/libs/gst-plugins-base-libs.types:
2038 * docs/plugins/Makefile.am:
2039 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2040 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2041 Added some more docs to libs and plugins.
2043 * gst-libs/gst/audio/gstringbuffer.c:
2044 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2045 * gst-libs/gst/audio/gstringbuffer.h:
2046 Document ringbuffer some more.
2048 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2049 (gst_video_rate_setcaps), (gst_video_rate_reset),
2050 (gst_video_rate_init), (gst_video_rate_flush_prev),
2051 (gst_video_rate_swap_prev), (gst_video_rate_event),
2052 (gst_video_rate_chain), (gst_video_rate_change_state):
2053 * gst/videorate/gstvideorate.h:
2054 Fix videorate to use segments.
2055 Make it work with 0/1 framerates (closes #331903)
2056 Handle EOS correctly.
2059 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
2061 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2062 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2063 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2064 In state change function, first chain up to parent class,
2065 then handle downwards state change stuff. Remove some
2066 commented out cruft from 0.8 code.
2068 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
2070 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2071 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2072 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2073 (gst_ogm_parse_chain):
2074 Don't remove/re-add source pad if the new caps are the same as
2075 the old caps anyway (#333042). When removing source pad, don't
2076 unref it afterwards - we didn't ref it when adding. Sprinkle some
2077 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2078 after using gst_pad_get_parent(). Return downstream flow return
2079 value in chain function.
2081 2006-03-02 Wim Taymans <wim@fluendo.com>
2083 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2084 * docs/plugins/gst-plugins-base-plugins.args:
2085 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2086 * docs/plugins/gst-plugins-base-plugins.interfaces:
2087 * docs/plugins/gst-plugins-base-plugins.signals:
2088 Fix hierarchy, added some more elements to the docs.
2090 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2091 (gst_ffmpegcsp_get_type):
2092 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2093 Fix docs for ffmpegcolorspace.
2095 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
2097 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2098 (apetag_type_find), (ape_type_find), (plugin_init):
2099 Some typefinding fine-tuning:
2100 - rank ID3/APE tags in order of preference via probabilities, so that
2101 ID3v2 > APEv2 > APEv1 > ID3v1.
2102 - three or four bytes don't really justify MAXIMUM probability,
2103 change those to 'very likely' (musepack and monkeysaudio).
2105 2006-03-01 Wim Taymans <wim@fluendo.com>
2107 * docs/plugins/Makefile.am:
2108 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2109 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2110 * ext/alsa/gstalsamixer.c:
2111 * ext/alsa/gstalsamixer.h:
2112 * ext/alsa/gstalsamixerelement.c:
2113 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2114 * ext/alsa/gstalsamixerelement.h:
2115 * ext/alsa/gstalsasink.c:
2116 * ext/alsa/gstalsasink.h:
2117 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2119 * ext/alsa/gstalsasrc.h:
2121 Small code cleanups.
2123 2006-03-01 Wim Taymans <wim@fluendo.com>
2125 * ext/theora/Makefile.am:
2126 Dist new header too,
2128 2006-03-01 Wim Taymans <wim@fluendo.com>
2130 * docs/plugins/Makefile.am:
2131 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2132 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2133 * ext/gnomevfs/gstgnomevfssink.h:
2134 * ext/gnomevfs/gstgnomevfssrc.h:
2135 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2136 * ext/vorbis/vorbisdec.h:
2137 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2138 * ext/vorbis/vorbisenc.h:
2139 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2140 (vorbis_parse_chain), (vorbis_parse_change_state):
2141 * ext/vorbis/vorbisparse.h:
2142 * gst/audioconvert/gstaudioconvert.h:
2143 * gst/tcp/gsttcpserversink.h:
2144 * gst/videotestsrc/gstvideotestsrc.c:
2145 * gst/videotestsrc/gstvideotestsrc.h:
2146 * gst/volume/gstvolume.c:
2147 * gst/volume/gstvolume.h:
2149 Added docs for vorbisdec and vorbisparse.
2152 2006-03-01 Wim Taymans <wim@fluendo.com>
2154 * docs/plugins/Makefile.am:
2155 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2156 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2157 * ext/pango/gstclockoverlay.h:
2158 * ext/pango/gsttextoverlay.h:
2159 * ext/pango/gsttextrender.h:
2160 * ext/pango/gsttimeoverlay.h:
2161 * ext/theora/gsttheoradec.h:
2162 * ext/theora/gsttheoraenc.h:
2163 * ext/theora/theoradec.c:
2164 * ext/theora/theoraenc.c:
2165 * gst/audioconvert/gstaudioconvert.h:
2166 * gst/audiotestsrc/gstaudiotestsrc.h:
2167 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2168 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2169 * gst/tcp/gstmultifdsink.h:
2170 Updated/added documentation.
2172 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2173 (gst_text_overlay_halign_get_type),
2174 (gst_text_overlay_wrap_mode_get_type),
2175 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2176 (gst_text_overlay_init), (gst_text_overlay_set_property),
2177 (gst_text_overlay_get_property):
2178 Fix up properties to be enums instead of string to make bindings,
2179 introspection and automatic GUI creation possible.
2180 Add getters for the properties.
2182 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
2184 * gst/audiotestsrc/gstaudiotestsrc.c:
2185 added defines of M_PI and M_PI_2
2186 * gst/ffmpegcolorspace/avcodec.h:
2187 removed #include "stdint.h" for win32 as _stdint.h is
2188 autogenerated to win32/common
2189 * win32/common/libgstaudio.def:
2190 * win32/common/libgsttag.def:
2193 some project files bugs corrected
2195 project files are reset to the default vs7 configuration
2196 (they link to msvcr71.dll using default optimizations)
2198 2006-02-28 Wim Taymans <wim@fluendo.com>
2200 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2203 2006-02-28 Edward Hervey <edward@fluendo.com>
2205 * ext/alsa/gstalsasrc.c:
2206 Set proper class on the ElementDetails:
2207 Source/Audio instead of Src/Audio/
2209 2006-02-28 Edward Hervey <edward@fluendo.com>
2211 * gst/videoscale/vs_scanline.c:
2212 (vs_scanline_resample_nearest_RGBA):
2213 Revert optimization in videoscale. It should go in liboil and have
2214 an appropriate liboil function.
2216 2006-02-28 Wim Taymans <wim@fluendo.com>
2218 * gst-libs/gst/audio/gstbaseaudiosink.c:
2219 (gst_base_audio_sink_provide_clock):
2220 Don't try to provide a clock in the NULL state.
2222 2006-02-28 Wim Taymans <wim@fluendo.com>
2224 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2225 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2226 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2227 (gst_ogg_demux_deactivate_current_chain),
2228 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2229 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2230 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2231 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2232 Use GstSegment infrastructure to remove duplicated code
2233 and handle more seek cases correctly.
2235 2006-02-28 Wim Taymans <wim@fluendo.com>
2237 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2238 (gst_ffmpegcsp_transform):
2239 Don't ignore return code from ffmpeg convert function.
2241 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2242 Split out some long statements to ease debugging.
2244 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
2246 * ext/libvisual/visual.c: (gst_visual_init),
2247 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2248 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2249 being able to renegotiate the size. Instead, use the negotiation
2250 algorithm from the goom plugin to pick an initial output caps.
2252 Also, allow theoretical libvisual plugins that might support non-GL
2253 output even if they also do GL.
2255 2006-02-26 Julien MOUTTE <julien@moutte.net>
2257 * ext/libvisual/visual.c: (gst_visual_init),
2258 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2259 (plugin_init): Load only non GL plugins. Fix some memleaks and
2260 possible negotiation issues.
2262 2006-02-25 Julien MOUTTE <julien@moutte.net>
2264 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2266 2006-02-24 Michael Smith <msmith@fluendo.com>
2268 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2269 (cmml_type_find), (plugin_init):
2270 Fix CMML type find function to not require a specific minor version
2273 Add an MPEG4 video elementary stream typefind function.
2275 2006-02-04 Michael Smith <msmith@fluendo.com>
2277 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2278 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2279 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2280 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2281 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2282 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2283 Annodex support in ogg demuxer. Doesn't do very much without the
2284 other annodex patches (to come).
2286 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2288 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2290 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2291 Pick up palette for MS video v1 (#327028)
2293 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2295 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2296 (gst_ffmpegcsp_caps_remove_format_info),
2297 (gst_ffmpegcsp_get_unit_size):
2298 The 'palette_data' field from incoming RGB caps shouldn't be
2299 proxied on outgoing YUV caps; also, restrict unit size
2300 adjustment in case of paletted data only to the unit that
2301 actually has a palette. Fixes #330711.
2303 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2305 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2306 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2307 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2308 (gst_ffmpegcsp_get_unit_size):
2309 Plug some memory leaks.
2311 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2313 * sys/ximage/Makefile.am:
2314 * sys/xvimage/Makefile.am:
2315 Add some _CFLAGS and _LIBS that seem to be missing
2316 and/or required for Cygwin (see #317048).
2318 2006-02-22 Wim Taymans <wim@fluendo.com>
2320 * ext/alsa/gstalsasrc.c:
2321 Fix description as pointed out by caugier.
2323 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
2325 Reviewed by : Edward Hervey <edward@fluendo.com>
2327 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2329 Better 3gp typefinding (#331526).
2331 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
2333 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2334 Don't send EOS event here, the base class will send one for us.
2336 * gst/playback/gstplaybasebin.c: (prepare_output):
2337 Subpictures without video stream aren't allowed either.
2339 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2340 Fix debug statement copy'n'paste-o.
2342 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
2344 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2345 Fix issues with mixer keeping state when muting/unmuting
2346 and when changing the volume whilst muted (see #331763
2349 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
2351 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2352 (parse_subrip), (gst_sub_parse_format_autodetect):
2353 Set right caps given that we send escaped text. Also,
2354 honour <i></i>, <b></b> and <u></u> markers that can be found
2355 in .srt files (fixes #310202).
2357 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
2359 * gst-libs/gst/audio/mixerutils.c:
2360 (element_factory_rank_compare_func):
2361 Make order in which elements are tried more determinable.
2363 2006-02-20 Julien MOUTTE <julien@moutte.net>
2365 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2366 (remove_element_chain), (cleanup_decodebin),
2367 (gst_decode_bin_change_state): Make decodebin reusable by
2368 fixing remove_element_chain first and then introduce a
2369 cleaner in state change to ->NULL. (Closes #331678)
2371 2006-02-19 Wim Taymans <wim@fluendo.com>
2373 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2374 use 0666 mask when creating files so umask gets applied
2375 correctly. Fixes #331295.
2377 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
2379 * gst/subparse/Makefile.am:
2380 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2381 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2382 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2383 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2384 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2385 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2386 * gst/subparse/gstssaparse.h:
2387 * gst/subparse/gstsubparse.c: (plugin_init):
2388 Add very basic parser for SSA subtitle streams (as often
2389 found in matroska files).
2391 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
2393 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2394 That should be text/x-pango-markup, not text/x-pango-layout.
2396 2006-02-19 Julien MOUTTE <julien@moutte.net>
2398 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2401 2006-02-19 Julien MOUTTE <julien@moutte.net>
2403 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2404 (gst_text_overlay_finalize), (gst_text_overlay_init),
2405 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2406 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2407 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2408 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2409 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2410 Fix state change deadlock.
2412 2006-02-19 Julien MOUTTE <julien@moutte.net>
2414 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2415 (gst_text_overlay_finalize), (gst_text_overlay_init),
2416 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2417 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2418 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2419 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2420 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2421 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2422 and subtitles files.
2424 2006-02-19 Julien MOUTTE <julien@moutte.net>
2426 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2427 should be considered as raw.
2429 2006-02-19 Julien MOUTTE <julien@moutte.net>
2431 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2433 * gst/playback/gststreaminfo.h: Introduce language informations.
2435 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
2437 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2438 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2439 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2440 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2441 Set shared memory segments to be deleted as soon as we have attached,
2442 that way they get cleaned up automatically if we crash.
2444 2006-02-18 Julien MOUTTE <julien@moutte.net>
2446 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
2447 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2448 functions are called with lock held.
2450 2006-02-18 Julien MOUTTE <julien@moutte.net>
2452 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2453 (gst_text_overlay_finalize), (gst_text_overlay_init),
2454 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2455 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2456 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2457 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2458 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2459 (gst_text_overlay_change_state): Refactoring of textoverlay
2460 without collectpads. This now supports sparse subtitles coming
2461 from a demuxer instead of a sub file. Seeking is still broken
2462 though. Need to discuss with wtay some more on how to handle
2464 * ext/pango/gsttextoverlay.h:
2465 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2466 subtitles coming from the demuxer.
2468 2006-02-17 Wim Taymans <wim@fluendo.com>
2470 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2471 (gst_vorbisenc_convert_sink):
2472 Use some more scaling functions.
2474 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
2476 * ext/cdparanoia/gstcdparanoiasrc.c:
2477 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2478 (gst_cd_paranoia_paranoia_callback),
2479 (gst_cd_paranoia_src_signal_is_being_watched),
2480 (gst_cd_paranoia_src_read_sector):
2481 * ext/cdparanoia/gstcdparanoiasrc.h:
2482 Add back 'transport-error' and 'uncorrected-error' signals and
2483 make them actually be fired when bad stuff happens (#319340).
2485 2006-02-17 Wim Taymans <wim@fluendo.com>
2487 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2488 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2489 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2490 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2491 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2492 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2493 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2494 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2495 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2496 (gst_ring_buffer_clear):
2498 Added some G_LIKELY.
2500 2006-02-17 Wim Taymans <wim@fluendo.com>
2502 * gst-libs/gst/audio/TODO:
2505 * gst-libs/gst/audio/gstbaseaudiosink.c:
2506 (gst_base_audio_sink_get_offset):
2507 When trying to play samples ASAP and we don't have a
2508 previous sample, try to play at position 0 instead of
2509 an invalid position.
2511 2006-02-17 Wim Taymans <wim@fluendo.com>
2513 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
2514 (gst_alsasink_reset):
2515 Also release lock when we get an error in _reset();
2516 fix an error message.
2518 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
2520 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2521 (gst_alsasink_init), (get_channel_free_structure),
2522 (caps_add_channel_configuration), (gst_alsasink_getcaps),
2523 (gst_alsasink_close):
2524 * ext/alsa/gstalsasink.h:
2525 Add support for more than 2 channels (#326720).
2527 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
2529 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2530 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
2531 with 4 or 6 channels, assume a default channel layout to make things
2532 work (not sure there's anything else we can do in those cases).
2534 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
2536 * gst-libs/gst/audio/multichannel.c:
2539 * gst-libs/gst/riff/Makefile.am:
2540 * gst-libs/gst/riff/riff-ids.h:
2541 * gst-libs/gst/riff/riff-media.c:
2542 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
2543 Add support for WAVEFORMATEX, eg. PCM audio with more than two
2544 channels and a channel layout map.
2546 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
2548 Reviewed by Edward Hervey <edward@fluendo.com>
2550 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
2551 C-level optimization of the RGBA nearest neighbour function.
2552 Eventually this might end up in liboil with vectorized versions.
2554 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
2556 * gst-libs/gst/audio/multichannel.c:
2557 (gst_audio_get_channel_positions):
2558 When we have more than 2 channels, but no channel layout is
2559 specified in the caps, return some default channel layout
2560 to the caller and warn about about a possibly buggy element
2561 (could be buggy filtercaps as well of course) (#317038).
2563 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
2565 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2566 Add gst-libs/gst/cdda to list of lib search paths.
2568 2006-02-15 Andy Wingo <wingo@pobox.com>
2570 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
2571 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
2572 to the Lord Jesus that I do not have to touch the ogg muxer ever
2575 2006-02-15 Edward Hervey <edward@fluendo.com>
2577 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2578 quicktime movie files can also contain 'uuid' atoms.
2580 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
2582 * gst/audioconvert/plugin.c: (plugin_init):
2583 Register the GstAudioChannelPosition enum type with the type
2584 system in the plugin_init function, so that it is known before
2585 any element actually makes use of multi-channel stuff. This is
2586 required for example if one wants to be able to deserialise/use
2587 a caps string with channel positions before any pipeline has
2588 been setup and started, like with gst-launch.
2590 2006-02-14 Wim Taymans <wim@fluendo.com>
2592 * gst-libs/gst/audio/gstringbuffer.c:
2593 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
2594 (gst_ring_buffer_samples_done), (wait_segment),
2595 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
2596 Add some compiler G_(UN_)LIKELY help.
2597 SIGNAL the ringbuffer waiters when going to PAUSED as well to
2598 make sure they can exit their functions. Should fix #330748
2600 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
2605 * win32/common/_stdint.h:
2606 Windows does not have long long; copy the generated _stdint.h
2607 * win32/common/interfaces-enumtypes.c:
2608 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2609 (gst_mixer_track_flags_get_type),
2610 (gst_tuner_channel_flags_get_type):
2611 * win32/common/multichannel-enumtypes.c:
2612 (gst_audio_channel_position_get_type):
2615 2006-02-13 Wim Taymans <wim@fluendo.com>
2617 * gst-libs/gst/audio/gstbaseaudiosink.c:
2618 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
2619 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2620 Always sync on first sample we receive when starting.
2622 2006-02-13 Wim Taymans <wim@fluendo.com>
2624 * gst/playback/gstplaybin.c: (gen_vis_element):
2625 Update vis bin docs.
2626 Move queue after tee so we don't queue video buffers but
2627 audio samples instead. Fixes problems where the video queue
2628 is filled and the audio queue empty.
2630 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
2632 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2633 No need to push an EOS event here, GstBaseSrc will do that for us
2634 when we return FLOW_UNEXPECTED.
2636 2006-02-12 Wim Taymans <wim@fluendo.com>
2638 * gst-libs/gst/audio/gstbaseaudiosink.c:
2639 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
2640 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
2641 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2642 Use scale functions when possible.
2644 Free clockid when after waiting for EOS.
2645 Use G_(UN_)LIKLY when it makes sense.
2646 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
2648 2006-02-12 Edward Hervey <edward@fluendo.com>
2650 * gst/playback/gstplaybasebin.c: (prepare_output):
2651 Remove stray semi-colon (fixes #330888).
2653 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
2655 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
2656 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
2657 Fix up the XShm call testing so that we catch errors, and don't
2658 cause new ones by attempting to detach from a segment we failed
2659 to attach to. Fixes #312439.
2661 2006-02-10 Edward Hervey <edward@fluendo.com>
2663 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2664 Added flv file typefind (video/x-flv).
2666 2006-02-10 Edward Hervey <edward@fluendo.com>
2668 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2669 (gst_riff_create_video_template_caps):
2670 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
2671 Also added the caps to the default set of riff video caps.
2673 2006-02-09 Andy Wingo <wingo@pobox.com>
2675 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
2676 time and the end time of the last packet in the page.
2677 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
2678 on the pages in our queue, set the duration as well. Reflow a
2680 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
2681 Fixes bad muxing order.
2683 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
2685 * gst-libs/gst/rtp/gstbasertppayload.c:
2686 (gst_basertppayload_setcaps), (gst_basertppayload_push):
2687 update seqnum before setting it on the packet; this makes sure
2688 that the timestamp and seqnum properties match after pushing
2691 2006-02-09 Andy Wingo <wingo@pobox.com>
2693 * gst-libs/gst/audio/gstringbuffer.c
2694 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
2695 overflow after 13.5 hours of recording. Kapow!
2697 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
2698 the buffer size -- we don't care about underrun/overrun reporting
2699 right now, just need to return a useful value.
2701 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
2706 === release 0.10.3 ===
2708 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
2711 releasing 0.10.3, "Under Pressure"
2713 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
2716 Drat. Bump libtool version number for new API.
2717 Prelease 0.10.2.3 (of 0.10.3)
2719 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
2722 * win32/common/config.h:
2723 0.10.2.2 prerelease (of 0.10.3).
2725 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
2727 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
2728 Revert Andy's newsegment change pending a more correct
2731 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
2733 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2734 (qt_type_find), (plugin_init):
2735 detect more files as 3gp
2736 group and reorder the iso file formats
2738 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
2740 * ext/vorbis/vorbis.c: (plugin_init):
2741 Register musicbrainz tags, so apps don't have to.
2743 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
2745 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
2746 (gst_tag_to_vorbis_tag):
2747 Make sure we called gst_tag_register_musicbrainz_tags()
2748 before possibly mapping a vorbiscomment string from/to a
2751 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
2753 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
2754 In case we can't find the required number of consecutive
2755 mpeg audio frames to positively identify an MPEG audio
2756 stream, check if there's at least a valid mpeg audio
2757 frame right at offset 0 and if so suggest mpeg/audio
2758 caps with a very low probability (#153004).
2760 2006-02-07 Andy Wingo <wingo@pobox.com>
2762 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
2763 a TIME segment if we get timestamped buffers. Requires recent
2764 fixes in core to work properly.
2766 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
2768 * gst/playback/gstplaybasebin.c: (prepare_output):
2769 Don't print the URI as part of the error message, it
2770 makes error dialogs look rather ugly, especially if
2771 the URI is very long or has characters in it that
2774 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
2776 * gst/playback/gstplaybasebin.c: (prepare_output):
2777 Error out if we have only text or subtitles, but nothing
2778 else. Also error out if we have subtitles but no video
2781 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
2783 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2784 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
2785 Post an error message on the bus when we encounter an
2786 error, which will hopefully be more meaningful than the
2787 'Internal Flow Error' message users get to see if we
2788 just return GST_FLOW_ERROR.
2790 2006-02-07 Andy Wingo <wingo@pobox.com>
2792 * configure.ac (GST_MAJORMINOR): Update core version req to
2793 0.10.2.2, for the collectpads API addition (#330244).
2795 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
2797 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2798 Return FALSE from plugin_init() when GnomeVFS can't
2799 be initialised for some reason (#328423).
2801 2006-02-06 Julien MOUTTE <julien@moutte.net>
2803 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
2804 Stick to seeking theory until i find the bug.
2805 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
2807 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
2809 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2810 (theora_enc_finalize), (theora_enc_sink_setcaps),
2811 (theora_set_header_on_caps), (theora_enc_chain),
2812 (theora_enc_change_state):
2813 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2814 Make theoraenc and the tests leak free. Like, really.
2816 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
2818 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2819 (theora_enc_finalize), (theora_enc_sink_setcaps):
2820 Add a finalize method to ensure we clean up state even if
2821 someone omitted the state change back to NULL.
2823 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
2824 (gst_vorbisenc_chain):
2825 Free some more leaked bits.
2827 * tests/check/pipelines/theoraenc.c: (start_pipeline),
2829 Wait for state changes to happen if they're ASYNC.
2831 This ought to teach those fancy pants buildbots a lesson.
2833 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
2835 * gst-libs/gst/tag/gstid3tag.c:
2836 Add mapping for ID3 International Standard Recording Code
2839 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
2841 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
2842 Don't leak tag names.
2844 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
2846 * docs/libs/gst-plugins-base-libs-docs.sgml:
2847 * docs/libs/gst-plugins-base-libs-sections.txt:
2848 * gst-libs/gst/tag/gstid3tag.c:
2849 * gst-libs/gst/tag/gstvorbistag.c:
2850 * gst-libs/gst/tag/tags.c:
2851 Split libgsttag docs into multiple sections.
2853 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
2855 * docs/libs/Makefile.am:
2856 * docs/libs/gst-plugins-base-libs-docs.sgml:
2857 * docs/libs/gst-plugins-base-libs-sections.txt:
2858 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
2859 * gst-libs/gst/tag/gstvorbistag.c:
2860 * gst-libs/gst/tag/tag.h:
2861 * gst-libs/gst/tag/tags.c:
2862 Add libgsttag to the docs.
2864 2006-02-05 Julien MOUTTE <julien@moutte.net>
2866 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
2867 (gst_text_overlay_init), (gst_text_overlay_src_event),
2868 (gst_text_overlay_collected): Fix clockoverlay.
2870 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
2872 * docs/libs/compiling.sgml:
2873 Fix typo: it's pkg-config, not pkg-gconfig
2875 * docs/libs/gst-plugins-base-libs-docs.sgml:
2876 * docs/libs/gst-plugins-base-libs-sections.txt:
2877 * docs/libs/tmpl/gstgconf.sgml:
2878 There is no libgstgconf in 0.10, remove it
2881 2006-02-05 Julien MOUTTE <julien@moutte.net>
2883 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
2884 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2885 (gst_text_overlay_src_event), (gst_text_overlay_collected):
2886 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2887 (gst_sub_parse_class_init), (gst_sub_parse_init),
2888 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
2889 (parse_mpsub), (parser_state_init), (handle_buffer),
2890 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
2891 * gst/subparse/gstsubparse.h: Introduce seeking code.
2893 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
2895 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2896 Add comment about LANGUAGE tag inconsistency (we want
2897 ISO-639-1, but extract three-letter identifiers?)
2900 Add two translatable files.
2902 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
2904 * gst-libs/gst/tag/Makefile.am:
2905 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2906 * gst-libs/gst/tag/tag.h:
2907 * gst-libs/gst/tag/tags.c:
2908 (gst_tag_register_musicbrainz_tags_internal),
2909 (gst_tag_register_musicbrainz_tags):
2910 Forward-port some tags stuff from the 0.8 branch. This is
2911 mostly the addition of musicbrainz tags and their mapping
2912 to vorbistags, and a vorbistag mapping of the language tag.
2914 2006-02-05 Julien MOUTTE <julien@moutte.net>
2916 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
2919 2006-02-04 David Schleef <ds@schleef.org>
2921 * ext/ogg/gstoggmux.c:
2922 * gst/typefind/gsttypefindfunctions.c:
2923 Add Dirac typefinding and add dirac format to oggmux.
2925 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
2927 * gst/playback/gstdecodebin.c: (try_to_link_1):
2928 Don't put essential function call into
2929 g_return_*() macro, otherwise it'll all be
2930 replaced by NOOPs when compiling with
2931 G_DISABLE_CHECKS defined.
2933 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
2935 * ext/ogg/gstoggdemux.c:
2936 * ext/ogg/gstoggparse.c:
2937 * gst/tcp/gsttcpserversink.c:
2938 * sys/v4l/v4lsrc_calls.c:
2939 * sys/v4l/v4lsrc_calls.h:
2940 Just make it compile with --disable-gst-debug.
2942 2006-02-03 Wim Taymans <wim@fluendo.com>
2944 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2945 (gst_alsasink_class_init), (gst_alsasink_init),
2946 (gst_alsasink_write), (gst_alsasink_reset):
2947 * ext/alsa/gstalsasink.h:
2948 Add lock to protect alsa calls.
2949 Implement reset to flush samples ASAP, does not work
2952 2006-02-02 Wim Taymans <wim@fluendo.com>
2954 * gst-libs/gst/audio/gstbaseaudiosink.c:
2955 (gst_base_audio_sink_provide_clock):
2956 Ugh.. getting late I guess...
2958 2006-02-02 Wim Taymans <wim@fluendo.com>
2960 * gst-libs/gst/audio/gstbaseaudiosink.c:
2961 (gst_base_audio_sink_provide_clock),
2962 (gst_base_audio_sink_set_property),
2963 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
2964 Don't try to provide a clock when we are not negotiated since
2965 we might not be able to make it run.
2967 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
2969 * gst/playback/gstdecodebin.c: (try_to_link_1):
2970 Unlinking two source pads is ... hard.
2972 2006-02-02 Wim Taymans <wim@fluendo.com>
2974 * gst-libs/gst/audio/TODO:
2977 * gst-libs/gst/audio/gstbaseaudiosink.c:
2978 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
2979 On EOS, wait till the last sample is played before posting EOS.
2981 2006-02-01 Philippe Kalaf <burger at speedy dot org>
2983 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2984 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
2985 setting queue_delay to zero. Also avoid thread being started if
2986 queue_delay is zero.
2988 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
2990 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
2991 Make test work again by connecting fakesinks to each decoded pad,
2992 which makes the pipeline wait until each fakesink has a buffer
2993 queued before going to PAUSED state. At that point we know the
2994 decodebin pads are negotiated.
2996 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
2998 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
2999 (gst_cdda_base_src_handle_event):
3000 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3001 Pass unhandled queries to the parent class's query function.
3003 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3005 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3006 (gst_ogg_pad_src_query):
3007 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3008 * ext/theora/theoradec.c: (theora_dec_src_query),
3009 (theora_dec_sink_query):
3010 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3011 (vorbis_dec_sink_query):
3012 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3013 (gst_vorbisenc_sink_query):
3014 * gst/adder/gstadder.c: (gst_adder_query):
3015 Pass unhandled queries upstream instead of just
3016 dropping them (#326447). Also, fix supported
3017 query types list for some elements.
3019 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3021 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3022 (paris_type_find), (ilbc_type_find), (plugin_init):
3023 Fix typefinding for audio/x-au, audio/x-paris and
3024 audio/iLBC-sh. We cannot use the START_WITH macros
3025 here, because there can only be one typefind factory
3026 with the same name (caps), so the second one would
3027 replace the first one and the first one would never
3028 be called when doing typefinding (see #161712).
3031 2006-01-31 Wim Taymans <wim@fluendo.com>
3033 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3034 (vorbis_handle_header_packet), (vorbis_dec_push),
3035 (vorbis_handle_data_packet):
3036 Use scale_int when we can, add some more scaling.
3037 Check packettype before parsing it.
3039 2006-01-31 Wim Taymans <wim@fluendo.com>
3041 * ext/theora/theoradec.c: (_theora_granule_time),
3042 (theora_dec_src_convert), (theora_dec_sink_convert):
3043 Call right _scale functions.
3044 Use parameter instead of some other random value.
3046 2006-01-31 Wim Taymans <wim@fluendo.com>
3048 * ext/theora/theoradec.c: (_theora_granule_frame),
3049 (_theora_granule_time), (_inc_granulepos),
3050 (theora_dec_src_convert), (theora_dec_sink_convert),
3051 (theora_handle_type_packet), (theora_handle_data_packet),
3053 Use higher precision timestamps calculation.
3054 Convert some other conversions to _scale.
3056 2006-01-31 Stefan Kost <ensonic@users.sf.net>
3058 * gst/audiotestsrc/gstaudiotestsrc.c:
3059 (gst_audio_test_src_create_sine_table), (plugin_init):
3060 * gst/volume/gstvolume.c: (plugin_init):
3061 initialize gst_controller before using
3063 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
3065 * tests/check/pipelines/theoraenc.c:
3066 * tests/check/pipelines/vorbisenc.c:
3067 Define constant using G_GINT64_CONSTANT to avoid errors when
3068 passing it around - otherwise it gets truncated to 32 bits.
3070 Fixes failing tests.
3072 2006-01-31 Andy Wingo <wingo@pobox.com>
3074 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3075 caps being set doesn't have a framerate value. Basically a stopgap
3078 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3079 technically correct enough to put into core though.
3080 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3081 DURATION. Fixes theoraenc ! oggmux.
3083 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3084 fraction, not double.
3086 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
3089 add vs7 project files created by Sergey Scobich
3091 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
3094 add vs8 project files created by Sergey Scobich
3096 2006-01-30 Andy Wingo <wingo@pobox.com>
3098 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3099 timestamp + duration, not just timestamp -- ogg pages should be
3100 ordered by stop time. Necessary fix given the change in vorbis
3103 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
3104 (gst_theora_enc_init): Pull the granule shift out of the encoder.
3105 (granulepos_add): New function, handles the messiness of adjusting
3107 (theora_buffer_from_packet):
3109 (theora_enc_sink_event): Use granulepos_add, not +.
3111 * tests/check/pipelines/theoraenc.c
3112 (check_buffer_granulepos_from_starttime): Just check the frame
3113 count, not the actual granulepos -- we can't dictate to the
3114 encoder when it should be placing keyframes.
3116 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
3118 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3119 SERVICE_NOT_AVAILABLE happens for example when you're trying to
3120 play an http:// stream from a server that's not serving
3122 2006-01-30 Andy Wingo <wingo@pobox.com>
3124 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
3125 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3126 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3129 * ext/theora/gsttheoraenc.h:
3130 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3131 although theoraenc was timestamping correctly. Added handling of
3132 streams that start with nonzero timestamps.
3134 * tests/check/Makefile.am:
3135 * tests/check/pipelines/theoraenc.c: New file, basically does same
3138 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3140 2006-01-30 Wim Taymans <wim@fluendo.com>
3142 * gst-libs/gst/audio/gstaudiosink.c:
3143 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3144 (gst_audioringbuffer_pause):
3145 Implement pause that does not wait for completion.
3147 * gst-libs/gst/audio/gstbaseaudiosink.c:
3148 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3149 Don't drop buffers when going to PAUSED but perform preroll on
3150 remaining samples now that core base class supports this.
3152 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3153 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3154 (gst_ring_buffer_commit):
3155 Pause should not signal waiters.
3156 Implement return value of _commit correctly.
3158 2006-01-30 Andy Wingo <wingo@pobox.com>
3160 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3162 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3163 updated to timestamp from the first sample, not the last.
3164 (gst_vorbisenc_buffer_from_header_packet): New function, takes
3165 special care of granulepos and timestamp for header packets.
3166 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3167 when the first buffer has a nonzero timestamp.
3169 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3170 (GstVorbisEnc.subgranule_offset): New members. Take care of the
3171 case when the first audio buffer we get has a nonzero timestamp.
3172 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3173 properly timestamp vorbis buffers with the time of the first
3174 sample, not the last.
3176 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3177 vorbis_granule_time_copy -- now it takes the granule/subgranule
3178 offset into account.
3180 * tests/check/pipelines/vorbisenc.c: New test for correctness of
3181 timestamps, durations, and granulepos on buffers produced by
3184 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
3186 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3187 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3188 Patch from Eric Jonas to support conversions to/from UYVY
3191 2006-01-30 Julien MOUTTE <julien@moutte.net>
3193 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3194 (setup_subtitle), (setup_source), (set_active_source):
3195 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3196 (gen_text_element), (gen_audio_element), (gen_vis_element),
3197 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3199 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
3201 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3202 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3203 use gst_guint64_to_gdouble to be compliant with vs6
3204 * gst/playback/gstdecodebin.c: (try_to_link_1)
3205 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3206 use G_GINT64_CONSTANT for int64 constants
3207 * win32/common/libgstinterfaces.def:
3208 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3210 update and add new project files
3212 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
3216 * win32/common/interfaces-enumtypes.c:
3217 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3218 (gst_mixer_track_flags_get_type),
3219 (gst_tuner_channel_flags_get_type):
3220 * win32/common/interfaces-enumtypes.h:
3221 * win32/common/multichannel-enumtypes.c:
3222 (gst_audio_channel_position_get_type):
3223 * win32/common/multichannel-enumtypes.h:
3224 add a win32-update rule like in core, and copy over enumtypes files
3226 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
3229 * win32/common/config.h:
3230 * win32/common/config.h.in:
3231 add config files just like in core
3233 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
3235 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3236 Make gcc-4.1 happy (part of #327357).
3238 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
3240 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3241 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3242 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3243 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3244 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3245 (gst_alsasrc_unprepare), (gst_alsasrc_read):
3246 Update all error messages. All of them should either use
3247 the default translated message, or actually provide a
3248 translatable string.
3249 Make the string for channel count problems meaningful.
3251 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
3253 * sys/v4l/v4l_calls.c: (gst_v4l_open):
3254 check for and throw RESOURCE_BUSY
3256 2006-01-27 David Schleef <ds@schleef.org>
3258 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3259 checked in this change -- it requires liboil features not
3260 in 0.3.6. Revert parts.
3262 2006-01-27 David Schleef <ds@schleef.org>
3265 * configure.ac: update liboil requirement to 0.3.6
3266 * gst/videoscale/Makefile.am:
3267 * gst/videoscale/vs_scanline.c: liboilify
3269 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
3271 * ext/libvisual/visual.c: (get_buffer):
3272 When pad_alloc returns a GstFlowReturn other
3273 than GST_FLOW_OK, make sure it is passed upstream.
3275 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
3277 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3278 (gst_alsasink_class_init):
3279 Free the device name string.
3281 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3282 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3283 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3284 Don't remove a pad from the collectpads structure until it
3285 is released - it's a request pad, and may receive data again
3286 if the element gets moved back to PLAYING state.
3288 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3289 Ensure we turn on double buffering on the Xv port, and
3290 set the colour key to something dark and mysterious that
3293 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
3295 * ext/alsa/gstalsaplugin.c: (plugin_init):
3296 * ext/cdparanoia/gstcdparanoiasrc.c:
3297 (gst_cd_paranoia_src_base_init), (plugin_init):
3298 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3299 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3300 - a library should not call setlocale. see "Libraries" node in
3302 - make sure all plugins that use translation do bindtextdomain
3303 to point to the localedir
3304 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3305 (setup_sinks), (plugin_init):
3306 all this, and check for NULL when creating sinks
3308 2006-01-27 Julien MOUTTE <julien@moutte.net>
3310 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3311 (plugin_init): Make typefinding of subtitles work again.
3313 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
3315 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3316 (mp3_type_frame_length_from_header), (mp3_type_find),
3317 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3319 Backport a bunch of typefinding fixes from the 0.8 branch.
3320 Also, improve wavpack typefinding: if we can't peek the
3321 entire wavpack block, try to parse the bits we can get and
3322 see if we find what we're looking for in those.
3324 2006-01-26 Julien MOUTTE <julien@moutte.net>
3326 * sys/ximage/ximagesink.c:
3327 (gst_ximagesink_calculate_pixel_aspect_ratio):
3328 * sys/xvimage/xvimagesink.c:
3329 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3330 more cases of pixel aspect ratio.
3332 2006-01-26 Edward Hervey <edward@fluendo.com>
3334 * gst/playback/gstdecodebin.c: (pad_probe):
3335 Also consider the flush-start and tag events as unblockers
3338 2006-01-26 Julien MOUTTE <julien@moutte.net>
3340 * gst/playback/gstplaybin.c: (gst_play_bin_init),
3341 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3342 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3343 On the fly visualisation switch, works disabling, enabling as
3344 well but it won't be able to enable vis in a playbin that was
3345 created with no visualisation.
3347 2006-01-25 Wim Taymans <wim@fluendo.com>
3349 * gst-libs/gst/audio/gstbaseaudiosink.c:
3350 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3351 Undo previous commit that returned WRONG_STATE sooner, it breaks
3354 2006-01-25 Wim Taymans <wim@fluendo.com>
3356 * gst-libs/gst/audio/gstbaseaudiosink.c:
3357 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3358 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3360 Post error when caps cannot be parsed.
3361 Resync on discontinuity in the stream.
3362 Clip samples to segment boundaries.
3363 return WRONG_STATE sooner when we are flushing.
3365 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3366 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3367 Make audiosrc operate in TIME.
3368 Set TIMESTAMP and DURATION on buffers.
3370 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
3372 * tests/examples/seek/seek.c: (main):
3373 Output tag messages as well.
3375 2006-01-23 Edward Hervey <edward@fluendo.com>
3377 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3378 (free_pad_probes), (remove_fakesink), (pad_probe),
3379 (close_pad_link), (gst_decode_bin_change_state):
3380 Replace GstPadBlockCallback with pad probes that detect
3381 first buffer AND eos before removing fakesink.
3382 Fixes hang with demuxers doing EOS while pre-rolling.
3385 2006-01-23 Andy Wingo <wingo@pobox.com>
3387 * ext/alsa/gstalsasink.c:
3388 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3389 (gst_base_rtp_depayload_setcaps),
3390 (gst_base_rtp_depayload_add_to_queue),
3391 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3393 Patch by: Jens Granseuer <jensgr at gmx dot net>
3395 2006-01-22 Julien MOUTTE <julien@moutte.net>
3397 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3398 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3399 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
3400 frames. We might get a frame destroyed after changing state to
3401 NULL, adding a safety check on xcontext.
3403 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
3405 * gst-libs/gst/interfaces/xoverlay.c:
3406 Fix prepare-xwindow-id code example in the docs - we need to
3407 ignore all messages that aren't element messages as well.
3409 2006-01-21 Julien MOUTTE <julien@moutte.net>
3411 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3412 I think one day i'll completely undestand how caps negotiation
3413 is supposed to work. This refactoring handles buffer_alloc
3414 called with caps we can't handle. We definitely don't want a
3415 set_caps with those caps, so we define and allocate a buffer
3416 we would like to receive.
3418 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
3420 * gst/playback/gstplaybasebin.c: (setup_source):
3421 Free iterator when done.
3423 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
3425 * gst-libs/gst/audio/gstbaseaudiosink.c:
3426 (gst_base_audio_sink_render):
3427 Fix playback of non-synchronised streams by assuming a rate
3428 of 1.0 instead of a random one.
3430 Makes this work again:
3432 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3433 endianness=(int)4321, signed=(boolean)true, width=(int)16,
3434 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3435 audioresample ! alsasink
3437 === release 0.10.2 ===
3439 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
3442 releasing 0.10.2, "Then the devil is six"
3444 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
3446 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3447 * gst/playback/gststreamselector.c:
3448 (gst_stream_selector_set_property):
3449 Comment out broken code that connects to the state-changed signal.
3450 At this point, changing current stream selection is broken, but
3451 stuff like gst-launch playbin current-audio=1 works and filters
3452 to the chosen stream.
3454 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
3456 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3457 Fix #327216 (null dereference in vorbisdec)
3459 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
3461 * ext/theora/theoradec.c: (theora_handle_comment_packet):
3462 Post taglist actually on bus instead of just freeing it
3463 (fixes #327114 and totem bug #327080).
3465 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3466 Use gst_element_found_tags_for_pad(), so that the tags
3467 are sent downstream as an event as well.
3469 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
3471 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3472 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3473 (gst_ximagesink_buffer_alloc):
3474 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3475 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3476 (gst_xvimagesink_buffer_alloc):
3477 move all regularly occurring messages to GST_LOG level
3478 add some more object logs
3480 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
3482 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3483 fix a silly segfault
3485 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
3487 * docs/libs/gst-plugins-base-libs-docs.sgml:
3488 * docs/libs/gst-plugins-base-libs-sections.txt:
3489 * gst-libs/gst/audio/mixerutils.c:
3490 * gst-libs/gst/audio/mixerutils.h:
3491 Add docs for mixerutils stuff.
3493 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
3495 * gst/playback/gstplaybasebin.c: (setup_source):
3496 Fix playback for sources that emit raw audio or
3497 raw video streams (e.g.: cd audio sources) (#325984).
3499 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
3501 * gst-libs/gst/audio/mixerutils.c:
3502 (gst_audio_mixer_filter_do_filter):
3503 actually save the element we create
3505 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
3507 * gst-libs/gst/cdda/gstcddabasesrc.c:
3508 (gst_cdda_base_src_handle_track_seek):
3509 No need to post a tag message on the bus when seeking
3510 within the same track, only post it when the current
3513 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
3515 * gst/playback/gstplaybasebin.c: (group_destroy),
3516 (probe_triggered), (new_decoded_pad), (mute_group_type),
3517 (set_active_source):
3518 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3519 * gst/playback/gststreamselector.c:
3520 (gst_stream_selector_base_init),
3521 (gst_stream_selector_set_property),
3522 (gst_stream_selector_request_new_pad):
3523 Reenable stream selection. These mechanisms need a complete overhaul
3524 in the face of 0.8->0.10 changes though.
3526 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
3528 * ext/ogg/gstoggdemux.c:
3529 Change the pad template to src_%d to match the pads that
3530 are created from it. decodebin needs this information in order
3531 to decide that oggdemux is capable of producing multiple pads
3532 (and hence needs queues inserted).
3534 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3535 (gst_ogg_mux_collected):
3536 Make debug output more useful by using GST_PTR_FORMAT.
3538 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3540 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
3542 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3543 Set depth and width for alaw/mulaw (fixes #326601).
3545 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
3547 * tests/icles/Makefile.am:
3548 don't build the tests if we don't have the libs
3550 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
3552 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
3553 (gst_cd_paranoia_paranoia_callback):
3554 Don't try to free NULL pointers.
3556 2006-01-10 Edward Hervey <edward@fluendo.com>
3558 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
3559 (gst_audio_rate_change_state), (plugin_init):
3560 Add debugging category.
3562 Add case for incoming buffers without valid offset/offset_end.
3564 2006-01-10 Michael Smith <msmith@fluendo.com>
3566 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
3567 Don't leak GCond in audio sources.
3569 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
3571 * gst/playback/gstplaybin.c: (gen_audio_element):
3572 Don't leak an autoaudiosink/alsasink when we generate
3573 a new audio element. (old code, I guess)
3575 2006-01-10 Michael Smith <msmith@fluendo.com>
3577 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
3578 Support float audio in audiorate.
3579 Use width rather than depth for selecting sample width.
3581 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
3583 * gst/videotestsrc/videotestsrc.h:
3584 Use GLib types here (that way we don't have to include the
3585 generated _stdint.h header, which makes life easier for win32
3586 folks that don't use autotools for the build) (#325990, patch
3587 by: Sergey Scobich).
3589 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
3591 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3592 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3593 (gst_ring_buffer_pause), (wait_segment):
3594 * gst-libs/gst/audio/gstringbuffer.h:
3595 Name (private) union, makes Forte compiler happy (this time
3596 for real) (#324900).
3598 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
3600 * gst-libs/gst/audio/Makefile.am:
3601 Link against libgstinterfaces, needed for mixer
3602 and property probe stuff.
3604 2006-01-09 Edward Hervey <edward@fluendo.com>
3606 * gst-libs/gst/Makefile.am:
3608 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
3610 * gst-libs/gst/audio/Makefile.am:
3611 * gst-libs/gst/audio/mixerutils.c:
3612 (gst_audio_mixer_filter_do_filter),
3613 (gst_audio_mixer_filter_check_element),
3614 (gst_audio_mixer_filter_probe_feature),
3615 (element_factory_rank_compare_func),
3616 (gst_audio_default_registry_mixer_filter):
3617 * gst-libs/gst/audio/mixerutils.h:
3618 Add gst_audio_default_registry_mixer_filter() utility
3621 2006-01-03 Michael Smith <msmith@fluendo.com>
3623 * gst/audioresample/resample.h:
3624 As before, but for o_buf
3626 2006-01-03 Michael Smith <msmith@fluendo.com>
3628 * gst/audioresample/resample.h:
3629 Declare struct _ResampleState.buffer as unsigned char *, not void *,
3630 since we do arithmetic on it.
3632 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
3634 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3635 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3636 (gst_ring_buffer_pause), (wait_segment):
3637 * gst-libs/gst/audio/gstringbuffer.h:
3638 Sun's Forte compiler doesn't seem to like anonymous structs,
3639 so use same setup as in GstBaseSrc (fixes #324900).
3641 2005-12-30 Stefan Kost <ensonic@users.sf.net>
3644 * gst/volume/Makefile.am:
3645 * gst/volume/demo.c:
3646 move old example to tests/examples/volume/volune.c
3647 * tests/examples/Makefile.am:
3648 * tests/examples/seek/seek.c: (main):
3649 change window-close event from "delete-event" to "destroy"
3650 * tests/examples/volume/Makefile.am:
3651 * tests/examples/volume/volume.c: (value_changed_callback),
3652 (setup_gui), (message_received), (eos_message_received), (main):
3653 fix event handling and bus usage
3655 2005-12-29 Stefan Kost <ensonic@users.sf.net>
3657 * gst/audiotestsrc/gstaudiotestsrc.c:
3658 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
3659 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
3660 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
3661 (gst_audio_test_src_create_square),
3662 (gst_audio_test_src_create_saw),
3663 (gst_audio_test_src_create_triangle),
3664 (gst_audio_test_src_create_silence),
3665 (gst_audio_test_src_create_white_noise),
3666 (gst_audio_test_src_create_pink_noise),
3667 (gst_audio_test_src_init_sine_table),
3668 (gst_audio_test_src_create_sine_table),
3669 (gst_audio_test_src_change_wave),
3670 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
3671 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
3672 * gst/audiotestsrc/gstaudiotestsrc.h:
3673 update to basesrc changes, implement segmented seeking and eos
3674 handling, add a 'sine-tab' waveform for performance critical playback
3676 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
3679 ... and this time the other modified file that I missed last time.
3681 2005-12-29 Michael Smith <msmith@fluendo.com>
3683 * gst/playback/gstdecodebin.c: (new_pad):
3684 Fix non-C89 variable declaration not at the start of a block. Should
3685 help some compilers.
3687 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
3689 * tests/check/Makefile.am:
3690 And now fix 'make distcheck' (builddir != srcdir)
3692 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
3695 * ext/cdparanoia/Makefile.am:
3696 * ext/cdparanoia/gstcdparanoia.c:
3697 * ext/cdparanoia/gstcdparanoia.h:
3698 * ext/cdparanoia/gstcdparanoiasrc.c:
3699 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
3700 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
3701 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
3702 (gst_cd_paranoia_paranoia_callback),
3703 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
3704 (gst_cd_paranoia_src_set_property),
3705 (gst_cd_paranoia_src_get_property), (plugin_init):
3706 * ext/cdparanoia/gstcdparanoiasrc.h:
3707 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
3708 plugin again (there are still fixes required to playbin to make
3709 cdda:// uris work there).
3711 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
3713 * tests/check/Makefile.am:
3714 Fix test case compilation.
3716 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
3718 * gst-libs/gst/cdda/gstcddabasesrc.c:
3719 (gst_cdda_base_src_update_duration),
3720 (gst_cdda_base_src_calculate_cddb_id):
3721 An integer is not a string. Fix access to uninitialised variable.
3723 * tests/check/Makefile.am:
3724 Add cddabasesrc unit test; also actually enable the vorbis test.
3726 * tests/check/generic/states.c:
3727 Blacklist new cd audio elements as well.
3729 * tests/check/libs/cddabasesrc.c:
3730 Unit test for GstCddaBaseSrc (discid calculation mostly).
3732 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
3734 * docs/libs/Makefile.am:
3735 * docs/libs/gst-plugins-base-libs-docs.sgml:
3736 * docs/libs/gst-plugins-base-libs-sections.txt:
3737 * docs/libs/gst-plugins-base-libs.types:
3738 Add docs for libgstcdda/GstCddaBaseSrc.
3740 * gst-libs/gst/interfaces/mixertrack.h:
3741 Do one struct member per line with a semicolon at the end, that way
3742 even gtk-doc might parse it without complaining.
3744 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
3747 * gst-libs/gst/Makefile.am:
3748 * gst-libs/gst/cdda/Makefile.am:
3749 * gst-libs/gst/cdda/base64.c:
3750 * gst-libs/gst/cdda/base64.h:
3751 * gst-libs/gst/cdda/gstcddabasesrc.c:
3752 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
3753 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
3754 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
3755 (gst_cdda_base_src_get_property),
3756 (gst_cdda_base_src_get_track_from_sector),
3757 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
3758 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
3759 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
3760 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
3761 (gst_cdda_base_src_uri_get_protocols),
3762 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
3763 (gst_cdda_base_src_uri_handler_init),
3764 (gst_cdda_base_src_setup_interfaces),
3765 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
3766 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
3767 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
3768 (gst_cdda_base_src_add_tags),
3769 (gst_cdda_base_src_add_index_associations),
3770 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
3771 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
3772 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
3773 (gst_cdda_base_src_create):
3774 * gst-libs/gst/cdda/gstcddabasesrc.h:
3775 * gst-libs/gst/cdda/sha1.c:
3776 * gst-libs/gst/cdda/sha1.h:
3777 Add new libgstcdda with GstCddaBaseSrc class.
3779 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
3781 * ext/gnomevfs/gstgnomevfssink.h:
3782 Use GstBaseSinkClass as parent_class member for class struct, not
3785 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
3787 Patch by: Michael Benes
3789 * gst/videotestsrc/gstvideotestsrc.c:
3790 (gst_video_test_src_class_init), (gst_video_test_src_start):
3791 Add start method to reset running time and number of frames sent
3792 when starting up (fixes #324696)
3794 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
3796 * docs/plugins/Makefile.am:
3797 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3798 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3799 * docs/plugins/gst-plugins-base-plugins.args:
3800 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3801 * docs/plugins/gst-plugins-base-plugins.signals:
3802 Add docs stuff for gnomevfssrc and gnomevfssink.
3804 * ext/gnomevfs/gstgnomevfssrc.c:
3805 Fix example pipeline in gtk-doc blurb.
3807 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
3809 * ext/gnomevfs/Makefile.am:
3810 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
3811 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
3812 (gst_gnome_vfs_handle_get_type), (plugin_init):
3813 * ext/gnomevfs/gstgnomevfs.h:
3814 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
3815 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
3816 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
3817 (gst_gnome_vfs_sink_set_property),
3818 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
3819 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
3820 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
3821 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
3822 (gst_gnome_vfs_sink_uri_get_type),
3823 (gst_gnome_vfs_sink_uri_get_protocols),
3824 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
3825 (gst_gnome_vfs_sink_uri_handler_init):
3826 * ext/gnomevfs/gstgnomevfssink.h:
3827 Port gnomevfssink; add gtk-doc blurb.
3829 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
3830 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
3831 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
3832 (gst_gnome_vfs_src_uri_get_type),
3833 (gst_gnome_vfs_src_uri_get_protocols),
3834 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
3835 (gst_gnome_vfs_src_uri_handler_init),
3836 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
3837 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
3838 (gst_gnome_vfs_src_send_additional_headers_callback),
3839 (gst_gnome_vfs_src_received_headers_callback),
3840 (gst_gnome_vfs_src_push_callbacks),
3841 (gst_gnome_vfs_src_pop_callbacks),
3842 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
3843 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
3844 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
3845 * ext/gnomevfs/gstgnomevfssrc.h:
3846 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
3847 file; add gtk-doc blurb with example pipelines.
3849 === release 0.10.1 ===
3851 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
3854 releasing 0.10.1, "Dobro Dedek"
3856 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
3858 * gst/typefind/gsttypefindfunctions.c:
3859 iLBC30 and iLBC20 added to typefind.
3861 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
3863 * gst-libs/gst/audio/gstbaseaudiosink.c:
3864 (gst_base_audio_sink_class_init):
3865 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3866 (gst_base_audio_src_class_init):
3867 update strings, values are in microseconds
3868 change the default sink buffer time to something that is smaller
3869 (to help software volume mixing have a slightly lower delay) but
3870 still be acceptable on Wim's laptop
3872 2005-12-20 Edward Hervey <edward@fluendo.com>
3874 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
3875 Made a quack, forgot to add DUCK to the riff video template.
3877 2005-12-19 Edward Hervey <edward@fluendo.com>
3879 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
3880 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3881 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3882 (gst_ogm_parse_chain):
3883 Make sure pads are initialized correctly.
3884 * gst-libs/gst/riff/riff-ids.h:
3885 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3886 (gst_riff_create_video_template_caps):
3887 Add a whole bunch of FOURCC <=> MimeType.
3888 Extend the riff video pad template to support the newly added fourcc.
3890 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
3892 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
3893 (gst_ogg_demux_activate_chain):
3894 Extra debug output when activating/deactivating chains.
3896 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3897 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
3899 Remove a queue from our list when it becomes unlinked.
3900 Don't add queues to elements in class 'Demux' if they
3901 can only produce one pad
3903 2005-12-18 Julien MOUTTE <julien@moutte.net>
3905 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
3906 (gst_video_sink_get_type): Add a debug category.
3908 2005-12-17 Philippe Khalaf <burger@speedy.org>
3910 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3911 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
3912 Handle downstream newsegment by sending our own newsegment before the
3913 next buffer to be released. (#323900)
3915 2005-12-17 Philippe Khalaf <burger@speedy.org>
3917 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3918 (gst_base_rtp_depayload_set_gst_timestamp):
3919 add queue delay to new segment as well (as opposed to just the first
3920 buffer). (bug #322347)
3922 2005-12-16 Stefan Kost <ensonic@users.sf.net>
3924 * ext/libvisual/visual.c: (make_valid_name):
3925 change some char* into char[]
3926 * gst/audiotestsrc/gstaudiotestsrc.c:
3927 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
3928 (gst_audio_test_src_create):
3929 * gst/audiotestsrc/gstaudiotestsrc.h:
3930 prepare to handle EOS and SEGMENT_DONE
3932 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
3934 * tests/check/generic/states.c: (GST_START_TEST):
3935 Blacklist cdparanoia element in state test.
3937 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
3939 Patch by: Benjamin Pineau
3942 * gst/tcp/gsttcpclientsink.c:
3943 * gst/tcp/gsttcpserversink.c:
3944 * gst/tcp/gsttcpserversrc.c:
3945 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
3947 2005-12-15 Michael Smith <msmith@fluendo.com>
3949 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
3950 (gst_video_rate_chain):
3951 Fix timestamping for videorate when the first buffer it sees has a
3952 non-zero timestamp. Fix some misleading debug output.
3954 2005-12-15 Michael Smith <msmith@fluendo.com>
3956 * gst/audioresample/gstaudioresample.c:
3957 Don't leak all input buffers to audioresample.
3959 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
3961 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
3962 Don't operate on empty text buffers. Strip newlines and
3963 tabs only from the end of the text, but leave them intact
3964 in the middle. Fix typo in gtk-doc description.
3966 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
3968 * gst/playback/gstplaybasebin.c:
3969 * gst/playback/gstplaybin.c: (handoff):
3970 Make sure the video frame buffer we return to apps via the
3971 "frame" property always has caps set on it. Modify
3972 _gst_gvalue_set_object() macro to handle NULL objects
3975 2005-12-14 Stefan Kost <ensonic@users.sf.net>
3977 * gst/audiotestsrc/gstaudiotestsrc.c:
3978 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3979 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
3980 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
3981 (gst_audio_test_src_create):
3982 * gst/audiotestsrc/gstaudiotestsrc.h:
3983 Adjust to some recent api changes and add wtays new cool seeking
3986 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
3988 * ext/alsa/Makefile.am:
3989 * ext/alsa/gstalsadeviceprobe.c:
3990 * ext/alsa/gstalsadeviceprobe.h:
3991 Helper functions to add device probing via the GstPropertyProbe
3992 interface to a class.
3994 * ext/alsa/gstalsamixer.h:
3995 Comment out GST_ALSA_MIXER, it returns a struct that's not
3998 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3999 Add some debug info.
4001 * ext/alsa/gstalsamixerelement.c:
4002 (gst_alsa_mixer_element_interface_supported),
4003 (gst_implements_interface_init),
4004 (gst_alsa_mixer_element_init_interfaces),
4005 (gst_alsa_mixer_element_class_init),
4006 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4007 (gst_alsa_mixer_element_set_property),
4008 (gst_alsa_mixer_element_get_property),
4009 (gst_alsa_mixer_element_change_state):
4010 * ext/alsa/gstalsamixerelement.h:
4011 Add 'device' and 'device-name' properties. Add GstPropertyProbe
4012 for device handling (gnome-volume-control will need that).
4014 2005-12-12 Christian Schaller <uraeus@gnome.org>
4016 * ext/Makefile.am: fix cdparanoia entry
4017 * gst-plugins-base.spec.in: add cdparanoia
4019 2005-12-12 Michael Smith <msmith@fluendo.com>
4021 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4022 Use the correct function to free list of typefind factories.
4024 2005-12-12 Wim Taymans <wim@fluendo.com>
4026 * gst/videotestsrc/gstvideotestsrc.c:
4027 (gst_video_test_src_class_init), (gst_video_test_src_init),
4028 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4029 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4030 (gst_video_test_src_create):
4031 * gst/videotestsrc/gstvideotestsrc.h:
4032 Implement seeking in videotestsrc.
4035 2005-12-12 Wim Taymans <wim@fluendo.com>
4037 * ext/cdparanoia/Makefile.am:
4038 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4039 (gst_paranoia_endian_get_type), (_do_init),
4040 (cdparanoia_class_init), (cdparanoia_init),
4041 (cdparanoia_set_property), (cdparanoia_get_property),
4042 (cdparanoia_do_seek), (cdparanoia_is_seekable),
4043 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4044 (cdparanoia_convert), (cdparanoia_get_query_types),
4045 (cdparanoia_query), (cdparanoia_set_index),
4046 (cdparanoia_uri_set_uri):
4047 * ext/cdparanoia/gstcdparanoia.h:
4048 Partially ported cdparanoia now that basesrc can support a
4051 2005-12-12 Wim Taymans <wim@fluendo.com>
4053 * tests/examples/seek/scrubby.c: (main):
4054 Set higher priority for bus events so they don't get reordered with
4057 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4058 (flush_toggle_cb), (main):
4059 Added checkbox to disable flushing seeks.
4060 Disable scrubbing when doing non flushing seeks.
4062 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
4064 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4065 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4066 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4067 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4068 Implement some sort of event handling that doesn't rely on
4069 g_return_if_fail; make sure we always push the last chunk of an
4070 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4071 state change function; remove some old cruft. Seeking is still
4072 rather unlikely to work though.
4077 2005-12-11 Julien MOUTTE <julien@moutte.net>
4079 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4080 Fixed a leak of the current image reference when cleaning up.
4081 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4083 2005-12-09 Michael Smith <msmith@fluendo.com>
4085 * tools/Makefile.am:
4086 * tools/gst-launch-ext-m.m:
4087 Remove gst-launch-ext. It doesn't work, and is no longer
4088 particularly useful.
4090 2005-12-08 Luca Ognibene <luogni@tin.it>
4092 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4093 don't pass random values to ogmparse convert function.
4094 Make seeking possible in the exile1.ogm file.
4096 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
4098 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4099 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4100 Work around refcount problem with g_value_set_object() that occur
4101 if the core has been compiled against GLib-2.6 (g_value_set_object()
4102 will only g_object_ref() the element, but the caller will
4103 gst_object_unref() it and bad things will happen due to the way
4104 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4105 totem for people on FC4 using Thomas's 0.10 RPMs.
4107 2005-12-07 Edward Hervey <edward@fluendo.com>
4109 Time to welcome ogm to 0.10 :)
4111 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4112 (gst_ogg_pad_typefind):
4113 Oggdemux can now properly typefind elements with dynamic pads.
4114 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4115 Properly set caps on src pad, and set caps on outgoing buffers.
4117 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
4119 * ext/alsa/gstalsamixer.h:
4120 * ext/alsa/gstalsamixerelement.h:
4121 * ext/alsa/gstalsamixeroptions.h:
4122 * ext/alsa/gstalsamixertrack.h:
4123 * ext/alsa/gstalsasink.c:
4124 * ext/alsa/gstalsasink.h:
4125 * ext/alsa/gstalsasrc.c:
4126 * ext/alsa/gstalsasrc.h:
4127 * ext/cdparanoia/gstcdparanoia.h:
4128 * ext/gnomevfs/gstgnomevfsuri.h:
4129 * ext/ogg/gstoggdemux.c:
4130 * ext/ogg/gstoggmux.c:
4131 * ext/pango/gsttextoverlay.h:
4132 * ext/theora/theoradec.c:
4133 * ext/theora/theoraenc.c:
4134 * ext/vorbis/vorbisdec.h:
4135 * ext/vorbis/vorbisenc.c:
4136 * ext/vorbis/vorbisenc.h:
4137 * ext/vorbis/vorbisparse.h:
4138 * gst-libs/gst/audio/gstaudioclock.h:
4139 * gst-libs/gst/audio/gstaudiosink.c:
4140 * gst-libs/gst/audio/gstaudiosink.h:
4141 * gst-libs/gst/audio/gstaudiosrc.c:
4142 * gst-libs/gst/audio/gstaudiosrc.h:
4143 * gst-libs/gst/audio/gstbaseaudiosink.c:
4144 * gst-libs/gst/audio/gstbaseaudiosink.h:
4145 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4146 * gst-libs/gst/audio/gstbaseaudiosrc.h:
4147 * gst-libs/gst/audio/gstringbuffer.h:
4148 * gst-libs/gst/audio/multichannel.h:
4149 * gst-libs/gst/floatcast/floatcast.h:
4150 * gst-libs/gst/interfaces/colorbalance.c:
4151 * gst-libs/gst/interfaces/colorbalance.h:
4152 * gst-libs/gst/interfaces/colorbalancechannel.h:
4153 * gst-libs/gst/interfaces/mixer.h:
4154 * gst-libs/gst/interfaces/mixeroptions.h:
4155 * gst-libs/gst/interfaces/mixertrack.h:
4156 * gst-libs/gst/interfaces/navigation.h:
4157 * gst-libs/gst/interfaces/propertyprobe.h:
4158 * gst-libs/gst/interfaces/tuner.h:
4159 * gst-libs/gst/interfaces/tunerchannel.h:
4160 * gst-libs/gst/interfaces/tunernorm.h:
4161 * gst-libs/gst/interfaces/xoverlay.h:
4162 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4163 * gst-libs/gst/riff/riff-ids.h:
4164 * gst-libs/gst/riff/riff-media.h:
4165 * gst-libs/gst/riff/riff-read.h:
4166 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4167 * gst-libs/gst/rtp/gstbasertppayload.c:
4168 * gst-libs/gst/rtp/gstbasertppayload.h:
4169 * gst-libs/gst/rtp/gstrtpbuffer.c:
4170 * gst-libs/gst/rtp/gstrtpbuffer.h:
4171 * gst-libs/gst/tag/gsttageditingprivate.h:
4172 * gst-libs/gst/tag/gstvorbistag.c:
4173 (gst_tag_list_from_vorbiscomment_buffer):
4174 * gst-libs/gst/tag/tag.h:
4175 * gst-libs/gst/video/video.h:
4176 * gst/adder/gstadder.c:
4177 * gst/adder/gstadder.h:
4178 * gst/audioconvert/audioconvert.c:
4179 * gst/audioconvert/audioconvert.h:
4180 * gst/audioconvert/gstaudioconvert.c:
4181 * gst/audioconvert/gstchannelmix.c:
4182 * gst/audioconvert/gstchannelmix.h:
4183 * gst/audiorate/gstaudiorate.c:
4184 * gst/audioresample/buffer.h:
4185 * gst/audioresample/functable.h:
4186 * gst/audioresample/gstaudioresample.c:
4187 * gst/audioresample/resample.h:
4188 * gst/ffmpegcolorspace/avcodec.h:
4189 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4190 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4191 * gst/ffmpegcolorspace/imgconvert.c:
4192 * gst/ffmpegcolorspace/imgconvert_template.h:
4193 * gst/playback/gstdecodebin.c:
4194 * gst/playback/gstplaybasebin.h:
4195 * gst/playback/gstplaybin.c:
4196 * gst/playback/gststreaminfo.h:
4197 * gst/tcp/gstfdset.c:
4198 * gst/tcp/gstfdset.h:
4199 * gst/tcp/gstmultifdsink.c:
4200 * gst/tcp/gstmultifdsink.h:
4202 * gst/tcp/gsttcpclientsrc.c:
4203 * gst/tcp/gsttcpclientsrc.h:
4204 * gst/tcp/gsttcpplugin.h:
4205 * gst/tcp/gsttcpserversink.c:
4206 * gst/tcp/gsttcpserversrc.c:
4207 * gst/typefind/gsttypefindfunctions.c:
4208 * gst/videorate/gstvideorate.c:
4209 * gst/videotestsrc/gstvideotestsrc.h:
4210 * gst/videotestsrc/videotestsrc.h:
4211 * sys/v4l/gstv4lcolorbalance.h:
4212 * sys/v4l/gstv4ltuner.h:
4213 * sys/v4l/gstv4lxoverlay.h:
4214 * sys/v4l/v4l_calls.h:
4215 * sys/v4l/videodev_mjpeg.h:
4216 * tests/check/elements/audioconvert.c:
4217 * tests/check/elements/audioresample.c:
4218 * tests/check/elements/audiotestsrc.c:
4219 * tests/check/elements/videotestsrc.c:
4220 * tests/check/elements/volume.c:
4221 * tests/examples/seek/scrubby.c:
4222 * tests/examples/seek/seek.c:
4225 === release 0.10.0 ===
4227 2005-12-05 <thomas (at) apestaart (dot) org>
4230 releasing 0.10.0, "Mont-d'or"
4232 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
4234 * tests/examples/seek/Makefile.am:
4235 Build fix for when gtk is not available.
4237 2005-12-05 Andy Wingo <wingo@pobox.com>
4239 * ext/libvisual/visual.c: (get_buffer):
4240 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4241 * ext/pango/gsttextrender.c: (gst_text_render_chain):
4242 * ext/theora/theoradec.c: (theora_handle_data_packet):
4243 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4245 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4246 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4247 Update for alloc_buffer changes.
4249 2005-12-05 Andy Wingo <wingo@pobox.com>
4251 patch by: Kai Vehmanen <kv2004 eca cx>
4253 * gst-libs/gst/rtp/gstbasertpdepayload.c
4254 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4256 2005-12-04 Andy Wingo <wingo@pobox.com>
4258 patch by: Sebastien Cote <sebas642 yahoo ca>
4260 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4263 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
4265 * docs/plugins/Makefile.am:
4266 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4267 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4268 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4269 * ext/pango/gstclockoverlay.c:
4270 * ext/pango/gsttextoverlay.c:
4271 * ext/pango/gsttextrender.c:
4272 * ext/pango/gsttimeoverlay.c:
4273 Add gtk-doc blurbs to pango elements.
4275 2005-12-02 Wim Taymans <wim@fluendo.com>
4277 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4278 * gst/audioresample/buffer.h:
4279 * gst/audioresample/gstaudioresample.c:
4280 * gst/audioresample/gstaudioresample.h:
4281 * gst/audioresample/resample.c: (resample_input_flush),
4282 (resample_input_pushthrough), (resample_input_eos),
4283 (resample_get_output_size_for_input),
4284 (resample_get_input_size_for_output), (resample_get_output_size),
4285 (resample_get_output_data):
4286 * gst/audioresample/resample.h:
4287 * gst/audioresample/resample_ref.c: (resample_scale_ref):
4288 Fix audioresample, seek torture, new segments, reverse negotiation
4291 2005-12-02 Wim Taymans <wim@fluendo.com>
4293 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4296 2005-12-02 Wim Taymans <wim@fluendo.com>
4298 * gst/audioconvert/gstaudioconvert.c:
4299 (gst_audio_convert_transform):
4302 === release 0.9.7 ===
4304 2005-12-01 <thomas (at) apestaart (dot) org>
4307 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4309 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4315 add win32 MANIFEST file
4316 do something to the hungarian translation
4318 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
4321 Add $(PANGO_DIR) to SUBDIRS
4323 * ext/pango/gstclockoverlay.c:
4324 * ext/pango/gsttimeoverlay.c:
4325 Fix and improve element descriptions.
4327 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4329 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4330 * docs/plugins/inspect/plugin-libvisual.xml:
4331 * docs/plugins/inspect/plugin-pango.xml:
4332 add pango plugin to docs
4334 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4340 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4343 * tests/Makefile.am:
4344 * tests/icles/.cvsignore:
4345 * tests/icles/Makefile.am:
4346 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4347 (close_display), (resize_window), (move_window), (create_window),
4348 (terminate_playback), (pause_playback), (start_playback), (main):
4349 add stress test for xoverlay from Julien
4351 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4353 * docs/libs/tmpl/gstcolorbalance.sgml:
4354 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4355 * gst-libs/gst/rtp/gstbasertppayload.c:
4356 * gst-libs/gst/rtp/gstrtpbuffer.c:
4357 * gst-libs/gst/rtp/gstrtpbuffer.h:
4358 Do burger's rename for rtp payloaders and depayloaders
4360 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4363 add Visual Studio 6 build files
4365 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4367 * docs/libs/gst-plugins-base-libs-docs.sgml:
4368 * docs/libs/gst-plugins-base-libs-sections.txt:
4369 * docs/libs/tmpl/gstaudio.sgml:
4370 * docs/libs/tmpl/gstringbuffer.sgml:
4371 * gst-libs/gst/interfaces/xoverlay.c:
4372 * gst-libs/gst/video/gstvideofilter.c:
4373 * gst-libs/gst/video/gstvideosink.c:
4374 update documentation
4376 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4378 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4379 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4380 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4381 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4382 (gst_multi_fd_sink_get_stats),
4383 (gst_multi_fd_sink_remove_client_link),
4384 (gst_multi_fd_sink_handle_client_read),
4385 (gst_multi_fd_sink_client_queue_data),
4386 (gst_multi_fd_sink_client_queue_caps),
4387 (gst_multi_fd_sink_client_queue_buffer),
4388 (gst_multi_fd_sink_new_client),
4389 (gst_multi_fd_sink_handle_client_write),
4390 (gst_multi_fd_sink_recover_client),
4391 (gst_multi_fd_sink_queue_buffer),
4392 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4393 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4394 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4395 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4396 * gst/tcp/gstmultifdsink.h:
4397 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4398 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4399 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4400 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4401 (gst_tcp_client_sink_set_property),
4402 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4403 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4404 * gst/tcp/gsttcpclientsink.h:
4405 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4406 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4407 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4408 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4409 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4410 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4411 * gst/tcp/gsttcpclientsrc.h:
4412 * gst/tcp/gsttcpplugin.c: (plugin_init):
4413 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4414 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4415 (gst_tcp_server_sink_finalize),
4416 (gst_tcp_server_sink_handle_server_read),
4417 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4418 (gst_tcp_server_sink_set_property),
4419 (gst_tcp_server_sink_get_property),
4420 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4421 * gst/tcp/gsttcpserversink.h:
4422 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4423 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4424 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4425 (gst_tcp_server_src_set_property),
4426 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4427 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4428 * gst/tcp/gsttcpserversrc.h:
4431 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4433 * docs/plugins/Makefile.am:
4434 * docs/plugins/gst-plugins-base-plugins.args:
4435 * docs/plugins/inspect/plugin-libvisual.xml:
4436 * gst/audioconvert/plugin.h:
4437 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4438 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4439 (gst_audio_rate_setcaps), (gst_audio_rate_init),
4440 (gst_audio_rate_chain), (gst_audio_rate_set_property),
4441 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4443 * gst/audiotestsrc/gstaudiotestsrc.c:
4444 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4445 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4446 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4447 (gst_audio_test_src_get_query_types),
4448 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4449 (gst_audio_test_src_create_square),
4450 (gst_audio_test_src_create_saw),
4451 (gst_audio_test_src_create_triangle),
4452 (gst_audio_test_src_create_silence),
4453 (gst_audio_test_src_create_white_noise),
4454 (gst_audio_test_src_init_pink_noise),
4455 (gst_audio_test_src_generate_pink_noise_value),
4456 (gst_audio_test_src_create_pink_noise),
4457 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4458 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4459 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4461 * gst/audiotestsrc/gstaudiotestsrc.h:
4462 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4463 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4464 (gst_sub_parse_init), (gst_sub_parse_formats),
4465 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4466 (convert_encoding), (get_next_line),
4467 (gst_sub_parse_data_format_autodetect),
4468 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4469 (gst_sub_parse_loop), (gst_sub_parse_chain),
4470 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4472 * gst/subparse/gstsubparse.h:
4473 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4474 (gst_video_rate_base_init), (gst_video_rate_class_init),
4475 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4476 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4477 (gst_video_rate_init), (gst_video_rate_event),
4478 (gst_video_rate_chain), (gst_video_rate_set_property),
4479 (gst_video_rate_get_property), (gst_video_rate_change_state),
4481 * gst/videoscale/gstvideoscale.c:
4482 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4483 (gst_video_scale_src_template_factory),
4484 (gst_video_scale_sink_template_factory),
4485 (gst_video_scale_get_type), (gst_video_scale_base_init),
4486 (gst_video_scale_class_init), (gst_video_scale_init),
4487 (gst_video_scale_set_property), (gst_video_scale_get_property),
4488 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4489 (gst_video_scale_prepare_size), (parse_caps),
4490 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4491 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4492 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4494 * gst/videoscale/gstvideoscale.h:
4495 * gst/videotestsrc/gstvideotestsrc.c:
4496 (gst_video_test_src_pattern_get_type),
4497 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4498 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4499 (gst_video_test_src_set_pattern),
4500 (gst_video_test_src_set_property),
4501 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4502 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4503 (gst_video_test_src_event), (gst_video_test_src_get_times),
4504 (gst_video_test_src_create), (plugin_init):
4505 * gst/videotestsrc/gstvideotestsrc.h:
4506 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
4507 (gst_video_test_src_smpte), (gst_video_test_src_snow),
4508 (gst_video_test_src_black):
4509 * gst/videotestsrc/videotestsrc.h:
4511 clean up docs a little
4513 2005-11-30 Wim Taymans <wim@fluendo.com>
4515 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4516 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4517 (gst_basertppayload_event), (gst_basertppayload_push),
4518 (gst_basertppayload_change_state):
4519 * gst-libs/gst/rtp/gstbasertppayload.h:
4522 2005-11-30 Julien MOUTTE <julien@moutte.net>
4524 * docs/libs/gst-plugins-base-libs-docs.sgml:
4525 * docs/libs/gst-plugins-base-libs-sections.txt:
4526 * gst-libs/gst/video/gstvideofilter.c:
4527 * gst-libs/gst/video/gstvideosink.c:
4528 * gst-libs/gst/video/gstvideosink.h: Adding docs.
4530 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4550 * scripts/autoplugins.sh:
4553 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4557 * examples/Makefile.am:
4558 * examples/capsfilter/Makefile.am:
4559 * examples/capsfilter/capsfilter1.c:
4560 * examples/gob/Makefile.am:
4561 * examples/gob/gst-identity2.gob:
4562 * examples/indexing/.cvsignore:
4563 * examples/indexing/Makefile.am:
4564 * examples/indexing/indexmpeg.c:
4565 * examples/seeking/.cvsignore:
4566 * examples/seeking/Makefile.am:
4567 * examples/seeking/cdparanoia.c:
4568 * examples/seeking/cdplayer.c:
4569 * examples/seeking/chained.c:
4570 * examples/seeking/scrubby.c:
4571 * examples/seeking/seek.c:
4572 * examples/stats/Makefile.am:
4573 * examples/stats/mp2ogg.c:
4574 * examples/switch/.cvsignore:
4575 * examples/switch/Makefile.am:
4576 * examples/switch/switcher.c:
4577 * tests/Makefile.am:
4578 * tests/check/generic/.cvsignore:
4579 * tests/check/pipelines/.cvsignore:
4580 * tests/examples/Makefile.am:
4581 * tests/examples/seek/Makefile.am:
4582 reorganize stuff under tests/
4584 2005-11-30 Edward Hervey <edward@fluendo.com>
4586 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4587 Go away you stupid GstStaticPadTemplate memleak.
4589 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
4591 * gst-libs/gst/net/Makefile.am:
4592 * gst-libs/gst/net/README:
4593 * gst-libs/gst/net/gstnetbuffer.c:
4594 * gst-libs/gst/net/gstnetbuffer.h:
4595 this was moved to "netbuffer"
4597 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
4599 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
4600 (gst_video_filter_class_init), (gst_video_filter_init):
4601 * gst-libs/gst/video/gstvideofilter.h:
4602 borgify name to bring in line with other classes
4604 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
4606 * gst/audioscale/.cvsignore:
4607 * gst/audioscale/Makefile.am:
4608 * gst/audioscale/README:
4609 * gst/audioscale/audioscale.vcproj:
4610 * gst/audioscale/dtof.c:
4611 * gst/audioscale/dtos.c:
4612 * gst/audioscale/functable.c:
4613 * gst/audioscale/gstaudioscale.c:
4614 * gst/audioscale/gstaudioscale.h:
4615 * gst/audioscale/private.h:
4616 * gst/audioscale/resample.c:
4617 * gst/audioscale/resample.h:
4618 * gst/audioscale/test.c:
4621 2005-11-30 Edward Hervey <edward@fluendo.com>
4623 * gst-libs/gst/netbuffer/Makefile.am:
4624 really, really tired
4626 2005-11-30 Edward Hervey <edward@fluendo.com>
4628 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4629 Update for new GstTypeFindFactory _register()
4631 2005-11-30 Edward Hervey <edward@fluendo.com>
4633 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
4634 Let's not override libgstnet from core for no reason...
4635 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
4636 Ok, maybe not so quick next time.
4638 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
4641 * gst-libs/gst/Makefile.am:
4642 moved gst-libs/gst/net to netbuffer through CVS surgery
4643 remove old directory
4644 updating build to accomodate
4647 2005-11-29 Andy Wingo <wingo@pobox.com>
4649 * pkgconfig/gstreamer-plugins-base.pc.in:
4650 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4651 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
4654 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
4656 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4657 3rd time's the charm. Correct ref-counting for discarded buffers.
4659 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
4661 * gst/playback/gststreamselector.c:
4662 (gst_stream_selector_class_init),
4663 (gst_stream_selector_set_property),
4664 (gst_stream_selector_get_property),
4665 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4668 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
4670 * gst/subparse/gstsubparse.c: (feed_textbuf):
4671 Don't access already unref'ed buffer.
4673 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
4675 * gst/playback/gststreamselector.c:
4676 (gst_stream_selector_class_init), (gst_stream_selector_init),
4677 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
4678 (gst_stream_selector_get_property),
4679 (gst_stream_selector_get_linked_pad),
4680 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4681 * gst/playback/gststreamselector.h:
4682 Add the active-pad property for playbin to use shortly. Ignore buffers
4683 from any other pad, returning GST_FLOW_NOT_LINKED
4685 2005-11-29 Julien MOUTTE <julien@moutte.net>
4687 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
4688 patch from bug #322704 (Alessandro Decina).
4690 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
4692 * gst-libs/gst/audio/Makefile.am:
4693 folded audiofilter into the audio library
4695 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
4697 * gst/videoscale/gstvideoscale.h:
4698 * gst/videoscale/gstvideoscale.c:
4699 remove unimplemented scale methods
4701 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
4703 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
4706 2005-11-28 Julien MOUTTE <julien@moutte.net>
4708 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
4709 (gst_ximagesink_setcaps):
4710 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4711 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
4712 happens (only visible on ximagesink but bug is in xv too) set_caps was
4713 destroying the internal x[v]image used to memcpy non locally alloced
4714 buffers so that it got renewed on next _chain. The issue is that
4715 _expose will try to put that image as it reffed it in _put.
4716 Using gst_buffer_unref instead of destroy fixes it !
4718 2005-11-28 Edward Hervey <edward@fluendo.com>
4720 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4721 (try_to_link_1), (queue_filled_cb):
4722 Better use of the queues. Start with a small size queue and only increase
4723 the size of the queues when the other queues are empty.
4725 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
4727 * gst-libs/gst/video/Makefile.am:
4728 compile in copied-over videofilter into the video library
4729 * gst-libs/gst/video/videosink.h:
4730 rename the header to gstvideosink.h since it's a base GstObject class
4731 * sys/ximage/ximagesink.h:
4732 * sys/xvimage/xvimagesink.h:
4735 2005-11-28 Wim Taymans <wim@fluendo.com>
4737 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
4738 * gst/playback/gstplaybasebin.h:
4739 Prepare to handle errors betters.
4741 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
4742 Set sinks to PAUSED first before adding and linking them so that
4743 we don't interrupt dataflow.
4745 2005-11-28 Wim Taymans <wim@fluendo.com>
4747 * gst-libs/gst/audio/TODO:
4750 * gst-libs/gst/audio/gstaudiosink.c:
4751 (gst_audioringbuffer_open_device),
4752 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4753 (gst_audioringbuffer_release):
4756 * gst-libs/gst/audio/gstbaseaudiosink.c:
4757 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
4758 (gst_base_audio_sink_change_state):
4759 Slave to the master clock when going to PLAYING and unslave when
4762 * gst-libs/gst/audio/gstringbuffer.c:
4763 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4764 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4765 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4766 (gst_ring_buffer_clear_all), (wait_segment),
4767 (gst_ring_buffer_commit), (gst_ring_buffer_read),
4768 (gst_ring_buffer_advance):
4769 * gst-libs/gst/audio/gstringbuffer.h:
4770 Add some docs and cleanups.
4772 2005-11-28 Julien MOUTTE <julien@moutte.net>
4774 * sys/xvimage/xvimagesink.c:
4775 (gst_xvimagesink_navigation_send_event): Fix navigation events
4776 coordinates translation with pixel aspect ratios.
4778 2005-11-28 Julien MOUTTE <julien@moutte.net>
4780 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4781 Use calculated video geometry from _setcaps instead of buffer
4782 caps to respect pixel aspect ratio. (fixes #322388)
4784 2005-11-28 Julien MOUTTE <julien@moutte.net>
4786 * docs/libs/tmpl/gstcolorbalance.sgml:
4787 * docs/libs/tmpl/gstmixer.sgml:
4788 * docs/libs/tmpl/gstxoverlay.sgml:
4789 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
4792 2005-11-28 Julien MOUTTE <julien@moutte.net>
4794 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4795 Refuse to create an XvImage if we can't find the format.
4797 2005-11-28 Edward Hervey <edward@fluendo.com>
4799 * gst-libs/gst/riff/riff-media.c:
4800 (gst_riff_create_audio_template_caps):
4801 Add ATRAC3 to the list of riff-possible audio caps.
4802 I know we still don't have a plugin for atrac3, but it's saner to output
4803 that than a cryptic mimetype.
4805 2005-11-27 Edward Hervey <edward@fluendo.com>
4807 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
4808 Don't try to create a zero-sized subbuffer.
4810 2005-11-27 Julien MOUTTE <julien@moutte.net>
4812 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
4813 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
4814 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
4815 (gst_ximagesink_expose): Fixed a tricky race.
4816 * sys/ximage/ximagesink.h:
4817 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4818 (gst_xvimagesink_expose): Fixed a tricky race.
4819 * sys/xvimage/xvimagesink.h:
4821 2005-11-27 Edward Hervey <edward@fluendo.com>
4823 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4824 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
4825 Remove unused properties, and add queues between demuxers and decoders
4826 so that a lot more files can preroll properly.
4828 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
4830 * gst-libs/gst/net/Makefile.am:
4831 * gst-libs/gst/rtp/Makefile.am:
4832 * gst-libs/gst/tag/Makefile.am:
4833 remove silly include
4834 * gst/tags/Makefile.am:
4835 * gst/tags/gsttagediting.c:
4836 * gst/tags/gsttageditingprivate.h:
4837 * gst/tags/tagedit.vcproj:
4838 remove directory, is as good as empty
4840 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
4843 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
4844 * gst-libs/Makefile.am:
4845 * gst-libs/gst/audio/Makefile.am:
4846 * gst-libs/gst/interfaces/Makefile.am:
4847 * gst-libs/gst/net/Makefile.am:
4848 * gst-libs/gst/riff/Makefile.am:
4849 * gst-libs/gst/rtp/Makefile.am:
4850 * gst-libs/gst/tag/Makefile.am:
4851 * gst-libs/gst/video/Makefile.am:
4854 2005-11-27 Julien MOUTTE <julien@moutte.net>
4856 * docs/libs/tmpl/gstcolorbalance.sgml:
4857 * docs/libs/tmpl/gstmixer.sgml:
4858 * docs/libs/tmpl/gstxoverlay.sgml:
4859 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
4860 * sys/ximage/ximagesink.h:
4861 * sys/xvimage/xvimagesink.h: More and more documentation.
4863 2005-11-26 Julien MOUTTE <julien@moutte.net>
4865 * docs/libs/gst-plugins-base-libs-docs.sgml:
4866 * docs/libs/gst-plugins-base-libs-sections.txt:
4867 * docs/libs/tmpl/gstcolorbalance.sgml:
4868 * docs/libs/tmpl/gstmixer.sgml:
4869 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
4872 2005-11-26 Julien MOUTTE <julien@moutte.net>
4874 * docs/plugins/Makefile.am:
4875 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4876 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4877 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
4879 2005-11-26 Julien MOUTTE <julien@moutte.net>
4881 * docs/plugins/Makefile.am:
4882 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4883 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4884 * docs/plugins/inspect/plugin-adder.xml:
4885 * docs/plugins/inspect/plugin-alsa.xml:
4886 * docs/plugins/inspect/plugin-audioconvert.xml:
4887 * docs/plugins/inspect/plugin-audiorate.xml:
4888 * docs/plugins/inspect/plugin-audioresample.xml:
4889 * docs/plugins/inspect/plugin-audiotestsrc.xml:
4890 * docs/plugins/inspect/plugin-decodebin.xml:
4891 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4892 * docs/plugins/inspect/plugin-gnomevfs.xml:
4893 * docs/plugins/inspect/plugin-ogg.xml:
4894 * docs/plugins/inspect/plugin-playbin.xml:
4895 * docs/plugins/inspect/plugin-subparse.xml:
4896 * docs/plugins/inspect/plugin-tcp.xml:
4897 * docs/plugins/inspect/plugin-theora.xml:
4898 * docs/plugins/inspect/plugin-typefindfunctions.xml:
4899 * docs/plugins/inspect/plugin-video4linux.xml:
4900 * docs/plugins/inspect/plugin-videorate.xml:
4901 * docs/plugins/inspect/plugin-videoscale.xml:
4902 * docs/plugins/inspect/plugin-videotestsrc.xml:
4903 * docs/plugins/inspect/plugin-volume.xml:
4904 * docs/plugins/inspect/plugin-vorbis.xml:
4905 * docs/plugins/inspect/plugin-ximagesink.xml:
4906 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
4907 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
4909 2005-11-26 Edward Hervey <edward@fluendo.com>
4911 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
4912 Properly return GstFlowReturn from gst_pad_push in chain functions.
4914 2005-11-25 Michael Smith <msmith@fluendo.com>
4916 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4917 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4918 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4919 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
4920 Handle various conditions better when we don't understand a stream.
4921 Removes a heap of CRITICALs on ogg streams containing unknown data.
4923 2005-11-24 Andy Wingo <wingo@pobox.com>
4925 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
4928 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
4930 * configure.ac: back to HEAD
4932 === release 0.9.6 ===
4934 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
4937 releasing 0.9.6, "White Eight"
4939 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
4941 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4942 * docs/plugins/inspect/plugin-sine.xml:
4943 remove sinesrc some more
4945 2005-11-23 Wim Taymans <wim@fluendo.com>
4947 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4948 If we are reading too slowly, jump forward in the ringbuffer
4949 instead of blocking.
4951 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
4953 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4955 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
4956 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
4957 (gst_videorate_chain):
4958 * gst/videotestsrc/gstvideotestsrc.c:
4959 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
4960 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
4961 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
4962 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
4963 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4964 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4965 Updates for API changes
4967 2005-11-23 Wim Taymans <wim@fluendo.com>
4969 * gst-libs/gst/audio/gstbaseaudiosink.c:
4970 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4971 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4972 Fix for calibration API change.
4974 2005-11-23 Michael Smith <msmith@fluendo.com>
4976 * gst-libs/gst/audio/multichannel.c:
4977 (gst_audio_get_channel_positions),
4978 (gst_audio_set_channel_positions),
4979 (gst_audio_set_structure_channel_positions_list),
4980 (gst_audio_fixate_channel_positions):
4981 Use gst_value_array_*() functions on value arrays, not
4984 2005-11-23 Edward Hervey <edward@fluendo.com>
4987 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
4990 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
4992 * check/Makefile.am:
4993 * check/elements/videotestsrc.c: (setup_videotestsrc),
4994 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
4996 add a test for videotestsrc
4998 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5000 * gst/sine/.cvsignore:
5001 * gst/sine/Makefile.am:
5002 * gst/sine/gstsinesrc.c:
5003 * gst/sine/gstsinesrc.h:
5004 * gst/sine/sinesrc.vcproj:
5005 and remove sinesrc from the repository. Closes #321446
5007 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5010 * gst-plugins-base.spec.in:
5011 remove sinesrc from the build
5013 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5015 * check/Makefile.am:
5016 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5017 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5019 add a test for audiotestsrc, testing all waves. Even seems
5020 leak-free at first glance, nice job Stefan
5022 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
5038 Translation string updates
5040 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5041 (gst_v4lsrc_set_caps):
5042 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5043 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5044 * sys/v4l/v4lsrc_calls.h:
5045 Improve v4lsrc, by making it work again.
5047 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
5049 * ext/libvisual/visual.c: (gst_visual_chain):
5050 Fix the fps calculations.
5052 * gst/ffmpegcolorspace/avcodec.h:
5053 Move structure element for clarity
5055 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5056 * gst-libs/gst/interfaces/tunernorm.h:
5057 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5058 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5059 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5060 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5061 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5062 (gst_v4lmjpegsrc_getcaps):
5063 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5064 (gst_v4lsrc_set_caps):
5065 * sys/v4l/gstv4lsrc.h:
5066 * sys/v4l/v4l_calls.c: (gst_v4l_open):
5067 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5068 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5069 * sys/v4l/v4lsrc_calls.h:
5070 Fractional framerates...
5072 2005-11-22 Wim Taymans <wim@fluendo.com>
5074 * gst-libs/gst/audio/gstbaseaudiosink.c:
5075 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5076 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5077 And we provide a clock by default, of course...
5079 2005-11-22 Wim Taymans <wim@fluendo.com>
5081 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5082 This clock can be slaved to a master clock now.
5084 * gst-libs/gst/audio/gstbaseaudiosink.c:
5085 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5086 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5087 (gst_base_audio_sink_set_clock),
5088 (gst_base_audio_sink_set_property),
5089 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5090 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5091 * gst-libs/gst/audio/gstbaseaudiosink.h:
5092 Handle slaving the internal clock to the clock selected in the
5094 Add property to make the basesink not provide a clock.
5096 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5097 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5098 (gst_base_rtp_depayload_wait):
5099 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5100 We can use the clock in GstElement, no need to store it ourselves.
5102 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
5104 * docs/libs/tmpl/gstaudio.sgml:
5106 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5107 (gst_paranoia_endian_get_type):
5108 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5109 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5110 * gst/audiotestsrc/gstaudiotestsrc.c:
5111 (gst_audiostestsrc_wave_get_type):
5112 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5113 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5114 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5115 (gst_sync_method_get_type), (gst_unit_type_get_type),
5116 (gst_client_status_get_type), (gst_multifdsink_class_init),
5117 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5118 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5119 (gst_multifdsink_get_property):
5120 * gst/tcp/gstmultifdsink.h:
5121 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5122 * gst/videotestsrc/gstvideotestsrc.c:
5123 (gst_videotestsrc_pattern_get_type):
5124 remove deprecated properties
5125 fix up enums to correctly have short lowercase dashed nicks
5127 2005-11-22 Michael Smith <msmith@fluendo.com>
5129 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5130 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5133 2005-11-22 Michael Smith <msmith@fluendo.com>
5135 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5136 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5137 Use utility method for scaling clocktime for fractional framerates.
5139 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
5141 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5143 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5144 * ext/theora/theoradec.c: (theora_handle_type_packet):
5145 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5147 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5148 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5149 * gst-libs/gst/video/video.h:
5150 * gst/ffmpegcolorspace/avcodec.h:
5151 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5152 (gst_ffmpeg_caps_to_pixfmt):
5153 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5154 (gst_ffmpegcsp_set_caps):
5155 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5156 (gst_videorate_setcaps), (gst_videorate_blank_data),
5157 (gst_videorate_chain):
5158 * gst/videotestsrc/gstvideotestsrc.c:
5159 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5160 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5161 (gst_videotestsrc_event), (gst_videotestsrc_create):
5162 * gst/videotestsrc/gstvideotestsrc.h:
5163 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5164 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5165 (gst_ximagesink_get_times), (gst_ximagesink_init):
5166 * sys/ximage/ximagesink.h:
5167 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5168 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5169 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5170 * sys/xvimage/xvimagesink.h:
5171 Convert elements to use fractions for their framerate.
5172 V4L elements to come later tonight.
5174 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
5176 * gst-libs/gst/audio/audio.c:
5177 * gst-libs/gst/audio/audio.h:
5178 remove some deprecated functions
5180 2005-11-22 Andy Wingo <wingo@pobox.com>
5182 * Update for gst_tag_setter API changes.
5184 2005-11-22 Andy Wingo <wingo@pobox.com>
5186 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5187 (gst_ogg_demux_perform_seek):
5188 * ext/theora/theoradec.c (theora_dec_sink_event):
5189 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5192 2005-11-22 Wim Taymans <wim@fluendo.com>
5194 * examples/seeking/seek.c: (main):
5195 Give higher priority to bus signals than the gtk events
5196 to fix a race condition in the segment looping.
5198 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
5200 * ext/theora/Makefile.am:
5201 * ext/vorbis/Makefile.am:
5202 * gst-libs/gst/tag/Makefile.am:
5203 * gst-plugins-base.spec.in:
5204 Rename libgsttagedit to libgsttag (#322117).
5206 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
5208 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5209 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5210 Call gst_x_overlay_prepare_xwindow_id() to give applications
5211 a final chance to set their own xwindow id before the video
5212 sink creates its own window.
5214 2005-11-22 Julien MOUTTE <julien@moutte.net>
5216 * sys/xvimage/xvimagesink.c:
5217 (gst_xvimagesink_navigation_send_event): Handle navigation
5218 events correcly with borders if applicable.
5220 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
5222 Patch by: Luca Ognibene
5224 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5225 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5226 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5227 (gst_ffmpegcsp_caps_remove_format_info):
5228 * gst/ffmpegcolorspace/imgconvert.c:
5229 * gst/ffmpegcolorspace/imgconvert_template.h:
5230 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5231 #318353); use gst_structure_has_name().
5233 2005-11-22 Julien MOUTTE <julien@moutte.net>
5235 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5236 (gst_ximagesink_class_init): Add debug macros on functions.
5237 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5238 (gst_xvimagesink_xwindow_draw_borders),
5239 (gst_xvimagesink_xvimage_put),
5240 (gst_xvimagesink_xwindow_update_geometry),
5241 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5242 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5243 (gst_xvimagesink_xcontext_clear),
5244 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5245 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5246 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5247 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5248 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5249 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5250 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5251 expose while being PAUSED, out of data flow navigation events, etc..
5253 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
5255 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5256 * gst-libs/gst/audio/audio.h:
5257 fix prototype - wondering why the test worked regardless
5259 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
5261 * check/Makefile.am:
5262 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5263 * gst-libs/gst/audio/audio.h:
5264 add a method that returns a proper GstClockTime
5266 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5268 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5269 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5270 * gst-libs/gst/interfaces/xoverlay.h:
5271 Remove everything having to do with the desired size; add
5272 gst_x_overlay_prepare_xwindow_id() function; remove the
5273 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5274 post a message on the bus instead (#321816).
5276 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5277 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5278 (gst_xvimagesink_xoverlay_init):
5279 Remove desired size stuff (#321816).
5281 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5283 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5284 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5285 (mpeg_video_type_find), (mpeg_video_stream_type_find):
5286 Terminate vararg functions with NULL instead of 0 to
5289 2005-11-21 Andy Wingo <wingo@pobox.com>
5291 patch by: Sebastien Cote <sebas642@yahoo.ca>
5293 * gst-libs/gst/rtp/gstrtpbuffer.h:
5294 * gst-libs/gst/rtp/gstrtpbuffer.c
5295 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5297 2005-11-21 Andy Wingo <wingo@pobox.com>
5299 * gst/playback/gstplaybin.c (gen_audio_element)
5300 (gen_video_element): Use the new MISSING_PLUGIN core error
5301 category. Closes #320060.
5303 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
5304 * gst/videorate/gstvideorate.c (gst_videorate_event):
5305 * ext/theora/theoradec.c (theora_dec_sink_event):
5306 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5309 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5310 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5311 stream lock changes.
5313 2005-11-21 Wim Taymans <wim@fluendo.com>
5315 * gst-libs/gst/audio/gstbaseaudiosink.c:
5316 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5317 (gst_base_audio_sink_provide_clock),
5318 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5319 (gst_base_audio_sink_change_state):
5320 * gst/audioresample/gstaudioresample.c:
5323 2005-11-21 Andy Wingo <wingo@pobox.com>
5326 * *.c: Ran scripts/update-macros. Oh yes.
5328 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5330 * sys/ximage/Makefile.am:
5331 * sys/ximage/ximage.c:
5332 Rename ximage plugin to ximagesink (#321426) (Don't forget to
5333 remove your old libgstximage.* manually if necessary).
5335 2005-11-21 Michael Smith <msmith@fluendo.com>
5337 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5338 Minimal fix for bug #320200: set the min/max bitrate in the correct
5339 units. A better fix would be to upgrade to the RATEMANAGE2
5340 interface, rather than using the deprecated interface used here, but
5341 that would require an update in our libvorbis dependency (to 1.1),
5342 which is probably undesirable.
5344 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
5346 * ext/libvisual/visual.c: (get_buffer):
5347 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5348 (gst_base_audio_src_fixate):
5349 * gst/audioconvert/gstaudioconvert.c:
5350 (gst_audio_convert_fixate_caps):
5351 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5352 * gst/audiotestsrc/gstaudiotestsrc.c:
5353 (gst_audiotestsrc_src_fixate):
5354 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5355 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5356 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5357 * gst/videotestsrc/gstvideotestsrc.c:
5358 (gst_videotestsrc_src_fixate):
5359 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5360 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5361 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5365 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5367 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5368 (gst_riff_create_iavs_caps):
5369 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5370 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5371 (gst_riff_parse_info):
5372 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5373 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5374 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5375 Fixes for GST_FOURCC_FORMAT API change.
5377 2005-11-21 Andy Wingo <wingo@pobox.com>
5379 patch by: Alessandro Dessina <alessandro nnva org>
5381 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5382 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5383 (gst_ogg_parse_chain):
5384 * ext/theora/theoraenc.c (theora_set_header_on_caps):
5385 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5386 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5387 gst_value_list calls on arrays. Fixes #321962.
5389 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5391 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5392 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5393 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5394 * gst/adder/gstadder.c: (gst_adder_init),
5395 (gst_adder_request_new_pad), (gst_adder_collected),
5396 (gst_adder_change_state):
5397 Update for gst_collectpads_foo() to gst_collect_pads_foo()
5400 2005-11-21 Michael Smith <msmith@fluendo.com>
5402 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5403 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5404 Properly handle pad_push return values.
5406 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
5408 * gst-libs/gst/tag/Makefile.am:
5409 * gst-libs/gst/tag/gstvorbistag.c:
5410 (gst_tag_list_to_vorbiscomment_buffer):
5411 Remove obsolete vorbistag element and debug category.
5413 * gst/playback/gstplaybasebin.c: (check_queue):
5414 Don't divide by 0 when queue-threshold is 0.
5416 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5417 Don't modify an existing pixel-aspect-ratio if we fail to read
5420 2005-11-20 Wim Taymans <wim@fluendo.com>
5422 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5423 (gst_vorbisenc_push_packet):
5424 GST_PAD_IS_USABLE is gone, use the return value of
5425 the push or pad_alloc_buffer instead.
5427 2005-11-18 Julien MOUTTE <julien@moutte.net>
5429 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5430 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5431 (gst_ximagesink_ximage_destroy),
5432 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5433 (gst_ximagesink_xwindow_new),
5434 (gst_ximagesink_xwindow_update_geometry),
5435 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5436 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5437 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5438 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5439 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5440 (gst_ximagesink_navigation_send_event),
5441 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5442 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5443 (gst_ximagesink_finalize), (gst_ximagesink_init),
5444 (gst_ximagesink_class_init):
5445 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5446 This new version brings correct software scaling, non flickering
5447 window while resizing, pixel aspect ratio handling, usage of
5448 hardware buffer pools, out of data flow event thread for
5449 navigation and handling of expose events even when being PAUSED,
5450 a new property to keep video aspect ratio when resizing, etc...
5452 2005-11-18 Julien MOUTTE <julien@moutte.net>
5454 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5455 (gst_videoscale_fixate_caps): Introduce back caps fixate with
5458 2005-11-18 <bilboed@dvdsrc.fluendo.com>
5460 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5461 Unsetting IS_SINK flag from the fakesink, so decodebin
5462 never behaves as a sink.
5464 2005-11-17 Wim Taymans <wim@fluendo.com>
5466 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5467 (gst_base_audio_src_change_state):
5468 Fix the audiosrc base class again, we did not unflush.
5470 2005-11-17 Julien MOUTTE <julien@moutte.net>
5472 * examples/seeking/seek.c: (make_dv_pipeline),
5473 (make_vorbis_theora_pipeline), (make_avi_pipeline),
5474 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5475 to ogg/vorbis/theora pipeline.
5477 2005-11-17 Wim Taymans <wim@fluendo.com>
5479 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5480 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5481 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5482 Fix EOS on multiple streams.
5485 2005-11-16 Wim Taymans <wim@fluendo.com>
5487 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5488 (gst_ogg_demux_perform_seek):
5489 Segment done must include stream time.
5491 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5492 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5493 (gst_ogg_mux_change_state):
5494 Fix ogg muxer again.
5496 2005-11-16 Wim Taymans <wim@fluendo.com>
5498 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5501 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
5503 * ext/libvisual/visual.c: (gst_visual_init):
5504 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5505 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
5506 (gst_ogg_parse_chain):
5507 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5508 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
5509 * ext/theora/theoradec.c: (gst_theora_dec_init):
5510 * ext/theora/theoraenc.c: (gst_theora_enc_init):
5511 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5512 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
5513 * gst/adder/gstadder.c: (gst_adder_class_init),
5514 (gst_adder_dispose):
5515 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5516 * gst/subparse/gstsubparse.c: (gst_subparse_init):
5517 * gst/videorate/gstvideorate.c: (gst_videorate_init):
5518 Fix a whole set of pad template leaks
5520 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
5522 * check/generic/states.c: (GST_START_TEST):
5523 fix the test so that it only checks for elements that are part of
5526 2005-11-16 Michael Smith <msmith@fluendo.com>
5528 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
5529 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
5530 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5531 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5532 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
5533 (gst_ogg_mux_change_state):
5534 Fix leaking collectpads.
5536 2005-11-16 Edward Hervey <edward@fluendo.com>
5538 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5539 (gst_videorate_event), (gst_videorate_chain):
5540 Handle segment seeks
5542 2005-11-16 Wim Taymans <wim@fluendo.com>
5544 * gst-libs/gst/audio/gstbaseaudiosink.c:
5545 (gst_base_audio_sink_provide_clock),
5546 (gst_base_audio_sink_change_state):
5547 Set ringbuffer to non-flushing when going to PAUSED, set to
5548 flushing again when going to READY.
5550 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5551 (gst_ring_buffer_stop):
5552 Start in flushing mode by default.
5553 Don't set flushing in the _stop method, let the app call
5556 2005-11-16 Julien MOUTTE <julien@moutte.net>
5558 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
5559 * gst-libs/gst/video/videosink.h: Add helper function needed
5562 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
5564 * gst/videoscale/gstvideoscale.c:
5565 (gst_videoscale_handle_src_event):
5566 Don't leak reference to pad parent.
5568 2005-11-16 Wim Taymans <wim@fluendo.com>
5570 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
5571 Set ringbuffer to flushing when stopping so that we don't
5572 block on wait_segment anymore and livelock.
5574 2005-11-16 Wim Taymans <wim@fluendo.com>
5576 * examples/seeking/seek.c: (send_event), (do_seek),
5577 (loop_toggle_cb), (segment_done), (main):
5578 Added looping checkbox.
5580 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
5582 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5583 (gst_ogg_demux_init):
5584 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5585 (gst_vorbis_dec_init):
5586 revert unrefs, they don't pass make check
5588 2005-11-15 Johan Dahlin <johan@gnome.org>
5590 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5591 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
5592 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5593 (gst_vorbis_dec_init):
5594 Fix pad template leaks.
5596 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
5598 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5599 Make state change function thread safe.
5601 2005-11-15 Edward Hervey <edward@fluendo.com>
5603 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
5604 (gst_ogg_demux_class_init):
5605 Implement GstElement::send_event, so we can send seek events
5608 2005-11-14 Julien MOUTTE <julien@moutte.net>
5610 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
5611 Discovered how to take away flickering while resizing the
5612 window. Please don't put that in ximagesink, refactoring in
5615 2005-11-14 Michael Smith <msmith@fluendo.com>
5617 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
5618 (gst_multifdsink_render):
5619 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
5621 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
5623 * gst/playback/gstplaybin.c: (gen_audio_element):
5624 Use autoaudiosink, it tends to be more widely available than
5627 2005-11-14 Andy Wingo <wingo@pobox.com>
5629 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
5630 as well if it is available. Fixes #316442.
5632 2005-11-14 Michael Smith <msmith@fluendo.com>
5634 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
5635 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
5636 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5637 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5638 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
5639 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5640 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
5641 (gst_vorbisenc_change_state):
5642 Fix a small memory leak in vorbisenc.
5643 Fix large memory leaks in oggmux, also fix lots of state change
5646 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
5648 * gst/videotestsrc/gstvideotestsrc.c:
5649 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
5650 (gst_videotestsrc_src_fixate):
5651 move fixation to a fixate function
5652 remove negotiate function, basesrc's is good enough
5653 fixes a bug for check when using the element alone
5655 2005-11-13 Edward Hervey <edward@fluendo.com>
5657 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
5658 (key_toggle_cb), (main):
5659 Added checkboxes for adding/removing the accurate and key_unit seek
5662 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
5664 * configure.ac: back to HEAD
5666 === release 0.9.5 ===
5668 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
5671 releasing 0.9.5, "No No Kia"
5673 2005-11-11 Edward Hervey <edward@fluendo.com>
5675 * examples/seeking/seek.c: (make_parselaunch_pipeline):
5676 Added parse-launch syntax seeking mode for the seeking example.
5677 This should help stress-test even more cases.
5678 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
5680 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
5682 * sys/xvimage/xvimagesink.c:
5683 (gst_xvimagesink_navigation_send_event):
5684 Check whether peer pad exists before sending navigation events
5687 2005-11-11 Michael Smith <msmith@fluendo.com>
5689 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
5690 (gst_vorbisenc_buffer_from_packet):
5691 * ext/vorbis/vorbisenc.h:
5692 Set duration on encoded buffers. This allows oggmux's
5693 max_page_delay parameter to actually work.
5695 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
5697 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5698 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
5699 (gst_ffmpegcsp_avpicture_fill):
5700 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5701 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
5702 Make palettes work again (see #132341). Use our own macros
5705 2005-11-10 Andy Wingo <wingo@pobox.com>
5707 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
5710 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
5712 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5713 (gst_ffmpegcsp_transform_caps):
5714 Prefer passthrough in transform_caps
5716 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
5718 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5719 check for ALSA errors properly, instead of relying on ALSA's
5720 error strings to serve to the user.
5722 2005-11-10 Wim Taymans <wim@fluendo.com>
5724 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
5725 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
5726 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
5727 Modernise the seek code.
5729 2005-11-10 Michael Smith <msmith@fluendo.com>
5731 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
5732 (setup_substreams), (set_active_source):
5733 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
5734 trying to go to NULL if we failed to read a file.
5736 2005-11-10 Wim Taymans <wim@fluendo.com>
5738 * gst/audiotestsrc/gstaudiotestsrc.c:
5739 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
5740 (gst_audiotestsrc_create):
5741 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5742 (gst_sinesrc_get_times), (gst_sinesrc_create):
5743 * gst/videotestsrc/gstvideotestsrc.c:
5744 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
5745 (gst_videotestsrc_create):
5746 The base class can now sync for us.
5748 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
5750 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
5751 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
5752 name=source autoprobe=false autoprobe-fps=false copy-mode=1
5753 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
5754 format=(fourcc)I420" ! xvimagesink
5756 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
5758 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5759 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
5760 (gst_sinesrc_newsegment):
5761 Send newsegment event in TIME format, set duration if
5762 num-buffers is set, fix duration querying.
5764 2005-11-10 Michael Smith <msmith@fluendo.com>
5766 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5767 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5768 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5769 (gst_ogg_mux_collected):
5770 Fix EOS handling, partially. Now forwarding an EOS event once we have
5771 EOS on all pads works correctly. However, we still don't properly set
5772 EOS on the actual ogg stream pages.
5774 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
5776 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
5777 Set elements to NULL state before disposing of them.
5779 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
5781 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
5783 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5784 (gst_base_rtp_depayload_init),
5785 (gst_base_rtp_depayload_set_gst_timestamp):
5786 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5787 We need to send a newsegment event for each instance, not
5788 just for the first instance of this class (get rid of
5789 static variable in function). (#321011).
5791 2005-11-08 Michael Smith <msmith@fluendo.com>
5793 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5794 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
5795 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
5796 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
5797 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
5798 This makes us mux things correctly according to the ogg muxing
5799 rules. Still not handling EOS correctly right now, though.
5801 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
5803 * gst/audioconvert/gstaudioconvert.c:
5806 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
5808 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
5809 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
5810 Initialise segment_stop to GST_CLOCK_TIME_NONE when
5811 creating a new chain; should fix live streaming. Also
5812 add more debug output and fix a typo.
5814 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
5816 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
5818 * gst/volume/gstvolume.c: (volume_set_caps):
5819 Fix compilation on Solaris with Forte. (#320923)
5821 2005-11-08 Wim Taymans <wim@fluendo.com>
5823 * gst-libs/gst/audio/gstbaseaudiosink.c:
5824 (gst_base_audio_sink_render):
5825 No need to do a typecheck.
5827 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
5829 * ext/alsa/gstalsa.h:
5830 We register a debug category, so let's use it.
5832 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
5834 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5835 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
5836 Fixed a small problem.
5838 2005-11-04 Wim Taymans <wim@fluendo.com>
5840 * examples/seeking/Makefile.am:
5841 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
5842 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
5843 (make_playerbin_pipeline), (format_value), (update_scale),
5844 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
5845 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
5846 (print_usage), (main):
5847 Added app for playback speed testing.
5849 * examples/seeking/seek.c: (dynamic_link),
5850 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
5851 (make_mpeg_pipeline), (do_seek), (set_update_scale),
5852 (message_received), (main):
5853 Updated seek example.
5855 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
5857 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5858 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5859 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
5860 (gst_base_rtp_depayload_set_clock):
5861 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5862 Don't sleep on the bench (system clock) when you have a nice
5863 comfortable bed (Gstreamer clock) to sleep on.
5865 2005-11-03 Wim Taymans <wim@fluendo.com>
5867 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5868 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
5869 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
5870 Handle the case where a pad_block failed.
5872 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
5874 reviewed by: Zeeshan Ali <zeenix@gmail.com>
5876 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5877 (gst_base_rtp_depayload_add_to_queue),
5878 (gst_base_rtp_depayload_push),
5879 (gst_base_rtp_depayload_set_gst_timestamp),
5880 (gst_base_rtp_depayload_queue_release):
5881 Fixes some bugs in the depayloader's queuing/de-queueing code.
5883 2005-10-31 Michael Smith <msmith@fluendo.com>
5885 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5886 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5887 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
5888 Patch from Alessandro Decina <alessandro@nnva.org>.
5889 Make oggdemux only find the final time in a chain, not per-pad,
5890 since the per-pad information can be very expensive to locate, and
5891 it isn't used anywhere. This makes reading a file containing
5892 OggSkeleton reasonably fast.
5893 Also, make chain finding work when there are logical bitstreams that
5894 can't be decoded. Fixes #319110.
5896 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
5898 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5899 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5900 (gst_base_rtp_depayload_chain),
5901 (gst_base_rtp_depayload_add_to_queue),
5902 (gst_base_rtp_depayload_push),
5903 (gst_base_rtp_depayload_set_gst_timestamp),
5904 (gst_base_rtp_depayload_queue_release),
5905 (gst_base_rtp_depayload_start_thread),
5906 (gst_base_rtp_depayload_set_property),
5907 (gst_base_rtp_depayload_get_property):
5908 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5909 Some random fixes, to fullfill the desires of thomas.
5911 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
5913 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5914 (gst_base_rtp_depayload_add_to_queue),
5915 (gst_base_rtp_depayload_push):
5916 Fixed the queueing algorithm.
5918 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
5920 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5921 (gst_base_rtp_depayload_push):
5924 2005-10-31 Wim Taymans <wim@fluendo.com>
5926 * gst-libs/gst/audio/gstringbuffer.h:
5929 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5930 (gst_ffmpeg_caps_to_pixfmt):
5931 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5932 (gst_ffmpegcsp_set_caps):
5934 Handle missing required caps fields better.
5936 2005-10-31 Wim Taymans <wim@fluendo.com>
5938 * gst-libs/gst/audio/gstbaseaudiosink.c:
5939 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
5940 (gst_base_audio_sink_render):
5941 * gst-libs/gst/audio/gstringbuffer.c:
5942 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5943 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5944 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
5945 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
5946 (gst_ring_buffer_read):
5947 * gst-libs/gst/audio/gstringbuffer.h:
5948 Add flushing mode to the ringbuffer so that it in all cases does
5949 not try to handle more audio. This makes sure it does not try to
5950 block anymore when flushing and fixes a livelock.
5952 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
5954 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5955 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5956 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
5957 Explicitly check for -1 values before doing a conversion
5958 and always map them to -1. (#315545)
5960 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
5962 * gst/playback/gstplaybin.c: (gen_video_element):
5963 first try autovideosink, then xvimagesink, then error out
5965 add translatable file
5982 2005-10-27 Philippe Khalaf <burger at speedy dot org>
5984 * gst-libs/gst/rtp/gstbasedepayload.c:
5985 * gst-libs/gst/rtp/gstbasedepayload.h:
5988 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
5990 * gst/playback/.cvsignore:
5991 * gst/playback/decodetest.c:
5992 * gst/playback/test3.c:
5993 Port these two tests as well.
5995 2005-10-27 Wim Taymans <wim@fluendo.com>
5997 * ext/theora/theoradec.c: (theora_dec_src_query),
5998 (theora_dec_sink_event):
5999 * ext/theora/theoraenc.c: (theora_enc_sink_event),
6000 (theora_enc_change_state):
6001 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6002 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6003 Take proper locks when handling events.
6005 2005-10-27 Wim Taymans <wim@fluendo.com>
6007 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6008 (gst_adder_change_state):
6009 Fix timestamps and fix deadlock when stopping the collectpads.
6011 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
6013 * gst-libs/gst/rtp/gstrtpbuffer.h:
6014 Declaring the payload types as strings too so that they can be used
6015 in the padtemplate inialization.
6017 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
6019 reviewed by: Zeeshan Ali <zeenix@gmail.com>
6021 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6022 (gst_base_rtp_depayload_class_init):
6023 Fixes a small but nasty bug. The derived elements no longer segfaults
6026 2005-10-26 Michael Smith <msmith@fluendo.com>
6028 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6029 When clearing an audioconvert context, set tmpbufsize to zero, so
6030 we'll allocate it again later if required.
6031 This fixes audioconvert re-negotiating formats, which previously
6032 segfaulted with a NULL destination buffer.
6034 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
6036 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6037 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6038 (gst_base_rtp_depayload_set_gst_timestamp),
6039 (gst_base_rtp_depayload_queue_release):
6040 Fixed a smalll memleak.
6042 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
6043 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6044 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6045 (gst_base_rtp_depayload_finalize),
6046 (gst_base_rtp_depayload_setcaps),
6047 (gst_base_rtp_depayload_add_to_queue),
6048 (gst_base_rtp_depayload_push),
6049 (gst_base_rtp_depayload_set_gst_timestamp),
6050 (gst_base_rtp_depayload_queue_release),
6051 (gst_base_rtp_depayload_thread),
6052 (gst_base_rtp_depayload_change_state):
6053 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6054 Changed the C++ comments to C comments
6056 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
6058 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6059 * gst/tcp/gsttcpclientsrc.h:
6060 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6061 * gst/tcp/gsttcpserversrc.h:
6062 Remove unused 'curoffset' structure member.
6064 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
6066 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6067 (gst_base_rtp_depayload_base_init),
6068 (gst_base_rtp_depayload_finalize):
6069 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6070 * gst-libs/gst/rtp/gstbasertppayload.h:
6071 The pad-template on the sinkpad should be set by the derived classes.
6072 Also added some useful macros.
6074 2005-10-24 Wim Taymans <wim@fluendo.com>
6076 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6077 Correctly flush decoder samples even if we could not
6078 copy them to an output buffer. Fixes #319618.
6080 2005-10-24 Julien MOUTTE <julien@moutte.net>
6082 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6083 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6084 the caps against our xcontext caps.
6086 2005-10-24 Wim Taymans <wim@fluendo.com>
6088 * gst-libs/gst/audio/gstbaseaudiosink.c:
6089 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6091 Use sync property from baseclass to disable sync.
6093 2005-10-24 Wim Taymans <wim@fluendo.com>
6095 * gst-libs/gst/audio/gstbaseaudiosink.c:
6096 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6097 Buffers with no timestamps get aligned with previous buffers or
6098 on underrun, played ASAP.
6100 2005-10-24 Julien MOUTTE <julien@moutte.net>
6102 * gst-libs/gst/video/video.h:
6103 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6104 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6105 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6106 here comes my change on caps for framerate and geometry range.
6107 We are now accepting 1 to MAXINT for width and height, and from
6108 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6109 to be blended correctly in videomixer.
6111 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
6116 === release 0.9.4 ===
6118 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
6123 releasing 0.9.4, "Velociraptor"
6125 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
6127 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6131 2005-10-21 Wim Taymans <wim@fluendo.com>
6133 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6134 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6135 (pad_blocked), (close_pad_link), (new_pad):
6136 Don't try to remove elements twice.
6138 2005-10-21 Wim Taymans <wim@fluendo.com>
6140 * ext/theora/theoradec.c: (theora_dec_src_query),
6141 (theora_dec_sink_event):
6142 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6143 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6144 (vorbis_handle_data_packet):
6145 * ext/vorbis/vorbisdec.h:
6148 * gst-libs/gst/audio/gstbaseaudiosink.c:
6149 (gst_base_audio_sink_render):
6150 Don't try to sync on buffers without a timestamp.
6152 2005-10-21 Wim Taymans <wim@fluendo.com>
6154 * ext/theora/theoradec.c: (theora_dec_src_query),
6155 (theora_dec_sink_event):
6156 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6157 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6158 (vorbis_handle_data_packet):
6159 * ext/vorbis/vorbisdec.h:
6162 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
6164 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6165 (gst_vorbisenc_src_query):
6166 Implement position and duration queries.
6168 * gst/playback/test3.c: (update_scale), (main):
6169 Fix for async state changes and print nicer output.
6171 2005-10-20 Wim Taymans <wim@fluendo.com>
6173 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6174 (dump_element_stats), (main):
6175 * gst/playback/test6.c: (main):
6178 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
6180 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6181 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6182 Don't use functions for position queries when handling
6185 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
6187 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6188 (vorbis_handle_data_packet), (vorbis_dec_chain),
6189 (vorbis_dec_change_state):
6190 * ext/vorbis/vorbisdec.h:
6191 Vorbis streams can be embedded in other container formats
6192 than ogg, container formats where the demuxer might set
6193 timestamps on encoded vorbis buffers instead of those silly
6194 granulepos thingies. In short: make vorbisdec handle
6195 timestamps on incoming buffers as well.
6197 2005-10-20 Wim Taymans <wim@fluendo.com>
6199 * gst/playback/gstplaybasebin.c: (group_destroy),
6200 (gst_play_base_bin_change_state):
6202 Handle case where playbasebin is now ASYNC because
6205 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
6207 * gst/audioconvert/Makefile.am:
6208 * gst/audioconvert/bufferframesconvert.c:
6209 * gst/audioconvert/plugin.c: (plugin_init):
6210 * gst/audioconvert/plugin.h:
6211 And bye bye buffer-frames-convert
6213 2005-10-19 Wim Taymans <wim@fluendo.com>
6215 * check/elements/audioconvert.c:
6216 * docs/libs/tmpl/gstaudio.sgml:
6217 * docs/libs/tmpl/gstcolorbalance.sgml:
6218 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6219 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6220 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6221 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6222 * gst-libs/gst/audio/audio.h:
6223 * gst/audioconvert/audioconvert.h:
6224 * gst/audioconvert/gstaudioconvert.c:
6225 (gst_audio_convert_parse_caps):
6226 * gst/volume/gstvolume.c:
6227 Bye bye buffer-frames.
6229 2005-10-19 Wim Taymans <wim@fluendo.com>
6231 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6232 (query_positions_elems), (query_positions_pads), (update_scale),
6233 (do_seek), (set_update_scale), (message_received), (main):
6234 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6235 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6236 (gst_ogg_demux_loop):
6237 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6238 * ext/theora/theoradec.c: (theora_dec_src_query),
6239 (theora_dec_sink_event):
6240 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6241 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6242 * gst/adder/gstadder.c: (gst_adder_query):
6243 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6244 * gst/playback/test3.c: (update_scale):
6245 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6246 (dump_element_stats), (main):
6247 * gst/playback/test6.c: (main):
6248 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6251 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
6253 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6254 (xml_check_first_element), (xml_type_find), (smil_type_find),
6256 Add typefinding for SMIL and for generic XML. Based on patch by
6257 Akos Maroy (#308663).
6259 2005-10-18 Wim Taymans <wim@fluendo.com>
6261 * gst/playback/Makefile.am:
6262 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6263 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6264 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6265 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6266 (gst_decode_bin_change_state):
6267 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6268 (gst_play_bin_send_event_to_sink):
6269 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6270 (dump_element_stats), (main):
6271 * gst/playback/test6.c: (main):
6272 Make playbin async, it'll commit state to paused when all streams
6275 Added test6.c to show async behaviour.
6277 2005-10-18 Wim Taymans <wim@fluendo.com>
6279 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6280 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6281 Fix for segment-start/stop API change.
6283 2005-10-18 Wim Taymans <wim@fluendo.com>
6285 * check/Makefile.am:
6286 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6288 Add future test for clock selection.
6290 2005-10-18 Wim Taymans <wim@fluendo.com>
6292 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6293 (gst_alsasink_close):
6296 * gst-libs/gst/audio/gstringbuffer.c:
6297 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6298 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6299 (gst_ring_buffer_start), (gst_ring_buffer_pause),
6300 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6301 (gst_ring_buffer_read):
6304 2005-10-17 Stefan Kost <ensonic@users.sf.net>
6306 * gst/audiotestsrc/Makefile.am:
6307 * gst/sine/Makefile.am:
6308 * gst/volume/Makefile.am:
6309 fix broken build of controllerized plugins
6311 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6313 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
6315 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6316 (gst_riff_create_video_template_caps):
6317 Add support for Indeo-3 (IV32).
6319 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
6324 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
6326 * gst-libs/gst/video/video.c: (gst_video_get_size):
6327 * gst/audiotestsrc/gstaudiotestsrc.c:
6330 2005-10-17 Andy Wingo <wingo@pobox.com>
6332 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6333 with the collectpads change.
6334 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6336 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6338 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6340 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6341 alloc_buffer flow return to callers.
6342 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6343 change. Fix some memleaks in theoraenc.
6345 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6346 in strange circumstance.
6348 2005-10-17 Julien MOUTTE <julien@moutte.net>
6350 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6351 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6352 from caps, let's use the caps...
6354 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
6357 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6359 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
6361 * gst-libs/gst/interfaces/Makefile.am:
6364 2005-10-16 Andy Wingo <wingo@pobox.com>
6366 * gst/playback/gstdecodebin.c
6367 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6369 (try_to_link_1): Increase kraziness level.
6371 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
6374 restructure like the core one
6375 * gst-libs/gst/audio/Makefile.am:
6376 * gst-libs/gst/interfaces/Makefile.am:
6377 * gst-libs/gst/net/Makefile.am:
6378 * gst-libs/gst/riff/Makefile.am:
6379 * gst-libs/gst/rtp/Makefile.am:
6380 * gst-libs/gst/tag/Makefile.am:
6381 * gst-libs/gst/video/Makefile.am:
6382 use correct linker flags, now the libs are properly versioned
6383 * check/elements/audioconvert.c: (verify_convert):
6384 * ext/alsa/gstalsaplugin.c:
6385 * ext/cdparanoia/gstcdparanoia.c:
6386 * ext/gnomevfs/gstgnomevfs.c:
6387 * ext/libvisual/visual.c:
6389 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6390 * ext/theora/theora.c:
6391 * ext/vorbis/vorbis.c:
6392 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6393 * gst-libs/gst/tag/gsttagediting.c:
6394 * gst-libs/gst/video/video.c:
6395 * gst/adder/gstadder.c:
6396 * gst/audioconvert/plugin.c:
6397 * gst/audiorate/gstaudiorate.c:
6398 * gst/audioresample/gstaudioresample.c:
6399 * gst/audioresample/resample_ref.c: (resample_scale_ref):
6400 * gst/audioscale/gstaudioscale.c:
6401 * gst/audioscale/resample.c:
6402 * gst/audiotestsrc/gstaudiotestsrc.c:
6403 * gst/ffmpegcolorspace/gstffmpeg.c:
6404 * gst/playback/gstdecodebin.c: (close_pad_link):
6405 * gst/playback/gstplaybin.c: (gen_video_element),
6406 (gen_audio_element):
6407 * gst/sine/gstsinesrc.c:
6408 * gst/subparse/gstsubparse.c:
6409 * gst/tags/gsttagediting.c:
6410 * gst/tcp/gsttcpplugin.c:
6411 * gst/typefind/gsttypefindfunctions.c:
6412 * gst/videorate/gstvideorate.c:
6413 * gst/videoscale/gstvideoscale.c:
6414 * gst/videotestsrc/gstvideotestsrc.c:
6415 * gst/volume/gstvolume.c:
6417 * sys/ximage/ximage.c:
6418 * sys/xvimage/xvimagesink.c:
6421 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
6423 * ext/vorbis/vorbisenc.c:
6424 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6425 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6426 (gst_tag_to_vorbis_comments):
6427 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6429 2005-10-13 Stefan Kost <ensonic@users.sf.net>
6431 * examples/stats/mp2ogg.c:
6432 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6435 2005-10-13 Michael Smith <msmith@fluendo.com>
6437 * ext/ogg/gstoggmux.c:
6438 Use magic glib macros to define constants as 64 bit, to ensure
6439 appropriate vararg passing.
6441 2005-10-13 Michael Smith <msmith@fluendo.com>
6443 * ext/ogg/gstoggmux.c:
6444 * gst/audioconvert/audioconvert.c: (float):
6445 Don't use LL suffix, as it's not portable, and neither of these
6446 uses required it anyway.
6448 2005-10-12 Stefan Kost <ensonic@users.sf.net>
6450 * examples/indexing/indexmpeg.c: (main):
6451 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6452 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6453 (cdparanoia_convert), (cdparanoia_query):
6454 * ext/cdparanoia/gstcdparanoia.h:
6455 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6456 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6457 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6458 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6459 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6460 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6461 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6462 (gst_multifdsink_render), (gst_multifdsink_start),
6463 (gst_multifdsink_stop):
6464 * gst/tcp/gstmultifdsink.h:
6465 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6466 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6467 (gst_tcpclientsink_stop):
6468 * gst/tcp/gsttcpclientsink.h:
6469 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6470 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6471 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6472 * gst/tcp/gsttcpclientsrc.h:
6473 * gst/tcp/gsttcpserversink.h:
6474 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6475 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6476 (gst_tcpserversrc_stop):
6477 * gst/tcp/gsttcpserversrc.h:
6478 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6479 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6480 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6481 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6482 moved bitshift from macro to enum definition
6484 2005-10-12 Wim Taymans <wim@fluendo.com>
6486 * examples/seeking/Makefile.am:
6489 2005-10-12 Wim Taymans <wim@fluendo.com>
6491 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6492 (gst_ring_buffer_read), (gst_ring_buffer_clear):
6493 Don't assert on normal stuff.
6495 * gst/playback/gstplaybin.c: (do_playbin_seek):
6498 2005-10-12 Wim Taymans <wim@fluendo.com>
6500 * check/pipelines/simple_launch_lines.c: (run_pipeline):
6501 * examples/seeking/Makefile.am:
6502 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6503 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6504 (do_seek), (set_update_scale), (message_received), (main):
6505 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6506 (gst_ring_buffer_read), (gst_ring_buffer_clear):
6507 Update for _get_state() API change.
6509 2005-10-11 Wim Taymans <wim@fluendo.com>
6511 * gst-libs/gst/audio/gstbaseaudiosink.c:
6512 (gst_base_audio_sink_render):
6513 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6514 (gst_base_audio_src_create):
6515 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6516 (gst_ring_buffer_read):
6518 Commit and read from ringbuffer in samples rather than bytes.
6520 2005-10-11 Wim Taymans <wim@fluendo.com>
6522 * gst-libs/gst/audio/gstbaseaudiosink.c:
6523 (gst_base_audio_sink_render):
6524 Respect segment rate and accum when scheduling samples.
6526 2005-10-11 Julien MOUTTE <julien@moutte.net>
6528 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6529 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
6530 EOS correctly, that needs more work.
6532 2005-10-11 Wim Taymans <wim@fluendo.com>
6534 * check/generic/states.c: (GST_START_TEST):
6535 remove old property.
6537 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6538 (gst_ogg_demux_perform_seek):
6539 * ext/theora/theoradec.c: (theora_dec_sink_event):
6540 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6541 (vorbis_handle_data_packet):
6542 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6543 (gst_base_rtp_depayload_set_gst_timestamp):
6544 * gst/videorate/gstvideorate.c: (gst_videorate_event):
6545 Update for newsegment API change.
6547 2005-10-11 Michael Smith <msmith@fluendo.com>
6549 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6550 (do_playbin_seek), (gst_play_bin_send_event):
6551 Override send_event differently, so that we can takes bits of
6552 functionality from GstPipeline (special handling for seeks,
6553 including pausing/resuming, and resetting stream time) and still get
6554 the appropriate behaviour of only forwarding event to a single sink,
6555 rather than all of them.
6556 Unfortunately requires a lot of code duplication, but the
6557 alternatives are equally ugly in the end.
6559 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
6561 * check/elements/audioconvert.c: (setup_audioconvert),
6562 (cleanup_audioconvert), (get_int_caps), (verify_convert),
6563 (GST_START_TEST), (audioconvert_suite):
6564 clean up tests a little, fix some leaks.
6566 2005-10-10 Wim Taymans <wim@fluendo.com>
6568 * ext/alsa/gstalsasink.c:
6569 Also allow unsigned int.
6571 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6572 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6575 2005-10-10 Wim Taymans <wim@fluendo.com>
6577 * check/pipelines/simple_launch_lines.c: (run_pipeline):
6578 Small update, use API as stated in design docs.
6580 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6581 (update_scale), (do_seek), (seek_cb), (set_update_scale),
6582 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
6583 (message_received), (main):
6584 Updated seek example for GOption. Some usability improvements.
6586 2005-10-10 Wim Taymans <wim@fluendo.com>
6588 * gst/audioconvert/audioconvert.h:
6589 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6590 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
6591 Alloc temp storage somewhere else where we can do it more
6594 2005-10-10 Wim Taymans <wim@fluendo.com>
6596 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
6597 (gst_tcpserversrc_start):
6598 Don't block in accept while doing the state change, move
6599 to poll and make cancellable.
6601 2005-10-09 Philippe Khalaf <burger@speedy.org>
6603 * gst-libs/gst/rtp/rtpbasedepayload.c:
6604 Set timestamp and add queue delay to timestamp
6605 * gst-libs/gst/rtp/rtpbuffer.h:
6606 Set correct payload type for h263
6608 2005-10-09 Stefan Kost <ensonic@users.sf.net>
6610 * gst/audiotestsrc/gstaudiotestsrc.c:
6611 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
6612 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
6613 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
6614 (gst_audiotestsrc_create_triangle),
6615 (gst_audiotestsrc_create_silence),
6616 (gst_audiotestsrc_create_white_noise),
6617 (gst_audiotestsrc_init_pink_noise),
6618 (gst_audiotestsrc_generate_pink_noise_value),
6619 (gst_audiotestsrc_create_pink_noise),
6620 (gst_audiotestsrc_change_wave):
6621 * gst/audiotestsrc/gstaudiotestsrc.h:
6622 fixed typo, added pink noise
6624 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
6626 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
6628 Add wavpack and spc typefind functions from 0.8 branch.
6630 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
6632 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
6633 (ar_type_find), (msdos_type_find), (plugin_init):
6634 Add typefind functions for tar archives, ar archives,
6635 RAR archives, and msdos-executables (dlls, exe, etc.).
6636 Some of those would be wrongly identified as mpeg
6637 streams of some sort before (#315550).
6639 2005-10-09 Stefan Kost <ensonic@users.sf.net>
6642 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6643 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6644 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
6645 * gst/audiotestsrc/Makefile.am:
6646 * gst/audiotestsrc/gstaudiotestsrc.c:
6647 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
6648 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
6649 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
6650 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
6651 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
6652 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
6653 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
6654 (gst_audiotestsrc_create_silence),
6655 (gst_audiotestsrc_create_white_noise),
6656 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
6657 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
6658 (gst_audiotestsrc_start), (plugin_init):
6659 * gst/audiotestsrc/gstaudiotestsrc.h:
6660 add new plugin and element
6661 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
6664 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
6666 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
6667 (gst_adder_init), (gst_adder_request_new_pad),
6668 (gst_adder_change_state):
6669 Add query function to source pad, so adder reports the correct
6670 time/sample position when queried (#315457); fix state change
6671 function; use GST_DEBUG_FUNCPTR() for pad functions.
6673 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
6675 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
6676 Fix leaks in typefind registration
6677 Clean up the gratuitous commenting and whitespacing a little
6679 2005-10-08 Wim Taymans <wim@fluendo.com>
6681 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
6682 Only actually wait for the thread to be stopped if it's
6685 2005-10-08 Wim Taymans <wim@fluendo.com>
6687 * gst-libs/gst/audio/gstbaseaudiosink.c:
6688 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6689 If we receive EOS we can start playback of what we had.
6691 2005-10-08 Wim Taymans <wim@fluendo.com>
6693 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6694 (gst_multifdsink_finalize), (multifdsink_hash_remove),
6695 (gst_multifdsink_stop):
6696 Fix crasher when going to NULL multiple times.
6698 2005-10-06 Wim Taymans <wim@fluendo.com>
6700 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
6701 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6702 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6703 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
6704 patch from Edgard Lima <edgard.lima@indt.org.br>
6705 Fixed gstbaseaudiosrc adding ring buffer sync to it.
6707 2005-10-06 Wim Taymans <wim@fluendo.com>
6709 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6710 Report the FLOW_RETURN as string in the error message.
6712 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
6713 Don't assert when clearing an unnegotiated buffer.
6715 2005-10-04 Michael Smith <msmith@fluendo.com>
6717 * gst/playback/gstplaybasebin.c: (group_destroy),
6718 (gen_preroll_element), (remove_groups), (setup_source):
6719 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
6720 (setup_sinks), (gst_play_bin_send_event),
6721 (gst_play_bin_change_state):
6722 Set state to NULL before removing from bin. Fix refcounting.
6724 2005-10-04 Michael Smith <msmith@fluendo.com>
6726 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
6727 Correct refcounting in send_event() function. Previously was wrong
6728 if the first sink was unable to handle the event.
6730 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
6735 === release 0.9.3 ===
6737 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
6740 Releasing 0.9.3, "De Facto"
6742 2005-10-03 Andy Wingo <wingo@pobox.com>
6744 * gst/playback/gstdecodebin.c (try_to_link_1)
6745 (remove_element_chain): set element to NULL before removing it.
6747 2005-10-02 Johan Dahlin <johan@gnome.org>
6749 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
6750 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
6753 2005-10-02 Andy Wingo <wingo@pobox.com>
6755 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
6756 (gst_ring_buffer_prepare_read):
6757 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
6760 2005-09-29 Wim Taymans <wim@fluendo.com>
6762 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
6763 * ext/theora/theoradec.c: (theora_handle_data_packet):
6764 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6765 Propagate error codes from alloc_buffer too.
6767 2005-09-29 Wim Taymans <wim@fluendo.com>
6769 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
6772 * gst/playback/Makefile.am:
6773 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6774 (dump_element_stats), (main):
6775 Added example stream introspection code.
6777 2005-09-28 Stefan Kost <ensonic@users.sf.net>
6779 * gst/adder/gstadder.c: (gst_adder_collected):
6780 fix adder for float elements
6782 2005-09-28 Wim Taymans <wim@fluendo.com>
6784 * gst-libs/gst/audio/gstbaseaudiosink.c:
6785 (gst_base_audio_sink_class_init),
6786 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6787 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6788 (gst_base_audio_src_class_init),
6789 (gst_base_audio_src_provide_clock):
6790 get_clock -> provide_clock
6792 2005-09-28 Andy Wingo <wingo@pobox.com>
6794 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
6797 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
6800 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
6801 Actually add the pad template.
6802 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
6804 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
6807 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
6808 from fdsrc. Get caps in create() instead of start() so it can be
6809 interrupted. Interruption somewhat untested.
6811 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
6812 Proper EOS handling.
6814 2005-09-27 Andy Wingo <wingo@pobox.com>
6816 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
6818 * gst/tcp/gsttcpserversrc.c: Cleaned up.
6820 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
6823 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
6824 out of tcpclientsrc.c. Cancellable.
6825 (gst_tcp_socket_read): Made private, cancellable, with better
6826 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
6827 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
6828 whole buffer, and better diagnostics.
6829 (gst_tcp_gdp_read_caps): Same.
6831 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
6833 2005-09-26 Andy Wingo <wingo@pobox.com>
6835 * gst/sine/gstsinesrc.h:
6836 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
6837 change the 'sync' property to 'is-live' and implement it halfway,
6838 update for controller api change.
6840 * gst/volume/gstvolume.c (volume_transform_ip): Update for
6841 controller api change.
6843 2005-09-24 Wim Taymans <wim@fluendo.com>
6845 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
6846 * gst-libs/gst/audio/gstaudiosink.c:
6847 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6848 (gst_audioringbuffer_stop):
6849 * gst-libs/gst/audio/gstbaseaudiosink.c:
6850 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6851 (gst_base_audio_sink_change_state):
6852 * gst-libs/gst/audio/gstbaseaudiosink.h:
6853 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
6854 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6855 (gst_ring_buffer_commit), (gst_ring_buffer_read):
6856 * gst-libs/gst/audio/gstringbuffer.h:
6857 Fix sync again. Moved sample alignment to basesink.
6859 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
6861 * docs/plugins/Makefile.am:
6862 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6863 * docs/plugins/gst-plugins-base-plugins-sections.txt:
6864 * gst/volume/gstvolume.c:
6866 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
6867 * gst-libs/gst/audio/audio.h:
6868 add conversion macros for frames <-> clocktime
6870 2005-09-23 David Schleef <ds@schleef.org>
6872 * gst/audioresample/Makefile.am:
6873 * gst/audioresample/debug.h:
6874 * gst/audioresample/gstaudioresample.c:
6875 * gst/audioresample/resample.c: Convert to using gst debugging
6877 2005-09-22 Wim Taymans <wim@fluendo.com>
6879 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6880 (gst_play_bin_send_event):
6881 Only seek on one sink, the first one that succeeds.
6883 2005-09-22 Michael Smith <msmith@fluendo.com>
6885 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
6886 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6887 Don't flush encoder state unless we have an initialised encoder.
6888 Clear out encoder state on PAUSED_TO_READY.
6890 2005-09-22 Wim Taymans <wim@fluendo.com>
6892 * gst-libs/gst/rtp/gstbasertppayload.c:
6893 (gst_basertppayload_class_init), (gst_basertppayload_init),
6894 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6895 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6896 (gst_basertppayload_is_filled), (gst_basertppayload_push),
6897 (gst_basertppayload_set_property),
6898 (gst_basertppayload_get_property),
6899 (gst_basertppayload_change_state):
6900 * gst-libs/gst/rtp/gstbasertppayload.h:
6901 Added max-ptime to control amount of data in the rtp packets.
6903 2005-09-21 Andy Wingo <wingo@pobox.com>
6905 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
6908 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
6909 can be called multiple times, dogs.
6911 2005-09-21 Wim Taymans <wim@fluendo.com>
6913 * gst-libs/gst/rtp/gstbasertppayload.c:
6914 (gst_basertppayload_class_init), (gst_basertppayload_init),
6915 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6916 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6917 (gst_basertppayload_push), (gst_basertppayload_get_property),
6918 (gst_basertppayload_change_state):
6921 2005-09-21 Stefan Kost <ensonic@users.sf.net>
6923 * docs/libs/compiling.sgml:
6926 2005-09-20 Wim Taymans <wim@fluendo.com>
6928 * gst-libs/gst/rtp/gstbasertppayload.c:
6929 (gst_basertppayload_class_init), (gst_basertppayload_init),
6930 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6931 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6932 (gst_basertppayload_push), (gst_basertppayload_set_property),
6933 (gst_basertppayload_get_property),
6934 (gst_basertppayload_change_state):
6935 * gst-libs/gst/rtp/gstbasertppayload.h:
6936 Added property to configure sequence number offsets.
6938 2005-09-20 Wim Taymans <wim@fluendo.com>
6940 * gst-libs/gst/rtp/gstbasertppayload.c:
6941 (gst_basertppayload_class_init), (gst_basertppayload_init),
6942 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6943 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6944 (gst_basertppayload_push), (gst_basertppayload_set_property),
6945 (gst_basertppayload_get_property),
6946 (gst_basertppayload_change_state):
6947 * gst-libs/gst/rtp/gstbasertppayload.h:
6948 Make timestamp offset configurable.
6950 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
6952 * check/pipelines/simple_launch_lines.c: (run_pipeline):
6955 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
6957 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
6959 * gst-libs/gst/interfaces/propertyprobe.c:
6960 (gst_property_probe_probe_property_name),
6961 (gst_property_probe_needs_probe_name),
6962 (gst_property_probe_get_values_name),
6963 (gst_property_probe_probe_and_get_values_name):
6964 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
6965 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
6967 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
6969 * check/Makefile.am:
6970 have some tests be disabled for valgrinding
6971 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
6973 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
6974 Fix A Leak. Chain To Parent Finalize.
6976 2005-09-19 Wim Taymans <wim@fluendo.com>
6978 * examples/seeking/seek.c: (make_wav_pipeline), (main):
6981 2005-09-19 Wim Taymans <wim@fluendo.com>
6983 * gst-libs/gst/rtp/gstbasertppayload.c:
6984 (gst_basertppayload_class_init), (gst_basertppayload_init),
6985 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6986 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6987 (gst_basertppayload_push), (gst_basertppayload_get_property),
6988 (gst_basertppayload_change_state):
6989 Posting ERROR and WARNING messages is good.
6991 2005-09-19 Wim Taymans <wim@fluendo.com>
6993 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6994 (gst_base_rtp_depayload_add_to_queue),
6995 (gst_base_rtp_depayload_push),
6996 (gst_base_rtp_depayload_set_gst_timestamp),
6997 (gst_base_rtp_depayload_queue_release):
6998 This one was not supposed to go in.
7000 2005-09-19 Wim Taymans <wim@fluendo.com>
7002 * check/pipelines/simple_launch_lines.c: (run_pipeline):
7005 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7006 (gst_base_rtp_depayload_chain),
7007 (gst_base_rtp_depayload_add_to_queue),
7008 (gst_base_rtp_depayload_push),
7009 (gst_base_rtp_depayload_set_gst_timestamp),
7010 (gst_base_rtp_depayload_queue_release):
7013 * gst-libs/gst/rtp/gstbasertppayload.c:
7014 (gst_basertppayload_class_init), (gst_basertppayload_init),
7015 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7016 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7017 (gst_basertppayload_get_property),
7018 (gst_basertppayload_change_state):
7019 Added debugging category.
7021 2005-09-18 David Schleef <ds@schleef.org>
7023 * gst/playback/gstdecodebin.c: free plugin list correctly
7024 * gst/playback/gstplaybin.c: emit warning if autovideosink
7025 and autoaudiosink can't be found (instead of segfaulting)
7027 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
7029 * check/elements/audioconvert.c: (GST_START_TEST):
7030 try out 24 bit conversion
7032 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7034 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7035 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7036 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7037 * ext/vorbis/vorbisenc.h:
7038 Fix EOS handling. Still needs a fix in the ogg muxer to
7039 mark the last page as eos.
7041 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7043 * common/gtk-doc-plugins.mak:
7044 * docs/plugins/Makefile.am:
7045 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7046 * gst/ffmpegcolorspace/Makefile.am:
7047 * gst/ffmpegcolorspace/avcodec.h:
7048 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7049 * gst/tcp/gstmultifdsink.c:
7050 fix up ffmpegcolorspace docs; extract header
7052 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7054 * common/gtk-doc-plugins.mak:
7055 * docs/plugins/Makefile.am:
7056 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7057 * ext/theora/Makefile.am:
7058 * ext/theora/gsttheoraenc.h:
7059 * ext/theora/theoraenc.c:
7060 * ext/vorbis/vorbisenc.c:
7061 pick up signals and args for vorbis; add some docs for vorbis
7063 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7065 * common/gstdoc-scangobj:
7066 * common/gtk-doc-plugins.mak:
7067 * docs/libs/Makefile.am:
7068 * docs/plugins/gst-plugins-base-plugins.args:
7069 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7070 * docs/plugins/gst-plugins-base-plugins.interfaces:
7071 * docs/plugins/gst-plugins-base-plugins.prerequisites:
7072 * docs/plugins/gst-plugins-base-plugins.signals:
7073 only scanobj stuff from our source module. Not sure yet
7074 if that's correct, given the hierarchy stuff :)
7076 2005-09-15 Wim Taymans <wim@fluendo.com>
7078 * gst/audioconvert/gstaudioconvert.c:
7079 And enable 24 bits mode as well..
7081 2005-09-15 Wim Taymans <wim@fluendo.com>
7083 * gst-libs/gst/rtp/Makefile.am:
7084 * gst-libs/gst/rtp/gstbasertppayload.c:
7085 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7086 (gst_basertppayload_class_init), (gst_basertppayload_init),
7087 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7088 (gst_basertppayload_chain), (gst_basertppayload_set_options),
7089 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7090 (gst_basertppayload_set_property),
7091 (gst_basertppayload_get_property),
7092 (gst_basertppayload_change_state):
7093 * gst-libs/gst/rtp/gstbasertppayload.h:
7094 Added rtp payloader base class.
7096 2005-09-15 Andy Wingo <wingo@pobox.com>
7098 * configure.ac (plugindir): Remove the EOL matcher from the
7099 regexp, as it causes me problems. Libtool? Make? Who knows?
7101 2005-09-14 David Schleef <ds@schleef.org>
7103 * check/generic/states.c:
7104 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7105 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7106 Fixes for changes in registry API.
7108 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
7109 to GST_PLUGIN_LDFLAGS.
7110 * ext/libvisual/visual.c: Make the library shut up.
7111 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7112 * gst-libs/gst/audio/gstaudiofilter.c: same
7114 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
7116 * docs/plugins/Makefile.am:
7117 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7118 * docs/plugins/inspect/plugin-libvisual.xml:
7119 * docs/plugins/tmpl/element-tcpserversink.sgml:
7120 * ext/theora/theoraenc.c:
7121 add libvisual plugin and theoraenc element to docs
7123 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
7125 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7126 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7127 * ext/theora/theoraenc.c:
7130 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
7132 * gst/audioconvert/Makefile.am:
7133 Audioconvert derives from GstBaseTransform and should
7134 link to the library with our base elements to avoid
7135 unresolved symbols. Makes things work with MinGW (#316160)
7137 * gst/playback/test4.c: (main):
7138 Fix MinGW build problem and use g_usleep() instead of
7141 2005-09-12 Wim Taymans <wim@fluendo.com>
7143 * gst/audioconvert/audioconvert.c: (float),
7144 (audio_convert_prepare_context), (audio_convert_convert):
7145 * gst/audioconvert/audioconvert.h:
7146 Cleanups, speedups, simplifications, added back support
7149 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
7151 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7152 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7153 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7154 * docs/plugins/tmpl/element-tcpserversink.sgml:
7155 * gst/ffmpegcolorspace/gstffmpeg.c:
7156 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7157 * gst/videotestsrc/gstvideotestsrc.c:
7158 * gst/volume/gstvolume.c:
7159 add more elements to the docs
7161 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
7163 * check/Makefile.am:
7164 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7165 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7166 Add extra tests for basetransform based components.
7167 Comment out the test_element_negotiation test until we decide
7168 if it's testing correct behaviour.
7169 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7170 (gst_visual_chain), (gst_visual_change_state):
7171 Slightly more correct but still bogus timestamping.
7172 Fix state change function.
7173 * gst/audioconvert/gstaudioconvert.c:
7174 (gst_audio_convert_class_init):
7175 * gst/audioresample/gstaudioresample.c:
7176 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7177 (gst_ffmpegcsp_class_init):
7178 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7179 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7180 (gst_videoscale_prepare_image):
7181 * gst/volume/gstvolume.c: (gst_volume_class_init),
7182 (volume_transform_ip):
7183 Basetransform updates. Enable passthrough modes.
7184 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7185 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7186 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7187 Negotiation fix that allows the window to return to the original
7188 size and renegotiate passthrough upstream. Extra debug output.
7190 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
7192 * gst/sine/gstsinesrc.c:
7193 * gst/volume/gstvolume.c:
7194 fix up header include
7196 2005-09-09 Stefan Kost <ensonic@users.sf.net>
7198 * gst-libs/gst/audio/gstbaseaudiosink.c:
7199 (gst_base_audio_sink_render):
7200 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7201 * gst/volume/gstvolume.c: (gst_volume_class_init),
7203 fixing lost sync, some more debugging
7205 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
7207 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7208 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7209 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7210 (gst_xvimagesink_check_xshm_calls):
7211 Fix compilation when XShm is not available.
7213 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
7215 * ext/libvisual/visual.c: (gst_visual_dispose),
7216 (gst_visual_getcaps), (gst_visual_src_setcaps),
7217 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7218 (gst_visual_change_state):
7219 Finish fixing up libvisual plugin so that it runs.
7221 2005-09-07 Stefan Kost <ensonic@users.sf.net>
7223 * ext/vorbis/vorbisenc.c:
7224 * gst-libs/gst/tag/gstvorbistag.c:
7225 gsttaginterface.h -> gsttagsetter.h
7227 2005-09-07 Stefan Kost <ensonic@users.sf.net>
7229 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7230 added another test that failes for me (test is not active by default)
7232 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7235 v4l2 is no longer in gst-plugins-base
7237 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
7240 In the output at the end, don't show the first plugin on the same
7241 line as "Core plug-ins, always built:".
7242 Indent the output as for other plugin categories
7243 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7244 #define that can be used to not use peer buffer_alloc functions for
7246 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7247 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7248 (gst_ximagesink_show_frame):
7249 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7250 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7251 (gst_xvimagesink_show_frame):
7252 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7253 fails gracefully instead of XError aborting or deadlocking.
7255 2005-09-07 Stefan Kost <ensonic@users.sf.net>
7257 * ext/libvisual/Makefile.am:
7258 link against gst-base-libs
7260 2005-09-06 David Schleef <ds@schleef.org>
7262 * configure.ac: Enable libvisual plugin.
7263 * ext/libvisual/Makefile.am:
7264 * ext/libvisual/visual.c: Fixes to make it compile.
7266 === release 0.9.2 ===
7268 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
7273 * docs/random/ChangeLog-0.8:
7274 releasing 0.9.2, "Spoon"
7276 2005-09-05 Michael Smith <msmith@fluendo.com>
7278 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7279 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7280 that in the vorbisenc element.
7282 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
7284 * common/gtk-doc-plugins.mak:
7285 * docs/plugins/Makefile.am:
7287 * gst/audioresample/resample.c:
7290 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
7292 * common/gst-xmlinspect.py:
7293 * common/gtk-doc-plugins.mak:
7294 only inspect plugins for this given package
7295 require gst-python 0.9
7297 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
7301 * common/gst-xmlinspect.py:
7304 * docs/plugins/inspect/plugin-alsa.xml:
7305 * docs/plugins/inspect/plugin-audioresample.xml:
7306 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7307 * docs/plugins/inspect/plugin-ogg.xml:
7308 * docs/plugins/tmpl/element-gnomevfssink.sgml:
7309 * docs/plugins/tmpl/element-multifdsink.sgml:
7310 * docs/plugins/tmpl/element-tcpserversink.sgml:
7311 * docs/plugins/tmpl/element-vorbisenc.sgml:
7312 * gst-plugins-base.spec.in:
7313 various doc-related updates
7315 2005-08-31 Wim Taymans <wim@fluendo.com>
7317 * gst-libs/gst/audio/gstbaseaudiosink.c:
7318 (gst_base_audio_sink_render):
7319 Resync if the buffer timestamps drift more than a 10th
7322 2005-08-31 Tim-Philipp M??ller <tim at centricular dot net>
7324 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7325 (gst_v4lsrc_get_property):
7326 The 'timestamp-offset' property is registered as an int64, so
7327 let's use g_value_{set|get}_int64() in our setter and getter
7328 functions (makes it work and fixes warnings with gst-inspect).
7330 2005-08-30 Wim Taymans <wim@fluendo.com>
7332 * check/elements/audioconvert.c: (setup_audioconvert):
7333 * check/elements/audioresample.c: (setup_audioresample):
7334 * check/elements/volume.c: (setup_volume):
7337 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
7339 * common/gtk-doc-plugins.mak:
7340 * common/plugins.xsl:
7341 * docs/plugins/Makefile.am:
7344 2005-08-30 Stefan Kost <ensonic@users.sf.net>
7346 * examples/seeking/seek.c: (make_mp3_pipeline),
7347 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7348 (play_cb), (pause_cb), (stop_cb):
7351 2005-08-30 Stefan Kost <ensonic@users.sf.net>
7353 * gst/volume/gstvolume.c: (gst_volume_class_init),
7355 do not update controlled params, if buffer has no timestamp
7357 2005-08-29 Stefan Kost <ensonic@users.sf.net>
7360 * gst/sine/Makefile.am:
7361 * gst/volume/Makefile.am:
7362 controllerized elements also need to link against controller-libs ;)
7364 2005-08-29 Stefan Kost <ensonic@users.sf.net>
7366 * docs/libs/tmpl/gstcolorbalance.sgml:
7367 * docs/libs/tmpl/gstgconf.sgml:
7368 * docs/libs/tmpl/gstmixer.sgml:
7369 * docs/libs/tmpl/gstringbuffer.sgml:
7370 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7371 (gst_sinesrc_create):
7372 * gst/volume/gstvolume.c: (gst_volume_class_init),
7374 controllerized two audio plugins
7376 2005-08-29 Andy Wingo <wingo@pobox.com>
7378 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
7379 (vorbis_handle_data_packet): Fix some int overflow errors.
7381 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7383 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7385 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7386 if it's valid. Fixed streaming-mode playback.
7388 * check/elements/volume.c (cleanup_volume): Fix for running
7391 * check/elements/audioconvert.c: Convert from native endian, not
7394 2005-08-29 Michael Smith <msmith@fluendo.com>
7396 * ext/ogg/Makefile.am:
7397 * ext/ogg/gstogg.c: (plugin_init):
7398 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7399 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7400 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7401 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7402 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7403 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7404 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7405 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7406 Add an ogg parser element.
7408 2005-08-28 Andy Wingo <wingo@pobox.com>
7410 * Updates for two-arg init from GST_BOILERPLATE_FULL.
7412 2005-08-26 Wim Taymans <wim@fluendo.com>
7414 * gst/audioconvert/audioconvert.c: (if), (float),
7415 (audio_convert_get_func_index), (check_default),
7416 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7417 (audio_convert_clean_context), (audio_convert_get_sizes),
7418 (audio_convert_convert):
7421 2005-08-26 Wim Taymans <wim@fluendo.com>
7423 * gst/audioconvert/audioconvert.c: (if), (float),
7424 (audio_convert_get_func_index), (check_default),
7425 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7426 (audio_convert_clean_context), (audio_convert_get_sizes),
7427 (audio_convert_convert):
7428 More elegant and working temp buffer selection algo.
7430 2005-08-26 Wim Taymans <wim@fluendo.com>
7432 * gst/audioconvert/audioconvert.c: (if), (float),
7433 (audio_convert_get_func_index), (check_default),
7434 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7435 (audio_convert_clean_context), (audio_convert_get_sizes),
7436 (get_temp_buffer), (audio_convert_convert):
7437 Use realloc else we lose our original data.
7439 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
7441 * gst/audioresample/gstaudioresample.c:
7442 use base class' newsegment to properly timestamp
7444 2005-08-26 Wim Taymans <wim@fluendo.com>
7446 * gst/audioconvert/audioconvert.c: (if), (float),
7447 (audio_convert_get_func_index), (check_default),
7448 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7449 (audio_convert_clean_context), (audio_convert_get_sizes),
7450 (get_temp_buffer), (audio_convert_convert):
7451 * gst/audioconvert/gstaudioconvert.c:
7452 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7453 (gst_audio_convert_transform_caps),
7454 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7455 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7456 Oops, allocate enough space to perform the channel mix.
7458 2005-08-26 Wim Taymans <wim@fluendo.com>
7460 * gst/audioconvert/Makefile.am:
7461 * gst/audioconvert/audioconvert.c: (if), (float),
7462 (audio_convert_get_func_index), (check_default),
7463 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7464 (audio_convert_clean_context), (audio_convert_get_sizes),
7465 (get_temp_buffer), (audio_convert_convert):
7466 * gst/audioconvert/audioconvert.h:
7467 * gst/audioconvert/gstaudioconvert.c:
7468 (gst_audio_convert_class_init), (gst_audio_convert_init),
7469 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7470 (gst_audio_convert_get_unit_size),
7471 (gst_audio_convert_transform_caps),
7472 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7473 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7474 * gst/audioconvert/gstaudioconvert.h:
7475 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7476 (gst_channel_mix_fill_identical),
7477 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7478 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7479 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7480 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7481 (gst_channel_mix_mix):
7482 * gst/audioconvert/gstchannelmix.h:
7483 Cleanups, librarify a bit, optimize, better negotiation and more.
7485 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
7487 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7489 During typefinding, don't support negative offsets
7490 (offsets from the end of the stream) in our typefind->peek() function
7491 - nothing embedded in ogg ever needs them. However, we need to recognise
7492 those requests and reject them, otherwise we return invalid pointers.
7494 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
7496 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7497 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7498 (vorbisdec_finalize), (vorbis_handle_type_packet):
7499 Big shout-out to MikeS for fixing this giant memory leak.
7502 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
7504 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
7505 (audio_convert_get_unit_size):
7508 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
7510 * check/Makefile.am:
7511 * check/elements/audioconvert.c: (setup_audioconvert),
7512 (cleanup_audioconvert), (get_int_caps), (verify_convert),
7513 (GST_START_TEST), (audioconvert_suite), (main):
7514 add a test for audioconvert
7515 * gst/audioresample/gstaudioresample.c:
7516 * gst/audioresample/gstaudioresample.h:
7517 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
7518 note that for buffers of 1/3 sec this means DURATION(c) is
7519 one nanosecond more than for a and b
7521 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
7523 * check/Makefile.am:
7524 * check/elements/audioresample.c: (setup_audioresample),
7525 (cleanup_audioresample), (fail_unless_perfect_stream),
7526 (test_perfect_stream_instance), (GST_START_TEST),
7527 add a check for audioresample
7528 (audioresample_suite), (main):
7529 * check/elements/volume.c: (GST_START_TEST):
7530 remove unused method
7531 * gst/audioresample/gstaudioresample.c:
7532 set correct buffer parameters since we're changing them
7533 * gst/audioresample/resample_ref.c: (resample_scale_ref):
7536 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
7538 * gst/audioresample/debug.c:
7539 * gst/audioresample/gstaudioresample.c:
7540 add room for extra overlap samples when asked to transform size
7541 protect against possible mem corruption and check for discrepancies
7542 between written size and outbuffer's size so we can warn for
7544 * gst/audioresample/resample.c: (resample_init),
7545 (resample_get_output_size_for_input), (resample_get_output_size),
7546 (resample_set_n_channels), (resample_set_format):
7547 set debug level based on RESAMPLE_DEBUG env var
7548 make sure that get_output_size* returns a whole number of
7550 set sample_size each time either channel or format is set
7551 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
7552 * gst/audioresample/resample_functable.c:
7553 (resample_scale_functable):
7554 * gst/audioresample/resample_ref.c: (resample_scale_ref):
7555 remove r->sample_size, it's done in resample.c now
7556 add some debugging to the ref implementation
7557 make sure we only give back bytes that are wholes of the sample
7560 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
7561 * gst/playback/gstplaybasebin.c: (fill_buffer):
7562 Revert unpopular change for GST_MESSAGE_SRC to GObject.
7564 2005-08-25 Stefan Kost <ensonic@users.sf.net>
7566 * gst/volume/gstvolume.c:
7567 made set_caps function static
7569 2005-08-24 Wim Taymans <wim@fluendo.com>
7571 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7572 (gst_vorbisenc_change_state):
7573 Stop leaking taglists.
7575 2005-08-24 Wim Taymans <wim@fluendo.com>
7577 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
7578 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
7579 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
7580 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
7581 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7582 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7583 Parse seeking events better.
7585 Generate correct newsegment events, fixes seeking in live oggs.
7587 * ext/theora/theoradec.c: (theora_dec_src_query),
7588 (theora_dec_src_event), (theora_dec_src_getcaps),
7589 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
7590 Use newsegment values to report correct play time.
7592 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7593 (vorbis_dec_src_event), (vorbis_dec_sink_event):
7594 * ext/vorbis/vorbisdec.h:
7595 Parse and use newsegment values to report correct play time.
7597 * gst-libs/gst/audio/gstbaseaudiosink.c:
7598 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7599 Clear ringbuffer on flush.
7600 Use newsegment values to calculate playback time.
7602 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7603 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7604 Basesink does newsegment calculations for us now.
7606 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
7608 * check/Makefile.am:
7610 add core's plugins to the mix so that playbin works
7611 * check/generic/states.c: (GST_START_TEST):
7612 set a 0 timeout on pipelines, so they don't force the next
7614 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
7615 (gst_play_base_bin_change_state):
7616 remove the crappy error handling and do GST error handling
7618 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
7620 * check/Makefile.am:
7621 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
7622 add same test as to core, it bitches out on playbin atm.
7624 2005-08-24 Wim Taymans <wim@fluendo.com>
7629 2005-08-24 Wim Taymans <wim@fluendo.com>
7631 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
7632 (gst_videoscale_prepare_size), (parse_caps),
7633 (gst_videoscale_set_caps), (gst_videoscale_get_size),
7634 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
7635 (gst_videoscale_transform):
7636 * gst/videoscale/gstvideoscale.h:
7637 Refactor, make use of BaseTranform really well.
7639 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
7642 compile audioresample
7643 * gst/audioresample/Makefile.am:
7644 * gst/audioresample/buffer.c:
7645 * gst/audioresample/functable.c:
7646 * gst/audioresample/gstaudioresample.c:
7647 * gst/audioresample/gstaudioresample.h:
7648 * gst/audioresample/resample.c:
7649 (resample_get_output_size_for_input):
7650 * gst/audioresample/resample.h:
7651 * gst/audioresample/resample_chunk.c:
7652 * gst/audioresample/resample_functable.c:
7653 * gst/audioresample/resample_ref.c:
7654 port to use basetransform; doesn't work in all cases yet
7656 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
7658 * gst/audioconvert/gstaudioconvert.c:
7659 (gst_audio_convert_class_init), (gst_audio_convert_init),
7660 (audio_convert_get_unit_size), (audio_convert_transform_caps),
7661 (audio_convert_fixate_caps), (audio_convert_set_caps),
7662 (audio_convert_transform),
7663 (gst_audio_convert_buffer_to_default_format),
7664 (gst_audio_convert_buffer_from_default_format),
7665 (gst_audio_convert_channels):
7666 * gst/audioconvert/gstchannelmix.c:
7667 * gst/audioconvert/gstchannelmix.h:
7668 port to basetransform
7669 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7670 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
7671 (gst_ffmpegcsp_get_unit_size):
7672 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7673 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
7674 fix for basetransform changes
7676 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
7678 * check/Makefile.am:
7679 Add CHECK_CFLAGS and LDFLAGS
7681 * gst/playback/gstplaybasebin.c: (fill_buffer):
7682 GST_MESSAGE_SRC became a GObject
7684 2005-08-24 Wim Taymans <wim@fluendo.com>
7686 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
7687 (gst_ring_buffer_clear_all):
7688 * gst-libs/gst/audio/gstringbuffer.h:
7689 Added function to clear the ringbuffer.
7691 2005-08-24 Andy Wingo <wingo@pobox.com>
7693 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
7694 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
7695 of _open and _close.
7697 * sys/v4l/gstv4lxoverlay.h:
7698 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
7699 an Xv connection here, instead of all the time. Make Xv only be
7700 loaded if you axe for it. Kindof a workaround for buggy behaviour
7701 of Xv when using remote xservers (XvQueryExtension would block).
7702 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
7703 replace the _open and _close public API. Only start the xv
7704 connection if necessary.
7705 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
7707 2005-08-23 David Schleef <ds@schleef.org>
7709 * gst/audioresample/Makefile.am: Leet audioresampling code
7710 * gst/audioresample/buffer.c:
7711 * gst/audioresample/buffer.h:
7712 * gst/audioresample/debug.c:
7713 * gst/audioresample/debug.h:
7714 * gst/audioresample/functable.c:
7715 * gst/audioresample/functable.h:
7716 * gst/audioresample/gstaudioresample.c:
7717 * gst/audioresample/gstaudioresample.h:
7718 * gst/audioresample/resample.c:
7719 * gst/audioresample/resample.h:
7720 * gst/audioresample/resample_chunk.c:
7721 * gst/audioresample/resample_functable.c:
7722 * gst/audioresample/resample_ref.c:
7724 2005-08-23 Wim Taymans <wim@fluendo.com>
7726 * examples/seeking/seek.c: (make_vorbis_pipeline),
7727 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
7730 2005-08-23 Andy Wingo <wingo@pobox.com>
7732 * gst-libs/gst/audio/gstbaseaudiosrc.c
7733 (gst_base_audio_src_fixate): Only fixate endianness if it is
7734 present in the caps.
7736 2005-08-22 Andy Wingo <wingo@pobox.com>
7738 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
7739 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
7740 device-name property.
7742 * gst-libs/gst/audio/gstaudiosrc.h:
7743 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
7744 close_device in the ring buffer, like gstaudiosink.
7746 * ext/alsa/gstalsamixer.h:
7747 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
7748 macro to implement the interface without much code. Cleanups.
7750 * ext/alsa/gstalsasrc.h:
7751 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
7754 * ext/alsa/Makefile.am: Add new files.
7755 * ext/alsa/gstalsamixerelement.c:
7756 * ext/alsa/gstalsamixerelement.c: Split element code out from
7757 mixer code so that alsasrc can be a mixer too.
7759 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
7761 * check/elements/volume.c: (setup_volume), (cleanup_volume),
7763 * check/elements/vorbisdec.c: (setup_vorbisdec),
7764 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
7765 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7766 (vorbis_handle_identification_packet),
7767 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
7768 (vorbis_handle_header_packet), (vorbis_dec_push),
7770 use the setup/teardown methods to save code. save code is good.
7772 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
7774 * check/Makefile.am:
7775 add ext dir for plugins
7776 add vorbisdec test conditionally
7777 * check/elements/volume.c: (setup_volume), (cleanup_volume),
7778 (GST_START_TEST), (volume_suite):
7779 add a test with wrong caps
7780 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
7781 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
7782 add a vorbisdec test
7783 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
7784 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
7785 clean up debug output
7786 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7787 yay, fix a segfault/security issue in vorbisdec
7788 gst-launch fakesrc ! vorbisdec wasn't happy
7789 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
7790 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
7791 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
7792 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7793 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
7794 (gst_vorbisenc_set_metadata), (get_constraints_string),
7795 (update_start_message), (gst_vorbisenc_setup),
7796 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7797 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
7798 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
7799 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
7800 * ext/vorbis/vorbisenc.h:
7802 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7803 (gst_ffmpegcsp_transform):
7804 have the kow come home
7805 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7807 * gst/volume/gstvolume.c: (volume_set_caps):
7810 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
7814 * check/Makefile.am:
7815 * check/elements/.cvsignore:
7816 * check/elements/volume.c: (chain_func), (event_func),
7817 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
7820 add unit test structure for gst-plugins-base
7821 add a test for volume
7822 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
7823 (gst_volume_set_volume), (gst_volume_get_volume),
7824 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
7825 (volume_funcfind), (volume_process_float), (volume_process_int16),
7826 (volume_set_caps), (volume_transform), (volume_update_mute),
7827 (volume_update_volume), (volume_set_property),
7828 (volume_get_property):
7829 document a little; use basetransform vmethod _set_caps
7831 2005-08-19 Andy Wingo <wingo@pobox.com>
7833 * ext/alsa/gstalsamixertrack.h:
7834 * ext/alsa/gstalsamixertrack.c:
7835 * ext/alsa/gstalsamixeroptions.h:
7836 * ext/alsa/gstalsamixeroptions.c:
7837 * ext/alsa/gstalsamixer.h:
7838 * ext/alsa/gstalsamixer.c: Port to 0.9.
7840 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
7841 Remove gstalsa.c and alsaclock. No more cruft here.
7843 2005-08-18 Wim Taymans <wim@fluendo.com>
7845 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7846 (gst_base_rtp_depayload_chain),
7847 (gst_base_rtp_depayload_add_to_queue),
7848 (gst_base_rtp_depayload_push),
7849 (gst_base_rtp_depayload_queue_release):
7850 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7851 Fix for RTPBuffer changes.
7853 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
7854 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
7855 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
7856 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
7857 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
7858 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
7859 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
7860 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
7861 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
7862 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
7863 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
7864 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
7865 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
7866 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
7867 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
7868 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
7869 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
7870 (gst_rtpbuffer_get_payload):
7871 * gst-libs/gst/rtp/gstrtpbuffer.h:
7872 Don't subclass GstBuffer but add methods and helper functions
7873 to construct and manipulate RTP packets in regular GstBuffers.
7875 2005-08-18 Stefan Kost <ensonic@users.sf.net>
7877 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
7878 moved statement below switch
7879 * gst/volume/gstvolume.c: (gst_volume_class_init):
7882 2005-08-16 Wim Taymans <wim@fluendo.com>
7884 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7885 (gst_base_audio_src_change_state):
7886 Open and close device in READY<->NULL state change.
7888 2005-08-16 Andy Wingo <wingo@pobox.com>
7890 * examples/seeking/Makefile.am: Don't compile non-compiling
7891 compiled objects with the compiler.
7893 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
7896 2005-08-12 Philippe Khalaf <burger@speedy.org>
7897 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7898 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7899 Made a thread to release the queue.
7900 Removed timestamp conversion for now.
7902 2005-08-10 Philippe Khalaf <burger@speedy.org>
7903 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7904 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7905 Added rtp timestamp -> gst timestamp conversion.
7906 Fixed several problems with queue.
7908 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
7910 * gst-libs/gst/audio/gstaudioclock.h:
7911 * gst-libs/gst/audio/gstaudiofilter.h:
7912 * gst-libs/gst/audio/gstaudiosink.h:
7913 * gst-libs/gst/audio/gstaudiosrc.h:
7914 * gst-libs/gst/audio/gstbaseaudiosink.h:
7915 * gst-libs/gst/audio/gstbaseaudiosrc.h:
7916 * gst-libs/gst/audio/gstringbuffer.h:
7917 * gst-libs/gst/net/gstnetbuffer.h:
7918 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7919 * gst-libs/gst/rtp/gstrtpbuffer.h:
7920 Add padding (you will need to rebuild gst-plugins-base,
7921 gst-plugins and all applications afterwards!)
7923 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
7925 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7926 (gst_riff_parse_chunk):
7927 Fix bug in debug message and add some more debug messages.
7929 2005-08-08 Edward Hervey <edward@fluendo.com>
7931 * gst-libs/gst/riff/riff-media.c:
7932 backported updates since branch
7934 2005-08-08 Andy Wingo <wingo@pobox.com>
7936 * gst-libs/gst/audio/gstbaseaudiosink.c
7937 (gst_base_audio_sink_change_state): Open the device in NULL->READY
7938 like good elements should. Close on READY->NULL too.
7940 * gst-libs/gst/audio/gstaudiosink.c
7941 (gst_audioringbuffer_open_device,
7942 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
7943 (gst_audioringbuffer_release): Updates for new ring buffer API,
7944 hook into the new audio sink api.
7946 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
7947 (GstAudioSinkClass.close): Just open and close the device -- no
7948 resource allocation or configuration.
7949 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
7950 vmethods, handle device setup and resource allocation.
7952 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
7953 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
7956 * gst-libs/gst/audio/gstringbuffer.h
7957 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
7960 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
7961 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
7962 New API functions. The device should be opened before acquiring
7963 and closed after releasing.
7965 2005-08-08 Tim-Philipp M??ller <tim at centricular dot net>
7967 * gst-libs/gst/interfaces/mixer.h:
7968 Reset padding to GST_PADDING.
7970 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7972 * gst/playback/gstplaybin.c: (remove_sinks):
7973 Remove visualization from parent explicitely; works around some
7974 apparent refcount issue that I haven't tracked down yet.
7976 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7978 * ext/alsa/gstalsasink.c: (set_hwparams):
7979 Assign debug category, add negotiation debug msgs.
7981 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7983 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
7984 Fix error code for file-not-found to NOT_FOUND.
7986 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
7988 * common/gtk-doc-plugins.mak:
7989 * docs/plugins/Makefile.am:
7990 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7991 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7992 renamed to actual element names, so much nicer to look at
7993 * docs/plugins/tmpl/gstmultifdsink.sgml:
7995 * docs/plugins/tmpl/multifdsink.sgml:
7996 * docs/plugins/tmpl/tcpserversink.sgml:
7998 * ext/alsa/gstalsa.c:
7999 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8000 * ext/ogg/gstoggmux.c:
8001 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8002 * gst/playback/gstdecodebin.c:
8003 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8004 * gst/tcp/gsttcpserversink.c:
8005 various fixes and documentation additions
8007 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
8009 * common/Makefile.am:
8010 * common/gstdoc-scangobj:
8011 * common/gtk-doc-plugins.mak:
8012 * common/gtk-doc.mak:
8013 add a custom scangobj that uses the registry
8014 add a custom gtk-doc-plugins.mak that uses it
8015 some doc build fixes
8018 * docs/plugins/Makefile.am:
8019 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8020 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8021 * docs/plugins/gst-plugins-base-plugins.types:
8022 * docs/plugins/tmpl/gstmultifdsink.sgml:
8023 add docs for one element, multifdsink
8024 * gst/adder/gstadder.h:
8025 * gst/volume/gstvolume.h:
8026 don't privatize enum
8027 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8028 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8029 (gst_sync_method_get_type), (gst_client_status_get_type),
8030 (gst_multifdsink_class_init),
8031 (gst_multifdsink_client_queue_buffer),
8032 (gst_multifdsink_handle_client_write):
8033 * gst/tcp/gstmultifdsink.h:
8035 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8036 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8037 (gst_tcpclientsink_render):
8038 * gst/tcp/gsttcpclientsink.h:
8039 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8040 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8041 (gst_tcpclientsrc_start):
8042 * gst/tcp/gsttcpclientsrc.h:
8043 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8044 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8045 * gst/tcp/gsttcpserversrc.h:
8046 * gst/typefind/gsttypefindfunctions.c:
8047 remove superfluous Type stuff
8049 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8051 * gst/playback/gstplaybin.c: (gen_video_element):
8054 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8056 * gst-libs/gst/gconf/gconf.c:
8057 * gst-libs/gst/gconf/gconf.h:
8058 Fix some Andy Problem [tm].
8060 2005-08-04 Andy Wingo <wingo@pobox.com>
8062 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8063 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8064 (gst_ffmpegcsp_get_size): Adapt to API changes.
8066 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8067 Implement an in-place do-nothing transform.
8069 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8071 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8072 (gst_ximagesink_renegotiate_size):
8073 Do not set new window sizes yet if we prepare a new buffer size
8074 for upstream renegotiation (software scaling) at some point in the
8075 future, because this new size waqs not actually accepted yet. Once
8076 accepted, renegotiation later on will set the new sizes just fine.
8077 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8080 2005-08-03 Andy Wingo <wingo@pobox.com>
8082 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8083 (gst_ximagesink_buffer_alloc):
8084 Protect the height, width, and desired_caps with the pool_lock.
8085 Fixes videotestsrc ! queue ! ximagesink.
8087 2005-08-02 Edward Hervey <edward@fluendo.com>
8089 * gst/volume/gstvolume.c:
8090 include left from controller cleanup
8092 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
8093 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8094 Stop collectpads before calling the parent state
8095 change function on PAUSED->READY.
8097 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
8099 When testing for X libs, use the X CFlags
8100 * gst/adder/gstadder.c: (gst_adder_change_state):
8101 Stop the collectpads before calling parent state change function
8102 on PAUSED->READY, otherwise we deadlock deactivating pads.
8104 2005-08-01 Stefan Kost <ensonic@users.sf.net>
8107 * docs/libs/tmpl/gstcolorbalance.sgml:
8108 * docs/libs/tmpl/gstmixer.sgml:
8109 * examples/Makefile.am:
8110 * gst/sine/Makefile.am:
8111 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8112 (gst_sinesrc_set_property), (plugin_init):
8113 * gst/sine/gstsinesrc.h:
8114 * gst/volume/Makefile.am:
8115 * gst/volume/gstvolume.c: (gst_volume_set_volume),
8116 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8117 (volume_process_float), (volume_process_int16),
8118 (volume_set_property), (plugin_init):
8119 * gst/volume/gstvolume.h:
8120 deactivate and remove dparams (libgstcontrol)
8122 2005-07-29 Wim Taymans <wim@fluendo.com>
8124 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8125 Convert me to BaseTransform!! help..
8127 2005-07-29 Andy Wingo <wingo@pobox.com>
8129 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8132 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8133 support of both endiannesses.
8135 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
8137 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8138 Fix confusing debug message (s/event/query/)
8140 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
8142 * gst/videotestsrc/videotestsrc.h:
8143 Use "_stdint.h" instead of <stdint.h>
8145 2005-07-27 Wim Taymans <wim@fluendo.com>
8147 * ext/vorbis/Makefile.am:
8148 Revert wrong commit.
8150 2005-07-27 Wim Taymans <wim@fluendo.com>
8152 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8153 More compilation fixen.
8155 2005-07-27 Wim Taymans <wim@fluendo.com>
8157 * gst-libs/gst/audio/gstbaseaudiosink.c:
8158 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8159 (gst_base_audio_sink_create_ringbuffer),
8160 (gst_base_audio_sink_change_state):
8163 2005-07-27 Wim Taymans <wim@fluendo.com>
8165 * examples/seeking/seek.c: (setup_dynamic_link),
8166 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8167 (query_positions_elems), (query_positions_pads), (do_seek):
8168 Update seek example.
8170 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8171 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8172 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8173 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8174 (gst_ogg_demux_handle_event),
8175 (gst_ogg_demux_deactivate_current_chain),
8176 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8177 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8178 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8179 (gst_ogg_demux_loop):
8180 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8181 * ext/theora/theoradec.c: (theora_dec_src_event),
8182 (theora_dec_src_getcaps), (theora_dec_sink_event),
8183 (theora_dec_push), (theora_dec_chain):
8184 * ext/vorbis/Makefile.am:
8185 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8186 (vorbis_dec_sink_event), (vorbis_dec_push),
8187 (vorbis_handle_data_packet):
8188 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8189 (gst_vorbisenc_chain):
8190 * gst/playback/gststreaminfo.c: (cb_probe):
8191 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8192 * gst/videorate/gstvideorate.c: (gst_videorate_event):
8193 * gst/videoscale/gstvideoscale.c:
8194 (gst_videoscale_handle_src_event):
8195 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8196 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8197 (gst_ximagesink_navigation_send_event):
8198 * sys/xvimage/xvimagesink.c:
8199 (gst_xvimagesink_navigation_send_event):
8200 Various event updates and cleanups
8202 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8204 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8205 Fix segfault for I420/YV12.
8207 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8209 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8212 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8214 * gst/playback/gstplaybin.c: (gen_video_element),
8215 (gen_audio_element):
8216 Switch to auto*sink elements as default sinks; add volume element
8217 so that volume control in totem works.
8219 2005-07-21 Wim Taymans <wim@fluendo.com>
8221 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8222 * gst/playback/gstplaybin.c: (setup_sinks),
8223 (gst_play_bin_change_state):
8224 Refcount fix and more comments.
8226 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8228 * sys/ximage/Makefile.am:
8229 * sys/ximage/ximage.c: (plugin_init):
8230 * sys/ximage/ximagesink.c:
8231 Prepare for adding ximagesrc, rename of plugin to ximage etc.
8234 2005-07-21 Wim Taymans <wim@fluendo.com>
8236 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8237 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8238 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8239 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8240 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8241 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8242 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8243 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8244 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8245 Generate correct disconts for live chained oggs.
8247 * gst-libs/gst/audio/gstbaseaudiosink.c:
8248 (gst_base_audio_sink_render),
8249 (gst_base_audio_sink_create_ringbuffer),
8250 (gst_base_audio_sink_change_state):
8251 Handle discont math correctly.
8253 * gst/playback/gstplaybin.c: (add_sink):
8254 Some small debug cleanup.
8256 2005-07-21 Wim Taymans <wim@fluendo.com>
8258 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8259 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8260 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8261 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8262 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8263 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8264 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8265 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8266 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8267 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8268 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8269 (gst_ogg_demux_change_state), (gst_ogg_print):
8270 Reorganize code to send the right disconts when in streaming
8273 2005-07-20 Andy Wingo <wingo@pobox.com>
8275 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8276 fix (?), fixes a seggie mcfalterson (#310894).
8278 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8280 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8281 (gst_ogg_mux_set_header_on_caps):
8282 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8283 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8284 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8285 * gst-libs/gst/audio/multichannel.c:
8286 (gst_audio_set_channel_positions),
8287 (gst_audio_set_structure_channel_positions_list):
8288 * gst/playback/gstdecodebin.c: (dynamic_create):
8289 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8290 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8291 Fixes for API changes in core.
8293 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8295 * gst/playback/gstplaybasebin.c: (fill_buffer):
8296 Use _new_custom() so we can set custom message types for buffering
8299 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8302 * gst-libs/gst/Makefile.am:
8303 * gst-libs/gst/gconf/.cvsignore:
8304 * gst-libs/gst/gconf/Makefile.am:
8305 * gst-libs/gst/gconf/test-gconf.c:
8306 * pkgconfig/Makefile.am:
8307 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8308 * pkgconfig/gstreamer-gconf.pc.in:
8309 Remove gconf stuff, use gconf elements instead from now on.
8311 2005-07-20 Wim Taymans <wim@fluendo.com>
8313 * gst-libs/gst/audio/TODO:
8314 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8315 (gst_audio_clock_get_internal_time):
8316 * gst-libs/gst/audio/gstaudioclock.h:
8317 * gst-libs/gst/audio/gstbaseaudiosink.c:
8318 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8319 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8320 (gst_base_audio_sink_render),
8321 (gst_base_audio_sink_create_ringbuffer),
8322 (gst_base_audio_sink_change_state):
8323 Make sure the audio clock always returns an increasing value.
8325 2005-07-19 Andy Wingo <wingo@pobox.com>
8327 * gst/videotestsrc/: Cleanups.
8329 2005-07-19 Wim Taymans <wim@fluendo.com>
8331 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8334 2005-07-19 Wim Taymans <wim@fluendo.com>
8336 * examples/seeking/seek.c: (make_dv_pipeline),
8337 (make_vorbis_theora_pipeline), (query_rates),
8338 (query_positions_elems), (query_positions_pads), (do_seek):
8339 Make correct DV pipeline.
8341 2005-07-18 Andy Wingo <wingo@pobox.com>
8343 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8344 default. Also because it's the only thing that really works. (This
8345 is used in the GConf elements).
8346 Use AS_LIBTOOL_TAGS.
8348 2005-07-18 Wim Taymans <wim@fluendo.com>
8350 * gst/playback/gstdecodebin.c: (remove_element_chain):
8351 * gst/playback/gstplaybin.c: (add_sink):
8352 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8353 (gst_stream_info_set_mute):
8354 * gst/playback/gststreamselector.c:
8355 (gst_stream_selector_get_linked_pad),
8356 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8357 More leak and compile fixes.
8359 2005-07-18 Wim Taymans <wim@fluendo.com>
8361 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8362 (query_rates), (query_positions_elems), (query_positions_pads),
8363 (do_seek), (seek_cb), (stop_seek):
8364 Updated seek example.
8366 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8367 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8368 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8369 * gst/playback/gstplaybin.c: (add_sink):
8370 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8371 (gst_stream_info_set_mute):
8372 Some refcount leak fixes.
8374 2005-07-16 Wim Taymans <wim@fluendo.com>
8376 * gst-libs/gst/audio/gstbaseaudiosink.c:
8377 (gst_base_audio_sink_render):
8378 Align samples even if we have roundoff errors in the
8379 timestamp conversion.
8381 2005-07-16 Wim Taymans <wim@fluendo.com>
8383 * docs/libs/tmpl/gstringbuffer.sgml:
8384 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8385 (query_rates), (query_positions_elems), (query_positions_pads),
8386 (update_scale), (do_seek):
8387 Updated seek example.
8389 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8390 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8391 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8392 (gst_ogg_demux_loop):
8393 Push out correct discont values.
8395 * ext/theora/theoradec.c: (theora_dec_src_convert),
8396 (theora_dec_sink_convert), (theora_dec_src_getcaps),
8397 (theora_dec_sink_event), (theora_handle_type_packet),
8398 (theora_handle_header_packet), (theora_dec_push),
8399 (theora_handle_data_packet), (theora_dec_chain),
8400 (theora_dec_change_state):
8401 Better timestamping.
8403 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8404 (vorbis_dec_sink_event), (vorbis_dec_push),
8405 (vorbis_handle_data_packet), (vorbis_dec_chain):
8406 * ext/vorbis/vorbisdec.h:
8407 Better timestamping.
8409 * gst-libs/gst/audio/gstbaseaudiosink.c:
8410 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8411 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8412 Handle syncing on timestamps instead of sample offsets. Make
8413 use of DISCONT values as described in design docs.
8415 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8416 (gst_base_audio_src_get_time):
8417 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8418 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8419 (gst_ring_buffer_read):
8420 * gst-libs/gst/audio/gstringbuffer.h:
8421 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8422 (gst_ximagesink_show_frame):
8423 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8424 Correcly convert buffer timestamp to stream time.
8426 2005-07-16 Wim Taymans <wim@fluendo.com>
8428 * gst/audioconvert/gstaudioconvert.c:
8429 (gst_audio_convert_get_buffer):
8430 Timestamp buffers correctly.
8432 * gst/playback/gstplaybin.c: (gen_video_element):
8433 Make internal fakesink silent.
8435 2005-07-15 Wim Taymans <wim@fluendo.com>
8437 * gst/ffmpegcolorspace/Makefile.am:
8438 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8439 (gst_ffmpegcsp_caps_remove_format_info),
8440 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8441 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8442 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8443 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8444 Ported ffmpegcolorspace to basetransform.
8446 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8447 * gst/volume/gstvolume.c: (volume_transform):
8450 2005-07-14 Wim Taymans <wim@fluendo.com>
8452 * gst/videotestsrc/Makefile.am:
8453 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8454 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8455 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8456 (gst_videotestsrc_init), (gst_videotestsrc_event),
8457 (gst_videotestsrc_create), (gst_videotestsrc_start),
8458 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8459 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8460 (gst_videotestsrc_get_property):
8461 * gst/videotestsrc/gstvideotestsrc.h:
8462 Make videotestsrc a pushsrc.
8464 2005-07-14 Wim Taymans <wim@fluendo.com>
8466 * gst/tcp/gstfdset.c: (gst_fdset_free):
8467 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8468 (gst_multifdsink_add), (gst_multifdsink_remove),
8469 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8470 (gst_multifdsink_remove_client_link),
8471 (gst_multifdsink_client_queue_data),
8472 (gst_multifdsink_client_queue_caps),
8473 (gst_multifdsink_client_queue_buffer),
8474 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8475 (gst_multifdsink_stop):
8476 * gst/tcp/gstmultifdsink.h:
8479 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8480 Also draw image when not from a pool.
8482 2005-07-14 Wim Taymans <wim@fluendo.com>
8484 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8485 (mute_stream), (silence_stream):
8486 Small debug additions.
8488 2005-07-14 Wim Taymans <wim@fluendo.com>
8490 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8491 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8492 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8493 Better error recovery, ignore unconnected pads and
8496 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
8498 * docs/libs/tmpl/gstaudio.sgml:
8499 * docs/libs/tmpl/gstcolorbalance.sgml:
8500 * docs/libs/tmpl/gstgconf.sgml:
8501 * docs/libs/tmpl/gstmixer.sgml:
8502 * docs/libs/tmpl/gstringbuffer.sgml:
8503 * docs/libs/tmpl/gsttuner.sgml:
8504 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8505 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8506 (gst_tcpclientsrc_class_init):
8507 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8508 (gst_tcpserversrc_class_init):
8509 * sys/v4l/gstv4lelement.c:
8510 more autistic cleanliness in functions/names/defines
8512 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
8515 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
8516 added manually to each Makefile.am so we are sure it goes
8517 *last* and doesn't add -L flags before linking in libs of our
8518 own, like, say, internal .la libs, that then accidentally pick
8519 up the installed copy.
8520 * docs/libs/Makefile.am:
8521 * ext/alsa/Makefile.am:
8522 * ext/cdparanoia/Makefile.am:
8523 * ext/gnomevfs/Makefile.am:
8524 * ext/libvisual/Makefile.am:
8525 * ext/ogg/Makefile.am:
8526 * ext/theora/Makefile.am:
8527 * ext/vorbis/Makefile.am:
8528 * gst-libs/gst/video/Makefile.am:
8529 * gst/adder/Makefile.am:
8530 * gst/audioconvert/Makefile.am:
8531 * gst/audiorate/Makefile.am:
8532 * gst/audioscale/Makefile.am:
8533 * gst/ffmpegcolorspace/Makefile.am:
8534 * gst/playback/Makefile.am:
8535 * gst/sine/Makefile.am:
8536 * gst/subparse/Makefile.am:
8537 * gst/tags/Makefile.am:
8538 * gst/tcp/Makefile.am:
8539 * gst/typefind/Makefile.am:
8540 * gst/videorate/Makefile.am:
8541 * gst/videoscale/Makefile.am:
8542 * gst/videotestsrc/Makefile.am:
8543 * gst/volume/Makefile.am:
8544 * sys/v4l/Makefile.am:
8545 * sys/ximage/Makefile.am:
8546 * sys/xvimage/Makefile.am:
8547 adapt properly to this change. This should make sure that
8548 plugins and libs properly link to the as-yet-uninstalled
8549 copies of stuff like libgstinterfaces and libgstvideo
8551 2005-07-13 Andy Wingo <wingo@pobox.com>
8553 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
8554 (gst_v4lsrc_fixate): Fixate on format as well.
8556 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
8557 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
8558 buffer points to it.
8559 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
8560 rather just doing X calls ourselves. Also fixes a memleak.
8562 2005-07-12 Andy Wingo <wingo@pobox.com>
8564 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
8565 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
8566 (gst_v4lsrc_create): Re-add the copy-mode property, default to
8567 TRUE to avoid deadlocks if an element holds on to our buffers.
8569 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
8571 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8572 (gst_sinesrc_init), (gst_sinesrc_create),
8573 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8574 (gst_sinesrc_start):
8575 * gst/sine/gstsinesrc.h:
8576 removing num-buffers property before moving it
8578 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
8581 use overridable ERROR_CFLAGS
8582 * docs/libs/gst-plugins-base-libs.types:
8583 * docs/libs/tmpl/gstringbuffer.sgml:
8584 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8585 (gst_alsasink_class_init):
8586 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
8587 (gst_alsasrc_class_init):
8588 * gst-libs/gst/audio/audio.h:
8589 * gst-libs/gst/audio/gstaudioclock.h:
8590 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
8591 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
8592 (gst_audio_filter_link), (gst_audio_filter_init),
8593 (gst_audio_filter_chain), (gst_audio_filter_set_property),
8594 (gst_audio_filter_get_property),
8595 (gst_audio_filter_class_add_pad_templates):
8596 * gst-libs/gst/audio/gstaudiofilter.h:
8597 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8598 (gst_audio_filter_template_get_type),
8599 (gst_audio_filter_template_base_init),
8600 (gst_audio_filter_template_class_init),
8601 (gst_audio_filter_template_init),
8602 (gst_audio_filter_template_set_property),
8603 (gst_audio_filter_template_get_property), (plugin_init),
8604 (gst_audio_filter_template_setup),
8605 (gst_audio_filter_template_filter),
8606 (gst_audio_filter_template_filter_inplace):
8607 * gst-libs/gst/audio/gstaudiosink.c:
8608 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8609 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
8610 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
8611 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
8612 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
8613 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
8614 * gst-libs/gst/audio/gstaudiosink.h:
8615 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
8616 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
8617 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8618 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
8619 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
8620 (gst_audio_src_class_init), (gst_audio_src_init),
8621 (gst_audio_src_create_ringbuffer):
8622 * gst-libs/gst/audio/gstaudiosrc.h:
8623 * gst-libs/gst/audio/gstbaseaudiosink.c:
8624 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
8625 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8626 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
8627 (gst_base_audio_sink_set_property),
8628 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
8629 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
8630 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
8631 (gst_base_audio_sink_create_ringbuffer),
8632 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
8633 * gst-libs/gst/audio/gstbaseaudiosink.h:
8634 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8635 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
8636 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
8637 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
8638 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
8639 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
8640 (gst_base_audio_src_event), (gst_base_audio_src_create),
8641 (gst_base_audio_src_create_ringbuffer),
8642 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
8643 * gst-libs/gst/audio/gstbaseaudiosrc.h:
8644 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8645 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
8646 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
8647 (gst_ring_buffer_debug_spec_caps),
8648 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
8649 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8650 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8651 (gst_ring_buffer_start), (gst_ring_buffer_pause),
8652 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
8653 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
8654 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
8655 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8656 (gst_ring_buffer_clear):
8657 * gst-libs/gst/audio/gstringbuffer.h:
8658 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
8659 (gst_video_sink_class_init), (gst_video_sink_get_type):
8660 * gst-libs/gst/video/videosink.h:
8661 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
8662 (gst_multifdsink_class_init),
8663 (gst_multifdsink_handle_client_write),
8664 (gst_multifdsink_change_state):
8665 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8666 (gst_tcpclientsink_setcaps):
8667 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8668 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
8669 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
8670 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
8671 (gst_ximagesink_send_pending_navigation),
8672 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
8673 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
8674 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8675 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8676 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
8677 (gst_xvimagesink_send_pending_navigation),
8678 (gst_xvimagesink_navigation_send_event),
8679 (gst_xvimagesink_set_xwindow_id),
8680 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
8681 (gst_xvimagesink_get_type):
8682 more macro splitting
8684 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
8686 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8687 plug a memleak, allows me to import 1479 albums in one go
8689 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8690 (vorbis_handle_type_packet), (vorbis_dec_chain),
8691 (vorbis_dec_change_state):
8692 fix some format strings
8694 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
8696 * docs/libs/tmpl/gstcolorbalance.sgml:
8697 * docs/libs/tmpl/gstmixer.sgml:
8698 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8699 (gst_alsasink_set_property), (gst_alsasink_get_property):
8700 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
8701 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
8704 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
8706 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8707 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
8708 (audiocast_register_listener), (audiocast_thread_run),
8709 (gst_gnomevfssrc_send_additional_headers_callback),
8710 (gst_gnomevfssrc_received_headers_callback),
8711 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
8712 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
8713 (gst_gnomevfssrc_get_size):
8714 add/clean up debugging
8715 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
8718 2005-07-07 Andy Wingo <wingo@pobox.com>
8720 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
8721 framerate. Need to get a handle on when exactly this function is
8724 * sys/v4l/v4lsrc_calls.h:
8725 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
8726 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
8727 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
8729 * sys/v4l/v4l_calls.h: Cast to V4lElement.
8730 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
8731 v4lelements are sources.
8733 * sys/v4l/gstv4lxoverlay.h:
8734 * sys/v4l/gstv4lxoverlay.c:
8735 * sys/v4l/gstv4ltuner.h:
8736 * sys/v4l/gstv4ltuner.c: Header loc fixen.
8738 * sys/v4l/gstv4lsrc.h:
8739 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
8740 PushSrc/BaseSrc. Removed most sync-related properties, videorate
8741 or something should handle that. Made a live source.
8743 * sys/v4l/gstv4lelement.h:
8744 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
8745 signals. Some cleanups.
8747 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
8749 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
8752 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
8755 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
8757 2005-07-07 Wim Taymans <wim@fluendo.com>
8759 * ext/theora/theoradec.c: (theora_get_query_types),
8760 (theora_dec_src_getcaps), (theora_dec_push):
8761 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
8762 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
8763 Remove deprecated/unused query types.
8765 2005-07-06 Wim Taymans <wim@fluendo.com>
8767 * ext/alsa/Makefile.am:
8768 * ext/alsa/gstalsaplugin.c: (plugin_init):
8769 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8770 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
8771 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
8772 (gst_alsasrc_class_init), (gst_alsasrc_init),
8773 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
8774 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
8775 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
8776 (gst_alsasrc_reset):
8777 * ext/alsa/gstalsasrc.h:
8778 * gst-libs/gst/audio/Makefile.am:
8779 * gst-libs/gst/audio/gstaudiosink.c:
8780 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8781 (gst_audioringbuffer_start):
8782 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
8783 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
8784 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
8785 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
8786 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
8787 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
8788 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
8789 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
8790 * gst-libs/gst/audio/gstaudiosrc.h:
8791 * gst-libs/gst/audio/gstbaseaudiosink.c:
8792 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8793 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
8794 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
8795 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8796 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
8797 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
8798 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
8799 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
8800 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
8801 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
8802 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
8803 (gst_baseaudiosrc_change_state):
8804 * gst-libs/gst/audio/gstbaseaudiosrc.h:
8805 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8806 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
8807 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
8808 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8809 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
8810 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
8811 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
8812 * gst-libs/gst/audio/gstringbuffer.h:
8813 Added audiosource base classes.
8814 Ported alsasrc, still very basic.
8816 2005-07-06 Wim Taymans <wim@fluendo.com>
8818 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
8819 (theora_dec_push), (theora_handle_data_packet):
8820 Prepare for better timestamp fix later.
8822 * gst/audioconvert/gstaudioconvert.c:
8823 List most accurate caps first
8825 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
8826 Use proper pad task function.
8828 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8829 (gst_xvimagesink_show_frame):
8830 Fix deadlock when alloc failed.
8832 2005-07-05 Andy Wingo <wingo@pobox.com>
8834 * ext/gnomevfs/gstgnomevfssrc.c:
8835 * gst/sine/gstsinesrc.c:
8836 * gst/tcp/gsttcpserversrc.c:
8837 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
8839 * sys/v4l/: Port from 0.8.
8841 * Many files: Null if we got it....
8843 2005-07-05 Andy Wingo <wingo@pobox.com>
8845 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
8846 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
8849 2005-07-05 Wim Taymans <wim@fluendo.com>
8852 * gst/tcp/Makefile.am:
8854 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
8855 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
8856 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
8857 (is_sync_frame), (gst_multifdsink_handle_client_write),
8858 (gst_multifdsink_render), (gst_multifdsink_start),
8859 (gst_multifdsink_stop), (gst_multifdsink_change_state):
8860 * gst/tcp/gstmultifdsink.h:
8861 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
8862 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
8863 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
8865 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8866 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8867 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
8868 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
8869 * gst/tcp/gsttcpclientsink.h:
8870 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8871 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
8872 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
8873 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
8874 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
8875 * gst/tcp/gsttcpclientsrc.h:
8876 * gst/tcp/gsttcpplugin.c: (plugin_init):
8877 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
8878 * gst/tcp/gsttcpserversink.h:
8879 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8880 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
8881 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
8882 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
8883 (gst_tcpserversrc_stop):
8884 * gst/tcp/gsttcpserversrc.h:
8885 * gst/tcp/gsttcpsink.c:
8886 * gst/tcp/gsttcpsink.h:
8887 * gst/tcp/gsttcpsrc.c:
8888 * gst/tcp/gsttcpsrc.h:
8889 Ported tcp plugins to 0.9.
8892 2005-07-05 Andy Wingo <wingo@pobox.com>
8894 * gst/playback/gstplaybasebin.c (fill_buffer):
8895 message_new_application fixen.
8897 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
8900 2005-07-04 Wim Taymans <wim@fluendo.com>
8902 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8903 Set caps on output buffer.
8905 2005-07-04 Andy Wingo <wingo@pobox.com>
8907 * ext/gnomevfs/gstgnomevfssrc.c
8908 (gst_gnomevfssrc_received_headers_callback)
8909 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
8912 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
8913 No refcount leakage.
8915 * configure.ac: Enable -Werror.
8917 * ext/theora/theoradec.c (theora_dec_src_getcaps):
8918 * gst/audioconvert/bufferframesconvert.c
8919 (buffer_frames_convert_fixate):
8920 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
8921 (gst_audio_convert_fixate):
8922 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
8923 (gst_sinesrc_create): Fixate func changes.
8925 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8926 (gst_ximagesink_buffer_alloc): Unused var.
8928 2005-07-01 Andy Wingo <wingo@pobox.com>
8930 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
8931 getcaps to do explicit caps. Needs to be done in all decoders,
8932 possibly via a base class.
8934 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
8936 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
8937 caps on the sink pad, just rely on the pad template. Also, setting
8938 ANY caps on a pad is not valid because the caps are not fixed.
8940 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
8941 caps on the buffer, and get the width from the desired_caps if
8943 (gst_ximagesink_renegotiate_size): Implement via setting the
8944 desired_caps on the ximagesink.
8945 (gst_ximagesink_setcaps): Only reset the width of the player if it
8946 wasn't already set. Not sure if this is right.
8947 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
8949 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
8950 that the user wants. NULL unless the window has been resized.
8952 * gst/volume/gstvolume.c (volume_transform): Adapt to
8953 basetransform refcount changes.
8955 2005-07-01 Andy Wingo <wingo@pobox.com>
8957 * gst/videoscale/gstvideoscale.c:
8958 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
8959 from BaseTransform, implements a transform_caps. Removed dead code
8960 including some PAR stuff that was never reached -- should probably
8961 be added back somehow.
8963 2005-07-01 Andy Wingo <wingo@pobox.com>
8965 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
8968 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
8971 * docs/libs/Makefile.am:
8972 * docs/libs/gst-plugins-libs.types:
8973 * ext/alsa/Makefile.am:
8974 * ext/alsa/gstalsamixer.h:
8975 * ext/alsa/gstalsamixeroptions.h:
8976 * ext/alsa/gstalsamixertrack.h:
8977 * gst-libs/gst/Makefile.am:
8978 * gst-libs/gst/colorbalance/.cvsignore:
8979 * gst-libs/gst/colorbalance/Makefile.am:
8980 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8981 * gst-libs/gst/colorbalance/colorbalance.c:
8982 * gst-libs/gst/colorbalance/colorbalance.h:
8983 * gst-libs/gst/colorbalance/colorbalance.vcproj:
8984 * gst-libs/gst/colorbalance/colorbalancechannel.c:
8985 * gst-libs/gst/colorbalance/colorbalancechannel.h:
8986 * gst-libs/gst/interfaces/Makefile.am:
8987 * gst-libs/gst/interfaces/colorbalance.c:
8988 (gst_color_balance_class_init):
8989 * gst-libs/gst/interfaces/colorbalance.h:
8990 * gst-libs/gst/interfaces/interfaces-marshal.list:
8991 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
8992 * gst-libs/gst/interfaces/mixer.h:
8993 * gst-libs/gst/interfaces/mixeroptions.h:
8994 * gst-libs/gst/interfaces/navigation.c:
8995 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
8996 * gst-libs/gst/interfaces/tuner.h:
8997 * gst/volume/Makefile.am:
8998 * gst/volume/gstvolume.c:
8999 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9000 * sys/ximage/Makefile.am:
9001 * sys/ximage/ximagesink.c:
9002 * sys/xvimage/Makefile.am:
9003 * sys/xvimage/xvimagesink.c:
9004 fold in all interfaces into an interfaces dir, preserving CVS
9007 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9009 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9010 Fix build after riff changes.
9012 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9014 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9015 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9016 (gst_riff_create_video_template_caps),
9017 (gst_riff_create_audio_template_caps),
9018 (gst_riff_create_iavs_template_caps):
9019 * gst-libs/gst/riff/riff-media.h:
9020 * gst-libs/gst/riff/riff-read.h:
9021 * gst-libs/gst/riff/riff.c: (gst_riff_init):
9022 Add gst_riff_init() to initialize the debug category, instead
9023 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9025 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9027 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9028 Oops, I shouldn't apply hacks.
9030 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9032 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9033 Remove pad_loop function which doesn't work.
9035 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9037 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9038 Send EOS when deactivating.
9039 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9040 (check_queue), (queue_threshold_reached), (queue_out_of_data),
9041 (gen_preroll_element), (probe_triggered), (mute_stream),
9042 (silence_stream), (new_decoded_pad), (setup_substreams),
9043 (set_active_source):
9044 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9045 (remove_sinks), (add_sink):
9046 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9047 Change for new probe API.
9049 2005-06-29 Wim Taymans <wim@fluendo.com>
9051 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9052 * gst-libs/gst/audio/gstbaseaudiosink.c:
9053 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9054 (gst_baseaudiosink_change_state):
9055 * gst-libs/gst/audio/gstbaseaudiosink.h:
9056 * gst-libs/gst/audio/gstringbuffer.c:
9057 (gst_ringbuffer_set_callback):
9058 Fix compilation error.
9059 Ringbuffer starts out as not running.
9060 Free our clock in dispose.
9061 When releasing the ringbuffer we need to renegotiate so
9064 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
9069 * docs/libs/Makefile.am:
9070 * docs/libs/gst-plugins-libs-docs.sgml:
9071 * docs/libs/gst-plugins-libs-sections.txt:
9072 * docs/libs/gst-plugins-libs.types:
9073 * docs/libs/tmpl/gstaudio.sgml:
9074 * docs/libs/tmpl/gstcolorbalance.sgml:
9075 * docs/libs/tmpl/gstringbuffer.sgml:
9076 * gst-libs/gst/audio/gstringbuffer.c:
9077 (gst_ringbuffer_set_callback):
9078 reinstate gtk-doc docs for plugin libs
9080 2005-06-28 Wim Taymans <wim@fluendo.com>
9082 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9083 (gst_ogg_demux_init):
9084 Removed pad loop function.
9086 2005-06-28 Wim Taymans <wim@fluendo.com>
9088 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9089 If we're building a chain we are not in an error case
9090 when we queue a buffer.
9092 2005-06-28 Andy Wingo <wingo@pobox.com>
9094 * *.c: Don't cast to GstObject before reffing/unreffing.
9096 2005-06-27 Andy Wingo <wingo@pobox.com>
9098 * gst/videotestsrc/gstvideotestsrc.c
9099 (gst_videotestsrc_activate_push): Activation API changes.
9101 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
9102 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9103 they have refs on the decodebin.
9105 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9107 (gst_ogg_pad_typefind): Don't leak a pad ref.
9108 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9109 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
9110 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9112 2005-06-27 Edward Hervey <edward@fluendo.com>
9114 * ext/theora/theoradec.c: (theora_dec_change_state):
9115 re-arranged call to parent's state change in order to avoid locks (or
9118 2005-06-26 Edward Hervey <edward@fluendo.com>
9120 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9121 2nd argument of 'unknow-type' signal is a GstCaps and not a
9124 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
9125 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9126 Set the worker thread's running flag to TRUE before starting the
9128 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9129 Catch a failure to add typefind to the bin.
9131 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
9133 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9134 (gst_sinesrc_init), (gst_sinesrc_create),
9135 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9136 (gst_sinesrc_start):
9137 * gst/sine/gstsinesrc.h:
9138 add num-buffers and timestamp-offset properties
9139 * gst/videotestsrc/gstvideotestsrc.c:
9140 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9141 (gst_videotestsrc_get_property):
9142 add timestamp-offset property
9144 2005-06-23 Christian Schaller <uraeus@gnome.org>
9146 * configure.ac: add videorate
9147 * gst-plugins-base.spec.in: add videorate
9149 2005-06-23 Wim Taymans <wim@fluendo.com>
9151 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9152 (gst_videorate_getcaps), (gst_videorate_setcaps),
9153 (gst_videorate_event), (gst_videorate_chain):
9154 Fixed videorate, fixating an already fixated caps is not
9157 2005-06-23 Wim Taymans <wim@fluendo.com>
9160 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9161 Buffer on caps is not boxed anymore.
9163 2005-06-22 Wim Taymans <wim@fluendo.com>
9165 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9166 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9167 Set buffers on caps as miniobjects and not as boxed.
9169 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
9174 === release 0.9.1 ===
9176 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
9199 2005-06-09 Andy Wingo <wingo@pobox.com>
9201 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9203 2005-06-09 Andy Wingo <wingo@pobox.com>
9206 * gst-libs/gst/Makefile.am:
9207 * gst-libs/gst/net/Makefile.am:
9208 Add gstnet to build.
9210 2005-06-09 Andy Wingo <wingo@pobox.com>
9212 * gst-libs/gst/gconf/gconf.c:
9213 * gst/playback/test.c:
9214 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9217 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9219 * ext/theora/theoraenc.c (theora_enc_chain):
9220 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9222 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9225 2005-06-02 Wim Taymans <wim@fluendo.com>
9227 * gst-libs/gst/net/Makefile.am:
9228 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9229 * pkgconfig/gstreamer-libs.pc.in:
9230 Added net stuff, version net lib.
9232 2005-06-02 Wim Taymans <wim@fluendo.com>
9234 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9235 (query_rates), (query_positions_elems), (query_positions_pads),
9237 Updated seek example.
9239 2005-06-02 Andy Wingo <wingo@pobox.com>
9241 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9242 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9245 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9246 remove the typefind, the bin dispose will do it for us. When it's
9247 removed and unreffed, the signal handler will be disconnected,
9249 (unlinked): It's too difficult to disconnect from unlinked
9250 handlers, as they are on pads not elements. Just punt if the pads
9251 aren't grandkids of the bin.
9253 2005-06-02 Wim Taymans <wim@fluendo.com>
9256 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9257 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9258 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9259 * ext/theora/theoradec.c: (theora_dec_src_query),
9260 (theora_handle_data_packet):
9261 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9263 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9264 (vorbis_handle_data_packet):
9265 * gst/audioconvert/bufferframesconvert.c:
9266 (buffer_frames_convert_chain):
9267 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9268 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9269 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9270 (gst_ffmpegcsp_chain):
9271 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9272 (gst_videorate_getcaps), (gst_videorate_setcaps),
9273 (gst_videorate_event), (gst_videorate_chain):
9274 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9275 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9276 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9277 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9278 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9279 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9280 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9281 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9282 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9283 Cleanups and buffer alloc.
9285 2005-05-31 Wim Taymans <wim@fluendo.com>
9287 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9288 Don't try to call the delay method when the device is not
9291 2005-05-31 Wim Taymans <wim@fluendo.com>
9293 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9294 Get actual segment size and buffer size after opening
9297 2005-05-30 Wim Taymans <wim@fluendo.com>
9299 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9300 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9301 Also FLUSH upstream, makes the loop function exit faster.
9303 * ext/theora/theoradec.c: (theora_dec_src_query):
9304 Some more debug info in the query.
9306 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9307 (gst_ximagesink_setcaps):
9308 Release lock on par error, better error reporting.
9310 2005-05-26 Wim Taymans <wim@fluendo.com>
9312 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9313 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9314 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9315 Clear chains in READY
9316 Queue packets until the chain is activated.
9318 2005-05-25 Wim Taymans <wim@fluendo.com>
9320 * gst-libs/gst/audio/gstaudiosink.c:
9321 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9322 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9323 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9324 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9325 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9326 (gst_audiosink_create_ringbuffer):
9327 * gst-libs/gst/audio/gstbaseaudiosink.c:
9328 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9329 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9330 (gst_baseaudiosink_set_property), (build_linear_format),
9331 (debug_spec_caps), (debug_spec_buffer),
9332 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9333 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9334 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9335 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9336 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9337 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9338 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9339 (gst_ringbuffer_play), (gst_ringbuffer_pause),
9340 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9341 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9342 (wait_segment), (gst_ringbuffer_commit),
9343 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9344 (gst_ringbuffer_clear):
9345 Various small cleanups.
9347 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9348 (gst_audio_convert_change_state):
9349 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9350 No need to take the locks anymore.
9352 2005-05-25 Wim Taymans <wim@fluendo.com>
9354 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9355 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9356 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9358 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9359 (group_destroy), (group_commit), (queue_overrun),
9360 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9361 (mute_stream), (new_decoded_pad), (setup_substreams),
9362 (setup_source), (mute_group_type), (set_active_source),
9363 (gst_play_base_bin_change_state):
9364 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9365 (gen_video_element), (gen_text_element), (gen_audio_element),
9366 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9367 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9368 (gst_stream_info_dispose), (gst_stream_info_set_mute):
9369 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9370 Some playbin cleanups mostly refcounting sloppyness.
9372 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9374 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9375 Work with streaming input.
9377 2005-05-25 Wim Taymans <wim@fluendo.com>
9379 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9380 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9381 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9382 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9383 No need to take the STREAM lock anymore.
9385 2005-05-25 Wim Taymans <wim@fluendo.com>
9387 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9388 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9389 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9390 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9391 (gst_ogg_demux_sink_activate):
9392 * ext/theora/theoradec.c: (theora_dec_src_event),
9393 (theora_handle_comment_packet), (theora_dec_chain),
9394 (theora_dec_change_state):
9395 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9396 (vorbis_handle_data_packet), (vorbis_dec_chain),
9397 (vorbis_dec_change_state):
9398 Remove STREAM locks as they are taken in core now.
9399 Never set bogus granulepos on vorbis/theora.
9400 Fix leaks in theoradec tag parsing.
9402 2005-05-25 Wim Taymans <wim@fluendo.com>
9404 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9405 Fix memleaks, GST_BUFFER_DATA() is not freed.
9407 2005-05-25 Wim Taymans <wim@fluendo.com>
9409 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9410 Open non-blocking, set to blocking mode afterwards to avoid
9411 lockups when audio device is busy.
9413 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9415 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9418 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9420 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9421 (gst_audio_convert_chain), (gst_audio_convert_link_src),
9422 (gst_audio_convert_setcaps):
9423 Implement instant setup switching.
9425 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9427 * gst/playback/gstplaybasebin.c: (probe_triggered):
9429 * gst/playback/gstplaybin.c: (add_sink):
9430 First add, then link (otherwise pad link fails).
9432 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9434 * examples/Makefile.am:
9435 fix buildbot (make distcheck)
9437 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9439 * gst/playback/gstplaybin.c: (gen_vis_element):
9440 Remove some wrong code. Doesn't work yet.
9442 2005-05-19 Wim Taymans <wim@fluendo.com>
9444 * gst-libs/gst/net/Makefile.am:
9445 * gst-libs/gst/net/README:
9446 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9447 (gst_netbuffer_class_init), (gst_netbuffer_init),
9448 (gst_netbuffer_finalize), (gst_netbuffer_copy),
9449 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9450 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9451 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9452 * gst-libs/gst/net/gstnetbuffer.h:
9453 Added buffer subclass to store extra to/from addresses for
9454 network sources/sinks.
9456 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9458 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9459 Don't lock an unassigned variable.
9461 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9463 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9464 Increase buffer for video, decrease buffer for other media types.
9465 * gst/playback/gstplaybin.c: (gen_video_element),
9466 (gen_audio_element):
9467 Change names for debugging purposes.
9469 2005-05-18 Wim Taymans <wim@fluendo.com>
9471 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9472 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9473 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9474 (gst_ffmpegcsp_chain):
9475 Enable buffer alloc passthrough if the source and dest
9476 formats are the same.
9478 2005-05-17 Wim Taymans <wim@fluendo.com>
9480 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9481 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9482 (gst_ogg_demux_chain_unlocked):
9483 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9484 (gst_audio_convert_caps_remove_format_info),
9485 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9486 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9487 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9488 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9489 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9490 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9491 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9492 (gst_ffmpegcsp_get_property):
9493 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9494 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9495 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9496 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9497 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9498 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9499 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9500 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9501 Leak fixes in oggdemux.
9502 Some cleanups in audioconvert.
9503 Make passthrough work along with buffer_alloc etc.
9504 Make buffer_alloc and buffer recycling actually work in
9507 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
9509 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
9510 make the compiler happy
9512 2005-05-17 Wim Taymans <wim@fluendo.com>
9514 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9515 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9516 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
9517 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
9518 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9519 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
9520 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
9521 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9522 (gst_xvimagesink_set_xwindow_id):
9523 * sys/xvimage/xvimagesink.h:
9524 Port xvimagesink to new MiniObject.
9526 2005-05-17 Wim Taymans <wim@fluendo.com>
9528 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9529 (gst_audiofilter_chain):
9530 * gst-libs/gst/audio/gstaudiosink.c:
9531 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9532 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9533 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9534 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9535 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9536 (gst_audiosink_create_ringbuffer):
9537 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9538 (gst_audio_convert_caps_remove_format_info),
9539 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9540 (gst_audio_convert_fixate), (gst_audio_convert_channels):
9541 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9542 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9543 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9544 Fix passthrough in ffmpegcolorspace.
9545 Fix memset in audiosink on wrong memory.
9547 2005-05-16 David Schleef <ds@schleef.org>
9549 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
9552 2005-05-16 David Schleef <ds@schleef.org>
9554 Port from GstData to GstMiniObject.
9555 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9556 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9557 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
9558 (gst_ogg_mux_collected):
9559 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9560 * ext/theora/theoradec.c: (theora_handle_comment_packet),
9561 (theora_handle_data_packet):
9562 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9563 (theora_set_header_on_caps), (theora_enc_chain):
9564 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9565 (vorbis_handle_comment_packet):
9566 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9567 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
9568 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
9569 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
9570 * gst/audioconvert/gstaudioconvert.c:
9571 (gst_audio_convert_get_buffer):
9572 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9573 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
9574 (mute_stream), (silence_stream):
9575 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9576 * gst/volume/gstvolume.c: (volume_transform):
9577 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9578 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
9579 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
9580 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
9581 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
9582 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
9583 (gst_ximagesink_buffer_alloc):
9584 * sys/ximage/ximagesink.h:
9586 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9588 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9589 (fill_buffer), (check_queue), (queue_threshold_reached),
9590 (queue_out_of_data):
9591 * gst/playback/gstplaybasebin.h:
9592 Post buffer-fullness on the bus.
9594 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9596 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9598 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9599 (group_commit), (probe_triggered), (setup_source),
9600 (gst_play_base_bin_change_state):
9601 * gst/playback/gstplaybasebin.h:
9602 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9603 (gst_play_bin_init), (remove_sinks), (setup_sinks),
9604 (gst_play_bin_change_state):
9605 Move setup_output_pads into a virtual function, remove
9606 group-switch (no longer needed) and redirect (handled by bus
9609 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9611 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9612 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
9613 (get_active_group), (get_building_group), (group_destroy),
9614 (group_commit), (check_queue), (queue_overrun),
9615 (queue_threshold_reached), (queue_out_of_data),
9616 (gen_preroll_element), (remove_groups), (unknown_type),
9617 (add_element_stream), (no_more_pads), (probe_triggered),
9618 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
9619 (setup_substreams), (setup_source), (finish_source),
9620 (prepare_output), (muted_group_change_state),
9621 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9622 (gst_play_base_bin_change_state):
9623 * gst/playback/gstplaybasebin.h:
9624 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9625 (gst_play_bin_init), (gst_play_bin_set_property),
9626 (gen_video_element), (gen_text_element), (gen_audio_element),
9627 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
9628 (gst_play_bin_change_state):
9629 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9630 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
9631 (stream_info_change_state), (gst_stream_info_set_mute),
9632 (gst_stream_info_get_property):
9633 * gst/playback/gststreaminfo.h:
9634 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9635 (gst_stream_selector_get_linked_pad),
9636 (gst_stream_selector_getcaps),
9637 (gst_stream_selector_get_linked_pads),
9638 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9639 * gst/playback/gststreamselector.h:
9640 Rough port of playbin. Needs some more work, but is mostly done,
9641 and uses a few locks in important places, which should make stuff
9642 like chain-switches clean. Still uses GST_STATE() in a few places,
9643 which isn't all that good an idea, subtitles/elements disabled
9644 because no elements to test with and thus probably broken, query
9645 and event handling moved to GstBin, internal thread removed
9646 alltogether because the pipeline does that for us now. Can play
9647 Ogg/Vorbis files. Haven't tested anything else yet.
9649 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9651 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9652 Do no-more-pads (needed for autoplugging).
9654 2005-05-10 Andy Wingo <wingo@pobox.com>
9656 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
9657 message to the bus with the tags. Still not sent downstream tho.
9659 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
9661 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
9662 avoid refcounting hassles.
9664 2005-05-09 Andy Wingo <wingo@pobox.com>
9666 * gst/volume/Makefile.am:
9668 * gst/volume/gstvolume.h
9669 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
9670 basetransform. Probably need an audio filter base class.
9672 2005-05-09 Wim Taymans <wim@fluendo.com>
9674 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
9675 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
9676 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
9677 (gst_vorbisenc_chain):
9678 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9679 (gst_audio_convert_caps_remove_format_info),
9680 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9681 (gst_audio_convert_fixate), (gst_audio_convert_channels):
9682 Make caps writable before writing to it.
9683 Fix negotiation in audioconvert some more.
9685 2005-05-09 Wim Taymans <wim@fluendo.com>
9687 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9688 (gst_videorate_getcaps), (gst_videorate_setcaps),
9689 (gst_videorate_event), (gst_videorate_chain):
9692 2005-05-09 Wim Taymans <wim@fluendo.com>
9694 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9695 (gst_videorate_getcaps), (gst_videorate_setcaps),
9696 (gst_videorate_blank_data), (gst_videorate_init),
9697 (gst_videorate_event), (gst_videorate_chain),
9698 (gst_videorate_change_state):
9699 Port videorate, do a better job at negotiation while we're at
9702 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
9707 * examples/Makefile.am:
9708 * gst-libs/gst/audio/Makefile.am:
9709 * gst-libs/gst/riff/Makefile.am:
9710 * gst-libs/gst/tag/Makefile.am:
9711 * gst-libs/gst/video/Makefile.am:
9712 Fixups for missing variables.
9714 2005-05-09 Wim Taymans <wim@fluendo.com>
9716 * examples/seeking/seek.c: (make_theora_pipeline),
9717 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
9718 (query_rates), (query_positions_elems), (query_positions_pads),
9719 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
9720 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
9721 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
9722 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
9723 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
9724 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
9725 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9726 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9727 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9728 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
9729 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
9730 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9731 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9732 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
9733 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9734 (theora_dec_src_convert), (theora_dec_sink_convert),
9735 (theora_dec_src_query), (theora_dec_sink_query),
9736 (theora_dec_src_event), (theora_dec_sink_event),
9737 (theora_handle_comment_packet), (theora_handle_type_packet),
9738 (theora_handle_header_packet), (theora_handle_data_packet),
9740 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9741 (vorbis_dec_convert), (vorbis_dec_src_query),
9742 (vorbis_dec_sink_query), (vorbis_dec_src_event),
9743 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9744 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9745 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9746 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
9747 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
9748 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
9749 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9750 (gst_play_bin_query):
9751 * gst/playback/test3.c: (update_scale):
9752 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
9753 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
9754 * gst/subparse/gstsubparse.c: (gst_subparse_init):
9755 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
9756 (gst_videotestsrc_src_query):
9757 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
9758 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
9760 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
9761 Port to new query API.
9763 Cleanups in x[v]imagesink
9765 2005-05-09 Andy Wingo <wingo@pobox.com>
9767 * ext/alsa/gstalsasink.h:
9768 * ext/gnomevfs/gstgnomevfssrc.c:
9769 (gst_gnomevfssrc_get_icy_metadata):
9770 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
9771 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
9772 * ext/theora/theoradec.c (theora_dec_src_query)
9773 (theora_dec_src_event, theora_dec_sink_event)
9774 (theora_handle_comment_packet, theora_handle_data_packet):
9775 * ext/theora/theoraenc.c (theora_enc_chain):
9776 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
9777 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
9778 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
9779 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
9781 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
9782 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
9783 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
9784 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
9785 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
9786 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
9787 (paint_setup_xBGR8888, paint_setup_RGBx8888)
9788 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
9789 (paint_setup_RGB565, paint_setup_xRGB1555):
9790 * gst/videotestsrc/videotestsrc.h:
9791 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
9792 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
9793 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
9796 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
9797 gst_pad_query_position. Fixes oggdemux.
9799 2005-05-08 David Schleef <ds@schleef.org>
9801 * configure.ac: Require liboil.
9802 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
9804 * gst/videotestsrc/videotestsrc.c:
9805 * gst/videotestsrc/videotestsrc.h:
9807 2005-05-06 Wim Taymans <wim@fluendo.com>
9809 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9810 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9811 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9812 Well, unreffing a buffer right before pushing it is asking
9815 2005-05-06 Christian Schaller <uraeus@gnome.org>
9817 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
9819 2005-05-06 Wim Taymans <wim@fluendo.com>
9821 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9822 (gst_audio_convert_caps_remove_format_info),
9823 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9824 (gst_audio_convert_fixate), (gst_audio_convert_channels):
9825 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9826 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9827 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9828 * gst/sine/Makefile.am:
9829 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
9830 (gst_sinesrc_class_init), (gst_sinesrc_init),
9831 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
9832 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
9833 (gst_sinesrc_update_freq):
9834 * gst/sine/gstsinesrc.h:
9835 * gst/tcp/gstmultifdsink.c:
9836 * sys/xvimage/xvimagesink.c:
9837 Fixed negotiation wrt _peer_get_caps()
9841 2005-05-06 Wim Taymans <wim@fluendo.com>
9843 * gst-libs/gst/audio/gstaudiosink.c:
9844 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9845 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9846 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9847 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9848 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9849 (gst_audiosink_create_ringbuffer):
9850 * gst-libs/gst/audio/gstbaseaudiosink.c:
9851 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9852 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9853 (gst_baseaudiosink_set_property), (build_linear_format),
9854 (debug_spec_caps), (debug_spec_buffer),
9855 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9856 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9857 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9858 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9859 * gst-libs/gst/audio/gstbaseaudiosink.h:
9860 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9861 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9862 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9863 (gst_ringbuffer_play), (gst_ringbuffer_pause),
9864 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9865 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9866 (wait_segment), (gst_ringbuffer_commit),
9867 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9868 (gst_ringbuffer_clear):
9869 * gst-libs/gst/audio/gstringbuffer.h:
9870 Make the base audiosink return an error when there is no
9871 audiobuffer negotiated.
9873 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9876 Disable cdparanoia until someone ports it!
9878 2005-05-06 Wim Taymans <wim@fluendo.com>
9880 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9881 (gst_ogg_demux_sink_activate):
9882 And revert after wingo's revert.. sigh..
9884 2005-05-05 Andy Wingo <wingo@pobox.com>
9886 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
9888 * configure.ac: Return audiorate and subparse from the ghetto.
9889 Re-enable -Wall -Werror.
9890 * gst/subparse/gstsubparse.c:
9891 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
9892 or chain-based. Cleaned up a bit. Not tested.
9894 2005-05-05 Christian Schaller <christian@fluendo.com>
9896 * Makefile.am: remove stuff that is not building
9897 * configure.ac: remove stuff that is not building
9898 * examples/Makefile.am: remove stuff that is not building
9899 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
9900 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
9901 * sys/Makefile.am: remove stuff that is not building
9902 * testsuite/Makefile.am: remove stuff that is not building
9904 2005-05-05 Andy Wingo <wingo@pobox.com>
9906 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
9907 * gst-libs/gst/tag/gstvorbistag.c:
9908 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
9909 * gst/adder/gstadder.h:
9910 * gst/audioconvert/gstchannelmix.c:
9911 (gst_audio_convert_fill_one_other):
9912 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
9913 (gst_audiorate_init), (gst_audiorate_chain):
9914 * gst/playback/gstplaybasebin.c: (setup_source):
9915 * gst/playback/test3.c: (update_scale):
9933 2005-05-05 Wim Taymans <wim@fluendo.com>
9935 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9936 (gst_audio_convert_caps_remove_format_info),
9937 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9938 (gst_audio_convert_change_state), (gst_audio_convert_channels):
9939 * gst/videotestsrc/gstvideotestsrc.c:
9940 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
9941 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
9942 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
9943 (gst_videotestsrc_init), (gst_videotestsrc_loop):
9944 Don't ignore _push() return values.
9945 Make sure no processing is done when shutting down.
9946 Videotestsrc pad activation fix.
9948 2005-05-05 Wim Taymans <wim@fluendo.com>
9950 * gst/adder/Makefile.am:
9951 * gst/adder/gstadder.c: (gst_adder_setcaps),
9952 (gst_adder_class_init), (gst_adder_init),
9953 (gst_adder_request_new_pad), (gst_adder_collected),
9954 (gst_adder_change_state):
9955 * gst/adder/gstadder.h:
9956 Ported adder as an example of a mixer element using
9957 collect pads. Needs more negotiation work.
9959 2005-05-05 Wim Taymans <wim@fluendo.com>
9961 * ext/theora/theoradec.c: (_inc_granulepos),
9962 (theora_dec_src_event), (theora_dec_sink_event),
9963 (theora_handle_comment_packet), (theora_handle_type_packet),
9964 (theora_handle_header_packet), (theora_handle_data_packet),
9966 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9967 (gst_theora_enc_init), (theora_enc_sink_setcaps),
9968 (theora_push_buffer), (theora_push_packet),
9969 (theora_enc_sink_event), (theora_enc_chain),
9970 (theora_enc_change_state), (theora_enc_set_property),
9971 (theora_enc_get_property):
9972 Added stream lock to decoder so that we can serialize
9974 More theoraenc porting, recover from errors, do clean
9977 2005-05-05 Wim Taymans <wim@fluendo.com>
9979 * ext/ogg/Makefile.am:
9981 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9982 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
9984 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9985 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9986 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9987 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9988 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
9989 (gst_ogg_mux_change_state):
9992 2005-05-05 Wim Taymans <wim@fluendo.com>
9994 * docs/design-audiosinks.txt:
9995 * gst-libs/gst/audio/TODO:
9996 * gst-libs/gst/audio/gstaudiosink.c:
9997 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9998 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9999 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10000 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10001 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10002 (gst_audiosink_create_ringbuffer):
10003 * gst-libs/gst/audio/gstbaseaudiosink.c:
10004 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10005 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10006 (gst_baseaudiosink_set_property), (build_linear_format),
10007 (debug_spec_caps), (debug_spec_buffer),
10008 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10009 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10010 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10011 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10012 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10013 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10014 (gst_ringbuffer_release), (gst_ringbuffer_play),
10015 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10016 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10017 (gst_ringbuffer_set_sample), (wait_segment),
10018 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10019 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10020 More work on the audiosink, mostly debugging and a race in
10023 2005-04-28 Wim Taymans <wim@fluendo.com>
10025 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10026 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10027 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10028 (vorbis_dec_src_query), (vorbis_dec_src_event),
10029 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10030 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10031 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10032 Don't crap out when seeking back to position 0.
10034 2005-04-28 Wim Taymans <wim@fluendo.com>
10036 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10037 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10038 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10039 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10040 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10041 Make audio sink configurable, use alsasink as default.
10043 2005-04-28 Wim Taymans <wim@fluendo.com>
10045 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10046 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10047 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10048 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10049 (vorbis_dec_change_state):
10050 * ext/vorbis/vorbisdec.h:
10051 Refactor, use STREAM_LOCK.
10053 2005-04-28 Wim Taymans <wim@fluendo.com>
10055 * ext/theora/theoradec.c: (_inc_granulepos),
10056 (theora_dec_sink_event), (theora_handle_comment_packet),
10057 (theora_handle_type_packet), (theora_handle_header_packet),
10058 (theora_handle_data_packet), (theora_dec_chain),
10059 (theora_dec_change_state):
10060 Refactor a bit, use STREAM_LOCK.
10062 2005-04-28 Wim Taymans <wim@fluendo.com>
10064 * ext/alsa/Makefile.am:
10065 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10066 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10067 (gst_alsa_link), (gst_alsa_close_audio):
10068 * ext/alsa/gstalsaplugin.c: (plugin_init):
10069 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10070 (gst_alsasink_dispose), (gst_alsasink_base_init),
10071 (gst_alsasink_class_init), (gst_alsasink_init),
10072 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10073 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10074 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10075 (gst_alsasink_reset):
10076 * ext/alsa/gstalsasink.h:
10077 Implement alsasink with simple open/write/close API.
10078 Make alsa dir build by disabling compilation of code.
10080 2005-04-28 Wim Taymans <wim@fluendo.com>
10082 * gst-libs/gst/audio/Makefile.am:
10083 * gst-libs/gst/audio/audio.h:
10084 * gst-libs/gst/audio/audioclock.c:
10085 * gst-libs/gst/audio/audioclock.h:
10086 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10087 (gst_audio_clock_class_init), (gst_audio_clock_init),
10088 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10089 * gst-libs/gst/audio/gstaudioclock.h:
10090 * gst-libs/gst/audio/gstaudiosink.c:
10091 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10092 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10093 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10094 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10095 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10096 (gst_audiosink_create_ringbuffer):
10097 * gst-libs/gst/audio/gstbaseaudiosink.c:
10098 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10099 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10100 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10101 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10102 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10103 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10104 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10105 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10106 * gst-libs/gst/audio/gstbaseaudiosink.h:
10107 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10108 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10109 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10110 (gst_ringbuffer_release), (gst_ringbuffer_play),
10111 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10112 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10113 (gst_ringbuffer_set_sample), (wait_segment),
10114 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10115 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10116 * gst-libs/gst/audio/gstringbuffer.h:
10117 Make ringbuffer faster and more simple by removing the locks
10118 in the playback thread.
10119 Add sample accurate playback based on buffer sample offsets.
10120 Make the baseaudiosink provide a clock.
10121 Parse caps in the base class.
10122 Correctly handle seeking, flushing and state changes.
10124 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
10127 * gst/audioconvert/Makefile.am:
10128 * gst/audioscale/Makefile.am:
10129 Fix part of the build. Come on guys, autogen didn't even work :)
10131 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10134 * gst-libs/gst/Makefile.am:
10135 * gst-libs/gst/media-info/.cvsignore:
10136 * gst-libs/gst/media-info/Makefile.am:
10137 * gst-libs/gst/media-info/README:
10138 * gst-libs/gst/media-info/media-info-priv.c:
10139 * gst-libs/gst/media-info/media-info-priv.h:
10140 * gst-libs/gst/media-info/media-info-test.c:
10141 * gst-libs/gst/media-info/media-info.c:
10142 * gst-libs/gst/media-info/media-info.h:
10143 * gst-libs/gst/media-info/media-info.vcproj:
10144 * pkgconfig/Makefile.am:
10145 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10146 * pkgconfig/gstreamer-media-info.pc.in:
10147 Remove media-info, which is also successed by playbin (see Totem
10150 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10153 * examples/Makefile.am:
10154 * examples/gstplay/.cvsignore:
10155 * examples/gstplay/Makefile.am:
10156 * examples/gstplay/player.c:
10157 * gst-libs/gst/Makefile.am:
10158 * gst-libs/gst/play/.cvsignore:
10159 * gst-libs/gst/play/Makefile.am:
10160 * gst-libs/gst/play/play.c:
10161 * gst-libs/gst/play/play.h:
10162 * gst-libs/gst/play/play.vcproj:
10163 * pkgconfig/Makefile.am:
10164 * pkgconfig/gstreamer-play-uninstalled.pc.in:
10165 * pkgconfig/gstreamer-play.pc.in:
10166 Remove libgstplay, playbin is now the official successor.
10168 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10171 * gst-libs/gst/Makefile.am:
10172 * gst-libs/gst/xwindowlistener/Makefile.am:
10173 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10174 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10175 Remove deprecated xwindowlistener (I've moved xwindowlistening
10176 in the v4l/v4l2 plugins over to serverside).
10178 2005-04-25 David Schleef <ds@schleef.org>
10180 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10181 to examples/dynparams. Examples do not belong interspersed with
10183 * examples/dynparams/demo-dparams.c:
10184 * gst/sine/Makefile.am:
10185 * gst/sine/demo-dparams.c:
10187 2005-04-25 David Schleef <ds@schleef.org>
10189 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10190 * gst-libs/gst/audio/Makefile.am:
10191 * gst-libs/gst/riff/Makefile.am:
10192 * gst-libs/gst/tag/Makefile.am:
10193 * gst-libs/gst/video/Makefile.am:
10194 * gst-libs/gst/xwindowlistener/Makefile.am:
10196 Convert to 0.9 API, seems to work:
10197 * sys/ximage/Makefile.am:
10198 * sys/ximage/ximagesink.c:
10200 2005-04-24 David Schleef <ds@schleef.org>
10202 Link plugins against libraries:
10203 * ext/alsa/Makefile.am:
10204 * gst/tcp/Makefile.am:
10206 Remove asm code that should be in liboil
10207 * gst/videoscale/Makefile.am:
10208 * gst/videoscale/videoscale_x86_asm.s:
10210 gettext wants these checked in:
10226 2005-04-24 David Schleef <ds@schleef.org>
10228 Convert gst_main() to g_main_loop_run()
10229 * gst/playback/decodetest.c: (main):
10230 * gst/playback/test2.c: (main):
10231 * gst/playback/test3.c: (main):
10232 * gst/playback/test4.c: (main):
10234 Link plugins against libraries:
10235 * ext/libvisual/Makefile.am:
10236 * sys/xvimage/Makefile.am:
10238 2005-04-24 David Schleef <ds@schleef.org>
10240 * configure.ac: Remove idct and resample libs
10241 * gst-libs/gst/Makefile.am: same
10243 Remove usage of gst_library_load():
10244 * ext/alsa/gstalsaplugin.c: (plugin_init):
10245 * ext/libvisual/visual.c: (plugin_init):
10246 * ext/ogg/gstogg.c: (plugin_init):
10247 * ext/theora/theora.c: (plugin_init):
10248 * ext/vorbis/vorbis.c: (plugin_init):
10249 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10250 * gst/audioscale/gstaudioscale.c:
10251 * gst/adder/gstadder.c: (plugin_init):
10252 * gst/audioconvert/plugin.c: (plugin_init):
10253 * sys/ximage/ximagesink.c: (plugin_init):
10254 * sys/xvimage/xvimagesink.c: (plugin_init):
10255 * gst/tcp/gsttcpplugin.c: (plugin_init):
10257 Link plugins against libraries:
10258 * ext/ogg/Makefile.am:
10259 * ext/theora/Makefile.am:
10260 * ext/vorbis/Makefile.am:
10261 * gst/audioconvert/Makefile.am:
10263 Create proper libraries:
10264 * gst-libs/gst/riff/Makefile.am:
10265 * gst-libs/gst/audio/Makefile.am:
10266 * gst-libs/gst/video/Makefile.am:
10268 Move resample library to audioscale plugin directory:
10269 * gst-libs/gst/resample/Makefile.am:
10270 * gst-libs/gst/resample/README:
10271 * gst-libs/gst/resample/dtof.c:
10272 * gst-libs/gst/resample/dtos.c:
10273 * gst-libs/gst/resample/functable.c:
10274 * gst-libs/gst/resample/private.h:
10275 * gst-libs/gst/resample/resample.c:
10276 * gst-libs/gst/resample/resample.h:
10277 * gst-libs/gst/resample/resample.vcproj:
10278 * gst-libs/gst/resample/test.c:
10279 * gst/audioscale/Makefile.am:
10280 * gst/audioscale/README:
10281 * gst/audioscale/dtof.c:
10282 * gst/audioscale/dtos.c:
10283 * gst/audioscale/functable.c:
10284 * gst/audioscale/private.h:
10285 * gst/audioscale/resample.c:
10286 * gst/audioscale/resample.h:
10287 * gst/audioscale/test.c:
10289 Move tagedit library to gst-libs:
10290 * gst-libs/gst/tag/Makefile.am:
10291 * gst-libs/gst/tag/gstid3tag.c:
10292 * gst-libs/gst/tag/gsttagediting.c:
10293 * gst-libs/gst/tag/gsttageditingprivate.h:
10294 * gst-libs/gst/tag/gstvorbistag.c:
10295 * gst/tags/Makefile.am:
10296 * gst/tags/gstid3tag.c:
10297 * gst/tags/gstvorbistag.c:
10299 Fix for core changes:
10300 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10301 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10302 (gst_sinesrc_getrange):
10304 2005-04-23 David Schleef <ds@schleef.org>
10306 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
10307 in gst-plugins in a long time, and properly belongs in liboil.
10308 * gst-libs/gst/idct/Makefile.am:
10309 * gst-libs/gst/idct/README:
10310 * gst-libs/gst/idct/dct.h:
10311 * gst-libs/gst/idct/doieee:
10312 * gst-libs/gst/idct/fastintidct.c:
10313 * gst-libs/gst/idct/floatidct.c:
10314 * gst-libs/gst/idct/idct.c:
10315 * gst-libs/gst/idct/idct.h:
10316 * gst-libs/gst/idct/idtc.vcproj:
10317 * gst-libs/gst/idct/ieeetest.c:
10318 * gst-libs/gst/idct/intidct.c:
10320 2005-04-20 Wim Taymans <wim@fluendo.com>
10322 * docs/design-audiosinks.txt:
10323 * gst-libs/gst/audio/Makefile.am:
10324 * gst-libs/gst/audio/TODO:
10325 * gst-libs/gst/audio/gstaudiosink.c:
10326 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10327 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10328 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10329 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10330 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10331 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10332 (gst_audiosink_class_init), (gst_audiosink_init),
10333 (gst_audiosink_create_ringbuffer):
10334 * gst-libs/gst/audio/gstaudiosink.h:
10335 * gst-libs/gst/audio/gstbaseaudiosink.c:
10336 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10337 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10338 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10339 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10340 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10341 (gst_baseaudiosink_create_ringbuffer),
10342 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10343 * gst-libs/gst/audio/gstbaseaudiosink.h:
10344 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10345 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10346 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10347 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10348 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10349 (gst_ringbuffer_play), (gst_ringbuffer_pause),
10350 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10351 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10352 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10353 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10354 * gst-libs/gst/audio/gstringbuffer.h:
10355 An attempt at a set of audio base classes together with some
10358 2005-04-20 Wim Taymans <wim@fluendo.com>
10360 * gst/audioconvert/Makefile.am:
10361 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10362 (gst_audio_convert_caps_remove_format_info),
10363 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10364 (gst_audio_convert_channels):
10365 Link against audio libs.
10366 Fix audio convert plugin.
10368 2005-04-20 Wim Taymans <wim@fluendo.com>
10370 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10371 (gst_ogg_demux_sink_activate):
10372 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10373 (theora_set_header_on_caps), (theora_enc_sink_event),
10374 (theora_enc_chain):
10375 Fix theora encoder.
10377 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10379 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10380 * gst/playback/gstdecodebin.c: (find_compatibles):
10381 Work with staticpadtemplates in elementfactories.
10383 2005-04-12 Wim Taymans <wim@fluendo.com>
10385 * gst/playback/README:
10386 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10387 (compare_ranks), (print_feature), (gst_decode_bin_init),
10388 (dynamic_create), (dynamic_free), (find_compatibles),
10389 (mimetype_is_raw), (close_pad_link), (got_redirect),
10390 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10391 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10392 (gst_decode_bin_change_state):
10393 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10394 (gst_play_base_bin_init), (group_destroy), (group_commit),
10395 (check_queue), (queue_overrun), (queue_threshold_reached),
10396 (queue_out_of_data), (gen_preroll_element), (unknown_type),
10397 (new_decoded_pad), (setup_subtitle), (gen_source_element),
10398 (got_redirect), (setup_source), (play_base_eos),
10399 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10400 (gst_play_base_bin_remove_element):
10401 * gst/playback/gstplaybasebin.h:
10402 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10403 (gst_play_bin_init), (gst_play_bin_dispose),
10404 (gst_play_bin_set_property), (gen_video_element),
10405 (gen_text_element), (gen_audio_element), (remove_sinks),
10406 (gst_play_bin_send_event):
10407 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10408 (stream_info_change_state), (gst_stream_info_set_mute):
10409 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10410 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10411 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10412 (gst_stream_selector_chain):
10413 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10415 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10416 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10417 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10418 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10419 Raw and crude port of decodebin.
10420 Make playbin compile.
10422 2005-04-06 Wim Taymans <wim@fluendo.com>
10424 * ext/gnomevfs/Makefile.am:
10425 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10426 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10427 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10428 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10429 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10430 (gst_gnomevfssrc_stop):
10431 * ext/ogg/Makefile.am:
10432 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10433 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10434 * ext/theora/Makefile.am:
10435 * ext/theora/theoradec.c: (_inc_granulepos),
10436 (theora_dec_sink_event), (theora_dec_chain):
10437 * ext/vorbis/Makefile.am:
10438 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10439 (vorbis_dec_sink_event), (vorbis_dec_chain):
10440 * gst-libs/gst/audio/Makefile.am:
10441 * sys/xvimage/Makefile.am:
10442 Make gnomevfssrc extend the source base class.
10443 Fix linking against libs in various plugins.
10445 2005-04-06 Andy Wingo <wingo@pobox.com>
10447 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10450 * configure.ac: Add check and AC_SUBST for libgstbase.
10452 2005-03-31 Wim Taymans <wim@fluendo.com>
10454 * examples/seeking/Makefile.am:
10455 * examples/seeking/cdparanoia.c: (main):
10456 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10457 (play_cb), (pause_cb), (stop_cb), (main):
10458 * examples/seeking/playbin.c:
10459 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10460 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10461 (make_sid_pipeline), (make_vorbis_pipeline),
10462 (make_theora_pipeline), (make_vorbis_theora_pipeline),
10463 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10464 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10465 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10466 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10468 * examples/seeking/spider_seek.c:
10469 * examples/seeking/vorbisfile.c:
10470 * ext/gnomevfs/Makefile.am:
10471 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10472 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10473 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10474 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10475 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10476 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10477 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10478 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10480 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10481 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10482 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10483 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10484 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10485 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10486 (gst_ogg_pad_event), (gst_ogg_pad_reset),
10487 (gst_ogg_demux_factory_filter), (compare_ranks),
10488 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10489 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10490 (gst_ogg_chain_new), (gst_ogg_chain_free),
10491 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10492 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10493 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10494 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10495 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10496 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10497 (gst_ogg_demux_get_prev_page),
10498 (gst_ogg_demux_deactivate_current_chain),
10499 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10500 (gst_ogg_demux_bisect_forward_serialno),
10501 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10502 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10503 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10504 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
10505 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
10506 (gst_ogg_demux_change_state), (gst_ogg_print):
10507 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10508 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
10509 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10510 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
10511 (gst_ogg_mux_loop):
10512 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10513 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10514 (theora_dec_src_convert), (theora_dec_sink_convert),
10515 (theora_dec_src_query), (theora_dec_src_event),
10516 (theora_dec_sink_event), (theora_dec_chain),
10517 (theora_dec_change_state):
10518 * ext/theora/theoraenc.c: (gst_theora_enc_init),
10519 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
10520 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
10521 (theora_enc_change_state):
10522 * ext/vorbis/Makefile.am:
10523 * ext/vorbis/oggvorbisenc.c:
10524 * ext/vorbis/oggvorbisenc.h:
10525 * ext/vorbis/vorbis.c: (plugin_init):
10526 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10527 (vorbis_dec_src_query), (vorbis_dec_src_event),
10528 (vorbis_dec_sink_event), (vorbis_dec_chain),
10529 (vorbis_dec_change_state):
10530 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
10531 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
10532 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10533 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
10534 (gst_vorbisenc_change_state):
10535 * ext/vorbis/vorbisenc.h:
10536 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
10537 * gst-libs/gst/audio/audioclock.c:
10538 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10539 (gst_audiofilter_init), (gst_audiofilter_chain):
10540 * gst-libs/gst/audio/testchannels.c: (main):
10541 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
10542 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
10543 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
10544 (gmip_find_track_streaminfo), (gmip_find_track_format):
10545 * gst-libs/gst/media-info/media-info.c:
10546 (gst_media_info_read_idler):
10547 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
10548 (gst_play_get_all_by_interface):
10549 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10550 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
10551 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10552 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
10553 (gst_riff_parse_info):
10554 * gst-libs/gst/riff/riff-read.h:
10555 * gst-libs/gst/riff/riff.c: (plugin_init):
10556 * gst-libs/gst/video/Makefile.am:
10557 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
10558 (gst_videosink_class_init), (gst_videosink_get_type):
10559 * gst-libs/gst/video/videosink.h:
10560 * gst/audioconvert/bufferframesconvert.c:
10561 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
10562 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
10563 * gst/audioconvert/channelmixtest.c: (main):
10564 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10565 (gst_audio_convert_chain),
10566 (gst_audio_convert_caps_remove_format_info),
10567 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
10568 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
10569 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
10570 (gst_audio_convert_buffer_to_default_format),
10571 (gst_audio_convert_buffer_from_default_format),
10572 (gst_audio_convert_channels):
10573 * gst/audioconvert/gstchannelmix.h:
10574 * gst/ffmpegcolorspace/avcodec.h:
10575 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10576 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
10577 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
10578 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
10579 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
10580 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10581 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
10582 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10583 (mpeg_video_type_find), (mpeg_video_stream_type_find),
10585 * gst/videotestsrc/gstvideotestsrc.c:
10586 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
10587 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
10588 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
10589 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
10590 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
10591 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
10592 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
10593 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10594 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
10595 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
10596 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
10597 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10598 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10599 (gst_xvimagesink_navigation_send_event),
10600 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
10601 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
10602 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10603 * sys/xvimage/xvimagesink.h:
10604 Plugin port to 0.9, ogg/theora playback should work in the seek
10606 Removed old examples.
10607 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
10608 explained in 0.9 TODO doc.
10611 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
10633 * testsuite/Makefile.am:
10634 remove a whole bunch of plugins. This module now contains a set
10635 of free reference plugins/elements as agreed.
10637 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
10640 hunting season on 0.9 is now OPEN
10642 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10644 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10645 Kick the hell out of gcc for not warning me about a symbol conflict.
10647 2005-02-22 Luca Ognibene <luogni@tin.it>
10649 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
10651 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
10652 Don't leak caps string (fixes #168134)
10654 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
10655 (gst_jpegenc_init), (gst_jpegenc_finalize),
10656 (gst_jpegenc_change_state):
10657 Don't leak line buffers and context struct (fixes #168133).
10659 2005-02-21 Tim-Philipp M??ller <tim at centricular dot net>
10662 * ext/dirac/gstdiracdec.cc:
10663 (gst_diracdec_chain):
10664 Since dirac 0.5.0 the framerate in dirac is expressed as a
10665 rational number. Fix build and up requirement to 0.5.0, and
10666 also pass parameters to gst_diracdec_link in the right order
10669 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
10671 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
10672 * ext/faad/gstfaad.h:
10673 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
10674 certain invalid muxed streams, where some packets will contain
10675 junk after decoder data. Partially fixes #149158.
10677 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10678 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
10679 Make sure we only write to writable buffers
10681 2005-02-20 Tim-Philipp M??ller <tim at centricular dot net>
10683 * gst-libs/gst/riff/riff-media.c:
10684 (gst_riff_create_audio_caps_with_data):
10685 Do actually fix invalid RIFF fmt header values for alaw
10686 and mulaw audio instead of just saying so.
10688 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10689 Give gst_riff_create_audio_caps_with_data() a chance to
10690 fix up broken format header fields before extracting any
10691 parameters from the header. (fixes #167633)
10693 2005-02-19 Martin Holters <martin.holters@gmx.de>
10695 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
10697 * gst/audioconvert/bufferframesconvert.c:
10698 (buffer_frames_convert_link):
10699 Don't leak othercaps. (fixes #167878)
10701 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
10704 * ext/libvisual/visual.c: (gst_visual_srclink),
10705 (gst_visual_change_state):
10706 Support libvisual 0.2.0.
10708 2005-02-18 Tim-Philipp M??ller <tim at centricular dot net>
10710 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
10711 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
10712 Use same rowstrides for I420 as used everywhere else.
10714 2005-02-17 Tim-Philipp M??ller <tim at centricular dot net>
10716 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10717 Declare variables at beginning of block and make gcc-2.95 happy
10718 (fixes # 167482, patch by Gergely Nagy).
10720 * gst/tcp/gsttcpclientsrc.c:
10721 * gst/tcp/gsttcpclientsrc.h:
10722 Move some includes into the header, so that struct sockaddr_in is
10723 defined when it should be defined on FreeBSD as well (fixes
10726 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
10727 Don't pass uninitialised values to setsockopt() here either.
10729 2005-02-17 Luca Ognibene <luogni at tin dot it>
10731 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
10733 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
10734 Don't pass uninitialised values to setsockopt(). (fixes #167704)
10736 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10738 * gst/playback/gstplaybin.c: (add_sink):
10739 Invert bin_add/link order to workaround deadlock in opt.
10741 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10743 * gst/modplug/gstmodplug.cc:
10744 Add missing break causing position queries to fail.
10746 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10748 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
10749 Granpos can apparently be -1, which screws up calculations...
10751 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
10753 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10754 (gst_ximagesink_send_pending_navigation),
10755 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
10756 (gst_ximagesink_init):
10757 * sys/ximage/ximagesink.h:
10758 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10759 (gst_xvimagesink_send_pending_navigation),
10760 (gst_xvimagesink_navigation_send_event),
10761 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
10762 * sys/xvimage/xvimagesink.h:
10763 Use a mutex protected list to marshal navigation
10764 events into the stream thread from whichever thread
10767 2005-02-15 Tim-Philipp M??ller <tim at centricular dot net>
10769 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
10770 Display current position and track length; misc. clean-ups.
10772 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
10773 (speed_init), (speed_chain):
10774 Add query function, so that the stream length and current position
10775 get adjusted when queried (note that current position queries may
10776 still be wrong if the audio sink returns values based on buffer
10777 timestamps instead of passing on the query).
10779 2005-02-13 Benjamin Otte <otte@gnome.org>
10781 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
10782 (gst_audio_convert_channels):
10783 create channel conversion matrix when linking
10784 * gst/audioconvert/.cvsignore:
10785 * gst/audioconvert/Makefile.am:
10786 * gst/audioconvert/channelmixtest.c: (main):
10787 add (ugly) test that ensures stereo <=> mono conversion works
10790 2005-02-13 Benjamin Otte <otte@gnome.org>
10792 * gst/audioconvert/gstchannelmix.h:
10793 include missing header file
10794 * gst/audioconvert/gstchannelmix.c:
10795 (gst_audio_convert_fill_compatible):
10796 use same sign for both channels when converting to/from compatible
10797 channel. Previously used different signs made the signals cancel
10798 each other out and appear like silence. (fixes #167269)
10800 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
10802 * gst/ffmpegcolorspace/avcodec.h:
10803 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10804 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10805 (gst_ffmpegcsp_avpicture_fill):
10806 * gst/ffmpegcolorspace/imgconvert.c:
10807 Convert to and from YV12 (fixes #156379).
10809 2005-02-12 Julien MOUTTE <julien@moutte.net>
10811 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10812 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
10813 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
10814 (gst_ximagesink_expose), (gst_ximagesink_set_property),
10815 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
10816 methods from chain and negotiation and vice versa (Fixes #166142).
10817 * sys/ximage/ximagesink.h: Add stream_lock.
10818 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10819 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10820 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10821 (gst_xvimagesink_expose): Check for xcontext before trying to link.
10823 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
10825 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
10826 Don't send "Hey! You gave me a NULL pointer you naughty person" as
10827 error message when we can't open the DVD device (when dvdnav_open()
10828 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
10829 the above). Send something more useful instead (fixes #167117).
10831 2005-02-11 Julien MOUTTE <julien@moutte.net>
10833 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10834 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
10835 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10836 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10837 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10838 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
10839 methods from chain and negotiation and vice versa (Fixes #166142).
10840 Fix a possible bug of images in the buffer pool being discarded because
10841 we are looking at the wrong geometry.
10842 * sys/xvimage/xvimagesink.h: Add stream_lock.
10844 2005-02-11 David Schleef <ds@schleef.org>
10846 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
10847 unsigned int. (fixes #167128)
10849 2005-02-11 David Schleef <ds@schleef.org>
10851 * gst/librfb/Makefile.am: Testing stuff before committing is
10852 for wimps... and people with fast machines. Fix stupid
10855 2005-02-11 David Schleef <ds@schleef.org>
10857 * configure.ac: Pull in librfb from my CVS tree, because it is
10858 too small and annoying to be separate. Move rfbsrc plugin
10861 * ext/librfb/Makefile.am:
10862 * ext/librfb/gstrfbsrc.c:
10863 * gst/librfb/Makefile.am:
10864 * gst/librfb/gstrfbsrc.c:
10865 * gst/librfb/rfb.c:
10866 * gst/librfb/rfb.h:
10867 * gst/librfb/rfbbuffer.c:
10868 * gst/librfb/rfbbuffer.h:
10869 * gst/librfb/rfbbytestream.c:
10870 * gst/librfb/rfbbytestream.h:
10871 * gst/librfb/rfbcontext.h:
10872 * gst/librfb/rfbdecoder.c:
10873 * gst/librfb/rfbdecoder.h:
10874 * gst/librfb/rfbutil.h:
10876 2005-02-10 Tim-Philipp M??ller <tim at centricular dot net>
10878 * gst/speed/Makefile.am:
10879 * gst/speed/demo-mp3.c: (main):
10880 * gst/speed/filter.func:
10881 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
10882 (speed_class_init), (speed_init), (speed_chain_int16),
10883 (speed_chain_float32), (speed_chain), (speed_set_property),
10884 (speed_get_property), (speed_change_state):
10885 * gst/speed/gstspeed.h:
10886 Fix speed element and make it chain-based (fixes #156467),
10887 and make it handle more than one channel.
10889 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
10891 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
10892 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
10893 (gst_dtsdec_chain), (gst_dtsdec_change_state):
10894 * ext/dts/gstdtsdec.h:
10895 Don't clobber the stack constructing the channels array.
10896 Make the element chain-based. DTS tracks can now be played.
10898 2005-02-09 Tim-Philipp M??ller <tim at centricular dot net>
10900 * gst-libs/gst/audio/multichannel.h:
10901 * gst-libs/gst/gconf/gconf.h:
10902 * gst-libs/gst/idct/idct.h:
10903 * gst-libs/gst/media-info/media-info-priv.h:
10904 * gst-libs/gst/play/play.h:
10905 * gst-libs/gst/resample/private.h:
10906 * gst-libs/gst/resample/resample.h:
10907 * gst-libs/gst/riff/riff-ids.h:
10908 * gst-libs/gst/video/video.h:
10909 * gst-libs/gst/video/videosink.h:
10910 Add G_BEGIN_DECLS and G_END_DECLS around headers where
10911 missing, so that they work when included from C++ code.
10913 2005-02-09 David Schleef <ds@schleef.org>
10915 * testsuite/gst-lint: Check for non-statically scoped
10916 parent_class variables. This won't be a problem once
10917 plugins are loaded with RTLD_LOCAL.
10919 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10921 * ext/mplex/gstmplexibitstream.cc:
10924 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10926 * ext/ogg/gstogmparse.c:
10927 * gst/debug/gstnavigationtest.c:
10928 Die, thou faulty symbol pollutors (non-static parent_class).
10930 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10932 * ext/mplex/gstmplexibitstream.cc:
10933 Fix event handling (#165525).
10935 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10937 * ext/mikmod/gstmikmod.c:
10938 * gst/modplug/gstmodplug.cc:
10939 Add missing endianness to template (fixes #165509).
10941 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10943 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
10944 Fix wrong order of reading of optional bytes (#165290).
10946 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10948 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10949 Implement FILLER event awareness.
10951 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10953 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
10954 Fix track calculations (#166208).
10956 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
10958 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10960 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
10961 * ext/libpng/gstpngenc.c:
10962 Fix byte-order, use proper fixed caps. Fixes #164197.
10964 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
10969 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
10970 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
10971 Don't push buffers if the src pad isn't negotiated yet.
10973 * gst/audioconvert/gstaudioconvert.c:
10974 (gst_audio_convert_buffer_to_default_format),
10975 (gst_audio_convert_buffer_from_default_format):
10976 Add support for 24-bit width.
10978 * gst/dvdlpcmdec/.cvsignore:
10979 * gst/dvdlpcmdec/Makefile.am:
10980 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
10981 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
10982 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
10983 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
10985 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
10986 New decoder for rearranging DVD LPCM into our audio/x-raw-int
10987 format. Needs support for the channels maps if someone can find
10988 a DVD LPCM track with > 2 channels.
10990 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
10991 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
10992 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
10993 * gst/mpegstream/gstdvddemux.h:
10994 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10995 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
10996 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
10997 * gst/mpegstream/gstmpegdemux.h:
10998 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
10999 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11000 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11001 (gst_mpeg_parse_handle_src_query),
11002 (gst_mpeg_parse_handle_src_event):
11003 Use audio/x-dvd-lpcm for LPCM output.
11006 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
11008 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11010 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11011 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11012 Add BGRA handling (#165736).
11014 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
11016 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11018 * gst/law/alaw-decode.c: (alawdec_link):
11019 * gst/law/alaw-encode.c: (alawenc_link):
11020 * gst/law/mulaw-decode.c: (mulawdec_link):
11021 * gst/law/mulaw-encode.c: (mulawenc_link):
11022 Fix caps memleaks (#166600).
11024 2005-02-08 Tim-Philipp M??ller <tim at centricular dot net>
11026 * ext/tarkin/mem.h:
11027 * ext/tarkin/wavelet.h:
11028 * ext/tarkin/yuv.h:
11029 * gst/ffmpegcolorspace/avcodec.h:
11030 Include "_stdint.h" instead of <stdint.h>. Fixes build on
11031 systems that don't have stdint.h, like Solaris9 (fixes #166631).
11033 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11035 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11036 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11037 (gst_xvimagesink_change_state):
11038 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11039 Xv video (and thereby regenerate Xv colourkey) in clear() so
11040 that PLAY -> READY -> PLAY works (fixes #162504).
11042 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11044 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11045 Switch to list instead of range, since MJPEG-devices really just
11046 support decimations, not any size.
11048 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
11049 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11050 (gst_mpeg2dec_reset), (free_all_buffers),
11051 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11052 * ext/mpeg2dec/gstmpeg2dec.h:
11053 The libmpeg2 user-allocated buffer management is awkward,
11054 to say the least. Hopefully this fixes things.
11056 2005-02-04 Andy Wingo <wingo@pobox.com>
11058 * gst/audioconvert/bufferframesconvert.c
11059 (buffer_frames_convert_fixate): New function, fixates to 256
11060 frames per buffer by default. (Much better than 1.)
11061 (buffer_frames_convert_init): Set the fixate function for both src
11063 (buffer_frames_convert_link): After success setting nonfixed caps,
11064 get the negotiated caps so we can know how many buffer-frames it
11065 will be. No idea how this worked at all before.
11067 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
11069 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11070 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11071 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11072 (handle_sequence), (handle_picture):
11073 * ext/mpeg2dec/gstmpeg2dec.h:
11074 Rearrange buffer tracking and refcounting and refactor
11075 a little for readability.
11077 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
11078 * sys/v4l/gstv4l.c: (plugin_init):
11079 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11080 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11081 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11082 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11083 * sys/v4l/gstv4ljpegsrc.h:
11084 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11085 * sys/v4l/v4l_calls.h:
11086 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11087 (gst_v4lsrc_get_fps):
11088 * sys/v4l/v4lsrc_calls.h:
11089 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11090 you jpeg inside rgb frames" driver.
11091 Don't error in the v4lsrc link function, just return
11094 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11096 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11097 (gst_qcamsrc_open):
11098 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11100 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11102 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11103 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11105 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11107 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11108 Reset negotiated state on PAUSED->READY.
11110 2005-02-02 David Schleef <ds@schleef.org>
11112 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11113 whereever possible. (Fixes #165997)
11114 * examples/capsfilter/capsfilter1.c: (main):
11115 * examples/dynparams/filter.c: (create_ui):
11116 * examples/seeking/cdparanoia.c: (get_track_info), (main):
11117 * examples/seeking/chained.c: (main):
11118 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11119 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11120 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11121 (make_mpeg_pipeline), (make_mpegnt_pipeline):
11122 * examples/seeking/spider_seek.c: (make_spider_pipeline):
11123 * examples/switch/switcher.c: (main):
11124 * ext/dv/demo-play.c: (main):
11125 * ext/faad/gstfaad.c: (gst_faad_change_state):
11126 * ext/mad/gstmad.c: (gst_mad_chain):
11127 * ext/smoothwave/demo-osssrc.c: (main):
11128 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11129 (gst_gconf_render_bin_from_description),
11130 (gst_gconf_get_default_audio_sink),
11131 (gst_gconf_get_default_video_sink),
11132 (gst_gconf_get_default_audio_src),
11133 (gst_gconf_get_default_video_src),
11134 (gst_gconf_get_default_visualization_element):
11135 * gst/level/demo.c: (main):
11136 * gst/level/plot.c: (main):
11137 * gst/playback/gstplaybin.c: (gen_video_element),
11138 (gen_audio_element):
11139 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11140 * gst/playondemand/demo-mp3.c: (setup_pipeline):
11141 * gst/sine/demo-dparams.c: (main):
11142 * gst/spectrum/demo-osssrc.c: (main):
11143 * gst/speed/demo-mp3.c: (main):
11144 * gst/volume/demo.c: (main):
11145 * testsuite/embed/embed.c: (main):
11147 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
11149 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11150 (gst_tcpclientsink_finalize):
11151 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11152 (gst_tcpclientsrc_finalize):
11153 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11154 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11155 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11156 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11157 Don't leak the hostname when shutting down.
11158 In tcpserversrc, take a copy of the default hostname.
11160 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11162 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11163 Set caps to systemstream=TRUE.
11165 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11167 * testsuite/Makefile.am:
11168 Fix more OSX buildbots.
11170 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
11172 * ext/mpeg2dec/gstmpeg2dec.c:
11173 Don't send things to NULL PAD_PEERs
11175 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11176 Copy-on-write the incoming buffer.
11178 * gst/mpegstream/gstdvddemux.h:
11179 * gst/mpegstream/gstmpegclock.h:
11180 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11181 (normal_seek), (gst_mpeg_demux_handle_src_event):
11182 * gst/mpegstream/gstmpegdemux.h:
11183 * gst/mpegstream/gstmpegpacketize.h:
11184 * gst/mpegstream/gstmpegparse.c:
11185 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11186 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11187 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11188 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11189 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11190 * gst/mpegstream/gstmpegparse.h:
11191 * gst/mpegstream/gstrfc2250enc.h:
11192 Various changes to the way time is computed that make seeking and
11193 total time estimation much better here.
11194 Use G_BEGIN/END_DECLS instead of __cplusplus
11196 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11197 Use gst_buffer_stamp instead of only copying the TIMESTAMP
11199 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11201 * gst/subparse/gstsubparse.c:
11204 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
11206 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11207 (theora_enc_chain), (theora_enc_change_state):
11208 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11209 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11210 (gst_vorbisenc_change_state):
11211 * ext/vorbis/vorbisenc.h:
11212 Set granulepos and timestamp correctly for streams not
11213 starting at 0, taking into account the initial delay.
11215 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
11217 * gst/mpegstream/gstdvddemux.c:
11218 Add audio/x-dts to audio pad template caps
11220 2005-01-30 David Schleef <ds@schleef.org>
11222 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11223 (create_context), (gst_polypsink_link): Fix silly endianness
11224 bug. Add some debugging. Remove float from caps; it doesn't
11225 work. Attempt to get remote audio working.
11227 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11229 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11232 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11234 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11235 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11236 (gst_avi_demux_stream_data):
11237 * gst/avi/gstavidemux.h:
11238 Invert DIB images. Fixes #132341.
11240 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11242 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11243 (gst_ffmpegcsp_chain):
11244 D'oh, reference the palette data, not the palette structure.
11245 Fixes color distortion in #132341.
11247 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11249 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11250 PAR can be non-fixed when not provided as argument (#162626).
11252 2005-01-29 David Moore <dcm@acm.org>
11254 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11256 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11257 (gst_qtdemux_loop_header):
11258 Re-apply patch from #142272 that allows non-seekable sources,
11259 re-proposed by Daniel Drake <dsd@gentoo.org>.
11261 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11263 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11264 Use the src template for creating the src pad (#162330).
11266 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11269 * ext/musepack/Makefile.am:
11270 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11271 (gst_musepackdec_init), (gst_musepackdec_dispose),
11272 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11273 (gst_musepack_stream_init), (gst_musepackdec_loop),
11274 (gst_musepackdec_change_state):
11275 * ext/musepack/gstmusepackdec.cpp:
11276 * ext/musepack/gstmusepackdec.h:
11277 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11278 (gst_musepack_reader_read), (gst_musepack_reader_seek),
11279 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11280 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11281 * ext/musepack/gstmusepackreader.cpp:
11282 * ext/musepack/gstmusepackreader.h:
11283 Update to 1.1 API (#165446).
11285 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11290 2005-01-28 Andy Wingo <wingo@pobox.com>
11292 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11293 to reflect a different dubious internet source. Add a reference
11294 and some commentary.
11296 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11298 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11299 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11300 * gst/playback/gststreamselector.h:
11301 Be more selective when we're redoing caps negotiation from
11302 within the chain function on a stream change.
11304 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11308 * ext/amrnb/Makefile.am:
11309 * ext/amrnb/amrnb.c: (plugin_init):
11310 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11311 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11312 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11313 (gst_amrnbdec_state_change):
11314 * ext/amrnb/amrnbdec.h:
11315 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11316 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11317 (gst_amrnbparse_init), (gst_amrnbparse_formats),
11318 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11319 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11320 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11321 * ext/amrnb/amrnbparse.h:
11322 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11323 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11324 Add AMR-NB/-WB raw formats.
11325 * ext/alsa/gstalsa.c: (gst_alsa_link):
11326 Keep valid time when changing format.
11327 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11328 (qtdemux_parse_trak):
11329 Add some more format-specific options (#140141, #143555, #155163).
11331 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11333 * gst/matroska/matroska-demux.c:
11334 (gst_matroska_demux_parse_blockgroup):
11335 Fix logic error in timing of subtitle stream synchronization.
11336 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11337 Add skip-chunk, which is found in kodak-camera streams.
11339 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
11343 Adding Vietnamese translation (submitted by Clytie Siddall)
11345 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11347 * gst/playback/gstdecodebin.c: (try_to_link_1):
11348 Use realpad for signal.
11350 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11352 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11353 Fix category so decodebin picks it up.
11355 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11357 * ext/mad/Makefile.am:
11358 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11359 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11360 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11361 (found_type), (gst_id3demux_bin_change_state):
11362 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11363 (gst_id3_tag_init), (gst_id3_tag_handle_event),
11364 (gst_id3_tag_src_link), (gst_id3_tag_chain),
11365 (gst_id3_tag_change_state), (plugin_init):
11366 * ext/mad/gstmad.h:
11367 Add id3demuxbin (which is a simple bin consisting of id3demux
11368 and typefind), take over rank from id3demux, remove typefind
11369 code from id3demux. Makes all broken mp3s that I know of work,
11370 and thereby fixes #152688.
11372 2005-01-27 Edward Hervey <bilboed@bilboed.com>
11374 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11376 * ext/mad/gstmad.c: (gst_mad_src_event):
11377 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11378 Allow seeks on audio pad, make mad forward those (#164826).
11379 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11380 Set duration (#165335).
11382 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11384 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11385 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11386 (gst_asf_demux_process_ext_content_desc),
11387 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11388 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11389 * gst/asfdemux/gstasfdemux.h:
11390 Improve metadata display, e.g. if the metadata comes before the
11391 streams are loaded (which is perfectly valid).
11393 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11395 * tools/gst-launch-ext-m.m:
11396 Fix AVI/ASF pipelines (#165340).
11398 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
11399 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
11400 build failure on amd64
11402 2005-01-26 Tim-Philipp M??ller <tim at centricular dot net>
11404 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11405 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11406 Check environment variables GST_ID3V2_TAG_ENCODING,
11407 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11408 list of character encodings to force interpretation of non-unicode
11409 strings stored in an ID3v2 tag to a particular encoding. If none
11410 is specified, try to use current locale's encoding, then fall back
11411 to ISO-8859-1 (which will always succeed). (Resolves #149274)
11412 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11413 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11414 Check environment variables GST_ID3V1_TAG_ENCODING,
11415 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11416 list of character encodings to use in case a string encountered
11417 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11418 specified, try to use the current locale's encoding, then fall
11419 back to ISO-8859-1 (which will always succeed).
11421 2005-01-25 Benjamin Otte <otte@gnome.org>
11423 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11424 - on half framerate, compute the rate in advance so the comparisons
11425 don't compare wrong values
11426 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11428 - don't use mad_header_decode anymore, mad_frame_decode does that
11430 - when getting rid of consumed bytes, reset the stream's skiplen
11433 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
11435 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11436 Use 1/2 a second for default max_discont, as PES streams from DVB
11437 seem to have larger spacings in the SCR.
11440 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11442 * gst/playback/gstplaybasebin.c: (group_commit):
11443 Notify delayed stream-info availability.
11445 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
11446 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11447 (gst_a52dec_handle_event), (gst_a52dec_chain):
11448 Add some debug output. Check that a discont has a valid
11450 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11451 (gst_alsa_sink_loop):
11452 Ignore TAG events. A little extra debug for broken timestamps.
11453 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11454 (dvdnavsrc_change_state):
11455 Ensure we send a discont to engage the link before we send any
11457 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11458 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11459 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11460 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11461 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11462 dvd://title works in totem because typefinding sends a seek that ends
11463 up going back to chapter 1 regardless.
11464 * ext/mpeg2dec/gstmpeg2dec.c:
11465 * ext/mpeg2dec/gstmpeg2dec.h:
11466 Output correct timestamps and handle disconts.
11467 * ext/ogg/gstoggdemux.c: (get_relative):
11468 Small guard against a null dereference.
11469 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11470 (gst_textoverlay_set_property):
11471 Free memory when done. Don't call gst_event_filler_get_duration on
11472 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11474 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11475 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11476 (gst_sw_srclink), (gst_smoothwave_chain):
11477 Draw solid lines, prettier colours.
11478 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11479 Add a default palette that'll work for some movies.
11480 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11481 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11482 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11483 * gst/mpegstream/gstdvddemux.h:
11484 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11485 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11486 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11487 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11488 * gst/mpegstream/gstmpegparse.h:
11489 Use PTM/NAV events when for timestamp adjustment when connected to
11490 dvdnavsrc. Don't use many discont events where one suffices.
11491 * gst/playback/gstplaybasebin.c: (group_destroy),
11492 (gen_preroll_element), (gst_play_base_bin_add_element):
11493 * gst/playback/gstplaybasebin.h:
11494 Make sure we remove subtitles from the same bin we put them in.
11495 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11496 (gst_subparse_buffer_format_autodetect),
11497 (gst_subparse_change_state):
11498 Fix some memleaks and invalid accesses.
11499 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11500 (oggskel_type_find), (cmml_type_find), (plugin_init):
11501 Some typefind functions for Annodex v3.0 files
11502 * gst/wavparse/gstwavparse.h:
11503 GstRiffReadClass is the correct parent class.
11505 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11507 * gst-libs/gst/riff/riff-media.c:
11508 (gst_riff_create_video_caps_with_data):
11509 Add extradata to huffyuv (fixes #165013).
11510 * gst-libs/gst/riff/riff-read.c:
11511 (gst_riff_read_strf_vids_with_data):
11512 Fix extradata extraction if it is in the chunk size.
11514 2005-01-25 Edward Hervey <bilboed@bilboed.com>
11516 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11518 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
11519 (gst_quarktv_change_state), (gst_quarktv_dispose):
11520 Memory free'ing location fix (#164708).
11522 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11524 * gst/playback/gstplaybasebin.c: (group_commit),
11525 (gen_preroll_element), (probe_triggered), (gen_source_element),
11526 (setup_source), (gst_play_base_bin_change_state),
11527 (gst_play_base_bin_add_element):
11528 Don't block for streams.
11529 * gst/playback/gststreaminfo.c: (stream_info_change_state),
11530 (gst_stream_info_set_mute):
11531 Use gst_pad_set_active_recursive.
11533 2005-01-25 Andy Wingo <wingo@pobox.com>
11535 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
11536 for #ifndef HAVE_XVIDEO.
11538 2005-01-24 Jeffrey C. Ollie
11540 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
11542 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
11543 * ext/gsm/gstgsmdec.h:
11544 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
11545 * ext/gsm/gstgsmenc.h:
11546 Fix rate to 8kHz as per spec, removes obscure errors when no rate
11547 was given by property. Add proper buffer timestamps and offsets.
11549 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11551 * gst-libs/gst/riff/riff-media.c:
11552 (gst_riff_create_audio_caps_with_data):
11553 Audio can be <8000Hz.
11555 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11557 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11558 Explicit state change to workaround refcount bugs.
11560 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11562 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
11563 (gst_avimux_riff_get_avi_header):
11566 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11568 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
11569 (gst_riff_read_element_data):
11570 * gst-libs/gst/riff/riff-read.h:
11571 Add _peek version (req'ed in CDXA).
11572 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
11573 (gst_cdxaparse_loop):
11574 Fix parsing in playbin.
11575 * gst/playback/gstdecodebin.c: (close_pad_link):
11576 Ignore current_ pads, they cause major annoyance.
11578 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11580 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11583 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11585 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
11588 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11590 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
11591 Allow for 0-sized buffers. Fixes length query problems in
11592 starwars.mkv from the testsuite.
11594 2005-01-19 Tim-Philipp M??ller <tim at centricular dot net>
11596 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
11597 (gst_video_box_i420), (gst_video_box_chain):
11598 Fix row strides for I420 (fixes #163159)
11600 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11602 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11603 MPEG2 has a useful rate property, so we can actually use that.
11604 For MPEG-1, continue using the bytes/time properties.
11606 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11608 * gst-libs/gst/riff/riff-media.c:
11609 (gst_riff_create_video_caps_with_data),
11610 (gst_riff_create_video_template_caps):
11613 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11615 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11616 Fail if caps negotiation fails. Should fix #162184, and should
11617 definately be in there regardless of it fixing the actual bug.
11618 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
11619 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
11620 (gst_avimux_riff_get_avix_header),
11621 (gst_avimux_riff_get_video_header),
11622 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
11623 (gst_avimux_start_file), (gst_avimux_handle_event),
11624 (gst_avimux_change_state):
11625 * gst/avi/gstavimux.h:
11626 Refactor structure writing to use GST_WRITE_UINT macros, add
11627 metadata writing support.
11629 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11631 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11632 Elements may already be destroyed when this function is called.
11634 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11636 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11637 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
11638 More memory leak fixes (#149162).
11640 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11642 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11643 (gst_qtdemux_add_stream):
11646 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11648 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
11651 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11653 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
11654 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
11655 when fixating to six channels in Totem.
11657 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
11659 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
11660 Fix compile warnings on Solaris 10 buildbot
11662 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
11664 * ext/dvdread/dvdreadsrc.c: (_read):
11665 Don't read beyond the last cell in a chapter (fixes
11666 invalid memory access)
11668 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
11670 * ext/dvdread/stream_labels.c:
11671 (dvdreadsrc_get_audio_stream_labels):
11672 Use NULL for an empty GList instead of g_list_alloc(); fix
11673 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
11674 of GString (easier to bulk free later)
11676 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
11678 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11680 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11681 (gst_ffmpeg_pixfmt_to_caps):
11682 Fix BGRA32 caps (#164209).
11684 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
11686 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11688 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11689 (gst_ffmpeg_caps_to_pixfmt):
11690 alpha_mask can be RGBA/ABGR. Fixes #164265.
11692 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
11694 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11696 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
11697 (gst_mpeg2dec_alloc_buffer):
11698 * ext/mpeg2dec/gstmpeg2dec.h:
11699 Crop if decoding size is not the actual image size (#163676).
11701 2005-01-17 Steve Baker <steve@stevebaker.org>
11703 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11705 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
11706 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
11707 Add libsndfile typefind functions (#163309).
11709 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11711 * tools/gst-launch-ext-m.m:
11712 Add .aac, fix .m1v/.m2v (#163891).
11714 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11716 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
11717 Sanity check, don't wait endlessly since the clock might not
11718 actually run at this point (which is a deadlock). Fixes #164069.
11720 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11722 * gst/playback/gstplaybasebin.c: (probe_triggered):
11723 Of course, only pause if group is done...
11725 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11727 * gst/playback/gstplaybasebin.c: (probe_triggered):
11730 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
11732 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
11733 Don't return state change success when the parent
11736 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11738 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
11739 Free events (fix memleak in #162905).
11741 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
11743 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11745 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11746 (gst_ffmpeg_caps_to_pixfmt):
11747 Fix for depth = 15. Fixes #161675.
11749 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11751 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11752 Set FPS correctly, even for webcams and the like.
11753 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
11754 Don error on setting while capturing.
11756 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
11758 * ext/dv/gstdvdec.c:
11759 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11760 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
11761 I'm a bad boy. using /1001. to force C to do float division
11762 and not integer division (as it did in my last commit)
11763 Thanks to David I. Lehn for pointing this mistake.
11765 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11767 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11768 Revert Johan??s 1.35->1.36 since it breaks compat.
11770 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
11772 * ext/dv/gstdvdec.c:
11773 * ext/libfame/gstlibfame.c:
11774 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11775 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
11776 replace framerate aproximations by their real value
11777 (24000/1001, 30000/1001, 60000/1001)
11778 Finish fixing bug #164049
11780 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
11782 * ext/ogg/gstoggmux.c:
11784 * gst/tcp/gstmultifdsink.c:
11785 * gst/tcp/gstmultifdsink.h:
11786 * gst/tcp/gsttcp.c:
11787 * gst/tcp/gsttcp.h:
11788 * gst/tcp/gsttcpclientsink.c:
11789 * gst/tcp/gsttcpclientsrc.c:
11790 * gst/tcp/gsttcpserversink.c:
11791 * gst/tcp/gsttcpserversrc.c:
11792 improve reusability of elements after state changes and errors
11793 make multifdsink throw away streamheaders when receiving new ones
11795 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11797 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
11798 Fix for if items are already in list...
11800 2005-01-12 Benjamin Otte <otte@gnome.org>
11802 * gst/adder/gstadder.c: (gst_adder_loop):
11803 fix adder a bit so it doesn't screw up with events as much anymore
11805 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
11807 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
11808 (pixbufscale_scale), (gst_pixbufscale_chain):
11809 * ext/gdk_pixbuf/pixbufscale.h:
11810 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
11811 to ensure rowstrides are calculated the same way as
11813 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
11814 that we pick up duration and offset also.
11816 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11818 * gst/avi/gstavimux.c: (gst_avimux_class_init),
11819 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
11822 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11824 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11825 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11826 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11827 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11828 Update flags when requested.
11830 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11832 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
11835 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11837 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11838 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
11839 (probe_triggered), (new_decoded_pad), (gen_source_element),
11840 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
11841 * gst/playback/gstplaybasebin.h:
11842 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11843 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
11844 (gst_play_bin_change_state):
11845 Implement group-switch signal for use in apps to clear metadata
11846 cache, clean up subtitle, add suburi property instead of # hack,
11847 some error-out fixes.
11849 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11851 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11853 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
11854 If we got a state change in the _get handler, don't return success.
11856 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
11858 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
11859 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
11860 Make jpegdec quiet on MJPEG decoding
11861 * gst/asfdemux/README:
11862 Fix mimetypes for MJPEG and H263
11864 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11866 * ext/theora/theoradec.c: (theora_dec_chain):
11867 Fix broken code generation by gcc by swapping arguments.
11868 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11871 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
11874 delete this file, it is by far outdated
11875 * ext/alsa/gstalsa.1: remove
11876 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
11877 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
11878 (gst_alsa_get_caps):
11879 Add HW probing for supported sample rates. Fixes #161704
11881 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11883 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11884 Don't crash, biatch! :).
11886 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11888 * ext/musepack/gstmusepackreader.cpp:
11889 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11890 Some work on tags - still doesn't work in playbin...
11891 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11894 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11896 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
11897 Also shove tags on kid pads.
11899 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11901 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11902 Don't bail on unknown events.
11903 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11904 Don't crash on events before negotiation.
11905 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
11906 Send tags on pads, too.
11907 * gst/playback/gststreamselector.c:
11908 (gst_stream_selector_request_new_pad):
11909 Forward events on first pad if no input was selected yet.
11911 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11913 * gst/playback/gstplaybasebin.c: (setup_substreams):
11914 Don't disable streamtype if the stream doesn't exist, since
11915 then playing a video after audio will disable both and nothing
11916 will happen. Fixes the testsuite.
11918 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11920 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
11921 (gst_v4l_xoverlay_set_xwindow_id):
11922 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
11923 (gst_v4l2_xoverlay_set_xwindow_id):
11924 Add debug categories, fix overlay disabling.
11926 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
11928 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
11929 * ext/alsa/gstalsa.h:
11930 Add HW probing for period_count/size and buffer_size MIX/MAX
11931 Adjust default/user defined value if out of bounds
11932 Should fix bug #162024
11934 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11936 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
11937 Fix warning (#161191).
11939 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
11941 * ext/dvdread/stream_labels.c:
11942 (dvdreadsrc_get_audio_stream_labels):
11943 Fix warning (init the good variable in switch default)
11945 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
11947 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11949 * gst/tta/gstttaparse.c: (gst_tta_src_event):
11950 Fix gcc-2.95 compile (#163485).
11952 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11955 * ext/flac/gstflacenc.c: (gst_flacenc_init),
11956 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
11957 (gst_flacenc_tell_callback), (gst_flacenc_chain),
11958 (gst_flacenc_change_state):
11959 * ext/flac/gstflacenc.h:
11960 Update for API change in flac-1.1.1. Update requirement in
11961 configure.ac. Fixes #162974.
11963 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11965 * gst/playback/gstplaybasebin.c: (group_destroy):
11966 Remove hack to get rid of assert and get rid of unlinked
11969 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11971 * gst/playback/gstplaybasebin.c: (setup_source):
11972 Set source to NULL so that resources are free'ed. Fixes issues
11973 with playback of CDDA and similar device-accessing things.
11975 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11977 * testsuite/embed/Makefile.am:
11978 test->noinst, fix make test in buildbot.
11980 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
11982 * ext/dvdread/stream_labels.c: new file
11983 * ext/dvdread/stream_labels.h: new file
11984 * ext/dvdread/Makefile.am:
11985 * ext/dvdread/dvdreadsrc.c: (_seek_title):
11986 Extract audio stream label from DVD IFO files.
11987 It only dump them on the console for now, still have to
11988 make playbin aware of them.
11990 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11992 * gst/playback/gstplaybasebin.c: (setup_source):
11995 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11997 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11998 (gen_preroll_element), (remove_groups), (setup_subtitle),
11999 (gen_source_element), (setup_source):
12000 * gst/playback/gstplaybasebin.h:
12001 Multiple .sub files is just a stupid idea... Fix some threading
12002 mistakes. Interestingly, external .sub files cause playbin to
12003 hang, I don't know why... Parsing fixes contributed by Fran??ois
12004 Kooman <fkooman@tuxed.net>.
12006 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12008 * testsuite/embed/Makefile.am:
12011 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
12013 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12015 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12016 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12017 (gst_pngenc_set_property):
12018 * ext/libpng/gstpngenc.h:
12019 Add compression level property (#163323).
12021 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12024 * examples/capsfilter/capsfilter1.c: (main):
12025 * examples/seeking/spider_seek.c: (make_spider_pipeline):
12026 * ext/dvdread/Makefile.am:
12027 * ext/dvdread/demo-play:
12028 * ext/dvdread/demo-play.c:
12029 * gconf/gstreamer.schemas.in:
12030 * gst-libs/gst/gconf/gconf.c:
12032 * testsuite/Makefile.am:
12033 * testsuite/embed/Makefile.am:
12034 * testsuite/embed/embed.c: (cb_expose), (main):
12035 Remove all references to xvideosink, fix examples (#140845).
12036 * gst/playback/gstplaybasebin.c: (group_destroy):
12037 Apparently, disposal does not unlink - so do explicitely.
12038 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12041 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
12043 * README: fix PKG_CONFIG_PATH instructions, what was there
12044 previously was breaking default search path, not nice.
12047 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12049 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12050 (gst_audioscale_chain):
12051 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12052 when resampling - how the ^@$^!@^! is this possible?!?
12054 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12056 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12057 Reset variables on READY.
12058 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12059 (gst_matroska_mux_loop):
12060 Require data before writing header.
12062 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
12064 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12066 * ext/mad/gstmad.c: (gst_mad_chain):
12067 Don't call mad_stream_sync() directly after recovering sync.
12070 2005-01-09 Martin Eikermann <meiker@upb.de>
12072 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12074 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12075 (snapshot_handler), (gst_snapshot_sinkconnect),
12076 (gst_snapshot_chain):
12077 Allocate resources when required, fix recursive signal emission
12078 and fix caps. Fixes #161667.
12080 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
12082 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12084 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12085 (gst_pngdec_chain):
12086 Handle only 8-bppc (bits-per-pixel-component) images, better
12087 error handling and correct strides. Fixes #163177.
12088 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12089 (gst_pngenc_chain):
12090 Better error handling. Fixes #163348.
12092 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12094 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12095 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12096 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12097 (dvdnavsrc_uri_handler_init):
12098 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12099 * gst/playback/gstplaybasebin.c: (gen_source_element):
12100 Add MMS to streaming URIs.
12102 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12104 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12105 * sys/xvimage/xvimagesink.c:
12106 (gst_xvimagesink_navigation_send_event):
12107 Check for pad availability before sending event.
12109 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12111 * gst-plugins.spec.in:
12114 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12117 Since we use functions from CVS, up requirement.
12119 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12121 * gst/playback/Makefile.am:
12122 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12123 (group_destroy), (group_commit), (group_is_muted),
12124 (gen_preroll_element), (add_stream), (unknown_type),
12125 (probe_triggered), (preroll_unlinked), (mute_stream),
12126 (silence_stream), (new_decoded_pad), (setup_substreams),
12127 (setup_source), (get_active_source), (mute_group_type),
12128 (muted_group_change_state), (set_active_source),
12129 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12130 (play_base_eos), (gst_play_base_bin_change_state):
12131 * gst/playback/gstplaybasebin.h:
12132 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12133 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12134 (gst_stream_info_dispose), (stream_info_mute_pad),
12135 (stream_info_change_state), (gst_stream_info_set_mute):
12136 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12137 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12138 (gst_stream_selector_init), (gst_stream_selector_dispose),
12139 (gst_stream_selector_get_linked_pad),
12140 (gst_stream_selector_get_caps), (gst_stream_selector_link),
12141 (gst_stream_selector_get_linked_pads),
12142 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12143 * gst/playback/gststreamselector.h:
12144 Adding stream selection support plus required properties for
12145 applications to use this. Fully fixes #100931.
12147 2005-01-08 Benjamin Otte <otte@gnome.org>
12149 * gst/games/gstpuzzle.c: (nav_event_handler):
12150 - handle nav events differently: forward every event no matter if it
12151 was handled or not.
12153 You can now cheat by using navigationtest ! puzzle and moving the
12154 mouse close to the edge of a tile. ;)
12156 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12159 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12160 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12161 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12162 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12163 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12164 (gst_ogm_parse_plugin_init):
12165 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12166 (gst_textoverlay_link), (gst_textoverlay_getcaps),
12167 (gst_textoverlay_event), (gst_textoverlay_video_chain),
12168 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12169 * ext/pango/gsttextoverlay.h:
12170 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12171 (gst_matroska_demux_handle_seek_event),
12172 (gst_matroska_demux_sync_streams),
12173 (gst_matroska_demux_parse_blockgroup),
12174 (gst_matroska_demux_subtitle_caps),
12175 (gst_matroska_demux_plugin_init):
12176 * gst/matroska/matroska-ids.h:
12177 * gst/playback/gstdecodebin.c: (close_pad_link):
12178 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12179 (gen_preroll_element), (remove_groups), (add_stream),
12180 (new_decoded_pad), (setup_subtitles), (gen_source_element),
12182 * gst/playback/gstplaybasebin.h:
12183 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12184 * gst/subparse/Makefile.am:
12185 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12186 (gst_subparse_base_init), (gst_subparse_class_init),
12187 (gst_subparse_init), (gst_subparse_formats),
12188 (gst_subparse_eventmask), (gst_subparse_event),
12189 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12190 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12191 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12192 (parse_mpsub_deinit), (parse_mpsub_init),
12193 (gst_subparse_buffer_format_autodetect),
12194 (gst_subparse_format_autodetect), (gst_subparse_loop),
12195 (gst_subparse_change_state), (gst_subparse_type_find),
12197 * gst/subparse/gstsubparse.h:
12198 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12200 Add subtitle support, .sub parser (supports SRT and MPsub),
12201 OGM text support, Matroska UTF-8 text support, deadlock fixes
12202 all over the place, subtitle awareness in decodebin/playbin
12203 and some fixes to textoverlay to handle subtitles in a stream
12204 correctly. Fixes #100931.
12206 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12208 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12209 Check for pad availability before doing a query on it.
12211 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12213 * ext/dv/gstdvdec.c:
12214 really fix bpp24/32 dvdec caps (classic rgba indeed)
12215 * gst/asfdemux/gstasfdemux.c:
12216 (gst_asf_demux_process_ext_content_desc):
12217 don't send text tags if they are empty (bis repetita)
12219 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12221 * ext/dv/gstdvdec.c:
12222 remove unneeded comment from dvdec
12223 (related to DV 4CC codes in AVI files)
12224 moved them in gstreamer/docs/random/mimetypes
12225 * gst/asfdemux/gstasfdemux.c:
12226 (gst_asf_demux_process_ext_content_desc):
12227 don't send text tags if they are empty
12228 fix mem leak on error path
12229 * gst/ffmpegcolorspace/avcodec.h:
12230 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12231 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12232 (gst_ffmpegcsp_avpicture_fill):
12233 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12234 * gst/ffmpegcolorspace/imgconvert_template.h:
12235 adds BGR32 and BGRA32 to ffmpegcolorspace
12236 (still bad colors, fixing it on next commit)
12237 helps with dvdec outputing BGR32
12239 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12241 * ext/dv/gstdvdec.c:
12242 Fix audio caps i just broke (missing ',')
12243 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12244 (gst_matroska_mux_reset):
12245 Fix typo + add FIXME about old "x-gst-metadata" crap
12247 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12249 * ext/dv/demo-play.c: (main):
12250 xvideosink -> xvimagesink
12251 * ext/dv/gstdvdec.c:
12252 change rgb 32/32 caps to 24/32 (no alpha)
12253 change nb of channels to be a list (2 or 4, not 2)
12254 change sample rate to be a list (32, 44.1, 48 kHz) not a range
12255 * gst/asfdemux/gstasfdemux.c:
12256 (gst_asf_demux_process_ext_content_desc):
12257 Add 'date/year' to extracted metadata list
12259 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12261 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12262 The return value of fixate_to does not imply that the requested
12263 value was set, so don't assume.
12265 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
12267 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12269 * ext/libpng/gstpngdec.c:
12270 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12271 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12272 * ext/libpng/gstpngenc.h:
12273 Alpha support (encoder; #163161), mime fixage.
12275 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
12277 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12279 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12280 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12281 (gst_faac_set_property), (gst_faac_get_property):
12282 * ext/faac/gstfaac.h:
12283 Allow for ADTS output (#153434).
12285 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12287 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12288 Fix against template (#150576).
12290 2005-01-06 Benjamin Otte <otte@gnome.org>
12292 * gst/games/gstpuzzle.c: (draw_puzzle):
12293 don't draw a puzzle if either width or height of tiles would be 0.
12295 2005-01-06 Benjamin Otte <otte@gnome.org>
12297 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12298 (gst_puzzle_class_init), (gst_puzzle_finalize):
12299 no memleaks, please
12300 (gst_puzzle_create), (gst_puzzle_init),
12301 (gst_puzzle_set_property), (gst_puzzle_setup):
12302 change initialization code around so we don't reshuffle on resize
12304 fix another stupid typo
12306 2005-01-06 Benjamin Otte <otte@gnome.org>
12308 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12309 fix stupid typo that borked copying on YUY2
12311 2005-01-06 Benjamin Otte <otte@gnome.org>
12313 * gst/games/gstpuzzle.c: (draw_puzzle):
12314 fix edges when image sizes aren't multiples of tile sizes
12316 2005-01-06 Benjamin Otte <otte@gnome.org>
12318 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12319 make RGB endianness work correctly
12320 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12321 refactor and fix race with initial shuffling
12322 (nav_event_handler):
12323 allow using the mouse to puzzle
12325 insist on tiles having width and height as multiples of 4 to get
12326 clean YUV image handling
12327 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12328 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12329 s/DEBUG/LOG/ for common messages
12330 (gst_xvimagesink_navigation_send_event):
12331 fix mouse event translation to not include screen PAR
12332 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12333 fix mouse event translation to actually work
12335 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12337 * gst/asfdemux/gstasfdemux.c:
12338 (gst_asf_demux_process_ext_content_desc):
12339 Extract TrackNumber metadata + clean up code
12340 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12341 Hope this is the good fix (var used unitialised)
12343 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12345 * ext/faad/gstfaad.c: (gst_faad_chain):
12346 Only increment timestamp if it's valid. Fixes raw AAC streams.
12348 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
12351 * gst/games/Makefile.am:
12352 * gst/games/gstpuzzle.c:
12353 add a puzzle game with...
12354 * gst/games/gstvideoimage.c:
12355 * gst/games/gstvideoimage.h:
12356 ... full colorspace support (that includes YUV9 and RGB16)) stolen
12357 from videotestsrc and made into something that would be a nice
12358 library for a lot of other plugins.
12360 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12363 don't compile faad plugin if a RC of 2.0 is found
12364 Fixes #155346 (and FC1 buildbot)
12365 * gst/asfdemux/gstasfdemux.c:
12366 (gst_asf_demux_process_ext_content_desc):
12367 try to make Solaris compiler happier
12369 2005-01-06 Paul Jack <pjack@sfaf.org>
12371 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12373 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12374 Fix segfault (#161667).
12376 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12378 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12379 Fix framerate reporting.
12381 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12383 * gst-libs/gst/riff/riff-ids.h:
12384 * gst/wavenc/riff.h:
12385 Add AMR (VBR and CBR) ids to riff.h audio codec list
12386 * gst/asfdemux/gstasfdemux.c:
12387 (gst_asf_demux_process_ext_content_desc),
12388 (gst_asf_demux_process_object):
12389 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12391 2005-01-05 Martin Eikermann <meiker@upb.de>
12393 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12395 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12396 (gst_dvd_demux_handle_discont):
12397 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12398 (gst_mpeg_demux_handle_discont):
12399 Recreate pads on new-media (#160730).
12400 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12401 Send discont even if manager changes timestamps (#161929).
12403 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
12405 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12407 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12408 Fix invalid memory access (#159211).
12410 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12412 * examples/gstplay/player.c: (main):
12414 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12415 Add visualizations.
12416 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12417 (gst_a52dec_handle_frame):
12419 * ext/dvdnav/gst-dvd:
12420 Add audioconvert. Fixes #161325.
12421 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12422 Explicitely case to gint64. Possible valgrind error.
12423 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12424 (gst_play_tick_callback), (gst_play_change_state),
12425 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12426 (gst_play_set_location), (gst_play_get_location),
12427 (gst_play_seek_to_time), (gst_play_set_data_src),
12428 (gst_play_set_video_sink), (gst_play_set_audio_sink),
12429 (gst_play_set_visualization), (gst_play_connect_visualization),
12430 (gst_play_get_framerate), (gst_play_get_all_by_interface),
12432 Use playbin. Fixes #139749 and #147744.
12433 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12435 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12436 (audioscale_get_type), (gst_audioscale_base_init),
12437 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12438 (gst_audioscale_getcaps), (gst_audioscale_fixate),
12439 (gst_audioscale_link), (gst_audioscale_get_buffer),
12440 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12441 (gst_audioscale_init), (gst_audioscale_dispose),
12442 (gst_audioscale_chain), (gst_audioscale_set_property),
12443 (gst_audioscale_get_property), (plugin_init):
12445 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12447 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12448 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12449 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12450 Add more metadata (fixes #162656).
12452 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
12457 === release 0.8.7 ===
12459 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
12464 releasing 0.8.7, "Hyperspace"
12466 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
12468 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12470 * gst/playback/gstplaybasebin.c:
12471 Fix for #162924 - free caps after use, not before
12473 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
12475 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12477 * gst/playback/gstplaybasebin.c:
12478 * gst/wavparse/gstwavparse.c:
12479 Fix for #154773 - fixes playback of small .wav files
12481 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
12483 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12485 * gst/audioscale/gstaudioscale.c:
12486 Fix for #162819 - make audioscale reusable
12487 Fixes playback of more than one file with playbin/totem
12489 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
12491 * gst/ffmpegcolorspace/avcodec.h:
12492 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12493 * gst/ffmpegcolorspace/imgconvert.c:
12494 clean up the mess that made me cry and avoid needless duplication
12496 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
12498 * gst/ffmpegcolorspace/imgconvert.c:
12499 give some indication of why we're segfaulting
12501 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12504 Fix indentation, fix v4l2 plugin detection.
12506 Fix libmms location (Maciej, use diff -u!).
12507 * ext/alsa/gstalsa.c: (gst_alsa_init):
12508 Initialize caps cache to NULL.
12509 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12510 Only change state on audiosink if it exists.
12512 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
12514 * gst/matroska/matroska-demux.c:
12515 * gst/matroska/matroska-ids.h:
12516 * gst/matroska/matroska-demux.h:
12517 Fix Vorbis streams failing to decode in some files, where cluster_time
12518 isn't 0, because then it doesn't send codec_priv before actual data.
12519 Remove time-based test and replace it with marker set on beginning of
12522 2004-12-28 David Schleef <ds@schleef.org>
12524 Merge patch from Ronald fixing problems with streaming
12526 * ext/cairo/gstcairo.c: (plugin_init):
12527 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12528 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12529 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12530 (gst_textoverlay_font_init), (gst_textoverlay_init),
12531 (gst_textoverlay_set_property):
12532 * ext/cairo/gsttextoverlay.h:
12534 2004-12-27 David Schleef <ds@schleef.org>
12536 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12537 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12538 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12539 (gst_textoverlay_font_init), (gst_textoverlay_init),
12540 (gst_textoverlay_set_property): Improvements to actually
12541 render text as white on black outline on video, including
12542 font selection and horizontal/vertical alignment. (Ronald's
12544 * ext/cairo/gsttextoverlay.h:
12546 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12548 * ext/ogg/gstogg.c:
12549 * ext/ogg/gstogmparse.c:
12550 fix ogm[audio/video]parse plugin registration
12551 (riff won't load if bytestream is already loaded)
12553 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
12555 * gst/audioconvert/gstchannelmix.c:
12558 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
12562 disable docs again until it actually passes make distcheck.
12564 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12566 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
12567 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12569 Add 3GP (variables name Q3GP because they can't start with a
12570 number). Add samr audio fourcc (used in .3gp files), decoder
12571 is work in progress. Also do a GST_WARNING instead of ERROR
12572 in case of unknown nodes, to decrease output.
12574 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
12579 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
12582 * ext/speex/gstspeexdec.h:
12583 * ext/speex/gstspeexenc.h:
12584 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
12585 Fix detection code in configure.ac
12587 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12589 * gst/matroska/matroska-demux.c:
12590 (gst_matroska_demux_parse_blockgroup):
12591 Save position, so that queries give proper return values. Don't
12592 know how this could ever have worked before...
12594 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
12597 Put additional LAME check inside the conditional. Fixes #152339
12599 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12601 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12602 (gst_avi_demux_stream_scan):
12603 Add some more debug. Fix logic error when setting movi offset
12604 while reading index.
12606 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12608 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12609 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
12610 (gst_avi_demux_process_next_entry):
12611 Add some debugging. Better detection of broken indexes and the
12612 accompanying index recovery. No infinite loops on state changes
12613 when we're still in our loopfunction.
12615 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12620 2004-12-22 Archana Shah <archana.shah@wipro.com>
12622 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12624 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
12625 Normalizing the value before setting
12626 (gst_sunaudiomixer_get_volume):
12627 Normalizing the value after getting. Fixes bug# 161980
12629 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
12631 * Makefile.am: Make sure docs gets disted
12632 * docs/Makefile.am: Make sure all needed files get disted
12633 * gst-plugins.spec.in: latest updates
12635 2004-12-22 Wim Taymans <wim@fluendo.com>
12637 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12638 Revert patch 1.38 as clock distribution over schedulers does
12639 not work correcly in the core yet.
12641 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12643 * sys/oss/README: remove this file, which predates my birth
12644 (and which content is by far outdated)
12646 2004-12-20 Stefan Kost <ensonic@users.sf.net>
12650 * docs/Makefile.am:
12651 * docs/libs/Makefile.am:
12652 * docs/libs/gst-plugins-libs-docs.sgml:
12653 * docs/libs/gst-plugins-libs-sections.txt:
12654 * docs/libs/tmpl/gstgconf.sgml:
12656 * docs/version.entities.in:
12657 Added boilerplate gtk-doc files for plugin-libs documentation.
12659 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12661 * gst/auparse/gstauparse.c: fix int and float audio caps
12663 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12665 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12666 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12667 g_assert() can be a macro, don't use #ifdef inside it.
12669 2004-12-19 Edward Hervey <bilboed@bilboed.com>
12671 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12673 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
12674 (gst_videorate_init), (gst_videorate_chain),
12675 (gst_videorate_change_state):
12676 Event handling (fixes #159986).
12678 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12680 * gst-libs/gst/riff/riff-media.c:
12681 (gst_riff_create_video_caps_with_data):
12682 Add BLZ0 (Blizzard's version of DivX) fourcc.
12684 2004-12-18 David Schleef <ds@schleef.org>
12686 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
12689 2004-12-18 David Schleef <ds@schleef.org>
12691 * gst/tta/ttadec.h: Disable some header code that isn't used
12692 and clearly isn't portable.
12694 2004-12-18 David Schleef <ds@schleef.org>
12696 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
12697 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12698 (avcodec_get_pix_fmt), (avpicture_layout),
12699 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
12700 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
12701 Fix code to not use GCC extensions (and c99 extensions that
12702 Forte does not like.)
12704 2004-12-19 Tim-Philipp M??ller <t.i.m@zen.co.uk>
12706 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12708 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
12709 (gst_deinterlace_chain):
12710 Rowstride fixes. Fixes #161039.
12711 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
12712 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
12713 (gst_video_crop_getcaps), (gst_video_crop_link),
12714 (gst_video_crop_i420), (gst_video_crop_chain),
12715 (gst_video_crop_change_state):
12716 Rework of negotiation. Actually works now. Fixes #158650.
12718 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12720 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
12721 That was very stupid.
12723 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12725 * gst/matroska/matroska-demux.c:
12726 (gst_matroska_demux_parse_blockgroup):
12727 Fix possible crasher.
12729 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12731 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
12732 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
12733 Lace sizes can be zero.
12735 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12737 * ext/musepack/gstmusepackdec.cpp:
12738 Fetch error return values. Fixes #161624.
12739 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12742 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12744 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12745 Work for truncated (unfinished download etc.) files. Fixes #160514.
12747 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12749 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12750 Fix for integer overflow. Makes #156001 not crash. Probably masks
12753 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12755 * gst/ac3parse/gstac3parse.c: (plugin_init):
12756 Parsers never have ranks. Fixes #159651.
12758 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
12760 * gst/playback/gstdecodebin.c: (compare_ranks):
12761 make sure the facotries are ordered the same every time even if they
12762 have the same rank by using the name
12763 * gst/playback/gstdecodebin.c: (find_compatibles):
12764 make sure we don't add factories to the list twice
12766 2004-12-16 David Schleef <ds@schleef.org>
12768 * configure.ac: look for musepack headers as musepack/*.h
12770 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
12771 * ext/musepack/gstmusepackreader.h: same
12773 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12775 * gst-libs/gst/riff/riff-read.c:
12776 (gst_riff_read_strf_auds_with_data):
12777 Read extradata correctly (fixes #155879).
12779 2004-12-16 David Schleef <ds@schleef.org>
12781 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
12782 audio. does _not_ attempt or allow conversion unless channels
12785 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
12787 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
12789 2004-12-16 David Schleef <ds@schleef.org>
12791 * gst/audioscale/gstaudioscale.c: the resample library only
12792 handles 1 or 2 channels. Change caps to compensate.
12794 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12796 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
12797 (gst_matroska_demux_audio_caps):
12798 Some MPEG-AAC hacks, because else it doesn't work...
12800 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12802 * gst-libs/gst/riff/riff-media.c:
12803 (gst_riff_create_video_caps_with_data),
12804 (gst_riff_create_video_template_caps):
12807 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12809 * gst-libs/gst/audio/Makefile.am:
12810 Try to fix buildbot.
12812 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
12814 * gst/tcp/gstmultifdsink.c:
12815 Clean up and uniformize debugging.
12817 2004-12-16 Edward Hervey <bilboed@bilboed.com>
12819 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12821 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12822 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
12823 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
12824 (gst_mpeg_demux_change_state):
12825 Reset on ready. Fixes 160276.
12827 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
12829 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12831 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12832 (gst_ffmpegcsp_pad_link):
12833 Fix memleak (#154815).
12835 2004-12-16 James Bowes <bowes@cs.dal.ca>
12837 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12839 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
12840 (gst_musicbrainz_init), (gst_musicbrainz_chain),
12841 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
12842 * ext/musicbrainz/gsttrm.h:
12843 Add support for using a proxy server when getting a trm id from
12844 the MusicBrainz database (#149613).
12846 2004-12-16 Christophe Fergeau <teuf@gnome.org>
12848 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12850 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
12851 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12852 Fix memleaks (#157233).
12854 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
12856 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12858 * gst-libs/gst/resample/resample.c: (gst_resample_close):
12859 * gst-libs/gst/resample/resample.h:
12860 * gst/audioscale/gstaudioscale.c:
12861 Fix memleak (#159215).
12863 2004-12-16 Toni Willberg <toniw@iki.fi>
12865 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12867 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
12868 * sys/oss/oss_probe.c: (main):
12869 Check for mono/stereo support (similar to samplerate probing),
12870 fixes #159433. Also add missing copyright header to oss_probe.c.
12872 2004-12-15 David Schleef <ds@schleef.org>
12874 * configure.ac: add audioresample and cairo plugins. Remove
12875 HAVE_MMX stuff, because it's not used.
12876 * ext/Makefile.am: same
12877 * ext/audioresample/Makefile.am: You are not ready for an
12878 audio resampling element based on audioresample.
12879 * ext/audioresample/gstaudioresample.c:
12880 * ext/audioresample/gstaudioresample.h:
12881 * ext/cairo/Makefile.am: You are not ready for overlay elements
12882 based on cairo. Don't look too closely, these elements kinda
12884 * ext/cairo/gstcairo.c: new
12885 * ext/cairo/gsttextoverlay.c: new
12886 * ext/cairo/gsttextoverlay.h: new
12887 * ext/cairo/gsttimeoverlay.c: new
12888 * ext/cairo/gsttimeoverlay.h: new
12889 * gst-libs/gst/media-info/media-info-priv.h: fix compile
12890 problem with compilers that don't support variadic macros.
12892 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
12894 Reviewed by: David Schleef <ds@schleef.org>
12896 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
12897 Bala, registering sunaudiosrc (oops!), and cleaning up code a
12898 bit. Also ran indent-gst.
12899 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
12900 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
12901 (gst_sunaudiosrc_setparams):
12903 2004-12-14 David Schleef <ds@schleef.org>
12905 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
12906 output rate to 16000. Should fix #160235.
12908 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12910 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
12911 Add typefinding for mpeg2 pes streams
12913 2004-12-13 David Schleef <ds@schleef.org>
12915 * configure.ac: Applied patch from bug #143659, making default
12916 sources and sinks OS-dependent (for Solaris), and added code
12918 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
12920 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12922 * gst-libs/gst/riff/riff-media.c:
12923 forgot to add h2.64 to avidemux template caps
12925 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12927 * gst/wavenc/riff.h:
12928 * gst-libs/gst/riff/riff-media.c:
12929 * gst-libs/gst/riff/riff-ids.h:
12930 * gst/avi/gstavimux.c
12931 add 4CC code for VideoSoft h264 in AVI (VSSH)
12933 remove s323 from riff, it's quicktime specific :(
12935 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12937 * gst/asfdemux/README
12938 * gst/wavenc/riff.h
12939 * gst-libs/gst/riff/riff-ids.h
12940 * gst-libs/gst/riff/riff-media.c
12941 * gst/qtdemux/qtdemux.c:
12942 add new 4CC codes for h263 related codecs
12943 fixes partially bug #155163
12945 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
12947 * configure.ac: Update polyaudio requirement to 0.7
12948 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
12950 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12952 * gst/interleave/deinterleave.c:
12953 fix my name's spelling! :)
12955 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12957 * AUTHORS ChangeLog
12958 * gst/auparse/gstauparse.c
12959 * gst/interleave/deinterleave.c
12961 alaw-decode.c alaw-encode.c
12962 mulaw-decode.c mulaw-encode.c
12963 * gst/oneton/gstoneton.c
12965 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
12967 cocoawindow.h cocoawindow.m
12968 osxvideosink.h osxvideosink.m
12970 put the same mail address for Zaheer Abbas Merali everywhere
12972 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12974 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
12975 Align by packetsize, and assert that we a packet available before
12976 playing. The first makes webstreams work (they often include
12977 trailing padding data in a packet), the second allows pausing a
12978 ASF stream in totem without getting demux errors afterwards.
12980 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12982 * ext/ogg/gstoggdemux.c: (get_relative):
12983 Check for non-NULL before accessing member (end-of-chain).
12985 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12987 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12988 (cdparanoia_set_property), (cdparanoia_get_property):
12989 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12990 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
12991 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12992 (dvdreadsrc_init), (dvdreadsrc_set_property),
12993 (dvdreadsrc_get_property):
12994 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
12995 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
12996 Synchronize property names where not yet the case. Devices are
12997 now device=X, other versions are deprecated (but still exist).
12998 Also use g_free() unconditionally.
12999 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13000 (setup_source), (gst_play_base_bin_get_property):
13003 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
13005 * configure.ac: move GCONF macro outside conditional for the am
13006 conditional. Fixes #160439
13008 2004-12-08 David Schleef <ds@schleef.org>
13010 * tools/gst-visualise-m.m: Switch to elements that currently
13013 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13015 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13016 We love wrong commas.
13018 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13020 * gst/matroska/matroska-demux.c:
13021 (gst_matroska_demux_handle_src_query):
13022 Don't set DEFAULT, unsupported - makes length display incorrectly
13025 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13027 * gst/monoscope/README: remove blurb about files being GPL
13028 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13029 * gst/monoscope/monoscope.c: Change license to BSD with explanation
13030 monoscope is now effectively LGPL licensed
13032 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13034 * gst/monoscope/README: Update information to be more correct
13035 * gst/monoscope/convolve.c: Relicense to LGPL
13036 * gst/monoscope/convolve.h: Relicense to LGPL
13038 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
13040 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13041 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13042 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13043 set default_duration for mpeg1 audio
13045 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
13047 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13048 * ext/alsa/gstalsa.h:
13049 refactor big chunks of the core caps negotiation code to make it
13050 a lot faster, because people claim it's really slow
13051 (actually, just cache the getcaps when the device is opened)
13053 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13055 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13056 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13057 (gst_a52dec_handle_frame), (gst_a52dec_chain),
13058 (gst_a52dec_change_state), (plugin_init):
13059 * ext/a52dec/gsta52dec.h:
13060 Do something useful with timestamps. Make chain-based (since
13061 there's really no reason to be loopbased).
13062 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13063 Update current_byte/frame correctly.
13065 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13067 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13068 (gst_ape_demux_stream_init):
13071 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13073 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13074 Let's make sure we're done typefinding when detecting tags.
13076 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13078 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13079 (gst_ebml_read_init), (gst_ebml_read_use_event),
13080 (gst_ebml_read_element_id), (gst_ebml_peek_id),
13081 (gst_ebml_read_seek), (gst_ebml_read_skip),
13082 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13083 (gst_ebml_read_master):
13084 * gst/matroska/ebml-read.h:
13085 * gst/matroska/matroska-demux.c:
13086 (gst_matroska_demux_parse_contents),
13087 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13088 Disgustingly evil hack for working around INTERRUPT events and
13089 their extremely annoying habit of being a pain in the ass. We
13090 simply peek a cluster before reading any of it.
13092 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13094 * ext/musepack/gstmusepackdec.cpp:
13095 There's also floating point libmusepacks.
13097 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13099 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13100 (gst_faad_chanpos_to_gst), (gst_faad_chain):
13101 Set DURATION even if source buffer didn't. Also use increasing
13103 * gst-libs/gst/riff/riff-media.c:
13104 (gst_riff_create_audio_caps_with_data):
13105 Block_align can have larger values than 8192.
13107 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13109 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13110 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13111 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13112 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13115 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13117 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13120 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13122 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13125 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13127 * ext/esd/esdsink.c: (gst_esdsink_chain):
13128 Make error actually say something useful (fixes #156798).
13129 * gst-libs/gst/riff/riff-media.c:
13130 (gst_riff_create_video_caps_with_data),
13131 (gst_riff_create_video_template_caps):
13132 Add Intel Video 5.0 fourcc (IV50).
13134 2004-12-01 Christophe Fergeau <teuf@gnome.org>
13136 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13137 detection on mono and stereo mp3 files.
13139 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13141 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13142 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13143 the contained stream).
13145 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13147 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13148 Oops, remove debug.
13150 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
13152 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13154 * gst/law/alaw-decode.c: (alawdec_getcaps):
13155 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13156 Prevent warnings when negotiating caps (fixes #159338).
13158 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13160 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13161 (gst_ffmpegcsp_chain):
13162 Remove old leftover that shouldn't be there...
13164 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
13166 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13168 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13169 Don't forward DISCONT events (fixes #159684).
13171 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13173 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13174 Unlink manually since sometimes bin disposal (and therefore
13175 pad unlinking) is delayed, which will cause a new media file
13176 to not be able to start playing instantly.
13178 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13180 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13181 On mute of an unlinked stream, check for pad availability so
13182 we don't crash on unlinked pad.
13184 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13186 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13187 (gst_avi_demux_massage_index):
13188 Fix quite humiliating bug in omitting 0-sized index chunks but
13189 forgetting to count them for timestamps.
13191 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13193 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13194 Actually leave the loop if we failed to sync. Don't crash.
13196 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13198 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13199 (gst_dvd_demux_process_private):
13200 * gst/mpegstream/gstdvddemux.h:
13201 Fix crash (#159759). Doesn't work, though. :-(.
13203 2004-11-28 Benjamin Otte <otte@gnome.org>
13205 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13206 more overwriting protection due to modifying channels one by one
13207 instead of all at once
13209 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13211 * gst/audioconvert/gstchannelmix.c:
13212 (gst_audio_convert_fill_normalize):
13213 Normalize using absolute values.
13215 2004-11-28 Julien MOUTTE <julien@moutte.net>
13219 * ext/directfb/Makefile.am:
13220 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13221 (gst_directfbvideosink_get_pixel_format),
13222 (gst_directfbvideosink_get_format_from_fourcc),
13223 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13224 (gst_directfbvideosink_sink_link),
13225 (gst_directfbvideosink_change_state),
13226 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13227 (gst_directfbvideosink_buffer_alloc),
13228 (gst_directfbvideosink_interface_supported),
13229 (gst_directfbvideosink_interface_init),
13230 (gst_directfbvideosink_navigation_send_event),
13231 (gst_directfbvideosink_navigation_init),
13232 (gst_directfbvideosink_set_property),
13233 (gst_directfbvideosink_get_property),
13234 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13235 (gst_directfbvideosink_base_init),
13236 (gst_directfbvideosink_class_init),
13237 (gst_directfbvideosink_get_type), (plugin_init):
13238 * ext/directfb/directfbvideosink.h: Adding a first version of
13240 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13243 2004-11-28 Benjamin Otte <otte@gnome.org>
13245 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13246 walk the samples backwards if out_channels > in_channels so we don't
13249 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13251 * gst/audioconvert/Makefile.am:
13252 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13253 (gst_audio_convert_link), (gst_audio_convert_change_state),
13254 (gst_audio_convert_channels):
13255 * gst/audioconvert/gstchannelmix.c:
13256 (gst_audio_convert_unset_matrix),
13257 (gst_audio_convert_fill_identical),
13258 (gst_audio_convert_fill_compatible),
13259 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13260 (gst_audio_convert_fill_others),
13261 (gst_audio_convert_fill_normalize),
13262 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13263 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13264 * gst/audioconvert/gstchannelmix.h:
13265 Implement a channel mixer.
13267 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
13269 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13270 * ext/alsa/gstalsa.h:
13271 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13272 Make alsasink actually honor gst_element_set_clock and use that
13273 clock instead of its internal one.
13275 2004-11-27 Christophe Fergeau <teuf@gnome.org>
13277 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13278 (gst_play_base_bin_change_state): nullify source and decoder when
13279 going from READY to NULL so that we don't try to do weird stuff with
13280 them when going from NULL to READY
13281 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13282 instead of g_object_unref
13283 (gen_video_element), (gen_audio_element): more refcounting fixes, now
13284 it should be correct
13285 (gst_play_bin_change_state): don't call remove_sinks if we are
13286 currently disposing the object
13288 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13290 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13291 Don't forget bass if it's there. Else left channel is silent...
13293 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13295 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13296 (gst_a52dec_change_state):
13297 Don't do sample adjusting anymore, we use float audio now.
13298 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13299 Don't fixate to non-existing properties.
13301 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13303 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13304 (gst_a52dec_change_state):
13305 Advertise that we can do surround sound.
13307 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13309 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13310 Add buffer-frames=0.
13311 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13312 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13313 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13314 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13315 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13316 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13317 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13318 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13319 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13320 * ext/dvdread/dvdreadsrc.h:
13321 Add seeking, querying for bytes, sectors, title, angle and
13322 chapter. Handle multiple chapters. Relicense to LGPL because
13323 Billy agreed on that (thanks Billy!).
13325 2004-11-27 Christophe Fergeau <teuf@gnome.org>
13327 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13328 call parent dispose method
13330 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
13332 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13333 (gst_audio_clock_get_internal_time):
13334 Fix active <-> inactive transitions: ensure time value always
13335 grows and avoid abrupt value changes.
13337 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13340 * gst/tta/Makefile.am:
13342 * gst/tta/filters.h:
13343 * gst/tta/gsttta.c:
13344 * gst/tta/gstttadec.c:
13345 * gst/tta/gstttadec.h:
13346 * gst/tta/gstttaparse.c:
13347 * gst/tta/gstttaparse.h:
13348 * gst/tta/ttadec.h:
13349 added TTA parser and decoder
13351 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13353 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13354 (probe_triggered), (check_queue), (buffer_underrun),
13355 (buffer_running), (buffer_overrun), (gen_source_element),
13357 * gst/playback/gstplaybasebin.h:
13358 Implement buffering. Needs some more work.
13360 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13362 * ext/theora/theoradec.c: (theora_dec_chain):
13363 Fix ilog mask range overflow.
13365 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13367 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13368 Don't omit the last (which in case of dmix is the only :) )
13369 channel count. Don't set channels if <= 2.
13371 2004-11-26 Christophe Fergeau <teuf@gnome.org>
13373 * gst/playback/gstplaybin.c: (gen_video_element),
13374 (gen_audio_element): Removed 2 obsolete comments
13376 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13378 * ext/vorbis/oggvorbisenc.c
13379 * ext/vorbis/vorbisenc.c :
13380 change description fields of those plugins to differentiate them
13381 (pitivi show Encoders by description, they had the same one)
13383 2004-11-25 Christophe Fergeau <teuf@gnome.org>
13385 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13387 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13388 (gst_play_bin_set_property), (gen_video_element),
13389 (gen_audio_element):
13390 Refcounting fixes for provided audio-/videosinks.
13392 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13394 * gst/playback/gstplaybin.c: (gen_video_element),
13395 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13396 Don't reference all sinks, but only the video- and audiosinks.
13397 The vis. element should be disposed when we're done with it.
13398 We don't have any reason to keep it around. This fixes warnings
13399 when reusing playbin for playing multiple audio files with
13400 vis. enabled. Also release audio device on pause - idea stolen
13403 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13405 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13406 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13407 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13408 * ext/alsa/gstalsaplugin.c: (plugin_init):
13409 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13410 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13411 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13412 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13413 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13414 (gst_faad_change_state), (plugin_init):
13415 * ext/faad/gstfaad.h:
13416 * ext/vorbis/vorbis.c: (plugin_init):
13417 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13418 * gst-libs/gst/audio/Makefile.am:
13419 * gst-libs/gst/audio/audio.c: (plugin_init):
13420 * gst-libs/gst/audio/multichannel.c:
13421 (gst_audio_check_channel_positions),
13422 (gst_audio_get_channel_positions),
13423 (gst_audio_set_channel_positions),
13424 (gst_audio_set_structure_channel_positions_list),
13425 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13426 (gst_audio_fixate_channel_positions):
13427 * gst-libs/gst/audio/multichannel.h:
13428 * gst-libs/gst/audio/testchannels.c: (main):
13429 * gst/audioconvert/gstaudioconvert.c:
13430 (gst_audio_convert_class_init), (gst_audio_convert_init),
13431 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13432 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13433 (gst_audio_convert_fixate), (gst_audio_convert_channels):
13434 * gst/audioconvert/plugin.c: (plugin_init):
13435 Surround sound support.
13437 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13439 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13440 Fix position for discont if we're close as well. Nitpicking, but
13441 saves a few milliseconds of extra waiting or skipping.
13443 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13445 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13446 We sometimes need parsers for playback, so add those too.
13448 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13451 * gst/apetag/Makefile.am:
13452 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13453 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13454 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13455 (gst_ape_demux_get_src_query_types),
13456 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13457 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13458 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13459 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13460 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13461 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13462 (gst_ape_demux_change_state):
13463 * gst/apetag/apedemux.h:
13464 * gst/apetag/apetag.c: (plugin_init):
13465 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13467 APE v1/2 tag reader plus typefind function.
13469 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13472 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13473 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13474 Remove hacks for older core. Require newer core version
13477 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13479 * gst/cdxaparse/Makefile.am:
13480 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13481 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13482 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13483 * gst/cdxaparse/gstcdxaparse.h:
13484 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13485 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13486 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13487 (gst_cdxastrip_get_src_query_types),
13488 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13489 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13490 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13491 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13492 * gst/cdxaparse/gstcdxastrip.h:
13493 SVCD/VCD header stripping separated from CDXA image parsing.
13494 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13496 Add VCD/SVCD header typefinding for VCD/SVCD.
13497 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13498 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13499 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13500 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13501 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13502 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13503 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13504 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
13505 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
13506 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
13507 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
13508 * sys/vcd/vcdsrc.h:
13509 Fix up, add seeking, querying, URI interface. Works in totem now.
13511 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
13516 === release 0.8.6 ===
13518 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
13536 releasing 0.8.6, "IOU Love"
13538 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
13540 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13542 * gst/playback/gstplaybasebin.c:
13543 Fix unplayable files error handling. Fixes #158365
13545 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
13547 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13549 * gst/typefind/gsttypefindfunctions.c:
13550 Fix broken mp3 typefinding. Fixes #158375
13552 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
13554 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13556 * ext/ogg/gstoggdemux.c:
13557 Fix sync on broken files. Fixes #158976
13559 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
13561 patch by: Edward Hervey <bilboed@bilboed.com>
13563 * ext/libpng/gstpngenc.c:
13564 Copy over buffer properties. Fixes #158832
13566 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
13568 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
13570 * ext/dvdread/dvdreadsrc.c:
13571 Fixes invalid reads (#158462)
13573 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
13575 * sys/v4l/gstv4lsrc.c:
13576 * sys/v4l/gstv4lsrc.h:
13577 * sys/v4l/v4lsrc_calls.c:
13578 Probe less and cache it. Fixes #159187.
13580 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
13582 * gst/videorate/gstvideorate.c:
13583 Handle all video formats. Fixes #159186.
13585 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
13586 * gst/synaesthesia/gstsynaesthesia.c:
13587 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
13588 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
13589 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
13590 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
13591 (gst_synaesthesia_change_state), (plugin_init):
13592 Fix up synaesthesia to work under different samplerates/ buffer sizes.
13593 Force 320x200 output, as that's the only thing the underlying
13594 synaesthesia implementation supports. Still needs to be made
13597 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13600 Fix mpeg2enc configure check (similar to mplex check below).
13602 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
13604 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13606 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13607 Fix for gcc-2.95 (fixes #158221).
13609 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13611 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13612 Re-add clock distribution hack (until new core is released).
13615 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
13617 fix mplex configure check segfaulting on some systems (bug #140994)
13619 2004-11-13 Benjamin Otte <otte@gnome.org>
13621 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
13623 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13624 do a wait when we enter the loop func with no data available to
13625 write instead of getting into an 100% CPU loop by just returning and
13626 being called again by the scheduler
13628 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
13631 * ext/libvisual/visual.c: (gst_visual_get_type),
13632 (libvisual_log_handler), (gst_visual_getcaps),
13633 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
13635 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
13636 * ext/smoothwave/Makefile.am:
13637 * ext/smoothwave/demo-osssrc.c: (main):
13638 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
13639 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
13640 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
13642 * ext/smoothwave/gstsmoothwave.h:
13643 Make gstsmoothwave a working element in the 20th century.
13645 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
13646 Fix incorrect link function
13648 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13650 * gst/volume/gstvolume.c:
13651 Allow buffer-frames=0.
13653 2004-11-12 Iain <iaingnome@gmail.com>
13655 * configure.ac: Check for polypaudio
13657 * ext/Makefile.am: Build the polyp dir
13659 * ext/polyp: The polypsink sources.
13661 2004-10-30 Iain <iaingnome@gmail.com>
13663 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
13664 caps to reflect the new number of channels.
13666 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13668 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13669 Fix for negotiation order problem. This would show when the
13670 ALSA loopfuction was called before any other function. ALSA
13671 wouldn't do anything because we're not negotiated yet, leading
13672 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
13674 2004-11-11 Tim-Philipp M??ller <t.i.m@zen.co.uk>
13676 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13678 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13679 No warnings (#157986).
13681 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13683 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13684 Prefer apev1/2 and id3v1 (at end of file) over musepack.
13686 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13688 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
13689 Signal no-more-pads (so it works in playbin).
13691 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13693 * ext/musepack/gstmusepackreader.cpp:
13694 Workaround for older core.
13696 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13698 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
13699 Actually test for odd width/height rather than testing whether
13700 a temporary variable that was 0 before we subtracted 1 is now
13701 not equal to zero (which it always is).
13703 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13705 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13706 Fix compilation if HAVE_XVIDEO is not defined
13708 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13710 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13711 Fix compilation if HAVE_XVIDEO is not defined
13713 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
13715 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13716 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
13717 (gst_goom_change_state), (plugin_init):
13718 Use the bytestream adapter so goom doesn't depend on the input
13720 Add a debug category
13722 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13724 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13725 Only set hardware parameters *after* negotiation. Before
13726 negotiation, it will set ANY and that seems to cause crashes
13727 (see e.g. #151288, #153227).
13729 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13731 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13732 This seems to be antique leftover. It needs to pass error
13734 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
13735 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
13736 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
13737 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
13738 Fix GstXOverlay implementation (#151059).
13740 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13742 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13743 Don't assert (#157853).
13745 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13747 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13748 Fix bytes/samples confustion.
13749 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
13750 Fix for underrun (#144389).
13752 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13754 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13755 Disable halfway-seek for pending release (since it needs a new
13758 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
13760 * sys/v4l/gstv4lsrc.c:
13761 * sys/v4l/gstv4lsrc.h:
13762 * sys/v4l/v4lsrc_calls.c:
13763 add autoprobe-fps property so we can separate autoprobing parts
13765 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
13767 * sys/v4l/gstv4lsrc.c:
13768 * sys/v4l/v4lsrc_calls.c:
13769 initialise fourcc to catch unset fourcc's, and debug
13771 2004-11-09 Wim Taymans <wim@fluendo.com>
13773 * gst/playback/README:
13774 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
13775 * gst/playback/gstplaybin.c: (gst_play_bin_init),
13776 (gst_play_bin_dispose), (gst_play_bin_set_property),
13777 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
13778 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13779 (gst_play_bin_get_formats), (gst_play_bin_convert),
13780 (gst_play_bin_get_query_types), (gst_play_bin_query):
13781 Cleanups and some more documentation.
13783 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
13785 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
13786 (gst_cacasink_init), (gst_cacasink_chain):
13787 * ext/libcaca/gstcacasink.h:
13788 Cacasink inherits from VideoSink, so let that store the clock.
13790 2004-11-09 Wim Taymans <wim@fluendo.com>
13792 * gst/playback/README:
13793 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
13794 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
13795 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
13796 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
13797 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
13799 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
13800 (gst_stream_info_is_mute), (gst_stream_info_set_property):
13801 * gst/playback/gststreaminfo.h:
13803 Only switch groups if all streams have muted (EOSed).
13804 Send Tags in sync with the stream playback instead of in
13805 the playback/preroll phase.
13806 Some cleanups, free the fakesrc elements.
13808 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
13810 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
13811 buffer-frames property was missing
13812 * ext/arts/gst_arts.c:
13813 rate missing from sinkcaps
13814 * ext/audiofile/gstafparse.c:
13815 * ext/audiofile/gstafsink.c:
13816 * ext/audiofile/gstafsrc.c:
13817 * ext/swfdec/gstswfdec.c:
13818 int audio doesn't know buffer-frames
13819 * ext/cdparanoia/gstcdparanoia.c:
13820 int audio doesn't know chunksize either
13821 * ext/nas/nassink.c:
13822 it's endianness, not endianess
13823 * gst-libs/gst/audio/audio.h:
13824 make float standard pad template caps really describe float
13825 * gst/law/mulaw.c: (linear_factory):
13826 signed only, please
13827 * gst/mpegstream/gstdvddemux.c:
13828 widths of 20 are not valid
13830 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
13832 Submitted by: Luca Ferretti <elle.uca@infinito.it>
13838 2004-11-08 Wim Taymans <wim@fluendo.com>
13840 * gst/playback/README:
13841 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
13842 * gst/playback/gstplaybasebin.c: (probe_triggered),
13843 (gst_play_base_bin_change_state):
13844 Updated README, added more comments for fixmes etc..
13846 2004-11-08 Wim Taymans <wim@fluendo.com>
13848 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13849 We can remove this hack now.
13851 2004-11-08 Wim Taymans <wim@fluendo.com>
13853 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
13854 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13855 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13856 Only mix AYUV for maximum quality.
13858 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13860 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
13861 (gst_ogg_demux_push), (gst_ogg_pad_push):
13862 Let's act as if we're synchronized now! :).
13863 * ext/theora/theoradec.c: (theora_dec_chain):
13866 2004-11-08 Wim Taymans <wim@fluendo.com>
13868 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13869 (gst_alpha_set_property), (gst_alpha_sink_link),
13870 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
13871 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
13872 (gst_alpha_init_params), (gst_alpha_chain):
13873 Implement alpha functions for AYUV too, this increases
13874 accuracy quite a bit.
13876 2004-11-08 Wim Taymans <wim@fluendo.com>
13878 * gst/ffmpegcolorspace/avcodec.h:
13879 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13880 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
13881 (gst_ffmpegcsp_avpicture_fill):
13882 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13883 (gst_ffmpegcsp_caps_remove_format_info):
13884 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13885 (shrink12), (img_get_alpha_info), (deinterlace_line),
13886 (deinterlace_line_inplace):
13887 * gst/ffmpegcolorspace/imgconvert_template.h:
13888 Added AYUV colorspace and handle RGBA a bit more respectful.
13890 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13892 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13893 Actually always send a discont (cornercase when resending the
13894 same serial-tagged chain twice).
13896 2004-11-08 Julien MOUTTE <julien@moutte.net>
13898 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
13899 (gst_ximagesink_finalize):
13900 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
13901 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
13903 2004-11-08 Wim Taymans <wim@fluendo.com>
13905 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
13906 Don't segfault on NULL data.
13908 2004-11-08 Wim Taymans <wim@fluendo.com>
13910 * gst/playback/gstdecodebin.c: (unlinked):
13911 * gst/playback/gstplay-marshal.list:
13912 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13913 (gst_play_base_bin_init), (group_create), (get_active_group),
13914 (get_building_group), (group_destroy), (group_commit),
13915 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
13916 (add_element_stream), (no_more_pads), (probe_triggered),
13917 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
13918 (state_change), (setup_source), (gst_play_base_bin_get_property),
13919 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13920 (gst_play_base_bin_link_stream),
13921 (gst_play_base_bin_get_streaminfo):
13922 * gst/playback/gstplaybasebin.h:
13923 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13924 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
13925 Add support for chained ogg files. Prepare for playlist
13926 support. This patch introduces the concept of pad groups, which
13927 together compose one playable media file.
13929 2004-11-07 David Schleef <ds@schleef.org>
13931 * testsuite/gst-lint: Check for pad templates that aren't statically
13934 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13938 * ext/musepack/Makefile.am:
13939 * ext/musepack/gstmusepackdec.cpp:
13940 * ext/musepack/gstmusepackdec.h:
13941 * ext/musepack/gstmusepackreader.cpp:
13942 * ext/musepack/gstmusepackreader.h:
13943 Add musepack decoder.
13944 * ext/faad/gstfaad.c: (gst_faad_base_init):
13945 Make pad templates static.
13946 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13948 Add musepack typefinder, make mp3 typefinding work halfway stream,
13949 which doesn't actually work yet because id3demux doesn't implement
13952 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13954 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13955 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
13956 Fix interrupt event handling (#144436).
13958 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13960 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
13963 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
13965 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13967 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13968 Fix weird caps (#157548).
13970 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
13972 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13974 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
13975 Add missing NULL terminator (#157543).
13977 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
13979 * gst/tcp/gsttcp.h:
13980 * gst/tcp/gsttcpclientsink.c:
13981 * gst/tcp/gsttcpclientsrc.c:
13982 * gst/tcp/gsttcpserversink.c:
13983 * gst/tcp/gsttcpserversrc.c:
13984 ports can go up to 65535. Move common defines to gsttcp.h
13986 2004-11-05 Wim Taymans <wim@fluendo.com>
13988 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
13989 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
13990 Added two more colorspaces.
13992 2004-11-05 Wim Taymans <wim@fluendo.com>
13994 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13995 (gst_ffmpegcsp_avpicture_fill):
13996 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13997 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
13998 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
14001 2004-11-05 Wim Taymans <wim@fluendo.com>
14003 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14004 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14005 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14006 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14007 (gst_videomixer_loop):
14010 2004-11-05 Benjamin Otte <otte@gnome.org>
14012 * ext/mad/gstmad.c: (gst_mad_chain):
14013 don't overflow data buffer. Flush not needed sync data when syncing
14016 2004-11-04 Wim Taymans <wim@fluendo.com>
14018 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14019 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14020 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14021 (gst_alpha_init_params), (gst_alpha_chain),
14022 (gst_alpha_change_state):
14023 Updated the chroma keying algorithm with something more
14026 2004-11-03 Wim Taymans <wim@fluendo.com>
14028 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14029 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14030 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14031 Fix stride issues. Does not completely work for odd
14034 2004-11-03 Wim Taymans <wim@fluendo.com>
14036 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14037 (gst_alpha_chroma_key), (gst_alpha_chain):
14038 Fix stride issues. Does not completely work for odd
14041 2004-11-03 Christophe Fergeau <teuf@gnome.org>
14043 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14044 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14047 2004-11-03 Wim Taymans <wim@fluendo.com>
14049 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14050 (gst_ffmpegcsp_avpicture_fill):
14051 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14053 * gst/ffmpegcolorspace/imgconvert_template.h:
14054 Use correct _fill function to get correct strides.
14056 2004-11-02 David Schleef <ds@schleef.org>
14058 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14059 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14060 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14061 Change all g_print()s to debugging. Add a bunch of consistency
14064 2004-11-02 Wim Taymans <wim@fluendo.com>
14066 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14067 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14068 (unlinked), (no_more_pads), (close_link):
14069 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14070 (unknown_type), (add_element_stream), (new_decoded_pad),
14071 (removed_decoded_pad), (setup_source):
14072 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14073 (gst_stream_info_class_init), (gst_stream_info_init),
14074 (gst_stream_info_new), (gst_stream_info_dispose),
14075 (stream_info_mute_pad), (gst_stream_info_set_property),
14076 (gst_stream_info_get_property):
14077 * gst/playback/gststreaminfo.h:
14078 Fix playback of multiple files.
14079 a slightly different approach to handling dynamic pad removals.
14080 This one only looks at pads that we have linked.
14082 2004-11-01 Christophe Fergeau <teuf@gnome.org>
14084 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14085 free" warning from libc.
14087 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14089 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14090 (get_unconnected_element), (remove_starting_from), (pad_removed),
14092 Implement support for dynamic pad changing. We listen to "live"
14093 pad removals (i.e. while playing) and re-setup autoplugging
14094 after that. Playbasebin/playbin need some more work for this
14095 to finally work, but decodebin supports (and replugs) chained
14098 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
14100 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14101 (gst_alsa_finalize):
14102 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14103 (gst_cdaudio_finalize):
14104 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14105 (cdparanoia_finalize):
14106 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14107 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14108 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14109 (dvdreadsrc_finalize):
14110 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14111 (gst_flacdec_finalize):
14112 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14113 (gst_flacenc_finalize):
14114 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14115 (gst_gnomevfssink_finalize):
14116 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14117 (gst_gnomevfssrc_finalize):
14118 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14119 (gst_fameenc_finalize):
14120 * ext/nas/nassink.c: (gst_nassink_class_init),
14121 (gst_nassink_finalize):
14122 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14123 (gst_sdlvideosink_class_init):
14124 * ext/sndfile/gstsf.c: (gst_sf_dispose):
14125 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14126 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14127 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14128 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14129 (gst_x_window_listener_dispose):
14130 * gst/audioscale/gstaudioscale.c:
14131 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14132 (play_on_demand_finalize):
14133 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14134 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14135 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14136 (cdplayer_finalize):
14137 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14138 (gst_glimagesink_class_init):
14139 * sys/oss/gstosselement.c: (gst_osselement_class_init),
14140 (gst_osselement_finalize):
14141 * sys/oss/gstosssink.c: (gst_osssink_dispose):
14142 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14143 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14144 Fixes a bunch of problems with finalize and dispose functions,
14145 either assumptions that dispose is only called once, or not calling
14146 the parent class dispose/finalize function
14148 2004-11-01 Stefan Kost <ensonic@users.sf.net>
14150 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14151 added two api precondition guards
14152 use g_strdup with getenv to fix crash when using ENVVAR
14154 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
14155 * ext/esd/esdsink.c: (gst_esdsink_class_init),
14156 (gst_esdsink_finalize):
14157 Use a finalize function, not dispose, and more importantly,
14158 call the parent class finalize function too
14160 2004-11-01 Johan Dahlin <johan@gnome.org>
14162 * ext/ogg/gstoggdemux.c:
14163 * gst/tags/gstvorbistag.c:
14166 2004-10-31 Benjamin Otte <otte@gnome.org>
14168 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14169 lotsa memleaks today. But they're all small...
14171 2004-10-31 Benjamin Otte <otte@gnome.org>
14173 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14174 another memleak crushed
14176 2004-10-31 Benjamin Otte <otte@gnome.org>
14178 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14181 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14183 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14184 Hack to prevent crash when going to READY inside signal handler
14185 while this function is active.
14187 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14189 * gst/ffmpegcolorspace/Makefile.am:
14190 * gst/ffmpegcolorspace/avcodec.h:
14191 * gst/ffmpegcolorspace/common.h:
14192 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14193 * gst/ffmpegcolorspace/dsputil.h:
14194 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14195 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14196 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14197 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14198 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14199 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14200 (gst_ffmpegcsp_avpicture_fill):
14201 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14202 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14203 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14204 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14205 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14206 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14207 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14208 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14209 * gst/ffmpegcolorspace/imgconvert.c:
14210 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14211 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14212 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14213 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14214 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14215 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14216 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14217 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14218 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14219 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14220 (grow21), (grow22), (grow41), (grow44), (conv411),
14221 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14222 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14223 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14224 (avpicture_free), (is_yuv_planar), (img_convert),
14225 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14226 (deinterlace_line_inplace), (deinterlace_bottom_field),
14227 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14228 * gst/ffmpegcolorspace/imgconvert_template.h:
14229 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14230 * gst/ffmpegcolorspace/mmx.h:
14231 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14232 (av_fast_realloc), (av_mallocz_static), (av_free_static),
14233 (av_freep), (avcodec_get_context_defaults),
14234 (avcodec_alloc_context), (avcodec_init):
14235 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14236 handling plus update from ffmpeg CVS. Large clean-up.
14238 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14240 * gst/playback/Makefile.am:
14241 We need the marshallers for decodebin, too.
14243 2004-10-30 David Schleef <ds@schleef.org>
14245 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14246 quicktime typefinding work with 64-bit offsets.
14248 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
14250 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14251 Set EOS on the element when processing an EOS event.
14252 * ext/speex/gstspeexdec.h:
14253 * ext/speex/gstspeexenc.h:
14254 Only keep a const ptr to the mode
14255 * gst-libs/gst/riff/riff-media.c:
14256 (gst_riff_create_audio_caps_with_data),
14257 (gst_riff_create_audio_template_caps):
14258 Allow WMAV3, with up to 6 channels.
14259 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14260 Don't call gst_pad_set_event_function on a sink pad.
14261 * gst/mpegstream/gstdvddemux.c:
14262 (gst_dvd_demux_get_subpicture_stream),
14263 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14264 Copy the explicit caps that were set across to the cur_* pads,
14265 instead of trying to use a possibly non-existent negotiated caps.
14266 Reset the type of subpicture pads to UNKNOWN after calling
14267 init_stream, so that the caps get set.
14269 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
14271 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14273 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14274 Don't touch buffer if it is of size 0 (fixes #151064).
14276 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14278 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14279 Synchronized discont handling.
14281 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14283 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14284 (gst_ogg_demux_push):
14285 Make seeking sort-of exact again (fixes #156387).
14287 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14289 * gst/playback/gstplaybasebin.c: (unknown_type),
14290 (add_element_stream), (new_decoded_pad),
14291 (gst_play_base_bin_change_state):
14292 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14293 (gst_stream_info_init), (gst_stream_info_new),
14294 (gst_stream_info_dispose), (gst_stream_info_get_property):
14295 * gst/playback/gststreaminfo.h:
14296 Make caps explicitely available. Makes testing for unsupported
14297 types possible. Improves error reporting.
14299 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14301 * gst/audioconvert/gstaudioconvert.c:
14302 (gst_audio_convert_buffer_to_default_format):
14303 Really don't touch read-only buffers (#156563).
14305 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
14307 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14309 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14310 Fix memleak (#155223).
14312 2004-10-29 Wim Taymans <wim@fluendo.com>
14314 * gst/tcp/.cvsignore:
14315 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14316 (gst_multifdsink_class_init), (gst_multifdsink_init),
14317 (gst_multifdsink_add), (gst_multifdsink_remove),
14318 (gst_multifdsink_remove_client_link), (is_sync_frame),
14319 (gst_multifdsink_new_client),
14320 (gst_multifdsink_handle_client_write),
14321 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14322 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14323 (gst_multifdsink_get_property):
14324 * gst/tcp/gstmultifdsink.h:
14325 Added burst on connect sync_method, deprecated sync_clients,
14326 streamlined the sync code some more.
14328 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14330 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14331 (gst_play_base_bin_change_state):
14332 Improve error reporting.
14334 2004-10-28 Wim Taymans <wim@fluendo.com>
14336 * gst/tcp/Makefile.am:
14337 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14338 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14339 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14340 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14341 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14342 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14344 Added more locks around fdset structures. Fixed/reworked
14345 the poll array resizing code.
14346 Added stress test for fdset.
14348 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14350 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14353 2004-10-28 Benjamin Otte <otte@gnome.org>
14355 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14356 fix link function to always query channels and query width for
14360 * gst/equalizer/Makefile.am:
14361 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14362 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14363 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14364 (arg_to_scale), (setup_filter),
14365 (gst_iir_equalizer_compute_frequencies),
14366 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14367 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14371 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
14373 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14377 Added Norwegian Bokmaal translation
14379 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14381 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14382 Don't break on options (fixes #156488).
14384 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
14387 * ext/cdaudio/Makefile.am:
14389 fix build on older automake
14391 2004-10-26 Wim Taymans <wim@fluendo.com>
14393 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14394 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14395 Allow a little margin when negotiating the framerate.
14397 2004-10-26 Stefan Kost <ensonic@users.sf.net>
14399 * gst/level/gstlevel.c:
14400 synchonised naming of pads and pad-templates
14402 2004-10-26 Wim Taymans <wim@fluendo.com>
14404 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14405 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14406 (_find_streams_check), (gst_ogg_demux_push):
14407 Fix EOS again. Needs to be done in a better way. We should not
14408 remove the pad if there is no new chained stream.
14410 2004-10-26 Iain <iaingnome@gmail.com>
14412 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14413 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14415 * gst/interleave/interleave.c (interleave_class_init): Hook up release
14417 (interleave_release_pad): Remove the pad.
14418 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14419 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14421 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14423 (gst_xvimagesink_xcontext_clear): Free the xcontext.
14424 (gst_xvimagesink_finalize): Free the par.
14426 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14428 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14429 (gst_avimux_stop_file):
14430 First calculate the rate, and only then use it. Hdr.rate is a
14431 multiple and not a derivative of hdr.scale. Scale is not the
14432 same as blockalign but is solely related to rate.
14434 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14436 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14437 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14440 2004-10-25 James Henstridge <james@jamesh.id.au>
14442 Reviewed by: David Schleef <ds@schleef.org>
14444 * examples/gstplay/player.c: (got_stream_length), (main):
14445 * examples/seeking/cdplayer.c: (update_scale):
14446 * examples/seeking/seek.c: (format_value), (update_scale):
14447 * examples/seeking/spider_seek.c: (format_value), (update_scale),
14449 Build fixes on AMD64.
14451 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14453 reviewed by: Ronald Bultje <rbultje at gnome dot org>
14455 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14456 Fix for some v4l cards which hang in v4lsrc
14458 2004-10-25 Wim Taymans <wim@fluendo.com>
14460 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14461 (gst_ogg_demux_push), (gst_ogg_chains_clear):
14462 Make sure to remove the pad when a new chain is
14463 encountered. Set some vars to NULL so we don't try
14464 to reference freed memory.
14466 2004-10-25 Wim Taymans <wim@fluendo.com>
14468 * examples/seeking/Makefile.am:
14469 * examples/seeking/cdplayer.c: (update_scale):
14470 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14471 * examples/seeking/playbin.c: (make_playerbin_pipeline),
14472 (format_value), (update_scale), (iterate), (start_seek),
14473 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14474 (print_usage), (main):
14475 Added some more examples, update others.
14477 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14479 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14480 * ext/speex/gstspeexdec.c: (speex_dec_chain):
14481 * ext/theora/theoradec.c: (theora_dec_chain):
14482 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14483 Add codec-name metadata.
14485 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
14487 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14489 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14490 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14491 * ext/alsa/gstalsamixertrack.h:
14493 ALSA mixer track label internationalization (#154054).
14495 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14497 * ext/theora/theoradec.c: (theora_dec_chain):
14498 Export bitrate as metadata.
14500 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14502 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14503 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14504 * ext/alsa/gstalsamixertrack.h:
14505 Fix names, fix loop.
14507 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14509 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
14510 (speex_dec_convert):
14511 sinkconvert function so oggdemux can get the file length (totem).
14513 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
14515 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14517 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14518 Don't push incomplete packets.
14519 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
14520 Fix MPEG-4 audio typefinding.
14522 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14524 * sys/v4l/Makefile.am:
14525 * sys/v4l/gstv4l.c: (plugin_init):
14526 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
14527 (gst_v4lelement_init), (gst_v4lelement_dispose),
14528 (gst_v4lelement_change_state):
14529 * sys/v4l/gstv4lelement.h:
14530 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
14531 (gst_v4l_xoverlay_close), (idle_refresh),
14532 (gst_v4l_xoverlay_set_xwindow_id):
14533 * sys/v4l/gstv4lxoverlay.h:
14534 * sys/v4l/v4l-overlay_calls.c:
14535 * sys/v4l/v4l_calls.h:
14536 * sys/v4l2/Makefile.am:
14537 * sys/v4l2/gstv4l2.c: (plugin_init):
14538 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
14539 (gst_v4l2element_init), (gst_v4l2element_dispose),
14540 (gst_v4l2element_change_state):
14541 * sys/v4l2/gstv4l2element.h:
14542 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
14543 (gst_v4l2_xoverlay_close), (idle_refresh),
14544 (gst_v4l2_xoverlay_set_xwindow_id):
14545 * sys/v4l2/gstv4l2xoverlay.h:
14546 * sys/v4l2/v4l2-overlay_calls.c:
14547 * sys/v4l2/v4l2_calls.h:
14548 Remove client-side overlay handling, use the X-server v4l plugin
14549 for that. Nicer overlay, less code. Also make the plugin
14550 compileable without X (but then without overlay, obviously).
14551 Makes xwindowlistener obsolete, should we remove that?
14553 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14555 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
14556 (gst_osssrc_src_query):
14557 * sys/oss/gstosssrc.h:
14558 OK, so people want offset in DEFAULT. This time, actually fix all
14560 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14563 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14565 * gst/asfdemux/gstasfmux.c:
14566 * gst/avi/gstavimux.c:
14569 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14571 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
14572 Fix properties (channel, norm, frequency).
14574 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14576 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
14578 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
14581 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14583 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
14586 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14588 * sys/v4l2/gstv4l2element.h:
14589 Yet Another Hack (tm) for kernel header borkedness.
14590 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
14591 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
14592 (gst_v4l2src_link), (gst_v4l2src_getcaps),
14593 (gst_v4l2src_change_state):
14594 * sys/v4l2/gstv4l2src.h:
14595 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
14596 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
14597 Fix caps, keep track of state, work.
14599 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14601 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
14604 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14606 * sys/oss/gstosssrc.c: (gst_osssrc_get):
14607 Don't mix bytes and samples.
14609 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14611 * ext/ogg/gstoggmux.c:
14612 Basic pad template which accepts OGM tracks, speex, flac, vorbis
14613 and theora. Any is incorrect.
14614 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
14616 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14617 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14618 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
14619 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
14620 * sys/v4l/gstv4lmjpegsrc.h:
14621 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14622 (gst_v4lsrc_change_state):
14623 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
14624 (gst_v4lmjpegsrc_capture_stop):
14625 Fix caps. Keep track of internal state. Work.
14627 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14630 Fix the build fixes.
14632 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14634 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14635 (gst_ogg_demux_src_event), (_find_chain_seek),
14636 (gst_ogg_pad_push):
14637 Check for pad availability before using it.
14638 * ext/ogg/gstoggdemux.c: (_find_chain_process):
14639 Fix parsing of chained ogg. Needs more work on the decoder side.
14641 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
14643 * gst/spectrum/Makefile.am:
14644 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
14646 Fix demo and reenable it. Yes, I'm currently playing with audio
14649 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14651 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14652 We love it if files that start at zero work too...
14654 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14656 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14657 Handle files with missing EOS headers.
14659 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14661 * gst/tcp/gsttcpserversink.c:
14662 (gst_tcpserversink_handle_server_read),
14663 (gst_tcpserversink_init_send):
14664 Zero some variables first (need for accept not to return EINVAL)
14666 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14668 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14669 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
14670 * ext/theora/theoradec.c: (theora_dec_sink_convert),
14671 (theora_dec_chain):
14672 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14673 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
14674 Seeking and querying finetune.
14676 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
14680 * ext/raw1394/Makefile.am:
14683 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14685 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14687 * gst/playback/Makefile.am:
14688 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14689 * gst/playback/gstplay-marshal.list:
14690 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
14693 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14695 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
14698 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14700 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14701 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
14702 (gst_ogg_pad_push):
14703 Yay for non-lineair granulepos in theora.
14705 2004-10-18 Wim Taymans <wim@fluendo.com>
14707 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
14708 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14709 * ext/dv/gstdvdec.h:
14710 Make sure we renegotiate aspect ratio when the camera switches.
14712 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14714 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14715 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
14717 * ext/theora/theoradec.c: (theora_dec_chain):
14718 Skip headers. Bad idea for chained ogg, but fixes seeking.
14720 2004-10-18 Wim Taymans <wim@fluendo.com>
14723 I swear, this is the last time I touch this.
14725 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14727 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14728 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
14729 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
14731 * ext/theora/theoradec.c: (theora_dec_sink_convert):
14732 Time-to-default conversion.
14733 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14734 Don't error on unknown packets, just skip. We should probably
14735 read them if we want to support chained ogg.
14737 2004-10-18 Wim Taymans <wim@fluendo.com>
14740 Added cdaudio to wrong list.
14742 2004-10-18 Wim Taymans <wim@fluendo.com>
14747 2004-10-18 Wim Taymans <wim@fluendo.com>
14749 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14750 (gst_dvdec_video_link), (gst_dvdec_push):
14751 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14752 (gst_smokeenc_resync), (gst_smokeenc_chain):
14753 Fix mimetype on smoke encoder.
14754 Add aspect ratio to dvdec. Not sure if these
14755 values are correct though....
14757 2004-10-18 Wim Taymans <wim@fluendo.com>
14759 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
14760 Fix vorbis property descriptions and ranges.
14762 2004-10-18 Wim Taymans <wim@fluendo.com>
14764 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14765 Really do nothing when no data is available.
14766 Go to the playing state when the stream is not seekable
14767 instead of failing.
14769 2004-10-18 Wim Taymans <wim@fluendo.com>
14771 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
14772 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
14773 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
14774 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
14775 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
14776 Added uri handler for cd://
14779 2004-10-18 Wim Taymans <wim@fluendo.com>
14781 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14782 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14783 (try_to_link_1), (no_more_pads), (close_link), (type_found):
14784 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14785 (remove_prerolls), (unknown_type), (add_element_stream),
14786 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
14787 (gst_play_base_bin_remove_element),
14788 (gst_play_base_bin_link_stream):
14789 * gst/playback/gstplaybin.c: (gen_video_element),
14790 (gen_vis_element), (remove_sinks), (setup_sinks):
14791 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14792 (gst_stream_info_get_type), (gst_stream_info_class_init),
14793 (gst_stream_info_init), (gst_stream_info_new),
14794 (gst_stream_info_dispose), (stream_info_mute_pad),
14795 (gst_stream_info_set_property), (gst_stream_info_get_property):
14796 * gst/playback/gststreaminfo.h:
14797 Add sink padtemplate to decodebin.
14798 Added some more comments.
14799 Make queue size configurable in playbasebin.
14800 Added possibility to use elements as sinks (ex cdaudio).
14802 2004-10-15 Wim Taymans <wim@fluendo.com>
14804 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
14805 (gst_speexenc_chain):
14806 Fix speex timestamps so that it gets muxed properly.
14808 2004-10-15 Wim Taymans <wim@fluendo.com>
14810 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
14811 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
14812 (gst_dv1394src_init), (gst_dv1394src_dispose),
14813 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
14814 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
14815 (gst_dv1394src_event), (gst_dv1394src_get_formats),
14816 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
14817 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
14818 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
14819 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
14820 * ext/raw1394/gstdv1394src.h:
14821 Added conversion/query functions.
14822 Update buffer timestamps,
14824 Added uri dv:// so it might play from the firewire in playbin.
14825 Fix a possible leak.
14828 2004-10-15 Wim Taymans <wim@fluendo.com>
14830 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14831 (gst_dv1394src_init), (gst_dv1394src_set_property),
14832 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
14833 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
14834 * ext/raw1394/gstdv1394src.h:
14835 Added AV/C VTR control support needed for some cameras.
14836 Added automatic port detection.
14837 Added properties for selecting the channel.
14838 The configure.ac script is not yet updated to reflect the
14839 new libavc1394 and librom1394 dependencies.
14841 2004-10-15 Wim Taymans <wim@fluendo.com>
14843 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14844 (qtdemux_parse), (gst_qtdemux_handle_esds):
14845 An esds box is not a container.
14846 Fix parsing of mp4v boxes.
14847 Do not try to renegotiate fps for each frame. Need to
14848 find a better method. This should fix mp4 playback.
14850 2004-10-14 David Schleef <ds@schleef.org>
14852 * configure.ac: update for swfdec-0.3 and liboil-0.2
14853 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
14854 * ext/swfdec/gstswfdec.h: same
14855 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
14856 * gst/videotestsrc/videotestsrc.c: same
14858 2004-10-14 Wim Taymans <wim@fluendo.com>
14860 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14861 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14862 (is_sync_frame), (gst_multifdsink_new_client),
14863 (gst_multifdsink_handle_client_write),
14864 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14865 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14866 Turn warnings into info.
14867 Don't allow a state change in the streaming thread.
14869 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
14871 * ext/vorbis/oggvorbisenc.c:
14872 * ext/vorbis/vorbisdec.c:
14873 fix template sample rate
14875 2004-10-13 Wim Taymans <wim@fluendo.com>
14877 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
14878 Decoding the header first fixes some problems in resyncing
14881 2004-10-12 Wim Taymans <wim@fluendo.com>
14883 * gst/playback/gstplaybin.c: (gen_video_element),
14884 (gen_vis_element), (remove_sinks), (setup_sinks):
14885 Added vis plugin support, need to configure the vis
14886 element to activate it.
14888 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14890 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
14891 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
14893 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14894 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
14895 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
14896 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
14897 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14898 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
14899 * gst/avi/gstavidemux.h:
14900 Support for openDML-2.0 indx/ix## chunks. Support for broken index
14901 recovery (where, if part of the index is broken, we will still read
14902 the rest of the index and recover the broken part by stream
14903 scanning). More broken media support. EOS workarounds. General AVI
14904 braindamage headache recovery. Aspirin included.
14906 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14908 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
14909 (cdparanoia_event), (cdparanoia_query):
14910 Get rid of hideous lead-in.
14912 2004-10-11 Wim Taymans <wim@fluendo.com>
14914 * gst/playback/gstplaybasebin.c: (setup_source):
14915 Wrong var used to get g_list_next.
14917 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14919 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14920 (cdparanoia_get), (cdparanoia_open):
14921 Report discid as metadata, add duration.
14923 2004-10-11 Wim Taymans <wim@fluendo.com>
14925 * gst/playback/gstplaybasebin.c: (setup_source):
14926 Cleanup the previous pipeline a little earlier for the
14927 case that a source element provides raw data.
14929 2004-10-11 Benjamin Otte <otte@gnome.org>
14931 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14932 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
14933 consuming the last 128 bytes, even though it was valid mp3 data.
14935 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14937 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
14938 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14939 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14940 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
14942 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14944 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
14945 Fix for webcams that support only specific width or height
14947 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
14949 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14951 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14952 Fix wrong discont event setup (fixes #154967).
14954 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
14956 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14958 * gst/auparse/gstauparse.c: (gst_auparse_chain):
14959 Error out on invalid data (fixes #154807).
14961 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
14963 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14965 * ext/dvdread/dvdreadsrc.c: (_read):
14966 Make titles > 0 work again (fixes #154834).
14968 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14970 * gst-libs/gst/riff/riff-media.c:
14971 (gst_riff_create_video_template_caps):
14972 WMV3 missing in template caps.
14974 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14976 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14977 OK, so the original code was too strict. It makes random AVI files
14978 hang for seconds upon opening, which is unacceptable and is far
14979 beyond the original goal of getting multiple chunks for one-chunk
14980 sounc stream files. So now do just that.
14982 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14984 * gst/playback/gstplaybasebin.c: (setup_source),
14985 (gst_play_base_bin_change_state):
14986 Actually clean up streaminfo if output fails. This would trigger
14987 if, for example, there was no CD in the drive. No preroll, so
14988 a streaminfo structure is created, but the subsequent state change
14989 of the thread fails.
14990 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14991 Don't change state if parent failed.
14993 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14995 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14996 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
14997 (gen_video_element), (remove_sinks):
14998 Add small bits of code for screenshot handling.
15000 2004-10-08 Wim Taymans <wim@fluendo.com>
15002 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15003 (gen_video_element), (gen_audio_element), (setup_sinks):
15004 Don't assume the user provided sinks are named "sink"...
15006 2004-10-08 Wim Taymans <wim@fluendo.com>
15008 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15009 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15010 (gst_play_base_bin_link_stream):
15011 Do not try to autoplug sources that generate raw streams like
15013 disconnect the preroll overrun signal when we don't need it anymore.
15015 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
15017 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15018 Added reworked patch from #154903 from milosz derezynski (deadchip).
15020 2004-10-08 Wim Taymans <wim@fluendo.com>
15022 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15023 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15024 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15025 (cdparanoia_convert), (cdparanoia_uri_get_type),
15026 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15027 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15028 * ext/cdparanoia/gstcdparanoia.h:
15029 This adds the cdda://<tracknum> uri.
15031 2004-10-08 Wim Taymans <wim@fluendo.com>
15033 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15034 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15035 (try_to_link_1), (no_more_pads), (close_link), (type_found):
15036 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15037 (unknown_type), (gst_play_base_bin_remove_element),
15038 (gst_play_base_bin_link_stream):
15039 * gst/playback/gstplaybasebin.h:
15040 * gst/playback/gstplaybin.c: (gst_play_bin_init),
15041 (gst_play_bin_set_property), (gen_video_element),
15042 (gen_audio_element), (setup_sinks):
15043 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15044 (gst_stream_info_get_type), (gst_stream_info_class_init),
15045 (gst_stream_info_init), (gst_stream_info_new),
15046 (gst_stream_info_dispose), (stream_info_mute_pad),
15047 (gst_stream_info_set_property), (gst_stream_info_get_property):
15048 * gst/playback/gststreaminfo.h:
15049 Reuse the audio and video bins.
15050 Some internal cleanups in the stream selection code.
15052 2004-10-08 Julien MOUTTE <julien@moutte.net>
15054 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15055 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15056 * sys/ximage/ximagesink.h:
15057 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15058 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15059 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15060 not coming from those elements. Moreover these elements should not keep
15061 the xid they have been given when in NULL state.
15063 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15065 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15066 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15067 * sys/ximage/ximagesink.h:
15068 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15069 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15070 * sys/xvimage/xvimagesink.h:
15071 Actually only create a new toplevel window if we're not gonna
15072 embed it right after.
15074 2004-10-07 Wim Taymans <wim@fluendo.com>
15076 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15077 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15078 * gst/playback/gstplaybin.c: (setup_sinks):
15079 Implement muting/unmuting of streams, mute streams that are not
15082 2004-10-07 Wim Taymans <wim@fluendo.com>
15084 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15086 Added lame audio/x-ac3 typefind function.
15088 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15093 === release 0.8.5 ===
15095 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15100 releasing 0.8.5, "Take You On"
15102 2004-10-06 Wim Taymans <wim@fluendo.com>
15104 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15105 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15106 (no_more_pads), (close_link), (type_found):
15107 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15108 * gst/playback/gstplaybin.c: (gen_video_element):
15109 Do not signal the no_more_pads after the first pad when
15110 we are plugging a non dynamic element with multiple
15111 output pads (like swfdec, dvdec, ...).
15113 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
15116 bump for prerelease
15118 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15120 * gst/wavparse/gstwavparse.c:
15121 add ATRAC3 to STATIC CAPS to fix a warning
15123 * gst/matroska/ebml-read.c:
15124 * gst-libs/gst/riff/riff-read.c:
15127 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15129 * gst-libs/gst/riff/riff-media.c:
15130 generate caps for ATRAC3 audio streams
15132 * gst/realmedia/rmdemux.c:
15133 generate caps for ATRAC3 audio streams
15135 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15137 * gst/wavparse/Makefile.am
15138 * gst/wavparse/riff.h
15139 * gst/wavparse/wavparse.vcproj
15140 riff.h removal (unused and duplication with riff-ids.h)
15142 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15144 * gst/wavparse/gstwavparse.h
15145 remove duplicated defines for audio codec codes
15147 * gst-libs/gst/riff/riff-ids.h
15148 * gst/wavenc/riff.h:
15149 add "4CC" code for ATRAC3 audio streams
15150 add "4CC" code for ITU_G721_ADPCM (unused for now)
15152 2004-10-06 Wim Taymans <wim@fluendo.com>
15154 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15155 Actually _do_ negotiation. Pass gdouble as arg instead
15156 of guint64 for the framerate.
15158 2004-10-06 Wim Taymans <wim@fluendo.com>
15160 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15161 (find_compatibles), (close_pad_link), (try_to_link_1),
15162 (no_more_pads), (close_link), (type_found):
15163 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15164 * gst/playback/gstplaybin.c: (gen_video_element),
15165 (gen_audio_element):
15166 Set state on newly added element to READY so that negotiation
15168 Addes some more debug info.
15169 Do not try to plug pads with multiple caps structures or ANY
15170 because it is too dangerous since we do not do dynamic
15173 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
15175 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15179 add Oriya translation
15181 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15183 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15184 Prevent overwrite of size member. Makes audio sound crappy.
15186 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15188 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15189 Add rmvb to the list of known RealMedia extensions
15191 2004-10-05 Wim Taymans <wim@fluendo.com>
15193 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15194 (mngdec_openstream), (mngdec_closestream),
15195 (mngdec_handle_sink_event), (mngdec_readdata),
15196 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15197 (mngdec_getcanvasline), (mngdec_refresh),
15198 (gst_mngdec_change_state):
15199 Set the framerate correctly.
15201 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15203 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15204 There was something wrong with the index massaging.
15206 2004-10-04 Wim Taymans <wim@fluendo.com>
15208 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15209 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15210 (gst_smokedec_chain):
15211 * ext/jpeg/gstsmokedec.h:
15212 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15213 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15214 * ext/jpeg/gstsmokeenc.h:
15215 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15216 (smokecodec_decode_new), (smokecodec_info_free),
15217 (smokecodec_set_quality), (smokecodec_get_quality),
15218 (smokecodec_set_threshold), (smokecodec_get_threshold),
15219 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15220 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15221 (smokecodec_encode), (smokecodec_parse_id),
15222 (smokecodec_parse_header), (smokecodec_decode):
15223 * ext/jpeg/smokecodec.h:
15224 * ext/jpeg/smokeformat.h:
15225 Updated smoke, new bitstream, allows embedding in ogg.
15227 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15229 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15230 Fix seeking in some files. All this code is no longer needed (and
15231 actually breaks stuff) because we now synchronize the full index
15232 right when reading the header.
15234 2004-10-04 Wim Taymans <wim@fluendo.com>
15237 configure update for libmng.
15239 2004-10-04 Wim Taymans <wim@fluendo.com>
15241 * ext/libmng/Makefile.am:
15242 * ext/libmng/gstmng.c: (plugin_init):
15243 * ext/libmng/gstmng.h:
15244 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15245 (gst_mngdec_base_init), (gst_mngdec_class_init),
15246 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15247 (gst_mngdec_loop), (gst_mngdec_get_property),
15248 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15249 (mngdec_closestream), (mngdec_handle_sink_event),
15250 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15251 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15252 (gst_mngdec_change_state):
15253 * ext/libmng/gstmngdec.h:
15254 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15255 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15256 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15257 (gst_mngenc_chain), (gst_mngenc_get_property),
15258 (gst_mngenc_set_property):
15259 * ext/libmng/gstmngenc.h:
15260 Added basic MNG decoder. Needs more work. The encoder does
15263 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15265 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15266 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15267 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15268 Don't hang on length=0 chunks. Some negotiation fixes. Signal
15271 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
15274 you need at least 1.0.4 of speex
15276 2004-10-04 Iain <iaingnome@gmail.com>
15278 * ext/speex/gstspeexdec.h: Revert the includes changes.
15280 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15282 2004-09-30 Iain <iaingnome@gmail.com>
15284 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15285 found during init or set as a property instead of hardcoding /dev/audio
15287 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15289 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15290 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15291 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15292 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15293 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15294 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15295 (gst_rmdemux_dump_data):
15296 Use debug category, fix EOS handling. filesrc ! rmdemux now
15299 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15301 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15302 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15303 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15304 Improve allocation, cutting and sorting of the index. How takes a
15305 few seconds instead of minutes.
15307 2004-10-03 Christophe Fergeau <teuf@gnome.org>
15309 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15312 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15314 * gst-libs/gst/riff/riff-media.c:
15315 (gst_riff_create_video_caps_with_data),
15316 (gst_riff_create_video_template_caps):
15317 Add wing commander format mimetype/fourccs.
15318 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15319 Don't crash if some value is 0.
15321 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15323 * gst-libs/gst/riff/riff-media.c:
15324 (gst_riff_create_video_caps_with_data),
15325 (gst_riff_create_video_template_caps):
15326 Add DIB fourcc (raw, palettized 8-bit RGB).
15327 * gst-libs/gst/riff/riff-read.c:
15328 (gst_riff_read_strf_vids_with_data):
15329 Oops, fix strf_data reading bug.
15330 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15331 Use a non-NULL tag.
15332 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15333 Time for hacks. Sorry Dave. At least one quicktime movie (a
15334 trailer) that I've encountered contains multiple video tracks.
15335 One of those is the actual video track, the other are one-frame
15336 tracks (images). Unfortunately, the number of frames according
15337 to the trak header is 1 for each, so that doesn't help. So
15338 instead, I look at the duration and discard tracks with a
15339 duration shorter than 20% of the length of the stream. Better
15342 2004-10-01 Christian Schaller <christian@fluendo.com>
15344 * ext/ivorbis/vorbis.c:
15345 Patch from Phil Blundell (Bug 152341)
15347 2004-10-01 Wim Taymans <wim@fluendo.com>
15349 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15350 (speex_dec_get_formats), (speex_dec_convert),
15351 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15352 (speex_dec_chain), (gst_speexdec_get_property),
15353 (gst_speexdec_set_property):
15356 2004-10-01 Wim Taymans <wim@fluendo.com>
15358 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15359 (gst_wavparse_stream_init), (gst_wavparse_fmt),
15360 (gst_wavparse_other), (gst_wavparse_loop),
15361 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15362 (gst_wavparse_srcpad_event):
15363 * gst/wavparse/gstwavparse.h:
15364 Added some more debugging info.
15365 Fix the case where the length of the file is 0.
15366 Make sure we seek to sample borders.
15368 2004-10-01 Wim Taymans <wim@fluendo.com>
15370 * gst/playback/README:
15371 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15372 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15373 (try_to_link_1), (no_more_pads), (close_link), (type_found):
15374 Add some debug info to decodebin, update README
15376 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15378 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15379 Don't use g_print(); use GST_DEBUG().
15381 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15383 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15384 (gst_ogg_mux_queue_pads):
15385 Handle EOS properly.
15387 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
15389 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15391 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15392 (gst_faad_chain), (gst_faad_change_state):
15393 * ext/faad/gstfaad.h:
15394 Allow playback of raw (unframed) MPEG AAC files (#148993).
15396 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
15398 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15400 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15401 Throw error if we didn't recognize the stream. Fixes #152289.
15403 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15405 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15408 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
15410 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15412 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15415 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
15417 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15419 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15421 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15424 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15426 * gst-libs/gst/riff/riff-media.c:
15427 (gst_riff_create_video_caps_with_data),
15428 (gst_riff_create_audio_caps_with_data):
15429 Add codec_data handling (like asfdemux used to do).
15430 * gst/asfdemux/gstasf.c: (plugin_init):
15431 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15432 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15433 Use riff-media for caps creation instead of our own (mostly
15434 broken) copy of its functions.
15436 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15438 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15439 Don't actually error out if we get another return value than
15440 -EINVAL. Opposite to what I first thought, drivers have random
15441 return values for this, although -EINVAL is the expected return
15442 value. Since this is not fatal, we shouldn't use
15443 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15445 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15447 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15448 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15449 (dvdreadsrc_get_property), (_open), (_seek), (_read),
15450 (dvdreadsrc_get), (dvdreadsrc_open_file),
15451 (dvdreadsrc_change_state):
15452 Fix. Don't do one big huge loop around the whole DVD, that will
15453 cache all data and thus eat sizeof(dvd) (several GB) before we
15455 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15456 Actually NULL'ify event after using it.
15457 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15458 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15459 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15460 (gst_ebml_read_seek), (gst_ebml_read_skip):
15462 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15463 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15464 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15465 Fix timing (this will probably break if I seek using menus, but
15466 I didn't get there yet). VOBs and normal DVDs should now work.
15467 Add a mpeg2-only pad with high rank so this get autoplugged for
15469 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15470 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15471 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15472 (gst_mpeg_demux_get_audio_stream),
15473 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15474 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15475 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15476 MPEG-1 but use dvddemux for MPEG-2.
15477 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15478 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15479 (gst_mpeg_parse_parse_packhead):
15480 Timing. Only add pad template if it exists. Add sink template from
15481 class and not from ourselves. This means we will always use the
15482 correct sink template even if it is not the one defined in this
15485 2004-09-29 Wim Taymans <wim@fluendo.com>
15487 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15488 (gst_mpeg_demux_parse_pes):
15489 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15490 Fix playback of mpeg again, timestamps where screwed up by
15493 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15495 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15496 Only return true if we actually filled something in. Prevents
15497 player applications from showing a random length for flac files.
15498 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15499 (gst_riff_read_use_event), (gst_riff_read_handle_event),
15500 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15501 (gst_riff_read_strf_vids_with_data),
15502 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15503 OK, ok, so I implemented event handling. Apparently it's normal
15504 that we receive random events at random points without asking
15506 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15507 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15508 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
15509 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15510 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
15511 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15512 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15513 * gst/avi/gstavidemux.h:
15514 Implement non-lineair chunk handling and subchunk processing.
15515 The first solves playback of AVI files where the audio and video
15516 data of individual buffers that we read are not synchronized.
15517 This should not happen according to the wonderful AVI specs, but
15518 of course it does happen in reality. It is also a prerequisite for
15519 the second. Subchunk processing allows us to cut chunks in small
15520 pieces and process each of these pieces separately. This is
15521 required because I've seen several AVI files with incredibly large
15522 audio chunks, even some files with only one audio chunk for the
15523 whole file. This allows for proper playback including seeking.
15524 This patch is supposed to fix all AVI A/V sync issues.
15525 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
15526 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
15528 * gst/modplug/gstmodplug.cc:
15529 Proper return value setting for the query() function.
15530 * gst/playback/gstplaybasebin.c: (setup_source):
15531 Being in non-playing state (after, e.g., EOS) is not necessarily
15532 a bad thing. Allow for that. This fixes playback of short files.
15533 They don't actually playback fully now, because the clock already
15534 runs. This means that small files (<500kB) with a small length
15535 (<2sec) will still not or barely play. Other files, such as mod
15536 or flx, will work correctly, however.
15538 2004-09-28 Wim Taymans <wim@fluendo.com>
15540 * ext/speex/gstspeex.c: (plugin_init):
15541 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
15542 (gst_speex_dec_class_init), (speex_dec_get_formats),
15543 (speex_get_event_masks), (speex_get_query_types),
15544 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
15545 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
15546 (gst_speexdec_get_property), (gst_speexdec_set_property),
15547 (speex_dec_change_state):
15548 * ext/speex/gstspeexdec.h:
15549 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
15550 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
15551 (gst_speexenc_base_init), (gst_speexenc_class_init),
15552 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
15553 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
15554 (gst_speexenc_src_query), (gst_speexenc_init),
15555 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
15556 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
15557 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
15558 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
15559 (gst_speexenc_chain), (gst_speexenc_get_property),
15560 (gst_speexenc_set_property), (gst_speexenc_change_state):
15561 * ext/speex/gstspeexenc.h:
15562 Rewrote speex encoder, make sure it can be embedded in ogg.
15563 Implemented speex decoder.
15565 2004-09-28 Christian Schaller <christian@fluendo.com>
15568 Remove kioslave plugin. Markey is brewing a new working one
15569 * ext/Makefile.am: Remove kioslave plugin
15571 * gst-plugins.spec.in: remove kio plugin from spec
15573 2004-09-27 Wim Taymans <wim@fluendo.com>
15575 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15576 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15577 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
15578 (gst_multifdsink_new_client),
15579 (gst_multifdsink_handle_client_write),
15580 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15581 (gst_multifdsink_handle_clients):
15582 * gst/tcp/gstmultifdsink.h:
15583 Make syncing to keyframes actually work for new clients and lagging
15586 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
15588 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
15589 (gst_navigationtest_handle_src_event), (draw_box_planar411),
15590 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
15591 * gst/debug/gstnavigationtest.h:
15592 make navigationtest display button-press and button-release events
15594 2004-09-26 Iain <iaingnome@gmail.com>
15596 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
15597 the channels have received a new media event.
15598 (interleave_buffered_loop): Compresses a new media event on all
15601 2004-09-26 Iain <iaingnome@gmail.com>
15603 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
15604 call the sinkpad's default event handler and not the srcpads. He also
15605 says this is confusing :)
15606 (gst_wavenc_stop_file): Company says that seek events only go upstream
15607 we should send a discontinuous downstream instead.
15609 2004-09-25 Christian Schaller <christian@fluendo.com>
15611 * Update SPEC file to be usable in conjunction with Fedora Core,
15612 Fedora.us and freshrpms packages
15613 * Fix typo in multifilesrc test Makefile
15615 2004-09-24 Wim Taymans <wim@fluendo.com>
15617 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15618 Only signal the no_more_pads signal when we have
15619 added the stream to our list.
15621 2004-09-24 Wim Taymans <wim@fluendo.com>
15623 * gst/playback/gstplaybasebin.c: (remove_prerolls),
15625 * gst/playback/gstplaybasebin.h:
15626 * gst/playback/gstplaybin.c: (setup_sinks):
15627 Don't try to preroll or decode more than one audio/video
15630 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15632 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15633 Throw error if we failed to find a suitable output. This should
15634 throw an error if we successfully set up a pipeline (e.g. because
15635 we recognized a media file) but found no decodable streams in it
15636 (e.g. because it contains only media stream types for which we
15637 have no decoders, or because it's not a media type).
15639 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15641 * ext/dirac/Makefile.am:
15642 * ext/dirac/gstdirac.cc:
15643 * ext/dirac/gstdiracdec.cc:
15644 * ext/dirac/gstdiracdec.h:
15645 Do something. Don't actually know if this works because I don't
15646 have a demuxer yet.
15647 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
15648 Add channels=1 to caps returned from _getcaps().
15649 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
15650 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
15651 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
15652 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
15653 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
15654 (gst_ogm_parse_change_state):
15655 Separate between audio/video so ogmaudioparse actually uses the
15656 audio pad templates. Both audio and video work now, including
15657 autoplugging. Also use sometimes-srcpad hack.
15658 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15659 Handle events better. Don't hang on infinite loops.
15660 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
15661 (gst_avi_demux_init), (gst_avi_demux_reset),
15662 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15663 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
15664 (gst_avi_demux_change_state):
15665 * gst/avi/gstavidemux.h:
15666 Improve A/V sync. Still not perfect.
15667 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
15668 (gst_ebml_read_skip):
15669 Handle events better.
15670 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15671 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
15672 (qtdemux_audio_caps):
15673 Add IMA4. Improve event handling. Save offset after a seek when
15674 the headers are at the end of the file so that we don't end up in
15676 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15677 Add low-priority typefind support for files with no length.
15679 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15681 * testsuite/multifilesink/Makefile.am:
15684 2004-09-22 Julien MOUTTE <julien@moutte.net>
15686 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
15687 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
15688 mistakes from thaytan's patches.
15690 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
15692 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
15693 For completeness, XSync in the destroy function as xvimage does.
15695 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
15697 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15698 Correct caps negotiation
15699 * gst/volume/gstvolume.c: (volume_chain_float),
15700 (volume_chain_int16):
15701 Modify debug output to be little more informative
15702 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
15703 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15704 (gst_xvimagesink_xvimage_destroy):
15705 Add XSync calls after detaching from the shared memory segment to
15708 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15710 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15711 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
15712 * ext/vorbis/vorbis.c: (plugin_init):
15713 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15714 (gst_vorbisenc_chain):
15715 * ext/vorbis/vorbisenc.h:
15716 remove explicit newmedia support from oggmux and vorbisenc
15717 add debug category to vorbisenc
15718 * gst/multifilesink/gstmultifilesink.c:
15719 (gst_multifilesink_class_init), (gst_multifilesink_init),
15720 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
15721 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
15722 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
15724 * gst/multifilesink/gstmultifilesink.h:
15725 add support for streamheader in multifilesink
15727 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15729 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
15730 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
15731 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
15732 Prevent infinite loops. More correct error reporting.
15733 * gst/auparse/gstauparse.c: (gst_auparse_chain):
15734 Error out if negotiation fails.
15735 * gst/playback/gstplaybasebin.c: (setup_source),
15736 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
15737 (gst_play_base_bin_found_tag):
15738 Error/tag forwarding. Pre-roll fixes for source errors on state
15739 changes (e.g. "file does not exist") to prevent hangs.
15741 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15743 * testsuite/multifilesink/Makefile.am:
15744 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
15745 (gst_newmedia_class_init), (gst_newmedia_init),
15746 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15747 (newfile_signal), (test_signal), (main):
15748 * testsuite/multifilesink/multifilesrc_test.c: (main):
15749 * testsuite/multifilesink/oggtheora_test.c:
15750 (gst_newmedia_base_init), (gst_newmedia_class_init),
15751 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
15752 (test_format), (newfile_signal), (test_signal), (main):
15753 * testsuite/multifilesink/oggvorbis_test.c:
15754 (gst_newmedia_base_init), (gst_newmedia_class_init),
15755 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
15756 (test_format), (newfile_signal), (test_signal), (main):
15757 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
15758 (gst_newmedia_class_init), (gst_newmedia_init),
15759 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15760 (newfile_signal), (test_signal), (main):
15763 2004-09-20 Christian Schaller <christian@fluendo.com>
15765 * Fix mikmod license to LGPL as they have relicensed
15766 * Move Dirac and Effectv into LGPL section of README_license
15768 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15770 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
15771 (gst_mad_change_state):
15772 Allow for mp3 rate/channels changes. However, only very
15773 conservatively. Reason that we *have* to enable this is smiply
15774 because the mad find_sync() function is not good enough, it will
15775 regularly sync on random data as valid frames and therefore make
15776 us provide random caps as *final* caps of the stream. The best fix
15777 I could think of is to simply require several of the same stream
15778 changes in a row before we change caps.
15779 The actual testcase that works now is #
15780 * ext/ogg/Makefile.am:
15781 * ext/ogg/gstogg.c: (plugin_init):
15782 * ext/ogg/gstogmparse.c:
15783 OGM support (video only for now; I need an audio sample file).
15784 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15785 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
15786 (gst_asf_demux_add_video_stream):
15788 * gst/playback/gstplaybasebin.c: (unknown_type):
15789 Don't error out on single unknown-types after all. It's wrong.
15790 If we found type of video and audio but not of a subtitle stream,
15791 it will still error out (which is unwanted). Will find a better fix
15793 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
15794 (ogmaudio_type_find), (plugin_init):
15797 2004-09-20 Johan Dahlin <johan@gnome.org>
15799 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
15800 after setting caps.
15802 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15804 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
15805 * gst/wavenc/gstwavenc.h:
15806 Added newmedia support to wavenc
15808 2004-09-17 Wim Taymans <wim@fluendo.com>
15810 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
15811 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15812 (gst_fdset_fd_can_write), (gst_fdset_wait):
15813 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
15814 (gst_multifdsink_init), (gst_multifdsink_add),
15815 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
15816 (gst_multifdsink_remove_client_link),
15817 (gst_multifdsink_client_queue_buffer),
15818 (gst_multifdsink_handle_client_write),
15819 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
15820 (gst_multifdsink_close), (gst_multifdsink_change_state):
15821 * gst/tcp/gstmultifdsink.h:
15822 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15823 (gst_tcpserversink_removed):
15824 Small cleanups in fdset.c
15825 Use a hastable to map fd to the client structure for faster
15826 lookup in _remove and get_stats.
15827 Added virtual function to close the fds.
15828 Handle clients even when the select/poll call was unblocked because
15830 Implement syncing to keyframe in the recovery procedure.
15832 2004-09-16 Iain <iaingnome@gmail.com>
15834 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
15837 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15839 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
15840 Caps are only set if the type of the stream is unknown, but this
15841 is initialized in ->init_stream(), so set to UNKNOWN after calling
15842 ->init_stream() so that capsnego starts.
15844 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15846 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15847 (gst_avi_demux_stream_data):
15848 Just hardcode for raw audio then. AVI audio sucks.
15850 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
15852 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15853 * gst/matroska/matroska-mux.c: (audiosink_templ),
15854 (gst_matroska_mux_audio_pad_link):
15855 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
15856 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
15858 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15860 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15861 (gst_avi_demux_stream_data):
15862 Try to fix a/v sync issues.
15864 2004-09-15 David Schleef <ds@schleef.org>
15866 * configure.ac: remove NASM check, since we don't use it. Update
15868 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
15869 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15870 Initialized variables.
15871 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15872 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
15873 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
15876 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15878 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15879 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
15880 * gst/avi/gstavidemux.h:
15881 Fix for compressed audio (mp3) timestamp generation. How did this
15884 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15886 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
15887 Volume is a double not a float.
15889 2004-09-15 Wim Taymans <wim@fluendo.com>
15891 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
15892 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15893 Don't close the fd in multifdsink as we didn't open it in the
15894 first place. Some cleanups.
15896 2004-09-15 Wim Taymans <wim@fluendo.com>
15898 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15899 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15900 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15901 Fix the case where the muxer would mark pages as delta
15902 frames when they are not (vorbis only ogg).
15904 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15906 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
15907 (gst_play_base_bin_change_state):
15908 Handle the case where we failed to setup a clear pipeline. This
15909 will throw an error (or EOS, another nice case) and if you don't
15910 catch that, the app will wait for the signal forever (and thus
15913 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15915 * ext/gnomevfs/gstgnomevfssink.c:
15916 (gst_gnomevfssink_uri_get_protocols):
15917 * ext/gnomevfs/gstgnomevfssrc.c:
15918 (gst_gnomevfssrc_uri_get_protocols):
15919 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15920 * ext/gnomevfs/gstgnomevfsuri.h:
15921 Use _uri_new() instead of _open(), so it doesn't take as long and
15922 Christophe's computer won't hang.
15923 * gst/playback/gstplaybasebin.c: (unknown_type):
15924 Throw error on unknown media type, so apps actually display it.
15926 2004-09-14 Brian Cameron <brian.cameron@sun.com
15928 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
15929 this script to work on Solaris since bash shell handles echo
15930 differenly than bash.
15932 2004-09-17 Wim Taymans <wim@fluendo.com>
15934 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
15935 (setup_source), (gst_play_base_bin_set_property),
15936 (gst_play_base_bin_add_element):
15937 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15938 Some more work on making sure seeking pauses the pipeline and
15939 that changing the uri actually does something.
15941 2004-09-17 Wim Taymans <wim@fluendo.com>
15943 * gst/tcp/gstfdset.c: (gst_fdset_wait):
15944 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
15945 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
15946 (gst_tcpserversink_close):
15947 Be a bit more paranoid when freeing memory.
15949 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15951 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15952 (qtdemux_parse_trak):
15953 Don't crash by dividing by zero (see sample movie in #126922).
15955 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15957 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15958 Don't touch non-existing data (fixes crash on file in #140147).
15960 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15962 * gst/playback/gstplaybasebin.c:
15963 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
15964 Handle double disposals, and proper change of URIs.
15966 2004-09-13 Martin Eikermann <meiker@upb.de>
15968 * gst/mpegstream/gstmpegparse.c:
15969 fix synchronistation for streams recorded from digital PCR
15972 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15974 * ext/gnomevfs/Makefile.am:
15975 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15976 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
15977 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
15978 (gst_gnomevfssink_uri_get_type),
15979 (gst_gnomevfssink_uri_get_protocols),
15980 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
15981 (gst_gnomevfssink_uri_handler_init),
15982 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
15983 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
15984 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15985 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
15986 (gst_gnomevfssrc_uri_get_type),
15987 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
15988 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
15989 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15990 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
15991 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15992 * ext/gnomevfs/gstgnomevfsuri.h:
15993 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
15994 of fake URIs to see which this version of Gnome-VFS likes, and
15995 uses that for the Gst-URI interface. Makes playbin support http://
15996 streams. Also fix up some stupid behaviour in gnomevfssrc.
15998 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16000 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16001 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16002 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16003 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16004 Update mixer (to sync with other sessions) if we try to obtain
16005 a new value. This makes alsamixer work accross applications.
16006 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16007 Only call sync functions if we're running, else alsalib asserts.
16008 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16009 Sometimes fails to compile. Possibly a gcc bug.
16010 * gst/playback/gstplaybin.c: (gen_video_element),
16011 (gen_audio_element):
16012 Add a reference to an application-provided object, because we lose
16013 this same reference if we add it to the bin. If we don't do this,
16014 we can only use this object once and thus crash if we go from
16015 ready to playing, back to ready and back to playing again.
16016 Also add an audioscale element because several cheap soundcards -
16017 like mine - don't support all samplerates.
16018 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16019 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16020 Fix wrong order or PAR calls. Makes automatically obtained PAR
16021 from the X server atually being used.
16023 2004-09-12 David Schleef <ds@schleef.org>
16025 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16026 #151887, #152102, #152247.
16027 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16028 * examples/seeking/cdparanoia.c: same
16029 * examples/seeking/cdplayer.c: same
16030 * examples/seeking/seek.c: same
16031 * examples/seeking/spider_seek.c: same
16032 * examples/seeking/vorbisfile.c: same
16033 * examples/stats/mp2ogg.c: same
16034 * ext/esd/esdsink.c: (gst_esdsink_class_init),
16035 (gst_esdsink_dispose): Dispose of element properly.
16036 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16038 * ext/nas/nassink.c: (gst_nassink_class_init),
16039 (gst_nassink_dispose): Dispose of element correctly.
16040 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16041 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16042 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16043 Fix 64-bit warning.
16044 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16045 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16046 Fix 64-bit warning.
16048 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16050 * configure.ac : change speex detection as 1.1.6 now uses
16051 .pc/pkg-config and they changed their headers location.
16053 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
16055 * gst/matroska/matroska-mux.h:
16056 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16057 (gst_matroska_mux_start), (gst_matroska_mux_finish),
16058 (gst_matroska_mux_write_data):
16059 Write multiple blocks/frames per cluster.
16060 Write meta-seek information (seek heads).
16062 2004-09-09 Scott Wheeler <wheeler@kde.org>
16064 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16065 (gst_play_bin_set_property), (gst_play_bin_get_property),
16066 (gen_audio_element), (gen_audio_element):
16067 Add a volume element / property to the pipeline.
16069 2004-09-07 Wim Taymans <wim@fluendo.com>
16071 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16072 Copy timestamps from the master pad to the output buffers.
16074 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
16076 * ext/raw1394/gstdv1394src.c:
16077 throw errors when applicable
16079 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
16081 * gst/matroska/ebml-ids.h:
16082 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16083 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16084 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16085 automatically convert unix time <-> ebml time when reading/writing
16086 a date, use gst_ebml_write_uint to write CUETIME,
16087 not gst_ebml_write_date.
16088 * gst/matroska/matroska-ids.h:
16089 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16090 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16091 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16092 (gst_matroska_mux_write_data):
16093 Write track and segment UIDs, write muxing date, write
16094 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16095 Create cues for audio only files.
16097 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16099 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16100 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16101 Re-commit ALSA switches.
16102 * gst/adder/gstadder.c: (gst_adder_loop):
16103 64-bit fix (#151416).
16104 * gst/debug/progressreport.c: (gst_progressreport_report):
16105 64-bit fix (#151419).
16106 * gst/matroska/matroska-demux.c:
16107 (gst_matroska_demux_parse_contents):
16108 64-bit fix (#151420).
16109 * gst/playback/test3.c: (update_scale):
16110 64-bit fix (#151421).
16112 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
16117 === release 0.8.4 ===
16119 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
16121 * configure.ac: releasing 0.8.4, "Alias"
16123 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
16125 * ext/theora/Makefile.am:
16126 fix makefile. Fixes #151462.
16128 2004-08-30 Wim Taymans <wim@fluendo.com>
16130 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16131 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16132 (gst_multifdsink_remove_client_link),
16133 (gst_multifdsink_client_queue_buffer),
16134 (gst_multifdsink_handle_client_write):
16135 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16136 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16137 Fix some memory leaks.
16139 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
16141 Patch by: David Schleef
16145 rename our detection macro for V4L2. Fixes #151236.
16147 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
16149 Patch by: David Schleef
16152 check to define LAMEPRESET. Fixes #151232.
16154 2004-08-27 David Schleef <ds@schleef.org>
16156 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16157 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16158 (gst_glimagesink_fixate): Move local variable declarations to
16159 make gcc-2.95 happy.
16161 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
16164 bump nano for prerelease
16166 2004-08-27 David Schleef <ds@schleef.org>
16168 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16169 * sys/sunaudio/gstsunaudiosrc.c:
16170 * sys/sunaudio/gstsunaudiosrc.h:
16172 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16174 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16175 handle EOS correctly
16176 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16177 * gst/matroska/matroska-mux.h:
16178 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16179 VFW compatibility mode
16181 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
16183 patch by: Zaheer Abbas Merali
16185 * ext/ogg/gstoggmux.c:
16186 * ext/vorbis/vorbisenc.c:
16187 * ext/vorbis/vorbisenc.h:
16190 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16192 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16193 fix byte order reversion on little endian machines.
16194 * gst/matroska/matroska-mux.c: (audiosink_templ),
16195 (gst_matroska_mux_audio_pad_link):
16196 add TTA codec to the list of supported codecs.
16197 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16198 (gst_matroska_mux_start), (gst_matroska_mux_finish),
16199 (gst_matroska_mux_write_data):
16200 * gst/matroska/matroska-mux.h:
16201 write segment duration correctly, write muxing app string, fixes bugs
16202 #140897 and #140898.
16203 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16204 wait for all pads to be negotiated before starting to mux.
16206 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16208 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16209 * ext/lame/gstlame.h:
16210 Added new media support to lame
16212 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16214 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16215 send vorbis headers at the beginning of a stream, fixes bug #141554.
16216 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16218 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16219 (gst_matroska_demux_plugin_init):
16220 * gst/matroska/matroska-ids.h:
16221 enable demuxing of TTA audio streams, fixes bug #148951.
16222 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16223 enable typefinding for TTA audio files, fixes bug #148711.
16224 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16225 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16226 fixes playback of packed bitstream and xvid with bframes, bug #135407.
16228 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
16230 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16231 (gst_riff_read_element_data), (gst_riff_read_seek),
16232 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16233 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16236 2004-08-23 Iain <iaingnome@gmail.com>
16238 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16239 tags. They appear to be handled differently to normal.
16240 (tag_list_to_id3_tag_foreach): Ditto.
16242 2004-08-22 Wim Taymans <wim@fluendo.com>
16244 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16245 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16246 Make sure we never send -1 granulepos.
16248 2004-08-20 Wim Taymans <wim@fluendo.com>
16250 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16251 (gst_ogg_mux_loop):
16252 I will accept bitchslappings with non sharp objects.
16254 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16257 Clean up the test for lame presets
16259 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16262 * ext/lame/Makefile.am:
16263 * ext/lame/gstlame.c: (gst_lame_class_init),
16264 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16265 Only enable lame presets if version of lame has presets in API
16267 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
16268 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16269 * gst/udp/gstudpsrc.h:
16270 Don't call gst_pad_push in a get function. Fixes #150449
16272 2004-08-18 Wim Taymans <wim@fluendo.com>
16274 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16275 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16276 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16277 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16278 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16280 * gst/tcp/gstfdset.h:
16281 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16282 (gst_multifdsink_client_queue_buffer),
16283 (gst_multifdsink_handle_client_write):
16284 * gst/tcp/gstmultifdsink.h:
16285 Some extra checks in gstfdset.
16286 Only use send() when the fd is a socket. Don't try to
16287 read from write only fds.
16289 2004-08-18 Wim Taymans <wim@fluendo.com>
16291 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16292 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16293 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16294 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16296 Add more locking and bounds checking.
16298 2004-08-18 Wim Taymans <wim@fluendo.com>
16300 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16301 Realloc test fdset in the lock and right before starting
16302 the poll call. Bump the limit to 4096.
16304 2004-08-17 David Schleef <ds@schleef.org>
16306 * sys/sunaudio/Makefile.am:
16307 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16308 of rates and channels. Make debugging less obnoxious.
16310 Patch from Balamurali Viswanathan implementing a mixer for
16311 Sun audio. (bug #144091):
16312 * sys/sunaudio/gstsunelement.c:
16313 * sys/sunaudio/gstsunelement.h:
16314 * sys/sunaudio/gstsunmixer.c:
16315 * sys/sunaudio/gstsunmixer.h:
16317 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16319 * gst/audioscale/gstaudioscale.c:
16320 * gst/audioscale/gstaudioscale.h:
16321 made audioscale resample from any sample rate to any sample rate
16323 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
16325 * ext/libpng/gstpngdec.c:
16326 error out on unsupported types
16328 2004-08-17 Iain <iaingnome@gmail.com>
16330 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16331 mid_side and loose_mid_side properties if its a stereo stream.
16333 2004-08-17 Wim Taymans <wim@fluendo.com>
16335 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16336 (theora_get_formats), (theora_dec_src_convert),
16337 (theora_dec_sink_convert), (theora_dec_src_query),
16338 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16341 2004-08-17 Wim Taymans <wim@fluendo.com>
16343 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16344 (gst_ogg_pad_push):
16345 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16346 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16347 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16348 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16349 Mark delta units in the muxer.
16350 Try to decode the packet after an out-of-sync error from
16353 2004-08-17 Wim Taymans <wim@fluendo.com>
16355 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16356 (gst_multifdsink_init), (gst_multifdsink_add),
16357 (gst_multifdsink_client_queue_buffer),
16358 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16359 * gst/tcp/gstmultifdsink.h:
16360 Added option to send a keyframe to clients as the first buffer.
16361 Make timeout property writable.
16363 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
16365 patch by: Wim Taymans
16367 * gst/tcp/gstfdset.c:
16368 * gst/tcp/gstmultifdsink.c:
16369 fix index comparison, should include 0
16371 2004-08-16 Wim Taymans <wim@fluendo.com>
16373 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16374 (gst_fdset_add_fd), (gst_fdset_remove_fd),
16375 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16376 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16378 copy when reallocing for poll so the select arguments don't get
16379 changed during the call
16381 2004-08-16 Wim Taymans <wim@fluendo.com>
16383 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16384 (gst_theora_enc_class_init), (theora_enc_sink_link),
16385 (theora_buffer_from_packet), (theora_enc_chain):
16386 Fix bug where buffers were not marked as keyframes
16389 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16391 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16392 (gst_lame_preset_get_type), (gst_lame_class_init):
16393 describe the enum values for vbr mode and presets more verbosely
16395 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16397 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16398 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16399 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16400 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16401 * ext/lame/gstlame.h:
16402 add preset property to lame so it can use lame presets
16404 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16406 * ext/lame/gstlame.c: (gst_lame_get_property):
16407 whoops forgot break, thanks teuf
16409 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16411 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16412 (gst_lame_class_init), (gst_lame_src_getcaps),
16413 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16414 (gst_lame_get_property), (gst_lame_setup):
16415 * ext/lame/gstlame.h:
16416 fix lame's broken vbr stuff, allow it to resample if need be, and also
16417 make xing header optional
16419 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16421 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16422 added getcaps function so samplerate doesnt get fixated to silly values
16424 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16426 * ext/lame/gstlame.c: (gst_lame_src_link):
16427 revert previous fix
16429 2004-08-12 Johan Dahlin <johan@gnome.org>
16431 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16432 checks. Doesn't matter what state we are in. Interfaces are a
16433 compile time thing, not runtime. It also broke the python bindings.
16435 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16437 * ext/lame/gstlame.c: (gst_lame_src_link):
16438 made source pad link function check if sinkpad is ok..fixes the problem
16439 where core fixates the output rate of lame stupidly
16441 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16443 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16444 * sys/v4l/v4l_calls.c:
16445 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16446 fix fixate function to handle nonsimple caps.
16447 remove bogus check in _link
16450 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16452 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16453 set default compression ratio parameter to 0.0 so bitrate parameter
16456 2004-08-11 David Schleef <ds@schleef.org>
16458 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16460 2004-08-11 David Schleef <ds@schleef.org>
16462 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16465 2004-08-11 David Schleef <ds@schleef.org>
16467 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16469 2004-08-11 David Schleef <ds@schleef.org>
16471 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16473 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16474 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16476 * gst/auparse/gstauparse.c: Fix plugin license field.
16477 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16478 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16479 * gst/rtp/gstrtp.c: Fix plugin license field.
16481 2004-08-11 Wim Taymans <wim@fluendo.com>
16483 * gst/tcp/Makefile.am:
16484 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16485 (ensure_size), (gst_fdset_new), (gst_fdset_free),
16486 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16487 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16488 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16489 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16490 (gst_fdset_fd_can_write), (gst_fdset_wait):
16491 * gst/tcp/gstfdset.h:
16492 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16493 (gst_multifdsink_class_init), (gst_multifdsink_init),
16494 (gst_multifdsink_add), (gst_multifdsink_remove),
16495 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16496 (gst_multifdsink_remove_client_link),
16497 (gst_multifdsink_handle_client_read),
16498 (gst_multifdsink_client_queue_data),
16499 (gst_multifdsink_client_queue_caps),
16500 (gst_multifdsink_client_queue_buffer),
16501 (gst_multifdsink_handle_client_write),
16502 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16503 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16504 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16505 (gst_multifdsink_close):
16506 * gst/tcp/gstmultifdsink.h:
16507 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16508 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16509 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
16510 (gst_tcpserversink_close):
16511 * gst/tcp/gsttcpserversink.h:
16512 Abstracted away the select call, implemented poll (yes we ran into
16513 the 1024 limit in production).
16515 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
16517 * gst/tcp/gsttcp.c:
16518 * gst/tcp/gsttcpplugin.c:
16519 improve debuggging, remove assert
16521 2004-08-10 Wim Taymans <wim@fluendo.com>
16523 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16524 (gst_client_status_get_type), (gst_multifdsink_class_init),
16525 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16526 (gst_multifdsink_handle_client_read),
16527 (gst_multifdsink_handle_client_write),
16528 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16529 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16530 (gst_multifdsink_get_property):
16531 * gst/tcp/gstmultifdsink.h:
16532 * gst/tcp/gsttcp-marshal.list:
16533 Starting to prepare for specifying buffer time in other units
16534 than buffers. Expose remove reason in signal.
16536 2004-08-10 Wim Taymans <wim@fluendo.com>
16538 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16539 (gst_multifdsink_remove), (gst_multifdsink_clear),
16540 (gst_multifdsink_remove_client_link),
16541 (gst_multifdsink_handle_client_read),
16542 (gst_multifdsink_client_queue_data),
16543 (gst_multifdsink_client_queue_buffer),
16544 (gst_multifdsink_handle_client_write),
16545 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16546 (gst_multifdsink_chain), (gst_multifdsink_close):
16547 * gst/tcp/gstmultifdsink.h:
16548 Added more debugging info. Changed the way clients are
16549 removed from the lists. Fixed a bug where a bad file descriptor
16550 could cause many clients to be removed.
16552 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
16554 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
16555 allow all pixel-aspect-ratios, not just 1:1
16557 2004-08-09 David Schleef <ds@schleef.org>
16559 * sys/glsink/ARB_multitexture.h: Remove old files.
16560 * sys/glsink/EXT_paletted_texture.h:
16561 * sys/glsink/NV_register_combiners.h:
16562 * sys/glsink/gstgl_nvimage.c:
16563 * sys/glsink/gstgl_pdrimage.c:
16564 * sys/glsink/gstgl_rgbimage.c:
16565 * sys/glsink/gstglsink.c:
16566 * sys/glsink/gstglsink.h:
16567 * sys/glsink/gstglxwindow.c:
16568 * sys/glsink/regcomb_yuvrgb.c:
16570 2004-08-09 David Schleef <ds@schleef.org>
16572 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
16573 GL sink plugin. (Bug #147302)
16575 * configure.ac: Test for OpenGL
16576 * sys/Makefile.am: Use test for OpenGL
16577 * sys/glsink/Makefile.am:
16578 * sys/glsink/glimagesink.c: rewrite
16579 * sys/glsink/glimagesink.h: rewrite
16581 2004-08-09 David Schleef <ds@schleef.org>
16583 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
16585 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
16586 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
16587 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
16589 2004-08-09 Wim Taymans <wim@fluendo.com>
16591 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16592 (gst_multifdsink_add), (gst_multifdsink_get_stats),
16593 (gst_multifdsink_client_remove),
16594 (gst_multifdsink_handle_client_read),
16595 (gst_multifdsink_handle_client_write),
16596 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16597 Do a bit more logging, make the client_read code more robust.
16599 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
16601 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
16602 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
16603 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
16604 (gst_jpegdec_init), (gst_jpegdec_chain):
16605 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
16606 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
16607 cleanups, debugging fixes and memleak plugging
16609 2004-08-09 Wim Taymans <wim@fluendo.com>
16611 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16612 (theora_get_formats), (theora_dec_src_convert),
16613 (theora_dec_sink_convert), (theora_dec_src_query),
16614 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
16615 (theora_dec_change_state):
16616 Don't crash on missing header packets.
16618 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
16622 Added Albanian translation (Laurent Dhima)
16626 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
16628 * ext/lame/gstlame.c:
16631 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
16633 * sys/ximage/ximagesink.c:
16634 * sys/xvimage/xvimagesink.c:
16635 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
16637 2004-08-06 Wim Taymans <wim@fluendo.com>
16639 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16640 (gst_multifdsink_add), (gst_multifdsink_get_stats),
16641 (gst_multifdsink_client_remove),
16642 (gst_multifdsink_handle_client_read),
16643 (gst_multifdsink_handle_client_write),
16644 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16645 Make sure we don't try to read more from a client that what
16646 ioctl says us or we deadlock.
16648 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
16650 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
16651 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
16652 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16653 decouple running_time and n_frames so it can handle changing
16654 framerate while running
16656 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
16660 updated translations
16662 2004-08-04 Benjamin Otte <otte@gnome.org>
16664 * gst/videotestsrc/gstvideotestsrc.c:
16665 (gst_videotestsrc_get_capslist), (generate_capslist),
16667 generate the list of supported caps at startup and reuse it instead
16668 of always generating it
16670 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
16672 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
16673 whoops, last checkin broke normal build
16675 2004-08-03 Benjamin Otte <otte@gnome.org>
16677 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
16678 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16679 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16680 (gst_alsa_mixer_get_option):
16681 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
16682 (dvdnavsrc_print_event):
16683 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
16684 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
16685 (gst_ogg_mux_pad_unlink):
16686 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
16687 (gst_multipart_mux_pad_unlink):
16688 * gst/videofilter/gstvideobalance.c:
16689 (gst_videobalance_colorbalance_set_value):
16690 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
16691 (gst_videomixer_pad_unlink):
16693 * sys/oss/gstossmixer.c:
16694 * sys/v4l/gstv4lcolorbalance.c:
16695 * sys/v4l/gstv4ltuner.c:
16696 * sys/v4l/v4lsrc_calls.c:
16697 * sys/v4l2/gstv4l2colorbalance.c:
16698 * sys/v4l2/gstv4l2tuner.c:
16699 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
16701 2004-08-03 Benjamin Otte <otte@gnome.org>
16703 * examples/dynparams/filter.c: (ui_control_create):
16704 * examples/gstplay/player.c: (print_tag):
16705 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
16706 * ext/gdk_pixbuf/gstgdkanimation.c:
16707 (gst_gdk_animation_iter_may_advance):
16708 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
16709 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
16710 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
16711 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
16712 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
16713 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
16714 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
16715 * gst/sine/demo-dparams.c: (main):
16716 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
16717 * testsuite/alsa/formats.c: (create_pipeline):
16718 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
16719 fixes for G_DISABLE_ASSERT and friends
16720 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16721 (mp3_type_frame_length_from_header), (mp3_type_find),
16723 require mp3 typefinding to have at least MIN_HEADERS valid headers
16724 add typefinding for AAC adts files
16726 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
16728 * sys/ximage/ximagesink.c:
16729 (gst_ximagesink_calculate_pixel_aspect_ratio):
16730 * sys/xvimage/xvimagesink.c:
16731 (gst_xvimagesink_calculate_pixel_aspect_ratio):
16732 Make sure we calculate pixel-aspect-ratio using floating point maths
16734 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
16737 updated translation
16739 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
16741 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16742 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
16743 add debugging for display PAR calculation
16745 2004-08-02 David Schleef <ds@schleef.org>
16747 * configure.ac: Fix mikmod CFLAGS.
16749 2004-07-27 Benjamin Otte <otte@gnome.org>
16751 * gst/audioscale/gstaudioscale.c:
16752 - fix templates to only support S16, it's the only format that works
16753 - make caps nego code use try_set_caps_nonfixed and fixation instead
16754 of try_set_caps twice, which is not nice for autopluggers
16755 - change rank to secondary, so autopluggers can pick it up after
16758 2004-08-02 Iain <iain@prettypeople.org>
16760 * gst/interleave/interleave.c (interleave_init),
16761 (interleave_request_new_pad),
16762 (interleave_pad_removed),
16763 (interleave_buffered_loop): Use the real pad count, not the artificial
16766 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
16768 * configure.ac: bump nano back to development
16770 === release 0.8.3 ===
16772 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
16774 * configure.ac: releasing 0.8.3, "Water"
16776 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
16778 * sys/xvimage/xvimagesink.c:
16779 (gst_xvimagesink_calculate_pixel_aspect_ratio),
16780 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
16781 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
16782 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16783 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16784 * sys/xvimage/xvimagesink.h:
16785 apply similar PAR fixes as to ximagesink
16787 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
16789 patch from: Benjamin Otte
16791 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
16792 add link function to lame. Fixes #148986.
16794 2004-08-02 Johan Dahlin <johan@gnome.org>
16796 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
16799 2004-07-30 David Schleef <ds@schleef.org>
16801 * gst/videomixer/Makefile.am: Fix things that should have been
16802 fixed in the last checkin.
16804 2004-07-30 David Schleef <ds@schleef.org>
16806 * gst/multipart/Makefile.am: Fix things that should have been
16807 fixed in the last checkin.
16809 2004-07-30 David Schleef <ds@schleef.org>
16811 * testsuite/multifilesink/Makefile.am: Fix unused variable.
16813 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
16816 bump nano for prerelease
16828 2004-07-30 Wim Taymans <wim@fluendo.com>
16830 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16831 (gst_multifdsink_add), (gst_multifdsink_remove),
16832 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16833 (gst_multifdsink_client_remove),
16834 (gst_multifdsink_handle_client_write),
16835 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16836 * gst/tcp/gstmultifdsink.h:
16837 Recover from a select with a bad file descriptor by removing
16840 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
16843 fix requirement of core
16844 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
16845 (gst_play_pipeline_setup):
16846 don't use colorspace element. do use hermescolorspace element.
16847 make macro to get a colorspace element.
16848 mark strings for translation.
16860 update translations
16862 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16864 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16865 fix default for newmedia flag
16867 2004-07-30 Wim Taymans <wim@fluendo.com>
16869 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16870 (gst_theora_dec_init), (theora_get_formats),
16871 (theora_dec_src_convert), (theora_dec_sink_convert),
16872 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16873 (theora_dec_chain), (theora_dec_set_property),
16874 (theora_dec_get_property):
16875 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16876 (gst_theora_enc_class_init), (gst_theora_enc_init),
16877 (theora_enc_sink_link), (theora_enc_chain),
16878 (theora_enc_set_property), (theora_enc_get_property):
16879 Added cropping option to theora decoder.
16880 Added border option to theora encoder.
16882 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16884 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16885 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16886 (gst_pngenc_set_property):
16887 * ext/libpng/gstpngenc.h:
16888 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
16890 2004-07-30 Wim Taymans <wim@fluendo.com>
16892 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16893 (theora_enc_sink_link), (theora_enc_chain),
16894 (theora_enc_set_property), (theora_enc_get_property):
16895 Fix encoding of non-multiple-of-16 video.
16897 2004-07-29 David Schleef <ds@schleef.org>
16899 * configure.ac: make test for audiofile more strict
16901 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
16903 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16904 give different names to typefind functions
16906 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
16908 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16909 (gst_ximagesink_calculate_pixel_aspect_ratio),
16910 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
16911 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16912 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
16913 (gst_ximagesink_get_property), (gst_ximagesink_init):
16914 * sys/ximage/ximagesink.h:
16915 allocate PAR's dynamically.
16916 use autodetected PAR if no object-set PAR is given.
16917 add workaround for directfb's X not setting physical size.
16918 fix to xvimagesink will follow tomorrow.
16920 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16922 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
16923 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
16924 (gst_shout2send_get_type), (gst_shout2send_set_clock),
16925 (gst_shout2send_class_init), (gst_shout2send_init),
16926 (set_shout_metadata), (gst_shout2send_set_metadata),
16927 (gst_shout2send_chain), (gst_shout2send_set_property),
16928 (gst_shout2send_get_property), (gst_shout2send_connect),
16929 (gst_shout2send_change_state):
16930 * ext/shout2/gstshout2.h:
16931 - fix for sending mp3 audio to icecast2 server, if pad link function not
16932 called before PAUSED state
16933 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
16934 - added tagging support for mp3 audio broadcasted
16935 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16938 2004-07-28 Wim Taymans <wim@fluendo.com>
16940 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16941 (gst_ogg_demux_push):
16942 Return query failure when we don't know the length of
16943 an ogg stream insteda of returning TRUE with a bogus value.
16945 2004-07-28 Wim Taymans <wim@fluendo.com>
16947 * ext/theora/theoradec.c: (theora_get_formats),
16948 (theora_dec_src_convert), (theora_dec_sink_convert),
16949 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16950 (theora_dec_chain):
16951 Don't screw up the 1 Chroma for 1 luma sample situation when we
16952 have an odd offset/width by adding a black border in those cases.
16954 2004-07-28 Wim Taymans <wim@fluendo.com>
16956 * ext/theora/theoradec.c: (theora_get_formats),
16957 (theora_dec_src_convert), (theora_dec_sink_convert),
16958 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16959 (theora_dec_chain):
16960 * ext/theora/theoraenc.c: (theora_enc_sink_link):
16961 Added first attempt at cropping of the image as required by the
16962 theora spec. We need more properties in the caps (offset_x,
16963 offset_y,stride) to implement this correctly.
16965 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
16967 * ext/dvdnav/README:
16968 Update the README to use dvddemux
16969 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16970 Ensure getcaps returns a subset of the template caps
16971 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
16972 (gst_mpeg2subt_init):
16973 Ensure getcaps returns a subset of the template caps
16974 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
16975 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
16976 (gst_dvd_demux_get_subpicture_stream),
16977 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
16978 * gst/mpegstream/gstdvddemux.h:
16979 Set the explicit caps on the current_video pad before pushing
16981 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16982 (gst_mpeg_demux_get_audio_stream):
16983 Free caps used to gst_pad_set_explicit_caps, which takes a const
16986 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
16988 * configure.ac: update GStreamer requirement to 0.8.4 because of
16991 2004-07-28 Wim Taymans <wim@fluendo.com>
16993 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16994 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
16995 Add the pad to the element after setting up the caps. This
16996 makes it a lot easier to autoplug.
16998 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
17000 * gst/median/gstmedian.c:
17001 * gst/mpeg2subt/gstmpeg2subt.c:
17002 * gst/mpegaudioparse/gstmpegaudioparse.c:
17003 * gst/mpegstream/gstdvddemux.c:
17004 * gst/mpegstream/gstmpegdemux.c:
17005 * gst/mpegstream/gstmpegpacketize.c:
17006 * gst/rtjpeg/gstrtjpeg.c:
17007 * gst/rtjpeg/gstrtjpegdec.c:
17008 * gst/rtjpeg/gstrtjpegenc.c:
17009 * gst/sine/gstsinesrc.c:
17010 * gst/smooth/gstsmooth.c:
17011 * gst/smpte/gstsmpte.c:
17012 * gst/smpte/gstsmpte.h:
17013 * gst/stereo/gststereo.c:
17014 * gst/videofilter/gstgamma.c:
17015 * gst/videofilter/gstvideobalance.c:
17016 * gst/videofilter/gstvideofilter.c:
17017 * gst/videofilter/gstvideoflip.c:
17018 * gst/videoscale/gstvideoscale.c:
17019 * gst/videoscale/videoscale.c:
17020 * gst/videotestsrc/gstvideotestsrc.c:
17021 * gst/videotestsrc/videotestsrc.c:
17022 * gst/wavenc/gstwavenc.c:
17023 * gst/wavparse/gstwavparse.c:
17024 fix local includes and 64 bits constants
17026 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
17029 * gst-libs/gst/*/*.vcproj:
17031 more working plugins
17033 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17035 * testsuite/alsa/Makefile.am:
17036 * testsuite/alsa/srcstate.c:
17037 add test for alsasrc changing state
17039 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17041 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17043 * gst/silence/gstsilence.h:
17044 fix silence generation for 16bit raw audio
17046 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17048 * gst/matroska/matroska-demux.c:
17049 (gst_matroska_demux_parse_metadata),
17050 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17051 * gst/mpegaudio/common.c:
17052 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17053 (gst_videoscale_getcaps), (gst_videoscale_link),
17054 (gst_videoscale_src_fixate), (gst_videoscale_init),
17055 (gst_videoscale_finalize):
17056 * gst/videoscale/gstvideoscale.h:
17057 * gst/videotestsrc/gstvideotestsrc.c:
17058 (gst_videotestsrc_get_capslist):
17059 * gst/wavenc/gstwavenc.c:
17060 * sys/oss/gstossmixer.c: (fill_labels):
17061 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17062 (gst_ximagesink_handle_xevents),
17063 (gst_ximagesink_calculate_pixel_aspect_ratio),
17064 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17065 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17066 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17067 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17068 (gst_ximagesink_init), (gst_ximagesink_class_init):
17069 * sys/ximage/ximagesink.h:
17070 * sys/xvimage/xvimagesink.c:
17071 (gst_xvimagesink_calculate_pixel_aspect_ratio),
17072 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17073 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17074 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17075 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17076 * sys/xvimage/xvimagesink.h:
17077 first batch of pixel aspect ratio commits.
17079 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17081 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17082 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17083 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17084 handle stride, needs work if we want to move stride handling
17085 upstream, but works correctly for our purposes.
17087 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17089 * gst/videoscale/README:
17090 add testing examples
17091 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17092 (gst_videoscale_chain):
17093 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17094 (gst_videoscale_get_size):
17095 add get_size function that handles stride like videotestsrc.
17096 fixes conversion for YUV formats for as much as I can test them.
17098 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17100 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17101 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17102 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17103 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17104 (gst_xvimagesink_xvimage_put):
17105 further cleanups, logging, error handling and synchronizing
17107 2004-07-27 Wim Taymans <wim@fluendo.com>
17109 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17110 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17111 (gst_videomixer_pad_set_property),
17112 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17113 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17114 (gst_videomixer_class_init), (gst_videomixer_init),
17115 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17116 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17117 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17118 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17119 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17120 (gst_videomixer_loop), (plugin_init):
17121 Be a nicer negotiation citizen and provide a getcaps function on
17122 the srcpad. This also fixes a crash when resizing.
17124 2004-07-27 Julien MOUTTE <julien@moutte.net>
17126 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17127 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17129 2004-07-27 Wim Taymans <wim@fluendo.com>
17131 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17132 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17133 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17134 (gst_pngenc_set_property):
17135 * ext/libpng/gstpngenc.h:
17136 Added snapshot property to pngenc.
17137 removed g_print from pngdec
17139 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
17141 * gst/ac3parse/ac3parse.vcproj
17142 * gst/adder/adder.vcproj
17143 * gst/alpha/alpha.vcproj
17144 * gst/alpha/alphacolor.vcproj
17145 * gst/asfdemux/asf.vcproj
17146 * gst/audioconvert/audioconvert.vcproj
17147 * gst/audiorate/audiorate.vcproj
17148 * gst/audioscale/audioscale.vcproj
17149 * gst/auparse/auparse.vcproj
17150 * gst/avi/avi.vcproj
17151 * gst/cdxaparse/cdxaparse.vcproj
17152 * gst/chart/chart.vcproj
17153 * gst/colorspace/colorspace.vcproj
17154 * gst/cutter/cutter.vcproj
17155 * gst/debug/debug.vcproj
17156 * gst/debug/efence.vcproj
17157 * gst/debug/navigationtest.vcproj
17158 * gst/deinterlace/deinterlace.vcproj
17159 * gst/effectv/effectv.vcproj
17160 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17161 * gst/filter/filter.vcproj
17162 * gst/flx/flxdec.vcproj
17163 * gst/goom/goom.vcproj
17164 * gst/interleave/interleave.vcproj
17165 * gst/law/alaw.vcproj
17166 * gst/law/mulaw.vcproj
17167 * gst/matroska/matroska.vcproj
17168 * gst/median/median.vcproj
17169 * gst/mixmatrix/mixmatrix.vcproj
17170 * gst/mpeg1sys/mpeg1systemencode.vcproj
17171 * gst/mpeg1videoparse/mp1videoparse.vcproj
17172 * gst/mpeg2sub/mpeg2subt.vcproj
17173 * gst/mpegaudio/mpegaudio.vcproj
17174 * gst/mpegaudioparse/mpegaudioparse.vcproj
17175 * gst/mpegstream/mpegstream.vcproj
17176 * gst/multifilesink/multifilesink.vcproj
17177 * gst/multipart/multipart.vcproj
17178 * gst/oneton/oneton.vcproj
17179 * gst/overlay/overlay.vcproj
17180 * gst/passthrough/passthrough.vcproj
17181 * gst/qtdemux/qtdemux.vcproj
17182 * gst/realmedia/rmdemux.vcproj
17183 * gst/rtjpeg/rtjpeg.vcproj
17184 * gst/rtp/rtp.vcproj
17185 * gst/silence/silence.vcproj
17186 * gst/sine/sinesrc.vcproj
17187 * gst/smooth/smooth.vcproj
17188 * gst/smpte/smpte.vcproj
17189 * gst/spectrum/spectrum.vcproj
17190 * gst/speed/speed.vcproj
17191 * gst/stereo/stereo.vcproj
17192 * gst/switch/switch.vcproj
17193 * gst/tags/tagedit.vcproj
17194 * gst/tcp/tcp.vcproj
17195 * gst/typefind/typefindfunctions.vcproj
17196 * gst/udp/udp.vcproj
17197 * gst/videobox/videobox.vcproj
17198 * gst/videocrop/videocrop.vcproj
17199 * gst/videodrop/videodrop.vcproj
17200 * gst/videofilter/gamma.vcproj
17201 * gst/videofilter/videobalance.vcproj
17202 * gst/videofilter/videofilter.vcproj
17203 * gst/videofilter/videoflip.vcproj
17204 * gst/videoflip/videoflip.vcproj
17205 * gst/videomixer/videomixer.vcproj
17206 * gst/videorate/videorate.vcproj
17207 * gst/videoscale/videoscale.vcproj
17208 * gst/videotestsrc/videotestsrc.vcproj
17209 * gst/virtualdub/virtualdub.vcproj
17210 * gst/volenv/volenv.vcproj
17211 * gst/volume/volume.vcproj
17212 * gst/wavenc/wavenc.vcproj
17213 * gst/wavparse/wavparse.vcproj
17214 * gst/y4m/y4menc.vcproj
17215 * gst-libs/gst/audio/audio.vcproj
17216 * gst-libs/gst/audio/audiofilter.vcproj
17217 * gst-libs/gst/colorbalance/colorbalance.vcproj
17218 * gst-libs/gst/idct/idtc.vcproj
17219 * gst-libs/gst/media-info/media-info.vcproj
17220 * gst-libs/gst/mixer/mixer.vcproj
17221 * gst-libs/gst/navigation/navigation.vcproj
17222 * gst-libs/gst/play/play.vcproj
17223 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17224 * gst-libs/gst/resample/resample.vcproj
17225 * gst-libs/gst/riff/riff.vcproj
17226 * gst-libs/gst/tuner/tuner.vcproj
17227 * gst-libs/gst/video/video.vcproj
17228 * gst-libs/gst/xoverlay/xoverlay.vcproj
17229 avoid problems with math.h, fix release dependancy
17230 rename GStreamer-0.8.lib to libgstreamer.lib
17232 2004-07-27 Julien MOUTTE <julien@moutte.net>
17234 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17235 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17236 the atom is not available we have to unlock the mutex. Fixes #148023
17238 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17240 * gst-libs/gst/media-info/media-info.h:
17241 issue for a vararg macro with MSVC
17243 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17245 * gst/effectv/effectv.vcproj
17246 * gst-libs/gst/idct/idct.vcproj:
17247 * gst-libs/gst/media-info/media-info.vcproj:
17248 * gst-libs/gst/navigation/navigation.vcproj:
17249 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17250 * gst-libs/gst/video/video.vcproj:
17251 * gst-libs/gst/xoverlay/xoverlay.vcproj:
17252 fixes for build problems
17254 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17256 * gst-libs/gst/audio/audio.def:
17257 * gst-libs/gst/audio/riff.def:
17258 add some definitions needed by plugins
17260 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17262 * gst/asfdemux/gstasfmux.c
17263 Fix some 64 bits constants to be glib friendly
17265 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17267 * gst/ac3parse/gstac3parse.c
17268 * gst/audioscale/gstaudioscale.c
17269 * gst/auparse/gstauparse.c
17270 * gst/colorspace/gstcolorspace.c
17271 * gst/colorspace/yuv2rgb.h
17272 local include fixes
17274 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17277 add more plugins to the build
17279 2004-07-26 Julien MOUTTE <julien@moutte.net>
17281 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17282 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17284 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17286 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17287 (gst_level_set_property), (gst_level_get_property),
17288 (gst_level_base_init), (gst_level_class_init):
17289 add debugging categories. cleanups.
17291 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17293 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17294 (gst_videoscale_planar411), (gst_videoscale_planar400),
17295 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17296 (gst_videoscale_scale_nearest_str1),
17297 (gst_videoscale_scale_nearest_str2),
17298 (gst_videoscale_scale_nearest_str4),
17299 (gst_videoscale_scale_nearest_16bit),
17300 (gst_videoscale_scale_nearest_24bit):
17301 fixed stride issues
17302 tested with 320x240 -> 321, 322, 324 x240
17303 tested with YV12, I420, YUY2, UYVY
17304 fixed packed422rev (don't think it could have worked before)
17305 by testing with UYVY
17307 2004-07-26 Benjamin Otte <otte@gnome.org>
17309 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17310 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17312 add debugging category, add error checks like checking return values
17313 of setup calls, make sure it still works after
17314 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17316 2004-07-26 Wim Taymans <wim@fluendo.com>
17318 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17319 (gst_mpeg_demux_get_audio_stream),
17320 (gst_mpeg_demux_process_private):
17321 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17322 Check for error codes from the negotiation functions. Make sure
17323 we really set the pad caps when a new pad is created.
17325 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17327 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17328 (gst_ffmpeg_caps_to_pix_fmt):
17329 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17330 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17331 (gst_ffmpegcolorspace_pad_link):
17332 don't make function do two things at the same time without reason.
17334 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17336 * gst/ac3parse/ac3parse.vcproj
17337 * gst/adder/adder.vcproj
17338 * gst/alpha/alpha.vcproj
17339 * gst/alpha/alphacolor.vcproj
17340 * gst/asfdemux/asf.vcproj
17341 * gst/audioconvert/audioconvert.vcproj
17342 * gst/audiorate/audiorate.vcproj
17343 * gst/audioscale/audioscale.vcproj
17344 * gst/auparse/auparse.vcproj
17345 * gst/avi/avi.vcproj
17346 * gst/cdxaparse/cdxaparse.vcproj
17347 * gst/chart/chart.vcproj
17348 * gst/colorspace/colorspace.vcproj
17349 * gst/cutter/cutter.vcproj
17350 * gst/debug/debug.vcproj
17351 * gst/debug/efence.vcproj
17352 * gst/debug/navigationtest.vcproj
17353 * gst/deinterlace/deinterlace.vcproj
17354 * gst/effectv/effectv.vcproj
17355 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17356 * gst/filter/filter.vcproj
17357 * gst/flx/flxdec.vcproj
17358 * gst/goom/goom.vcproj
17359 * gst/interleave/interleave.vcproj
17360 * gst/law/alaw.vcproj
17361 * gst/law/mulaw.vcproj
17362 * gst/matroska/matroska.vcproj
17363 * gst/median/median.vcproj
17364 * gst/mixmatrix/mixmatrix.vcproj
17365 * gst/mpeg1sys/mpeg1systemencode.vcproj
17366 * gst/mpeg1videoparse/mp1videoparse.vcproj
17367 * gst/mpeg2sub/mpeg2subt.vcproj
17368 * gst/mpegaudio/mpegaudio.vcproj
17369 * gst/mpegaudioparse/mpegaudioparse.vcproj
17370 * gst/mpegstream/mpegstream.vcproj
17371 * gst/multifilesink/multifilesink.vcproj
17372 * gst/multipart/multipart.vcproj
17373 * gst/oneton/oneton.vcproj
17374 * gst/overlay/overlay.vcproj
17375 * gst/passthrough/passthrough.vcproj
17376 * gst/qtdemux/qtdemux.vcproj
17377 * gst/realmedia/rmdemux.vcproj
17378 * gst/rtjpeg/rtjpeg.vcproj
17379 * gst/rtp/rtp.vcproj
17380 * gst/silence/silence.vcproj
17381 * gst/sine/sinesrc.vcproj
17382 * gst/smooth/smooth.vcproj
17383 * gst/smpte/smpte.vcproj
17384 * gst/spectrum/spectrum.vcproj
17385 * gst/speed/speed.vcproj
17386 * gst/stereo/stereo.vcproj
17387 * gst/switch/switch.vcproj
17388 * gst/tags/tagedit.vcproj
17389 * gst/tcp/tcp.vcproj
17390 * gst/typefind/typefindfunctions.vcproj
17391 * gst/udp/udp.vcproj
17392 * gst/videobox/videobox.vcproj
17393 * gst/videocrop/videocrop.vcproj
17394 * gst/videodrop/videodrop.vcproj
17395 * gst/videofilter/gamma.vcproj
17396 * gst/videofilter/videobalance.vcproj
17397 * gst/videofilter/videofilter.vcproj
17398 * gst/videofilter/videoflip.vcproj
17399 * gst/videoflip/videoflip.vcproj
17400 * gst/videomixer/videomixer.vcproj
17401 * gst/videorate/videorate.vcproj
17402 * gst/videoscale/videoscale.vcproj
17403 * gst/videotestsrc/videotestsrc.vcproj
17404 * gst/virtualdub/virtualdub.vcproj
17405 * gst/volenv/volenv.vcproj
17406 * gst/volume/volume.vcproj
17407 * gst/wavenc/wavenc.vcproj
17408 * gst/wavparse/wavparse.vcproj
17409 * gst/y4m/y4menc.vcproj
17410 more plugins supported under windows
17412 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17414 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17415 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17416 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17417 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17418 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17419 Add debugging statements. Use the sizes as returned by the
17420 *CreateImage calls.
17422 2004-07-26 Johan Dahlin <johan@gnome.org>
17424 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17425 the pad is negotiated.
17427 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17429 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17431 * gst-libs/gst/colorbalance/colorbalance.vcproj:
17432 * gst-libs/gst/idct/idct.vcproj:
17433 * gst-libs/gst/media-info/media-info.vcproj:
17434 * gst-libs/gst/mixer/mixer.vcproj:
17435 * gst-libs/gst/navigation/navigation.vcproj:
17436 * gst-libs/gst/play/play.vcproj:
17437 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17438 * gst-libs/gst/resample/resample.vcproj:
17439 * gst-libs/gst/tuner/tuner.vcproj:
17440 * gst-libs/gst/video/video.vcproj:
17441 * gst-libs/gst/xoverlay/xoverlay.vcproj:
17442 more plugins supported under windows
17444 2004-07-25 Iain <iain@prettypeople.org>
17446 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17447 pad now rather than when the pad is created because state changes wipe
17448 explicit caps (fixes #148043).
17450 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
17452 reviewed by Benjamin Otte <otte@gnome.org>
17454 * ext/mad/gstmad.c:
17455 fix mad plugin crashing on Sun (fixes #148289)
17457 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17460 * gst/avi/avi.vcproj:
17461 * gst/matroska/matroska.def:
17462 * gst/matroska/matroska.vcproj:
17463 remove unused .def files
17465 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17467 * gst-libs/gst/audio/gstaudiofilter.c:
17468 Clean the local include
17470 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17473 * gst-libs/gst/audio/audio.def:
17474 * gst-libs/gst/audio/audio.vcproj:
17475 * gst-libs/gst/audio/audiofilter.vcproj:
17476 * gst-libs/gst/audio/riff.def:
17477 * gst-libs/gst/audio/riff.vcproj:
17478 * gst-libs/gst/gst-libs.def:
17479 * gst-libs/gst/gst-libs.vcproj:
17480 * gst/avi/avi.vcproj:
17481 * gst/avi/avi.vcproj:
17482 Copy the files where needed after building, cleaner projects
17484 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17486 * gst/matroska/ebml-write.c:
17487 Fix some 64 bits constants to be glib friendly
17489 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
17492 * gst-libs/gst/gst-libs.def:
17493 * gst-libs/gst/gst-libs.vcproj:
17494 * gst/matroska/matroska.def:
17495 * gst/matroska/matroska.vcproj:
17496 Add the preliminary canvas to build plugins on Win32
17498 2004-07-23 Benjamin Otte <otte@gnome.org>
17500 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17501 don't enfore negotiation from source side, it breaks
17502 sinesrc ! audioconvert ! osssink
17504 2004-07-22 David Schleef <ds@schleef.org>
17506 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
17507 for ELF files, since they can easily be recognized as audio/mpeg.
17510 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
17512 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17513 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
17514 (gst_videoscale_scale_nearest_24bit),
17515 (gst_videoscale_scale_nearest_16bit):
17516 fix 16bit and 24bit for stride (24bit might need testing)
17517 don't pretend we do more than one algorithm
17519 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17523 * gst/multifilesink/Makefile.am:
17524 * gst/multifilesink/gstmultifilesink.c:
17525 (gst_multifilesink_get_formats),
17526 (gst_multifilesink_get_query_types), (_do_init),
17527 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
17528 (gst_multifilesink_init), (gst_multifilesink_dispose),
17529 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
17530 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
17531 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
17532 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
17533 (gst_multifilesink_chain), (gst_multifilesink_change_state),
17534 (gst_multifilesink_uri_get_type),
17535 (gst_multifilesink_uri_get_protocols),
17536 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
17537 (gst_multifilesink_uri_handler_init), (plugin_init):
17538 * gst/multifilesink/gstmultifilesink.h:
17539 * testsuite/Makefile.am:
17540 * testsuite/multifilesink/Makefile.am:
17541 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
17542 (gst_newmedia_class_init), (gst_newmedia_init),
17543 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17544 (newfile_signal), (test_signal), (main):
17545 multifilesink plugin for creating new files every time a new media
17546 discontinuity event occurs
17548 2004-07-22 Wim Taymans <wim@fluendo.com>
17550 * gst/alpha/Makefile.am:
17551 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
17552 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
17553 (gst_alpha_color_init), (gst_alpha_color_set_property),
17554 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
17555 (transform), (gst_alpha_color_chain),
17556 (gst_alpha_color_change_state), (plugin_init):
17557 Stupid plugin to to RGBA to AYUV conversion because none of
17558 the colorspace plugins can handle that yet.
17560 2004-07-22 Wim Taymans <wim@fluendo.com>
17562 * examples/seeking/seek.c: (update_scale), (main):
17563 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17564 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
17565 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
17566 (gst_decode_bin_init), (gst_decode_bin_dispose),
17567 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17568 (no_more_pads), (close_link), (type_found),
17569 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17571 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17572 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17573 (gst_play_base_bin_dispose), (queue_overrun),
17574 (gen_preroll_element), (remove_prerolls), (unknown_type),
17575 (no_more_pads), (new_stream), (setup_source),
17576 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17577 (play_base_eos), (gst_play_base_bin_change_state),
17578 (gst_play_base_bin_add_element),
17579 (gst_play_base_bin_remove_element),
17580 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17581 (gst_play_base_bin_unlink_stream),
17582 (gst_play_base_bin_get_streaminfo):
17583 * gst/playback/gstplaybin.c: (gen_video_element),
17584 (gen_audio_element):
17585 * gst/playback/gststreaminfo.h:
17586 More playback updates, attempt to fix things after the state change
17589 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
17591 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
17592 (gst_videoscale_scale_nearest_16bit):
17595 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
17597 * gst/videotestsrc/gstvideotestsrc.c:
17598 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
17599 (gst_videotestsrc_init), (gst_videotestsrc_get),
17600 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
17601 (gst_videotestsrc_get_property):
17602 * gst/videotestsrc/gstvideotestsrc.h:
17603 * gst/videotestsrc/videotestsrc.c:
17604 * gst/videotestsrc/videotestsrc.h:
17605 cleanup and commenting
17607 2004-07-21 Wim Taymans <wim@fluendo.com>
17609 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
17610 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
17611 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
17612 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
17613 (_find_chain_get_unknown_part), (_find_streams_check),
17614 (gst_ogg_demux_push), (gst_ogg_pad_push):
17615 * ext/theora/theoradec.c: (theora_get_formats),
17616 (theora_dec_src_convert), (theora_dec_sink_convert),
17617 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17618 (theora_dec_chain):
17619 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17620 (vorbis_dec_convert), (vorbis_dec_src_query),
17621 (vorbis_dec_src_event), (vorbis_dec_event):
17622 More seeking fixes, oggdemux now supports seeking to time and
17623 uses the downstream element to convert granulepos to time.
17624 Seeking in theora-only ogg files now works.
17626 2004-07-21 Wim Taymans <wim@fluendo.com>
17628 * ext/theora/theoradec.c: (gst_theora_dec_init),
17629 (theora_get_formats), (theora_get_event_masks),
17630 (theora_get_query_types), (theora_dec_src_convert),
17631 (theora_dec_sink_convert), (theora_dec_src_query),
17632 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
17633 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17634 (vorbis_get_event_masks), (vorbis_get_query_types),
17635 (gst_vorbis_dec_init), (vorbis_dec_convert),
17636 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
17637 Added query/convert/formats functions to vorbis and theora decoders
17638 so that the outside world can use them too. Fixed seeking on an
17639 ogg/theora/vorbis file by disabling the seeking seeking on the
17642 2004-07-21 Julien MOUTTE <julien@moutte.net>
17644 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17645 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
17646 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
17647 images creation for both elements. We don't create the image on caps
17648 nego or renego, we just destroy the internal one if present if it does
17649 not match the needs. The chain function takes care of creating a new
17651 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17652 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
17653 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17654 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
17655 the image format information. The buffer pool checks for the context
17656 image format and discard images with different formats.
17657 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
17659 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
17661 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17662 (gst_ffmpegcolorspace_chain):
17663 no point in doing any chaining if the pad we want to push from
17666 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
17668 * gst-libs/gst/riff/riff-media.c:
17669 (gst_riff_create_audio_caps_with_data):
17670 Fix double end-to-native symbol conversion (#148021).
17672 2004-07-20 David Schleef <ds@schleef.org>
17674 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17675 Don't use an Atom that doesn't exist.
17677 2004-07-20 Wim Taymans <wim@fluendo.com>
17679 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17680 (gst_multifdsink_add), (gst_multifdsink_get_stats),
17681 (gst_multifdsink_client_remove),
17682 (gst_multifdsink_handle_client_write),
17683 (gst_multifdsink_queue_buffer):
17684 * gst/tcp/gstmultifdsink.h:
17685 More multifdsink stats. Avoid deadlock by releasing locks
17686 before sending out a signal.
17688 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
17692 added Hungarian translation (Laszlo Dvornik)
17694 2004-07-20 Wim Taymans <wim@fluendo.com>
17696 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17697 (gst_multifdsink_add), (gst_multifdsink_client_remove),
17698 (gst_multifdsink_handle_client_write),
17699 (gst_multifdsink_queue_buffer):
17700 * gst/tcp/gsttcp-marshal.list:
17701 Fixed the stupid marshal definition.
17703 2004-07-20 Wim Taymans <wim@fluendo.com>
17705 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17706 (gst_multifdsink_init), (gst_multifdsink_add),
17707 (gst_multifdsink_client_remove),
17708 (gst_multifdsink_handle_client_write),
17709 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
17710 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
17711 (gst_multifdsink_init_send):
17712 * gst/tcp/gstmultifdsink.h:
17713 Added more stats, added timeout for a client, fixed some typos
17714 and added some comments.
17716 2004-07-20 Wim Taymans <wim@fluendo.com>
17718 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17719 (gst_multifdsink_add), (gst_multifdsink_get_stats),
17720 (gst_multifdsink_client_remove),
17721 (gst_multifdsink_handle_client_write):
17722 * gst/tcp/gstmultifdsink.h:
17723 * gst/tcp/gsttcp-marshal.list:
17724 Added get_stats method that returns a GValueArray of
17727 2004-07-19 Benjamin Otte <otte@gnome.org>
17729 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17730 make sure longname, description and author are valid UTF-8
17732 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
17734 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
17735 (gst_ximagesink_set_property):
17736 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
17737 (gst_xvimagesink_set_property):
17738 make sure SYNCHRONOUS is respected after getting the X context
17740 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
17742 * gst/matroska/matroska-demux.c:
17743 (gst_matroska_demux_handle_src_event),
17744 (gst_matroska_demux_parse_blockgroup):
17745 * gst/matroska/matroska-ids.h:
17746 add BlockReference tag and ignore it to clear out log.
17747 ignore NAVIGATION events to clear out log.
17749 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
17751 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
17752 (gst_matroska_demux_add_stream):
17753 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
17754 add debug categories
17756 2004-07-16 Wim Taymans <wim@fluendo.com>
17758 * ext/libpng/Makefile.am:
17759 * ext/libpng/gstpng.c: (plugin_init):
17760 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
17761 (gst_pngdec_get_type), (gst_pngdec_base_init),
17762 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
17763 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
17764 * ext/libpng/gstpngdec.h:
17767 2004-07-16 Julien MOUTTE <julien@moutte.net>
17769 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
17770 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
17771 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
17772 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
17773 (gst_ximagesink_buffer_alloc):
17774 * sys/ximage/ximagesink.h:
17775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17776 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17777 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
17778 (gst_xvimagesink_buffer_alloc):
17779 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
17780 again. Using internal data pointer of the x(v)image to store image's
17781 data to be coherent with the buffer alloc mechanism. Investigated the
17782 image destruction code to be sure that everything gets freed correctly.
17784 2004-07-16 Wim Taymans <wim@fluendo.com>
17786 * gst-libs/gst/riff/riff-read.c:
17787 (gst_riff_read_strf_vids_with_data),
17788 (gst_riff_read_strf_auds_with_data):
17789 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17790 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
17791 Make sure we don't create 0 sized subbuffers in riff-read.
17792 Signal the no more pads signal after reading the avi header.
17794 2004-07-16 Wim Taymans <wim@fluendo.com>
17796 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17797 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
17798 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
17799 (gst_decode_bin_init), (gst_decode_bin_dispose),
17800 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17801 (no_more_pads), (close_link), (type_found),
17802 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17803 (gst_decode_bin_change_state), (plugin_init):
17804 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17805 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17806 (gst_play_base_bin_dispose), (queue_overrun),
17807 (gen_preroll_element), (remove_prerolls), (unknown_type),
17808 (no_more_pads), (new_stream), (setup_source),
17809 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17810 (play_base_eos), (gst_play_base_bin_change_state),
17811 (gst_play_base_bin_add_element),
17812 (gst_play_base_bin_remove_element),
17813 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17814 (gst_play_base_bin_unlink_stream),
17815 (gst_play_base_bin_get_streaminfo):
17816 * gst/playback/gstplaybasebin.h:
17817 Better error recovery. Added configurable preroll queue size. Faster
17818 detection of no-more-pads.
17820 2004-07-16 Wim Taymans <wim@fluendo.com>
17822 * gst-libs/gst/video/video.h:
17823 Added 32 bits RGBA. Not sure if we should use another mime-type
17824 for alpha rgb. Currently the presence of the alpha_mask property
17825 signals an alpha channel.
17827 2004-07-16 Wim Taymans <wim@fluendo.com>
17829 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17830 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17831 FPS seems to be 0.0 to MAX everywhere else.
17833 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
17835 * gst-libs/gst/riff/riff-media.c:
17836 (gst_riff_create_video_caps_with_data):
17837 mp42/mp43 (no caps) exist too.
17838 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17839 Set pixel_width/height; we've got them in-caps.
17840 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17841 * gst/wavparse/gstwavparse.c: (plugin_init):
17842 Both are valid primary.
17843 * sys/oss/gstossmixer.c:
17844 Remove i18n hack and enable translations.
17846 2004-07-15 Benjamin Otte <otte@gnome.org>
17848 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17849 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
17850 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
17852 2004-07-15 Benjamin Otte <otte@gnome.org>
17854 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17855 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
17856 (gst_alsa_close_audio):
17857 disable some of the debugging code for now. Writing debugging to a
17858 buffer is broken in current alsalib releases.
17860 2004-07-12 Benjamin Otte <otte@gnome.org>
17862 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
17865 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
17867 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17868 (theora_dec_src_query), (theora_dec_event):
17869 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
17870 add debugging categories. Remove \n's.
17872 2004-07-13 Johan Dahlin <johan@gnome.org>
17874 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
17875 (gst_play_bin_get_property): Impl.
17877 2004-07-13 Wim Taymans <wim@fluendo.com>
17879 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
17880 When trying to find the stream length, seek back N pages
17881 instead of just one, where N is the number of streams in
17884 2004-07-13 Wim Taymans <wim@fluendo.com>
17886 * gst-libs/gst/riff/riff-media.c:
17887 (gst_riff_create_audio_caps_with_data),
17888 (gst_riff_create_audio_caps),
17889 (gst_riff_create_audio_template_caps):
17890 * gst-libs/gst/riff/riff-media.h:
17891 * gst-libs/gst/riff/riff-read.c:
17892 (gst_riff_read_strf_vids_with_data),
17893 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
17894 * gst-libs/gst/riff/riff-read.h:
17895 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17896 (gst_avi_demux_add_stream):
17897 Set codec_data on caps for avidemuxer.
17899 2004-07-12 David Schleef <ds@schleef.org>
17901 * configure.ac: Fix test for Objective C
17903 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
17904 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17905 (gst_gdk_pixbuf_chain):
17906 Add svg and pcx to template caps, and ensure that getcaps returns a
17907 subset of the template caps.
17908 Copy each row manually for output, as gdkpixbuf may pad the
17909 rowstride to a 32-bit word boundary.
17911 2004-07-12 Wim Taymans <wim@fluendo.com>
17913 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
17914 (gst_riff_create_video_template_caps):
17915 Fix the template caps to include some more media types.
17917 2004-07-12 Wim Taymans <wim@fluendo.com>
17919 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17920 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17921 (compare_ranks), (print_feature), (gst_decode_bin_init),
17922 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17923 (try_to_link_1), (new_pad), (close_link), (type_found),
17924 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17925 (gst_decode_bin_change_state), (plugin_init):
17926 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17927 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17928 (gst_play_base_bin_dispose), (queue_overrun),
17929 (gen_preroll_element), (remove_prerolls), (no_more_pads),
17930 (new_stream), (setup_source), (gst_play_base_bin_set_property),
17931 (gst_play_base_bin_get_property), (play_base_eos),
17932 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17933 (gst_play_base_bin_remove_element),
17934 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17935 (gst_play_base_bin_unlink_stream),
17936 (gst_play_base_bin_get_streaminfo):
17937 * gst/playback/gstplaybasebin.h:
17938 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17939 (gst_play_bin_class_init), (gst_play_bin_init),
17940 (gst_play_bin_dispose), (gst_play_bin_set_property),
17941 (gst_play_bin_get_property), (gen_video_element),
17942 (gen_audio_element), (remove_sinks), (setup_sinks),
17943 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17944 (gst_play_bin_send_event), (gst_play_bin_get_formats),
17945 (gst_play_bin_convert), (gst_play_bin_get_query_types),
17946 (gst_play_bin_query), (plugin_init):
17947 * gst/playback/test4.c: (main):
17948 More fixes on reusing of the element.
17950 2004-07-11 Benjamin Otte <otte@gnome.org>
17952 * ext/mad/gstmad.c: (normal_seek):
17953 allow seeking for other methods than just SET
17955 2004-07-11 Andy Wingo <wingo@pobox.com>
17957 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
17958 float, "any" caps -> buffer_frames=[0,MAX].
17960 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
17961 doesn't intersect our caps with the template any more. Do it
17963 (interleave_buffered_loop): Use g_newa instead of malloc/free.
17965 2004-07-09 Wim Taymans <wim@fluendo.com>
17967 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17968 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17969 (compare_ranks), (print_feature), (gst_decode_bin_init),
17970 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17971 (try_to_link_1), (new_pad), (close_link), (type_found),
17972 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17973 (gst_decode_bin_change_state), (plugin_init):
17974 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17975 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17976 (gst_play_base_bin_dispose), (queue_overrun),
17977 (gen_preroll_element), (remove_prerolls), (no_more_pads),
17978 (new_stream), (setup_source), (gst_play_base_bin_set_property),
17979 (gst_play_base_bin_get_property), (play_base_eos),
17980 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17981 (gst_play_base_bin_remove_element),
17982 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17983 (gst_play_base_bin_unlink_stream),
17984 (gst_play_base_bin_get_streaminfo):
17985 * gst/playback/gstplaybasebin.h:
17986 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17987 (gst_play_bin_class_init), (gst_play_bin_init),
17988 (gst_play_bin_dispose), (gst_play_bin_set_property),
17989 (gst_play_bin_get_property), (gen_video_element),
17990 (gen_audio_element), (remove_sinks), (setup_sinks),
17991 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17992 (gst_play_bin_send_event), (gst_play_bin_get_formats),
17993 (gst_play_bin_convert), (gst_play_bin_get_query_types),
17994 (gst_play_bin_query), (plugin_init):
17995 * gst/playback/test4.c: (main):
17996 Work on object reuse and seeking.
17998 2004-07-09 Wim Taymans <wim@fluendo.com>
18000 * examples/seeking/seek.c: (iterate):
18001 Don't consume all CPU in the idle loop.
18003 2004-07-09 Wim Taymans <wim@fluendo.com>
18005 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18006 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18007 Add pad to element *after* setting the pad functions so that
18008 the scheduler can use the correct ones.
18010 2004-07-09 Wim Taymans <wim@fluendo.com>
18012 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18013 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18014 Sync to keyframe after seek
18016 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18018 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18019 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18020 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18021 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18022 * ext/libvisual/visual.c: (gst_visual_change_state):
18023 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18024 * ext/theora/theoradec.c: (theora_dec_change_state):
18025 * ext/theora/theoraenc.c: (theora_enc_change_state):
18026 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18027 * gst-libs/gst/navigation/navigation.c:
18028 * gst/adder/gstadder.c: (gst_adder_change_state):
18029 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18030 (gst_audio_convert_get_buffer):
18031 * gst/multipart/multipartdemux.c:
18032 (gst_multipart_demux_change_state):
18033 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18034 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18035 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18036 * gst/videoscale/gstvideoscale.c:
18037 (gst_videoscale_handle_src_event):
18038 * gst/volume/gstvolume.c: (volume_chain_int16):
18039 don't assert in state change, this should be done by the base
18041 various debugging fixes.
18043 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18046 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18047 (gst_play_dispose), (gst_play_set_location),
18048 (gst_play_set_data_src), (gst_play_set_video_sink),
18049 (gst_play_set_audio_sink), (gst_play_set_visualization),
18050 (gst_play_connect_visualization), (gst_play_get_sink_element),
18051 (gst_play_get_all_by_interface):
18052 * gst-libs/gst/play/play.h:
18053 add new method to get elements implementing an interface.
18054 add various error logging
18056 2004-07-08 Wim Taymans <wim@fluendo.com>
18058 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18059 (make_mpeg_pipeline), (make_mpegnt_pipeline),
18060 (make_playerbin_pipeline), (query_durations_elems),
18061 (query_durations_pads), (query_positions_elems),
18062 (query_positions_pads), (update_scale), (iterate), (stop_seek),
18064 Added playbin seeking example.
18066 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18068 * gst-libs/gst/play/play.c: (gst_play_set_location),
18069 (gst_play_set_data_src), (gst_play_set_video_sink),
18070 (gst_play_set_audio_sink), (gst_play_set_visualization),
18071 (gst_play_connect_visualization), (gst_play_get_framerate):
18072 use a macro to look up elements from hash table
18074 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18076 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18077 (gst_play_get_length_callback), (gst_play_set_location),
18078 (gst_play_seek_to_time), (gst_play_set_data_src),
18079 (gst_play_set_video_sink), (gst_play_set_audio_sink),
18080 (gst_play_set_visualization), (gst_play_connect_visualization),
18081 (gst_play_get_sink_element):
18082 - add debugging info
18083 - fix looking up sink elements by iterating over complete caps
18084 - put everything except for source and autoplugger in a complete bin
18086 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18088 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18089 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18090 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18091 (gst_alsa_sink_write), (gst_alsa_sink_loop):
18092 * ext/alsa/gstalsasink.h:
18093 - add debugging info
18094 - clean up schizophrenia of data/buffer/event
18095 - fix double event unref error
18097 2004-07-08 Wim Taymans <wim@fluendo.com>
18099 * gst/playback/Makefile.am:
18100 Add headers to noinst
18102 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18104 * tools/gst-launch-ext-m.m:
18105 * tools/gst-launch-ext.1.in:
18106 convert to the third millenium
18108 2004-07-07 David Schleef <ds@schleef.org>
18110 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18112 2004-07-07 Wim Taymans <wim@fluendo.com>
18114 * gst/playback/Makefile.am:
18115 * gst/playback/README:
18116 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18117 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18118 (compare_ranks), (print_feature), (gst_decode_bin_init),
18119 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18120 (try_to_link_1), (new_pad), (close_link), (type_found),
18121 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18123 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18124 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18125 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18126 (gen_preroll_element), (no_more_pads), (new_stream),
18127 (setup_source), (gst_play_base_bin_set_property),
18128 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18129 (gst_play_base_bin_add_element),
18130 (gst_play_base_bin_remove_element),
18131 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18132 (gst_play_base_bin_unlink_stream),
18133 (gst_play_base_bin_get_streaminfo):
18134 * gst/playback/gstplaybasebin.h:
18135 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18136 (gst_play_bin_class_init), (gst_play_bin_init),
18137 (gst_play_bin_dispose), (gst_play_bin_set_property),
18138 (gst_play_bin_get_property), (gen_video_element),
18139 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18140 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18141 (gst_play_bin_get_formats), (gst_play_bin_convert),
18142 (gst_play_bin_get_query_types), (gst_play_bin_query),
18144 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18145 (gst_stream_info_get_type), (gst_stream_info_class_init),
18146 (gst_stream_info_init), (gst_stream_info_new),
18147 (gst_stream_info_dispose), (gst_stream_info_set_property),
18148 (gst_stream_info_get_property):
18149 * gst/playback/gststreaminfo.h:
18150 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18152 * gst/playback/test2.c: (main):
18153 * gst/playback/test3.c: (update_scale), (main):
18154 More playbin fixes. Added README. Do better element filtering.
18155 Added base class to preroll media. Added test apps.
18157 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18159 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18160 * ext/mpeg2dec/gstmpeg2dec.h:
18161 various debugging improvements. Reset stream to next picture
18162 instead of sequence header, otherwise seeks cannot work.
18164 2004-07-07 Wim Taymans <wim@fluendo.com>
18166 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18167 (gst_video_box_class_init), (gst_video_box_set_property),
18168 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18169 Use pad_alloc where possible.
18171 2004-07-07 Wim Taymans <wim@fluendo.com>
18173 * sys/oss/gstosselement.c: (gst_osselement_reset),
18174 (gst_osselement_parse_caps):
18175 * sys/oss/gstosselement.h:
18176 * sys/oss/gstosssrc.c: (gst_osssrc_get):
18177 Fix offset on osssrc.
18179 2004-07-07 Wim Taymans <wim@fluendo.com>
18181 * ext/theora/theora.c: (plugin_init):
18182 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18183 (theora_dec_src_query), (theora_dec_chain):
18184 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18185 (theora_enc_sink_link), (theora_buffer_from_packet),
18186 (theora_push_packet), (theora_enc_chain):
18187 Fix theora granulepos calculation.
18188 Fix overflow in duration/position calculation.
18189 Bump rank to PRIMARY for theoradec.
18190 Use granulepos of last packet to calculate position.
18191 Set keyframe flag on buffers when needed.
18193 2004-07-06 David Schleef <ds@schleef.org>
18195 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
18196 serious? (Fixed, obviously.)
18198 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
18202 added Czech translation (Miloslav Trmac)
18204 2004-07-05 Wim Taymans <wim@fluendo.com>
18206 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18207 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18208 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18209 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18210 (close_link), (type_found), (gst_decode_bin_set_property),
18211 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18212 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18213 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18214 (gst_decode_bin_query), (plugin_init):
18215 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18216 (gst_play_bin_class_init), (gst_play_bin_init),
18217 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18218 (get_video_element), (new_pad), (setup_source),
18219 (gst_play_bin_set_property), (gst_play_bin_get_property),
18220 (gst_play_bin_change_state), (gst_play_bin_add_element),
18221 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18222 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18223 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18224 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18225 * gst/playback/test.c: (main):
18226 More fixes, cleaned up playbin, make it use decodebin. Added
18227 threaded property to playbin.
18229 2004-07-05 Wim Taymans <wim@fluendo.com>
18232 * gst/playback/Makefile.am:
18233 * gst/playback/decodetest.c: (main):
18234 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18235 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18236 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18237 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18238 (close_link), (type_found), (gst_decode_bin_set_property),
18239 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18240 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18241 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18242 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18244 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18245 (gst_play_bin_class_init), (gst_play_bin_init),
18246 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18247 (collect_sink_pads), (find_compatibles), (close_pad_link),
18248 (try_to_link_1), (new_pad), (close_link), (type_found),
18249 (setup_source), (gst_play_bin_set_property),
18250 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18251 (compare_ranks), (gst_play_bin_collect_factories),
18252 (gst_play_bin_change_state), (gst_play_bin_add_element),
18253 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18254 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18255 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18256 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18257 * gst/playback/test.c: (main):
18258 Added some playback helper elements and some test apps, very alpha
18261 2004-07-04 Benjamin Otte <otte@gnome.org>
18263 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18264 only restart audio when we indeed have an xrun to fix repeated
18265 xruns. Fix suggested by Giuliano Pochini.
18267 2004-07-03 David Schleef <ds@schleef.org>
18269 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18270 call to gst_debug_log() if debugging is disabled (bug #145118)
18272 2004-07-03 Benjamin Otte <otte@gnome.org>
18274 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18275 use our own functions for restarting the alsa device.
18276 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18277 I should apply patches myself - use MIN for the third argument, not
18278 the second, this fixes seeking
18280 2004-07-02 David Schleef <ds@schleef.org>
18282 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18283 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
18286 2004-07-02 David Schleef <ds@schleef.org>
18288 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
18289 output buffers. Fix logic mistake. (bug #144866)
18291 2004-07-02 David Schleef <ds@schleef.org>
18293 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18294 on X. (bug #144753)
18296 2004-07-02 David Schleef <ds@schleef.org>
18298 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18299 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18301 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18302 (gst_osselement_rate_probe_check): Add another workaround for
18303 buggy drivers (bug #145336)
18305 2004-07-02 David Schleef <ds@schleef.org>
18307 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18308 Most systems don't have MSG_NOSIGNAL.
18310 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
18313 * gst-libs/gst/colorbalance/Makefile.am:
18314 * gst-libs/gst/mixer/Makefile.am:
18315 * gst-libs/gst/play/Makefile.am:
18316 * gst-libs/gst/tuner/Makefile.am:
18317 (hopefully) fix both install and dist and make error message useful.
18318 needs testing across automakes.
18320 2004-07-02 Benjamin Otte <otte@gnome.org>
18322 * ext/ogg/gstogg.c: (plugin_init):
18323 we require bytestream now
18324 * ext/ogg/gstoggdemux.c:
18325 huge diff to implement chain setup in a fast and generic way. This
18326 improves tag reading and startup of huge files (read: Theora videos)
18327 quite a bit. It probably contains bugs, too, so please test.
18328 Seeking is not improved to the fast method.
18330 2004-06-29 Wim Taymans <wim@fluendo.com>
18332 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18333 * ext/ogg/gstoggmux.c:
18334 Fix memleak in oggdemux when running unconnected pads.
18335 doc update in mux, start working on keyframe mode.
18337 2004-06-29 Benjamin Otte <otte@gnome.org>
18339 * sys/oss/gstosssink.c:
18340 * sys/oss/gstosssrc.c:
18341 advertise correct template caps - we indeed do non-native endianness
18342 and 8bit audio has no endianness
18343 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18344 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18345 avoid (wrong) duplications in getcaps function and return
18348 2004-06-29 Wim Taymans <wim@fluendo.com>
18350 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18351 (gst_multifdsink_class_init), (gst_multifdsink_add),
18352 (gst_multifdsink_remove), (gst_multifdsink_clear),
18353 (gst_multifdsink_client_remove),
18354 (gst_multifdsink_handle_client_read),
18355 (gst_multifdsink_client_queue_data),
18356 (gst_multifdsink_client_queue_caps),
18357 (gst_multifdsink_client_queue_buffer),
18358 (gst_multifdsink_handle_client_write),
18359 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18360 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18361 (gst_multifdsink_init_send), (gst_multifdsink_close):
18362 Fix wrong GList iteration that could crash the server when
18363 more then 2 clients disconnect at the same time. Read all the
18364 pending commands in one batch to recover from command storms under
18367 2004-06-28 Wim Taymans <wim@fluendo.com>
18369 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18370 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18371 (gst_videomixer_pad_set_property),
18372 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18373 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18374 (gst_videomixer_class_init), (gst_videomixer_init),
18375 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18376 (pad_zorder_compare), (gst_videomixer_sort_pads),
18377 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18378 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18379 (gst_videomixer_update_queues), (gst_videomixer_loop),
18381 Avoid divide by zero, choose masterpad as the pad with the highest
18384 2004-06-27 Julien Moutte <julien@moutte.net>
18386 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18387 (gst_ximagesink_xwindow_new):
18388 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18389 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18390 function directly. We might want to call it from somewhere else one day.
18392 2004-06-27 Julien Moutte <julien@moutte.net>
18394 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18395 (gst_ximagesink_xwindow_new):
18396 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18397 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18398 window decorations.
18400 2004-06-27 Wim Taymans <wim@fluendo.com>
18402 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18403 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18404 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18405 (gst_dvdec_set_property), (gst_dvdec_get_property):
18406 * ext/dv/gstdvdec.h:
18407 Implement drop_factor property to lower the framerate with
18410 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
18412 * gst-libs/gst/colorbalance/Makefile.am:
18413 * gst-libs/gst/mixer/Makefile.am:
18414 * gst-libs/gst/play/Makefile.am:
18415 * gst-libs/gst/tuner/Makefile.am:
18416 unbreak Company's fix that didn't install the -enum.h files
18418 2004-06-27 Wim Taymans <wim@fluendo.com>
18420 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18421 (gst_dvdec_change_state):
18422 * ext/dv/gstdvdec.h:
18423 Fix timestamp, duration and offset of the buffers.
18425 2004-06-27 Wim Taymans <wim@fluendo.com>
18427 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18428 (gst_multifdsink_class_init), (gst_multifdsink_add),
18429 (gst_multifdsink_remove), (gst_multifdsink_clear),
18430 (gst_multifdsink_client_remove),
18431 (gst_multifdsink_handle_client_read),
18432 (gst_multifdsink_client_queue_data),
18433 (gst_multifdsink_client_queue_caps),
18434 (gst_multifdsink_client_queue_buffer),
18435 (gst_multifdsink_handle_client_write),
18436 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18437 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18438 (gst_multifdsink_init_send), (gst_multifdsink_close):
18439 * gst/tcp/gstmultifdsink.h:
18440 * gst/tcp/gsttcpserversink.c:
18441 (gst_tcpserversink_handle_server_read),
18442 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18443 More multifdsink fixes, more recovery policy fixes.
18444 Removed stupid g_print
18446 2004-06-26 Wim Taymans <wim@fluendo.com>
18448 * gst/tcp/Makefile.am:
18449 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18450 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18451 (gst_multifdsink_class_init), (gst_multifdsink_init),
18452 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18453 (gst_multifdsink_handle_client_read),
18454 (gst_multifdsink_client_queue_data),
18455 (gst_multifdsink_client_queue_caps),
18456 (gst_multifdsink_client_queue_buffer),
18457 (gst_multifdsink_handle_client_write),
18458 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18459 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18460 (gst_multifdsink_chain), (gst_multifdsink_set_property),
18461 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18462 (gst_multifdsink_close), (gst_multifdsink_change_state):
18463 * gst/tcp/gstmultifdsink.h:
18464 * gst/tcp/gsttcpplugin.c: (plugin_init):
18465 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18466 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18467 (gst_tcpserversink_handle_server_read),
18468 (gst_tcpserversink_handle_select),
18469 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18470 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18471 * gst/tcp/gsttcpserversink.h:
18472 Added multifdsink, made tcpserversink a subclass of fdsink, removed
18473 one of the locks, added recovery policy to multifdsink.
18475 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
18477 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18478 fix decision for when getting frames with same timestamp
18479 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18480 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18481 (gst_v4lsrc_get_property):
18482 * sys/v4l/gstv4lsrc.h:
18483 add latency offset property
18485 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
18487 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18489 fix debugging. add category.
18491 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
18493 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18496 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
18498 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18499 (gst_alsa_src_get_time), (gst_alsa_src_loop),
18500 (gst_alsa_src_change_state):
18501 return a time that is in sync with the element's processing
18503 2004-06-25 Wim Taymans <wim@fluendo.com>
18505 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18506 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18507 (gst_tcpserversink_client_remove),
18508 (gst_tcpserversink_handle_client_read),
18509 (gst_tcpserversink_client_queue_data),
18510 (gst_tcpserversink_client_queue_caps),
18511 (gst_tcpserversink_client_queue_buffer),
18512 (gst_tcpserversink_handle_client_write),
18513 (gst_tcpserversink_queue_buffer),
18514 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
18515 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
18516 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
18517 (gst_tcpserversink_close):
18518 * gst/tcp/gsttcpserversink.h:
18519 Serversink rewrite. Really do non blocking writes to clients and
18520 maintain an internal queue to handle slower clients while not
18521 disturbing fast clients.
18523 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
18525 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18526 better debug, don't override OFFSET and OFFSET_END
18528 2004-06-25 Iain <iain@prettypeople.org>
18530 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
18531 name=source for the wavparse pipeline.
18533 2004-06-24 Johan Dahlin <johan@gnome.org>
18535 * ext/theora/theoraenc.c (theora_enc_chain): Call
18536 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
18537 streamheader caps are set correctly.
18539 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
18541 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18542 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
18543 respect minimum bitrate; same could be done for max bitrate
18545 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
18547 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18548 (gst_vorbisenc_setup):
18549 fix sample rate range
18551 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
18553 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
18554 (gst_oggvorbisenc_setup):
18555 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18556 (gst_vorbisenc_setup):
18557 resolve ambiguities in code and description
18559 2004-06-24 Wim Taymans <wim@fluendo.com>
18561 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
18562 * ext/alsa/gstalsa.h:
18563 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18564 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
18565 Use alsa trigger_tstamp to get the timestamp of the first
18566 sample in the buffer for more precise sync. Some cleanups.
18568 2004-06-24 Wim Taymans <wim@fluendo.com>
18570 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
18571 (gst_audiorate_init), (gst_audiorate_chain),
18572 (gst_audiorate_set_property), (gst_audiorate_get_property):
18573 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18574 (gst_videorate_chain):
18575 Added some logging, fixed an overflow bug in videorate.
18577 2004-06-24 Benjamin Otte <otte@gnome.org>
18579 * ext/kio/Makefile.am:
18580 fix for builddir != srcdir and distcheck
18582 2004-06-24 Benjamin Otte <otte@gnome.org>
18584 * gst-libs/gst/colorbalance/Makefile.am:
18585 * gst-libs/gst/mixer/Makefile.am:
18586 * gst-libs/gst/play/Makefile.am:
18587 * gst-libs/gst/tuner/Makefile.am:
18588 * gst/tcp/Makefile.am:
18589 * sys/dxr3/Makefile.am:
18590 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
18592 Also add all *.list files that were missing.
18594 add a distcheck hook to ensure the above doesn't happen again.
18596 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
18598 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
18600 2004-06-23 Colin Walters <walters@redhat.com>
18602 * m4/Makefile.am: Distribute gst-fionread.m4.
18604 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
18606 * configure.ac: back to dev
18608 2004-06-23 Wim Taymans <wim@fluendo.com>
18610 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18611 (gst_alsa_xrun_recovery):
18612 * ext/alsa/gstalsa.h:
18613 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18614 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
18615 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18616 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
18617 (gst_alsa_src_loop):
18618 Add clock to alsasrc. Take new capture timestamp when
18619 restarting after an overrun. Split up some functions between
18620 alsasrc and alsasink.
18622 === release 0.8.2 ===
18624 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
18626 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
18627 (gst_alsa_change_state), (gst_alsa_update_avail),
18628 (gst_alsa_xrun_recovery):
18629 * ext/alsa/gstalsa.h:
18630 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18631 merge back changes from release
18633 2004-06-23 Wim Taymans <wim@fluendo.com>
18635 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
18636 (gst_audiorate_init), (gst_audiorate_chain),
18637 (gst_audiorate_set_property), (gst_audiorate_get_property):
18638 Implement sample dropping and notify
18640 2004-06-22 Wim Taymans <wim@fluendo.com>
18642 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18643 (theora_enc_sink_link), (theora_buffer_from_packet),
18644 (theora_push_packet), (theora_enc_chain):
18645 Some cleanups, make sure the timestamps are correct.
18647 2004-06-22 Wim Taymans <wim@fluendo.com>
18649 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
18650 (gst_alsa_change_state), (gst_alsa_update_avail),
18651 (gst_alsa_xrun_recovery):
18652 * ext/alsa/gstalsa.h:
18653 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18654 Cleanups, take queued samples into account when reporting
18657 2004-06-22 Wim Taymans <wim@fluendo.com>
18659 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18660 (gst_videorate_init):
18661 Initialize the property as well.
18663 2004-06-22 Wim Taymans <wim@fluendo.com>
18665 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18666 (gst_videorate_init), (gst_videorate_chain),
18667 (gst_videorate_set_property), (gst_videorate_get_property):
18668 Add property to make videorate silent.
18669 Add property to prefer new frames over old ones.
18671 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18673 * sys/osxvideo/Makefile.am:
18674 Workaround so that the osxvideo .so file gets linked with the
18675 Cocoa, OpenGL and QuickTime frameworks
18677 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18679 * sys/osxaudio/Makefile.am:
18680 Workaround so that the osxaudio .so file gets linked with the
18681 CoreAudio framework
18683 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18686 Whoops, my fault...fixed build issues
18688 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18691 Add objective-c support if running in Darwin/Mac OS X
18694 * sys/osxvideo/Makefile.am:
18695 * sys/osxvideo/osxvideosink.h:
18696 * sys/osxvideo/osxvideosink.m:
18697 * sys/osxvideo/cocoawindow.h:
18698 * sys/osxvideo/cocoawindow.m:
18699 Add osxvideosink, a cocoa-based osx video sink
18702 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
18703 * ext/dvdnav/gst-dvd:
18704 Grab the gconf key from the right spot
18705 * gst/debug/gstnavseek.c: (gst_navseek_init),
18706 (gst_navseek_segseek), (gst_navseek_handle_src_event),
18707 (gst_navseek_chain):
18708 * gst/debug/gstnavseek.h:
18709 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
18710 and loop parameters of a segment seek.
18711 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18712 (gst_videotestsrc_get_event_masks),
18713 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
18714 * gst/videotestsrc/gstvideotestsrc.h:
18715 Add seeking support to videotestsrc
18716 Initialise the timestamp_offset variable.
18718 2004-06-18 Wim Taymans <wim@fluendo.com>
18720 * ext/sidplay/gstsiddec.cc:
18721 Fix negotiation and set correct end offset.
18723 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
18725 * configure.ac: branch and prerelease
18727 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
18729 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
18730 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
18731 (gst_tcpclientsrc_init_receive):
18732 * gst/tcp/gsttcpclientsrc.h:
18733 read caps when connecting to server for GDP so we set them correctly
18735 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
18737 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18738 notify drops and duplicates
18739 * gst/videoscale/videoscale.c: (videoscale_get_structure):
18740 no good reason to limit ourselves to 100x100
18742 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
18744 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18745 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
18746 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18747 (gst_v4lsrc_get_property):
18748 * sys/v4l/gstv4lsrc.h:
18749 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18750 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
18751 (gst_v4l_set_audio):
18752 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
18753 (gst_v4lsrc_try_capture):
18754 * sys/v4l/v4lsrc_calls.h:
18755 change try_palette to more general try_capture
18756 add autoprobe option so we can turn off autoprobing
18759 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
18763 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
18764 (gst_ximagesink_class_init):
18765 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
18766 (gst_xvimagesink_class_init):
18767 run them as finalize, not dispose, since dispose can be invoked
18770 2004-06-17 Wim Taymans <wim@fluendo.com>
18772 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
18773 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
18774 * ext/alsa/gstalsa.h:
18775 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18776 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
18777 (gst_alsa_src_change_state):
18778 * ext/alsa/gstalsasrc.h:
18779 Make the xrun code timestamp and offset the buffers correctly.
18780 moved the clock to the base class, use alsa methods to get time.
18781 Do correct timestamping on outgoing buffers.
18783 2004-06-17 Wim Taymans <wim@fluendo.com>
18785 * gst/audiorate/Makefile.am:
18786 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
18787 (gst_audiorate_base_init), (gst_audiorate_class_init),
18788 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
18789 (gst_audiorate_set_property), (gst_audiorate_get_property),
18790 (gst_audiorate_change_state), (plugin_init):
18791 Added an audiorate converter that fills in gaps.
18793 2004-06-17 Johan Dahlin <johan@gnome.org>
18795 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
18797 2004-06-16 Wim Taymans <wim@fluendo.com>
18799 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
18800 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
18801 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
18802 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18803 (gst_v4lsrc_get_property):
18804 * sys/v4l/gstv4lsrc.h:
18805 Added a copy mode to v4lsrc where it will output a copied version
18806 of its internal hardware buffer.
18807 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
18810 2004-06-16 Wim Taymans <wim@fluendo.com>
18812 * sys/oss/gstosssrc.c: (gst_osssrc_get):
18815 2004-06-16 Wim Taymans <wim@fluendo.com>
18817 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
18818 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
18819 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18820 (gst_v4lsrc_get_property):
18821 * sys/v4l/gstv4lsrc.h:
18822 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18823 Added a sync mode enum property to control v4lsrc timestamp method
18824 Removed the use-fixed-fps property and moved functionality in
18826 Don't error on an error value from v4l-conf, it might not always
18829 2004-06-16 Wim Taymans <wim@fluendo.com>
18831 * gst/videorate/Makefile.am:
18832 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
18833 (gst_videorate_base_init), (gst_videorate_class_init),
18834 (gst_videorate_getcaps), (gst_videorate_link),
18835 (gst_videorate_init), (gst_videorate_chain),
18836 (gst_videorate_set_property), (gst_videorate_get_property),
18837 (gst_videorate_change_state), (plugin_init):
18838 Added a video timestamp corrector.
18840 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18842 fixed a potential leak with previous commit
18844 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18846 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18848 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18849 Added missing refcount, fixes bug #144425
18850 Cheers Tim for finding the bug
18852 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
18854 * sys/v4l/gstv4l.c: (plugin_init):
18855 * sys/v4l/gstv4lcolorbalance.c:
18856 * sys/v4l/gstv4lcolorbalance.h:
18857 * sys/v4l/gstv4lelement.c:
18858 * sys/v4l/gstv4lelement.h:
18859 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
18860 * sys/v4l/gstv4lmjpegsink.h:
18861 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18862 * sys/v4l/gstv4lmjpegsrc.h:
18863 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18864 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18865 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
18866 * sys/v4l/gstv4lsrc.h:
18867 * sys/v4l/gstv4ltuner.c:
18868 * sys/v4l/gstv4ltuner.h:
18869 * sys/v4l/gstv4lxoverlay.c:
18870 * sys/v4l/gstv4lxoverlay.h:
18871 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18872 (gst_v4l_set_window), (gst_v4l_enable_overlay):
18873 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18874 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
18875 (gst_v4l_set_audio):
18876 * sys/v4l/v4l_calls.h:
18877 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18878 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
18879 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
18880 (gst_v4lmjpegsink_playback_init),
18881 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
18882 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
18883 (gst_v4lmjpegsink_playback_stop),
18884 (gst_v4lmjpegsink_playback_deinit):
18885 * sys/v4l/v4lmjpegsink_calls.h:
18886 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
18887 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
18888 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18889 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
18890 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
18891 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
18892 * sys/v4l/v4lmjpegsrc_calls.h:
18893 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18894 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
18895 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
18896 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
18897 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
18898 (gst_v4lsrc_try_palette):
18899 * sys/v4l/v4lsrc_calls.h:
18900 bunch of paranoia cleanups
18902 2004-06-14 David Schleef <ds@schleef.org>
18904 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
18905 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
18906 Send discont events and change timestamps appropriately when
18907 we get a seek event. (bug #144240)
18908 * ext/cdparanoia/gstcdparanoia.h:
18910 2004-06-14 Benjamin Otte <otte@gnome.org>
18912 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
18913 snd_pcm_hw_params_set_rate since the latter fails for no good
18914 reason on some setups.
18916 2004-06-14 David Schleef <ds@schleef.org>
18918 * gst/volume/demo.c: (value_changed_callback): exp10() is not
18919 standard. Thank you for playing.
18921 2004-06-14 Wim Taymans <wim@fluendo.com>
18923 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
18924 Patch 1.3 broke the ordering of the colorspace info and
18925 made the plugin basically work by coincidence, reordered
18928 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
18930 * ext/lame/gstlame.c:
18931 * ext/mad/gstmad.c:
18932 sync caps. Make sure mad can only output a list of rates, not
18933 a full range. In the future, have three caps lists for each of the
18934 mpeg versions. Change mpegversion to a double as well.
18936 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
18938 * gst/volume/.cvsignore:
18939 * gst/volume/Makefile.am:
18940 * gst/volume/demo.c: (value_changed_callback), (idler),
18941 (setup_gui), (main):
18942 added small demo app
18944 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
18945 * ext/esd/esdsink.c: (gst_esdsink_change_state):
18946 * ext/esd/esdsink.h:
18947 Close the esd connection on pause, because esd will just wait -
18948 blocking all other esd clients indefinitely.
18950 2004-06-12 Christophe Fergeau <teuf@gnome.org>
18952 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
18953 previous commit with GST_DEBUG
18955 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
18958 add a header check for a dvdread header in dvdnav. Fixes #133002
18960 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18962 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18963 * gst/tcp/gsttcpclientsink.h:
18964 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18965 * gst/tcp/gsttcpclientsrc.h:
18966 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
18967 (gst_tcpserversink_handle_server_read),
18968 (gst_tcpserversink_init_send):
18969 * gst/tcp/gsttcpserversink.h:
18970 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18971 * gst/tcp/gsttcpserversrc.h:
18972 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
18975 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18978 Added ogg library so that OSX detects libtheora properly
18980 2004-06-11 Wim Taymans <wim@fluendo.com>
18982 * ext/theora/theoradec.c: (theora_dec_chain),
18983 (theora_dec_change_state):
18984 Don't try to decode frames before we received a keyframe.
18986 2004-06-11 Wim Taymans <wim@fluendo.com>
18988 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18989 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18990 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18991 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18992 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18993 Added property to set the maximum delay of a page.
18995 2004-06-10 Wim Taymans <wim@fluendo.com>
18997 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18998 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18999 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19000 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19001 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19002 Added max-delay property to control the maximum amount
19003 of data to put in one page.
19005 2004-06-10 Wim Taymans <wim@fluendo.com>
19007 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19008 (gst_theora_enc_init), (theora_enc_sink_link),
19009 (theora_buffer_from_packet), (theora_enc_set_property),
19010 (theora_enc_get_property):
19011 Set duration on encoded buffer, added some more properties
19013 2004-06-10 Wim Taymans <wim@fluendo.com>
19015 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19016 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19017 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19018 * ext/theora/theoraenc.c: (theora_enc_chain):
19019 Fix refcounting bugs
19021 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
19023 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19024 (gst_asf_demux_loop), (gst_asf_demux_process_file),
19025 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19026 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19027 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19028 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19029 (gst_asf_demux_change_state):
19030 * gst/asfdemux/gstasfdemux.h:
19031 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19032 feels like. I think we should set a new requirement for demuxers
19033 from now on to implement sane loop functions, data loops, query
19034 and seek functions before first commit into CVS. And this commit
19035 fixes all of the above.
19037 2004-06-10 Christophe Fergeau <teuf@gnome.org>
19039 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19040 vorbis comments are properly encoded in UTF-8 before adding them
19043 2004-06-09 Benjamin Otte <otte@gnome.org>
19045 * ext/alsa/gstalsa.c: (add_channels):
19046 handle min <= max correctly
19047 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19048 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19049 add fixation functions so we fixate correctly. No preferring of alaw
19050 anymore because it's the first structure.
19051 * ext/alsa/gstalsa.h:
19052 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19053 (gst_alsa_hw_params_dump):
19054 add functions to ease debugging in alsalib
19055 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19056 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19057 (gst_alsa_start_audio):
19058 only specify hw params if we really setup a format (fixes #134007 -
19059 or at least works around it)
19061 2004-06-09 Wim Taymans <wim@fluendo.com>
19063 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19064 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19065 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19066 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19067 (gst_ogg_mux_loop):
19068 Use stream caps to setup the initial pages in the ogg stream.
19069 Correctly set the streamheader caps on the srcpad.
19071 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
19073 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19074 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19075 (gst_v4lsrc_getcaps):
19076 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19077 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19078 add querying of fps lists for webcams. Negotiating to a framerate
19081 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19083 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19084 (theora_push_buffer), (theora_push_packet),
19085 (theora_set_header_on_caps), (theora_enc_chain):
19086 mark buffers and put on streamheader, raw theora streaming
19087 now works too, whee
19089 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19091 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19092 (gst_tcp_gdp_read_caps):
19093 do a looping read for caps and GDP headers too
19095 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19097 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19098 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19099 return EOS instead of NULL in _get
19101 2004-06-08 Wim Taymans <wim@fluendo.com>
19103 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19104 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19105 (gst_tcp_gdp_write_caps):
19106 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19107 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19108 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19111 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19113 * ext/vorbis/Makefile.am:
19114 * ext/vorbis/vorbis.c: (plugin_init):
19115 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19116 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19117 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19118 (vorbis_parse_change_state):
19119 * ext/vorbis/vorbisparse.h:
19120 adding a vorbisparse element that marks the buffers, streaming
19121 raw vorbis using GDP now works, whee
19123 2004-06-08 Wim Taymans <wim@fluendo.com>
19125 * ext/jpeg/Makefile.am:
19127 * ext/jpeg/gstjpeg.c: (plugin_init):
19128 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19129 (gst_smokedec_base_init), (gst_smokedec_class_init),
19130 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19131 * ext/jpeg/gstsmokedec.h:
19132 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19133 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19134 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19135 (gst_smokeenc_resync), (gst_smokeenc_chain),
19136 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19137 * ext/jpeg/gstsmokeenc.h:
19138 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19139 (smokecodec_flush_destination), (smokecodec_term_destination),
19140 (smokecodec_init_source), (smokecodec_fill_input_buffer),
19141 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19142 (smokecodec_term_source), (smokecodec_encode_new),
19143 (smokecodec_decode_new), (smokecodec_info_free),
19144 (smokecodec_set_quality), (smokecodec_get_quality),
19145 (smokecodec_set_threshold), (smokecodec_get_threshold),
19146 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19147 (find_best_size), (abs_diff), (put), (smokecodec_encode),
19148 (smokecodec_parse_header), (smokecodec_decode):
19149 * ext/jpeg/smokecodec.h:
19150 Added a new simple jpeg based codec
19152 2004-06-08 Wim Taymans <wim@fluendo.com>
19154 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19155 (gst_multipart_mux_loop):
19158 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19160 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19161 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19162 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19163 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19164 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19165 * gst/tcp/gsttcpserversink.h:
19166 take streamheader into account
19168 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19170 * gst/level/Makefile.am:
19171 * gst/level/gstlevel.c: (gst_level_class_init):
19172 clean up marshal generation
19174 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19176 * gst/tcp/Makefile.am:
19177 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19178 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19179 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19180 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19181 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19182 (gst_tcpclientsrc_get_property):
19183 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19184 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19185 (gst_tcpserversink_handle_client_read),
19186 (gst_tcpserversink_handle_client_write),
19187 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19188 * gst/tcp/gsttcpserversink.h:
19189 add signals client-added and client-removed
19190 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19191 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19192 (gst_tcpserversrc_get_property):
19193 uniformized, change default protocol to NONE
19194 * gst/tcp/gsttcp-marshal.list: added
19195 2004-06-07 Benjamin Otte <otte@gnome.org>
19197 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19198 handle discont events if they happen before caps nego
19200 2004-06-07 Wim Taymans <wim@fluendo.com>
19202 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19203 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19204 (gst_multipart_demux_plugin_init):
19205 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19206 (gst_multipart_mux_init), (gst_multipart_mux_loop),
19207 (gst_multipart_mux_change_state):
19208 Small updates, fix a memleak
19210 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19212 * configure.ac: OSS portability
19213 * ext/arts/gst_arts.c: idem
19214 * sys/oss/gstosselement.c: idem
19215 * sys/oss/gstossmixer.c: idem
19216 * sys/oss/gstosssink.c: idem
19217 * sys/oss/gstosssrc.c: idem
19218 * sys/oss/oss_probe.c: idem
19219 - check for soundcard.h in different places for some BSD
19221 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
19224 Add me to the authors file
19226 Increase the libdv requirement to >= version 0.100
19227 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19228 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19229 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19230 * ext/dv/gstdvdec.h:
19231 Add support for the new_media flag when sending DISCONT events
19232 Make the querying work when video pad is not linked
19234 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
19236 reviewed by Benjamin Otte <otte@gnome.org>
19238 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19239 create a NULL-initialized array of pads, so we don't think they
19240 exist already. (fixes #143130)
19242 2004-06-07 Benjamin Otte <otte@gnome.org>
19244 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19245 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19246 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19247 don't use // coments
19249 2004-06-07 Benjamin Otte <otte@gnome.org>
19251 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19252 cast to GstClockTime to get higher granularity
19253 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19254 use gst_element_set_time_delay to get the exact time
19255 * ext/mad/gstmad.c: (gst_mad_chain):
19256 use the negotiated rate instead of the current frame's rate which
19257 might be wrong because of bit errors. This avoids emitting totally
19258 bogus timestamps and screwing sync.
19261 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
19263 reviewed by Benjamin Otte <otte@gnome.org>
19265 * gst/adder/gstadder.c: (gst_adder_loop):
19266 properly error out when no negotiation has happened yet. (fixes
19269 2004-06-06 Benjamin Otte <otte@gnome.org>
19271 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19272 forward correctly transformed offset in discont events. Based on
19273 patch by Arwed v. Merkatz. (fixes #142851)
19275 2004-06-06 David Schleef <ds@schleef.org>
19277 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19278 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
19279 problems on several systems.
19281 2004-06-06 Benjamin Otte <otte@gnome.org>
19283 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19284 use explicit caps on the srcpad
19285 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19286 properly error out if caps couldn't be set (fixes #142764)
19288 2004-06-06 Benjamin Otte <otte@gnome.org>
19290 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19291 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19292 (gst_alsa_start_audio):
19293 - don't call set_periods_integer anymore, it breaks the
19294 configuration randomly
19295 - call snd_pcm_hw_params_set_access directly instead of using masks
19296 - don't fail if the sw_params can't be set, just use the default
19297 params and hope it works. Alsalib has weird issues when you touch
19298 sw_params and does no proper error reporting about what failed.
19299 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19300 (gst_alsa_close_audio):
19301 make our alsa debugging go via gst debugging and not conditionally
19303 * ext/alsa/gstalsa.h:
19304 add ALSA_DEBUG_FLUSH macro
19305 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19307 wrap alsa errors to be printed via the gst debugging system and not
19310 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
19312 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19313 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19314 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19315 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19316 (qtdemux_parse_trak):
19317 * gst/qtdemux/qtdemux.h:
19318 Bitch. Also known as seeking, querying & co.
19319 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19320 (gst_osssink_change_state):
19321 * sys/oss/gstosssink.h:
19322 Resyncing is for weenies, this hack is no longer needed and was
19323 broken anyway (since it - unintendedly - always leaves resync to
19326 2004-06-05 Andrew Turner <zxombie@hotpop.com>
19328 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19329 * gst/tcp/gsttcpclientsrc.h: idem
19330 - define MSG_NOSIGNAL if not done
19331 - include unistd.h for off_t
19334 2004-06-05 Benjamin Otte <otte@gnome.org>
19337 * ext/kio/Makefile.am:
19338 check for qt's moc preprocessor explicitly and use it
19340 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19342 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19343 don't get a signal for EPIPE on socket writes
19344 (somebody check if this works on other platforms)
19346 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
19348 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19349 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19350 check error condition on available samples correctly
19352 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
19354 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19356 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19357 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19358 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19359 (gst_tcpserversrc_gdp_read_header):
19360 use ssize_t over size_t since the former is signed and thus the
19361 check for error codes can work
19363 2004-06-02 Wim Taymans <wim@fluendo.com>
19367 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19368 (gst_multipart_mux_loop):
19371 2004-06-02 Wim Taymans <wim@fluendo.com>
19373 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19374 (gst_multipart_mux_init), (gst_multipart_mux_loop),
19375 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19376 (gst_multipart_mux_change_state):
19377 Added configurable boundary specifier, added the value as a
19378 caps field as well.
19380 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19382 * gst/tcp/gsttcp.c:
19383 * gst/tcp/gsttcpclientsrc.c:
19384 * gst/tcp/gsttcpclientsrc.h:
19385 * gst/tcp/gsttcpserversrc.c:
19386 - portability fix, to compile on OSX
19389 * sys/osxaudio/gstosxaudioelement.c:
19390 * sys/osxaudio/gstosxaudiosink.c:
19391 * sys/osxaudio/gstosxaudiosrc.c:
19392 - compilation warnings on OSX
19395 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19397 * ext/vorbis/vorbisdec.c : sign warning fixes
19399 * gst-libs/gst/mixer/mixertrack.c :
19400 do no use defines which are glib 2.4 specific
19402 2004-06-01 Christophe Fergeau <teuf@gnome.org>
19404 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19405 buffer since libflac doesn't expect it (reports a sync error when
19406 it encounters that)
19409 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
19411 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19412 * gst-libs/gst/mixer/mixertrack.c:
19413 (gst_mixer_track_get_property), (get_mixer_track_init),
19414 (get_mixer_track_get_property): Added property accessors
19415 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19416 * gst-libs/gst/mixer/mixeroptions.c:
19417 (gst_mixer_options_get_values): Added
19418 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19419 * gst-libs/gst/mixer/mixer.c: Fixed comment
19422 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19424 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19425 improve error messages on open
19428 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
19430 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19431 check if v4l-conf is in path
19433 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
19435 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19436 change assert to a more readable error message
19438 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19440 * gst-libs/gst/tuner/tunerchannel.h:
19441 - add a freq_multiplicator field to make the conversion
19442 between internal frequency unit and Hz
19443 * sys/v4l/gstv4lelement.c:
19444 * sys/v4l2/gstv4l2element.c:
19445 - change default video device to /dev/video0
19446 * sys/v4l/v4l_calls.c:
19447 * sys/v4l2/v4l2_calls.c:
19448 - we only expose frequency to the user in Hz instead of
19449 bastard v4lX unit (either 62.5kHz or 62.5Hz)
19451 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
19452 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19453 Initialise b_o_s and e_o_s variables
19454 * gst-libs/gst/riff/riff-media.c:
19455 (gst_riff_create_video_caps_with_data):
19456 Add some unusual fourcc's from mplayer avi's
19457 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19458 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19461 2004-05-28 Wim Taymans <wim@fluendo.com>
19464 * gst/alpha/Makefile.am:
19465 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19466 (gst_alpha_get_type), (gst_alpha_base_init),
19467 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19468 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19469 (gst_alpha_chroma_key), (gst_alpha_chain),
19470 (gst_alpha_change_state), (plugin_init):
19471 A plugin to add an alpha channel to I420 video. Can optionally do
19473 * gst/multipart/Makefile.am:
19474 * gst/multipart/multipart.c: (plugin_init):
19475 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19476 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19477 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19478 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19479 (gst_multipart_demux_change_state),
19480 (gst_multipart_demux_plugin_init):
19481 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19482 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19483 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19484 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19485 (gst_multipart_mux_pad_unlink),
19486 (gst_multipart_mux_request_new_pad),
19487 (gst_multipart_mux_handle_src_event),
19488 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19489 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19490 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19491 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19492 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19493 send multipart jpeg images to a browser.
19494 * gst/videobox/Makefile.am:
19495 * gst/videobox/README:
19496 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19497 (gst_video_box_get_type), (gst_video_box_base_init),
19498 (gst_video_box_class_init), (gst_video_box_init),
19499 (gst_video_box_set_property), (gst_video_box_get_property),
19500 (gst_video_box_sink_link), (gst_video_box_i420),
19501 (gst_video_box_ayuv), (gst_video_box_chain),
19502 (gst_video_box_change_state), (plugin_init):
19503 Crops or adds borders around an image. can do alpha channel
19505 * gst/videomixer/Makefile.am:
19506 * gst/videomixer/README:
19507 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19508 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
19509 (gst_videomixer_pad_get_sink_event_masks),
19510 (gst_videomixer_pad_get_property),
19511 (gst_videomixer_pad_set_property),
19512 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
19513 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
19514 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19515 (gst_videomixer_base_init), (gst_videomixer_class_init),
19516 (gst_videomixer_init), (gst_videomixer_request_new_pad),
19517 (gst_videomixer_handle_src_event),
19518 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
19519 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19520 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19521 (gst_videomixer_loop), (gst_videomixer_get_property),
19522 (gst_videomixer_set_property), (gst_videomixer_change_state),
19524 Generic video mixer plugin, can handle multiple inputs all with
19525 different framerates and video sizes. Is fully alpha channel
19528 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
19530 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19531 Select first track as master track. Not sure how else to handle
19533 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
19534 Discard discont events. Should fix #142962.
19536 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
19538 * ext/alsa/Makefile.am:
19539 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
19540 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
19541 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
19542 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
19543 (gst_alsa_mixer_get_option):
19544 * ext/alsa/gstalsamixer.h:
19545 * ext/alsa/gstalsamixeroptions.c:
19546 (gst_alsa_mixer_options_get_type),
19547 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
19548 (gst_alsa_mixer_options_new):
19549 * ext/alsa/gstalsamixeroptions.h:
19550 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19551 * ext/alsa/gstalsamixertrack.h:
19552 Add enumerations (as GstMixerOptions). Make correct distinction
19553 between input/output tracks. Add capture/playback private flag.
19554 Use flag to decide on whether to set capture or playback volumes
19555 or switches. Use playback and record switches.
19556 * gst-libs/gst/mixer/Makefile.am:
19557 * gst-libs/gst/mixer/mixer-marshal.list:
19558 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
19559 (gst_mixer_set_option), (gst_mixer_get_option),
19560 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
19561 (gst_mixer_volume_changed), (gst_mixer_option_changed):
19562 * gst-libs/gst/mixer/mixer.h:
19563 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
19564 (gst_mixer_options_class_init), (gst_mixer_options_init),
19565 (gst_mixer_options_dispose):
19566 * gst-libs/gst/mixer/mixeroptions.h:
19567 Add GstMixerOptions.
19568 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19569 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
19570 broken device detection on computers with multiple OSS sound
19573 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
19575 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19576 fixate nicely even when the peer is not negotiating
19578 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
19580 * gst/audioconvert/gstaudioconvert.c:
19581 (gst_audio_convert_parse_caps):
19582 make sure we don't allow depth > width
19583 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19584 fixate endianness to G_BYTE_ORDER as default
19585 * gst/audioscale/gstaudioscale.c:
19586 we don't handle another endianness as host-endianness
19588 2004-05-25 David Schleef <ds@schleef.org>
19590 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
19592 2004-05-24 Benjamin Otte <otte@gnome.org>
19594 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
19595 (gst_oggvorbisenc_setup):
19596 properly fail when we can't setup the vorbis encoder due to
19597 unsupported settings
19598 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
19599 (gst_vorbisenc_setup):
19601 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19602 fix case where warnings occured when one pad was unlinked while the
19603 other's link function was called
19605 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
19607 * gst/tcp/Makefile.am:
19610 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
19612 * gst-libs/gst/resample/private.h:
19613 don't use optimizations that are #if 0'ed
19615 2004-05-24 Wim Taymans <wim@fluendo.com>
19617 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19618 Fix potential division by zero error and hopefully get
19619 the position query right to get correct timestamps on avi
19622 2004-05-24 Wim Taymans <wim@fluendo.com>
19624 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
19625 (gst_videoscale_scale_nearest_str2),
19626 (gst_videoscale_scale_nearest_str4),
19627 (gst_videoscale_scale_nearest_32bit),
19628 (gst_videoscale_scale_nearest_24bit),
19629 (gst_videoscale_scale_nearest_16bit):
19630 Fix the scaling algorithm and avoid a buffer overflow.
19631 removed the while loop in the scaling function as it
19632 was used for point sampling only.
19634 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
19636 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19637 (gst_id3_tag_class_init), (gst_id3_tag_init),
19638 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
19639 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
19640 (gst_id3_tag_send_tag_event):
19641 lots of fixes to make id3mux work and id3demux work correctly
19643 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19646 add rules to build shout2send (was removed by accident
19647 when this module was no more marked experimental/broken)
19649 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19651 * ext/shout2/gstshout2.c:
19652 * ext/shout2/gstshout2.h:
19653 adding a "connection problem" signal to shout2send
19656 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
19658 * ext/kio/kioreceiver.cpp:
19659 * ext/kio/kioreceiver.h:
19660 fix sign comparison issues
19662 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19664 * gst/cdxaparse/gstcdxaparse.c:
19665 * gst/cdxaparse/gstcdxaparse.h:
19667 add some checks/sanity
19668 prepare for seek addition
19670 * sys/sunaudio/gstsunaudio.c:
19671 remove exported dupe init function
19673 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
19675 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
19676 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
19677 Fix format conversion and position querying.
19678 * gst/debug/progressreport.c: (gst_progressreport_report):
19679 Don't output a bogus total value that we didn't query.
19680 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19681 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
19682 only a blank window after xine has been used.
19684 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19687 sync with upstream version to fix test on FC2
19688 readd with -ko to preserve Id header
19690 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19693 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
19694 * gst/tcp/gsttcpclientsrc.c: idem
19695 * gst/tcp/gsttcpserversink.c: idem
19696 * gst/tcp/gsttcpserversrc.c: idem
19697 * m4/gst-fionread.m4: idem
19699 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
19701 * configure.ac: enable speex plugin for speex 1.1.5+
19702 * ext/speex/gstspeexenc.c: fix cast warning
19704 * ext/esd/README: fix typo
19706 2004-05-20 David Schleef <ds@schleef.org>
19708 * configure.ac: Minor cosmetic change to convince the buildbot to
19710 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
19711 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
19712 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
19713 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
19714 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
19715 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
19716 More hacking. Plays audio now.
19718 2004-05-20 David Schleef <ds@schleef.org>
19723 2004-05-20 David Schleef <ds@schleef.org>
19725 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
19726 * sys/osxaudio/gstosxaudio.c:
19727 * sys/osxaudio/gstosxaudioelement.c:
19728 * sys/osxaudio/gstosxaudioelement.h:
19729 * sys/osxaudio/gstosxaudiosink.c:
19730 * sys/osxaudio/gstosxaudiosink.h:
19731 * sys/osxaudio/gstosxaudiosrc.c:
19732 * sys/osxaudio/gstosxaudiosrc.h:
19734 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
19736 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
19737 (gst_vorbisenc_chain):
19738 put the codec headers on the caps as streamheader as well as
19741 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
19743 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19744 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
19745 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
19746 split up push_packet into two functions
19748 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
19750 * gst/tcp/.cvsignore:
19752 * gst/tcp/Makefile.am:
19754 * gst/tcp/gsttcp.c:
19755 * gst/tcp/gsttcp.h:
19756 * gst/tcp/gsttcpclientsink.c:
19757 * gst/tcp/gsttcpclientsink.h:
19758 * gst/tcp/gsttcpclientsrc.c:
19759 * gst/tcp/gsttcpclientsrc.h:
19760 * gst/tcp/gsttcpplugin.c:
19761 * gst/tcp/gsttcpserversink.c:
19762 * gst/tcp/gsttcpserversink.h:
19763 * gst/tcp/gsttcpserversrc.c:
19764 * gst/tcp/gsttcpserversrc.h:
19765 add new tcp elements
19767 2004-05-19 Wim Taymans <wim@fluendo.com>
19769 * gst/law/mulaw-conversion.c: (mulaw_encode):
19770 Fix overflow bug in ulaw encoding.
19772 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
19774 * ext/mad/gstmad.c: (gst_mad_handle_event):
19775 don't unref the event twice
19777 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
19780 remove -Wno-sign-compare
19782 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
19785 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
19786 if you want to work against glib 2.2 and 2.4
19788 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
19790 * gst/tcp/Makefile.am:
19791 * gst/tcp/gsttcp.c:
19792 * gst/tcp/gsttcp.h:
19793 * gst/tcp/gsttcpsink.h:
19794 * gst/tcp/gsttcpsrc.h:
19795 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
19797 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
19799 * gst/debug/tests.c: (md5_get_value):
19800 fix segfault on gst-inspect
19802 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
19804 * gst/debug/testplugin.c:
19805 * gst/debug/tests.c:
19806 * gst/debug/tests.h:
19807 add new extensible and configurable testing element. Current tests
19808 include buffer count, stream length, timestamp/duration matching and
19810 * gst/debug/Makefile.am:
19811 * gst/debug/gstdebug.c: (plugin_init):
19812 add infrastructure for new element
19814 2004-05-19 Johan Dahlin <johan@gnome.org>
19816 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
19817 ending of the array. Fixes gst-inspect segfault on ppc.
19819 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19821 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
19823 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
19825 2004-05-18 David Schleef <ds@schleef.org>
19827 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
19828 warnings (bugs, actually) noticed by gcc but not forte.
19830 2004-05-18 David Schleef <ds@schleef.org>
19832 * sys/sunaudio/Makefile.am:
19833 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
19835 2004-05-18 David Schleef <ds@schleef.org>
19837 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19838 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
19839 to allow qtdemux to use non-seekable streams. (bug #142272)
19841 2004-05-18 David Schleef <ds@schleef.org>
19843 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
19844 (gst_resample_sinc_ft_float): Remove use of static temporary
19845 buffer. This code was obviously not supposed to last long, but
19846 it's stuck in our ABI, so it required a little hack to make it
19847 ABI-compatible. Fixes #142585.
19848 * gst-libs/gst/resample/resample.h: same.
19850 2004-05-18 David Schleef <ds@schleef.org>
19852 * configure.ac: Add sunaudio
19853 * examples/Makefile.am: make gstplay depend on gconf
19854 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
19855 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
19856 (convert_table_lookup), (img_convert): remove c99-isms
19857 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
19858 unsigned, to fix a warning on Solaris
19859 * gst/mpeg1sys/systems.c: bcopy->memcpy
19860 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
19861 * sys/Makefile.am: Add sunaudio
19863 2004-05-18 Wim Taymans <wim@fluendo.com>
19865 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
19866 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
19867 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
19868 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
19869 (gst_ogg_mux_loop):
19870 Fix an ugly memleak where the muxer didn't flush enough ogg
19871 pages. This also resulted in badly muxed ogg files.
19873 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19875 * gst/asfdemux/asfheaders.c :
19876 * gst/asfdemux/asfheaders.h :
19877 * gst/asfdemux/gstasfdemux.c :
19878 - fix ASF_OBJ_PADDING guid
19879 - add 3 new object guids (language list, metadata,
19880 extended stream properties)
19881 - add a function to parse extended header objects
19883 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
19885 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19886 remove leftover debugging g_print
19888 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
19890 * ext/mad/gstmad.c: (gst_mad_handle_event):
19891 Fix for when the first format in a discont event is not a
19892 byte-based one. Should fix #137710.
19894 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19896 * m4/a52.m4 : fix compilation with -Wall -Werror
19897 * m4/libfame.m4 : idem
19898 * m4/libmikmod.m4 : idem
19900 2004-05-17 Benjamin Otte <otte@gnome.org>
19902 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19903 signal the new tags before giving up the reference
19905 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
19907 * ext/shout2/gstshout2.c:
19908 use application/ogg instead of application/x-ogg (patch by Patrick
19909 Guimond, fixes #142432)
19910 * sys/oss/gstosselement.c: (gst_osselement_reset),
19911 (gst_osselement_sync_parms):
19912 don't set fragment size unless specified (fixes #142493)
19914 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19916 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
19919 2004-05-17 Benjamin Otte <otte@gnome.org>
19921 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19922 compute offsets correctly for internal buffers so timestamps are set
19923 correctly when we can't seek. Also handle cases where there are no
19924 offsets. (based on a patch by David Moore, fixes #142507)
19926 2004-05-17 Benjamin Otte <otte@gnome.org>
19928 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19929 use correct variable when determining amount of data to skip so we
19930 don't skip into the void and segfault
19932 2004-05-16 Benjamin Otte <otte@gnome.org>
19934 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19937 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19939 * gst/asfdemux/gstasfdemux.c:
19940 - fix a mem leak and always propagate tags
19941 - add WMV3 to known video codecs (but no decoder yet)
19942 - replace "surplus data" at end of audio header for what
19943 it is : codec specific data
19946 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
19948 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19950 * gst-libs/gst/audio/audioclock.c:
19951 Fix wrong return type (#142205).
19953 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
19955 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
19956 Ignore CRCs by default (fixes #142566).
19958 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
19960 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
19961 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
19962 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
19963 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
19964 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19965 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
19966 Fix for cases where we fail to attach to a mixer.
19968 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
19970 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
19971 Don't touch events after not owning them anymore.
19972 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19973 (gst_wavparse_fmt), (gst_wavparse_other),
19974 (gst_wavparse_handle_seek), (gst_wavparse_loop),
19975 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19976 (gst_wavparse_srcpad_event):
19977 * gst/wavparse/gstwavparse.h:
19978 Add seeking, fix querying.
19980 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19982 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19983 - process comments even if they don't end with \0\0
19984 g_convert would ignore them if present and works well without them
19986 2004-05-16 Benjamin Otte <otte@gnome.org>
19988 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
19991 2004-05-16 Benjamin Otte <otte@gnome.org>
19993 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19994 don't write to memory we might not write to - g_convert does that
19995 for us anyway (fixes #142613)
19996 (gst_asf_demux_audio_caps):
19997 comment out gst_util_dump_mem
19999 2004-05-16 Benjamin Otte <otte@gnome.org>
20001 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20002 compute correct expected timestamps after seek (broken since
20004 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20005 rename element and debugging category to gdkpixbufscale
20007 2004-05-16 Benjamin Otte <otte@gnome.org>
20009 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20010 add error checking to snd_pcm_delay and remove duplicate call to
20011 snd_pcm_delay that caused issues (see inline code comments)
20012 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20013 make more readable and fix return value when snd_pcm_delay fails
20016 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
20017 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20018 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20019 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20020 (gst_pixbufscale_link), (gst_pixbufscale_init),
20021 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20022 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20023 (gst_pixbufscale_get_property), (pixbufscale_init):
20024 * ext/gdk_pixbuf/pixbufscale.h:
20025 Add these files I forgot earlier
20027 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
20028 * ext/gdk_pixbuf/Makefile.am:
20029 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20030 * ext/gdk_pixbuf/gstgdkpixbuf.h:
20031 Add new pixbufscale element to scale RGB video
20032 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20033 and HYPER interpolation correctly.
20034 * ext/theora/theoraenc.c: (theora_enc_chain),
20035 Discard buffer and return if explicit caps could not be set
20036 (theora_enc_get_property):
20037 Make _get return kbps for the bitrate consistent with
20041 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
20043 * ext/libvisual/visual.c: (gst_visual_chain):
20044 add missing visual_audio_analyze
20046 2004-05-14 David Schleef <ds@schleef.org>
20048 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20049 is killed while we're playing.
20050 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20051 gst_element_no_more_pads().
20053 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20055 * gst-libs/gst/riff/riff-read.c :
20056 - fix INFO tag extraction in RIFF/AVI files
20057 because gst_event_unref (event) also freed taglist
20060 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20062 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20063 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20065 * gst/auparse/gstauparse.c :
20066 - add code (commented for now) to support audio/x-adpcm on src pad
20067 (we have no decoder for those layout yet)
20069 * gst/cdxaparse/gstcdxaparse.c :
20070 * gst/cdxaparse/gstcdxaparse.h :
20071 - partial rewrite using RiffRead (ripped iain's wavparse code)
20073 * gst/rtp/gstrtpL16enc.c : typo
20074 * gst/rtp/gstrtpgsmenc.c : typo
20076 2004-05-13 Benjamin Otte <otte@gnome.org>
20079 check for exact version of libvisual, it's not supposed to be
20082 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
20084 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20085 signal no-more-pads
20087 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
20089 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20090 Report which format was used for GST_FORMAT_DEFAULT
20091 * gst/debug/Makefile.am:
20092 * gst/debug/gstdebug.c: (plugin_init):
20093 * gst/debug/progressreport.c: (gst_progressreport_base_init),
20094 (gst_progressreport_class_init), (gst_progressreport_init),
20095 (gst_progressreport_report), (gst_progressreport_set_property),
20096 (gst_progressreport_get_property), (gst_progressreport_chain),
20097 (gst_progressreport_plugin_init):
20098 Add progressreport element for testing.
20100 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
20102 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20103 * sys/v4l/gstv4lsrc.h:
20104 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20105 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20106 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20107 (gst_v4lsrc_grab_frame):
20109 send a discont at start
20111 2004-05-12 Colin Walters <walters@redhat.com>
20113 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20114 inflooping if we can't find a chunk. Or in other words, don't blow
20115 chunks if we don't have a chunk to blow.
20117 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
20118 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20119 Remove old debug output
20120 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20121 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20122 (gst_dvdec_set_property), (gst_dvdec_get_property):
20123 Change the quality setting to an enum, so it works from gst-launch
20124 Don't renegotiate a non-linked pad. Allows audio only decoding.
20125 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20126 (gst_deinterlace_link), (gst_deinterlace_init):
20127 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20128 (gst_videodrop_link):
20129 Some caps negotiation fixes
20131 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20133 * ext/tarkin/gsttarkin.c :
20134 - Change RANK from NONE to PRIMARY
20135 * ext/gdk_pixbuf/gstgdkpixbuf.c :
20136 - Change RANK from NONE to MARGINAL
20137 * ext/divx/gstdivxenc.c :
20138 - Change RANK from PRIMARY to NONE (encoder/spider issue)
20140 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
20142 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20143 (gst_vorbisenc_push_packet):
20144 copy a function that was added between 1.0 and 1.0.1 until we
20145 depend on worthwhile features of post-1.0
20147 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
20150 enable shout2 by default
20151 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20152 (gst_shout2send_base_init), (gst_shout2send_init),
20153 (gst_shout2send_connect), (gst_shout2send_change_state):
20154 * ext/shout2/gstshout2.h:
20155 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20157 * ext/theora/theora.c: (plugin_init):
20158 don't set rank on encoders
20160 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
20162 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20163 Use codec_data property instead of flag1 and flag2 for wma
20165 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20167 * gst/cdxaparse/gstcdxaparse.c :
20168 - Add mpegversion to CAPS to make it link
20169 - Rank is as GST_RANK_SECONDARY instead of NONE
20170 * gst/auparse/gstauparse.c :
20171 - Document all audio encoding we can encounter from Solaris 9
20172 headers and libsndfile information.
20173 - Increase max. rate from 48000 to 192000 (to match other elements)
20174 - Don't try to play junk data between header and samples
20176 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
20178 * ext/libvisual/visual.c: (gst_visual_getcaps):
20179 use the right caps depending on endianness (I hope)
20180 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20181 use GST_RANK_NONE for all non-decoding elements or spider gets
20184 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
20186 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20187 Fix some odd cases and fix BE metadata parsing of unicode16 text.
20189 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
20191 * gst/switch/gstswitch.c: (gst_switch_release_pad),
20192 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20193 (gst_switch_loop), (gst_switch_get_type):
20194 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20195 HEADERS. Had to be said.
20197 2004-05-10 David Schleef <ds@schleef.org>
20199 * configure.ac: Add prototype Dirac support.
20201 * ext/dirac/Makefile.am:
20202 * ext/dirac/gstdirac.cc:
20203 * ext/dirac/gstdiracdec.cc:
20205 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
20207 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20208 (gst_auparse_init), (gst_auparse_chain),
20209 (gst_auparse_change_state):
20210 Hack around spider. Remove me some day please.
20212 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
20214 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20215 Fix for some uninitialized variables in previous patch, also
20216 makes it work. Fixes #142286 while we're at it.
20218 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20220 * gst/auparse/gstauparse.c:
20221 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20222 only unsupported formats are ADPCM/CCITT G.72x
20224 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20226 2004-05-10 Wim Taymans <wim@fluendo.com>
20228 * ext/vorbis/Makefile.am:
20229 * ext/vorbis/README:
20230 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20231 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20232 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20233 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20234 (gst_oggvorbisenc_convert_sink),
20235 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20236 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20237 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20238 (get_constraints_string), (update_start_message),
20239 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20240 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20241 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20242 * ext/vorbis/oggvorbisenc.h:
20243 * ext/vorbis/vorbis.c: (plugin_init):
20244 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20245 (raw_caps_factory), (gst_vorbisenc_class_init),
20246 (gst_vorbisenc_init), (gst_vorbisenc_setup),
20247 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20248 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20249 * ext/vorbis/vorbisenc.h:
20250 Added a raw vorbis encoder to be used with the oggmuxer.
20251 We still need the old encoder for some gnome applications,
20252 read the README to find out how that works.
20253 The raw encoder is called "rawvorbisenc" until 0.9.
20255 2004-05-10 Wim Taymans <wim@fluendo.com>
20257 * ext/ogg/gstogg.c: (plugin_init):
20258 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20260 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20261 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20262 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20263 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20264 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20265 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20266 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20267 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20268 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20269 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20270 Added an ogg muxer.
20271 Small typo fixes in the demuxer.
20273 2004-05-10 Wim Taymans <wim@fluendo.com>
20275 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20276 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20277 (theora_enc_change_state), (theora_enc_set_property),
20278 (theora_enc_get_property):
20279 Mark the last packet with an EOS flag which is not really needed
20281 Do some better video framerate initialisation.
20282 Update the buffer timestamp.
20284 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
20286 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20287 Return the result of the parent state change call
20289 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20291 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20292 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20293 * gst/law/alaw-encode.c : (idem)
20294 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20295 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20296 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20298 2004-05-09 Benjamin Otte <otte@gnome.org>
20300 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20301 don't use a fixed buffer size when writing variable length data to
20302 it. Fixes memory corruption and makes alsasrc work
20304 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
20306 * ext/gnomevfs/gstgnomevfssink.c:
20307 (_gst_boolean_allow_overwrite_accumulator),
20308 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20309 Run glib's default signal handler (??) in RUN_CLEANUP rather than
20310 RUN_LAST, and don't use that to set the accumulator value because
20311 then it's always FALSE.
20313 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
20315 * gst-libs/gst/riff/riff-media.c:
20316 (gst_riff_create_video_caps_with_data),
20317 (gst_riff_create_audio_caps),
20318 (gst_riff_create_audio_template_caps):
20319 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20320 Fix for unaligned RIFF files (i.e. where all the chunks together
20321 in a LIST chunk are not of the same size as the size given in
20322 the LIST chunk header). Fixes several odd WAVE files. Also fix
20323 ADPCM (block_align property) in audio, so that wavparse based
20324 on this works now as it used to stand-alone.
20326 2004-05-09 Edward Hervey <bilboed@bilboed.com>
20328 reviewed by Benjamin Otte <otte@gnome.org>
20330 * ext/a52dec/gsta52dec.c:
20331 * ext/divx/gstdivxdec.c:
20332 * ext/divx/gstdivxenc.c:
20333 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20334 * ext/faac/gstfaac.c: (gst_faac_base_init):
20335 * ext/faad/gstfaad.c: (gst_faad_base_init):
20336 * ext/ivorbis/vorbisfile.c:
20337 * ext/lame/gstlame.c:
20338 * ext/libfame/gstlibfame.c:
20339 * ext/mpeg2enc/gstmpeg2enc.cc:
20340 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20341 * ext/sidplay/gstsiddec.cc:
20342 * ext/speex/gstspeexdec.c:
20343 * ext/speex/gstspeexenc.c:
20344 * ext/xvid/gstxviddec.c:
20345 * ext/xvid/gstxvidenc.c:
20346 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20349 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
20351 * ext/alsa/gstalsa.c: (device_list),
20352 (gst_alsa_class_probe_devices):
20353 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20354 Fix alsa oddness in mixer after the combination of using mixer
20355 in source/sink elements and using hw:x,y instead of just hw:x.
20357 2004-05-09 Benjamin Otte <otte@gnome.org>
20359 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20360 (gst_wavparse_create_sourcepad):
20361 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20364 2004-05-09 Benjamin Otte <otte@gnome.org>
20366 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20367 allow discont events before caps nego
20369 2004-05-08 Benjamin Otte <otte@gnome.org>
20371 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20374 2004-05-08 Benjamin Otte <otte@gnome.org>
20376 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20377 (gst_level_change_state), (gst_level_init):
20378 * gst/level/gstlevel.h:
20379 figure out if we're initialized directly instead of keeping a
20380 variable that's wrong in 90% of cases
20381 don't initialize pads and then leak them and use a new unitialized
20382 pad. (fixes #142084)
20383 these were bugs so n00bish I didn't find them for an hour :/
20385 2004-05-08 Iain <iain@prettypeople.org>
20387 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20388 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20389 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20390 return the length that was read.
20391 (gst_riff_read_strf_auds): Allow fmt tags as well.
20393 2004-05-07 David Schleef <ds@schleef.org>
20395 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20396 signed char assumption in faad.h.
20398 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
20400 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20401 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20403 2004-05-07 Colin Walters <walters@redhat.com>
20405 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20406 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20408 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20409 Add dispose function.
20411 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
20412 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20413 Fix caps nego and pad templates. RGB mode caps should
20415 * ext/dvdnav/gst-dvd:
20416 Move mpeg2dec inside the thread because otherwise the
20417 queue rejects cap changes mid-stream
20418 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20419 (gst_mpeg2dec_flush_decoder):
20420 For mpeg2dec > 0.4.0, call the flush function instead of
20421 manually extracting all in-flight frames.
20422 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20423 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20424 Change mime type video/dv go video/x-dv to match the
20425 rest of gst-plugins
20427 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
20429 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20430 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20431 (gst_alsa_sink_class_init):
20432 * ext/alsa/gstalsasink.h:
20433 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20434 (gst_alsa_src_class_init):
20435 * ext/alsa/gstalsasrc.h:
20436 Make alsasink/src a subclass of alsamixer so that mixer stuff
20437 shows up in gst-rec. Needs some finetuning.
20439 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
20441 * ext/lame/gstlame.c: (gst_lame_chain):
20443 * ext/mad/gstmad.c: (gst_mad_handle_event):
20445 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20446 be able to detect mp3 files < 4096 bytes
20448 2004-05-06 Wim Taymans <wim@fluendo.com>
20450 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20451 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20452 (theora_enc_set_property), (theora_enc_get_property):
20453 Also encode the first frame, cleanup some code.
20455 2004-05-06 Wim Taymans <wim@fluendo.com>
20457 * ext/mpeg2enc/gstmpeg2enc.cc:
20458 Forward events first before deciding that negotiation was
20461 2004-05-06 Wim Taymans <wim@fluendo.com>
20463 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20464 First process the events before deciding that negotiation
20467 2004-05-06 Wim Taymans <wim@fluendo.com>
20469 * ext/theora/Makefile.am:
20470 * ext/theora/theora.c: (plugin_init):
20471 * ext/theora/theoradec.c: (theora_dec_change_state):
20472 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20473 (gst_theora_enc_class_init), (gst_theora_enc_init),
20474 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20475 (theora_enc_chain), (theora_enc_change_state),
20476 (theora_enc_set_property), (theora_enc_get_property):
20477 Added a theora encoder, grouped the encoder and decoder into the
20480 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
20482 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20483 (gst_jpegenc_chain):
20484 fix DURATION on outgoing buffers
20485 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20486 debug using time formats
20487 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20488 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20489 (gst_xvimagesink_sink_link):
20490 windows with width/height 0 generate X errors, so don't allow them
20492 2004-05-05 Wim Taymans <wim@fluendo.com>
20494 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20495 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20496 (gst_mpeg2dec_negotiate_format):
20497 * ext/mpeg2dec/gstmpeg2dec.h:
20498 removed the static pad template so that we can add the
20499 more accurate framerate value to the caps.
20502 2004-05-04 Benjamin Otte <otte@gnome.org>
20505 check for kdemacros.h, too (should fix #141821)
20506 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20507 don't crash if no header was sent, but nicely error out (fixes part
20510 2004-05-04 Wim Taymans <wim@fluendo.com>
20512 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
20513 parent dispose function to avoid segfault on destroy.
20515 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
20517 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20519 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20520 (gst_xvimagesink_sink_link):
20521 clean up debugging caps
20522 also recreate xvimage when format has changed
20524 2004-05-04 Benjamin Otte <otte@gnome.org>
20526 * ext/libvisual/Makefile.am:
20527 * ext/libvisual/visual.c: (gst_visual_class_init),
20528 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
20529 (gst_visual_srclink), (gst_visual_chain),
20530 (gst_visual_change_state), (plugin_init):
20531 use a GstAdapter to correctly adapt buffer sizes - allows using a
20534 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
20536 * sys/v4l/gstv4lelement.h:
20537 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20538 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
20539 (gst_v4lsrc_buffer_free):
20540 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
20541 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20542 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
20543 (gst_v4lsrc_requeue_frame):
20544 move some debugging categories around
20545 query for fps index and set accordingly if found
20547 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20549 * ext/lame/gstlame.c:
20550 correct defaults that lame_init puts out of range
20552 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
20554 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
20555 (gst_divxenc_class_init):
20556 fix range since -1 is the default
20557 * gst/mpeg1sys/gstmpeg1systemencode.c:
20558 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
20559 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
20560 (gst_rtjpegdec_chain):
20561 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
20562 (gst_rtjpegenc_chain):
20563 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
20564 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
20565 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
20566 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
20567 * sys/v4l/gstv4lsrc.c:
20568 * sys/v4l/v4l_calls.c: (gst_v4l_open):
20569 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20570 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20571 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
20572 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
20573 remove gst_info calls
20575 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
20584 Updated translations
20586 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
20588 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20589 refactor/comment code
20591 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
20593 * gst/asfdemux/Makefile.am:
20594 * gst/asfdemux/asfheaders.c:
20595 * gst/asfdemux/asfheaders.h:
20596 * gst/asfdemux/gstasf.c: (plugin_init):
20597 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
20598 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
20599 (gst_asf_demux_setup_pad):
20600 * gst/asfdemux/gstasfdemux.h:
20601 * gst/asfdemux/gstasfmux.c:
20602 * gst/asfdemux/gstasfmux.h:
20603 Add tagging support to demuxer, split out registration in its own
20604 file instead of in demux (hacky), and prevent having some tables
20605 in our memory multiple times (in asfheaders.h).
20607 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
20609 * gst/matroska/matroska-demux.c:
20610 (gst_matroska_demux_parse_metadata):
20611 * gst/matroska/matroska-ids.h:
20612 Basic tag reading support.
20614 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
20616 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20617 Really detect ac-3 audio.
20618 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
20619 really detect matroska files (off-by-1).
20621 2004-04-30 David Schleef <ds@schleef.org>
20623 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20624 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
20625 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
20626 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
20627 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
20628 hackage -- parse a lot more atoms, extract a few tags. One might even
20629 mistake this for tag support. Maybe it is.
20630 * gst/qtdemux/qtdemux.h:
20632 2004-04-30 Colin Walters <walters@verbum.org>
20634 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
20636 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
20638 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20639 (gst_ffmpegcolorspace_getcaps):
20640 remove broken nego fix
20642 2004-04-30 Benjamin Otte <otte@gnome.org>
20646 * ext/libvisual/Makefile.am:
20647 * ext/libvisual/visual.c:
20648 add initial support for libvisual (http://libvisual.sourceforge.net)
20649 libvisual is still quite alpha, so expect crashes in there :)
20651 2004-04-29 David Schleef <ds@schleef.org>
20653 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
20654 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
20655 up qtdemux to make it spit out codec_data. Do _not_ look at this
20656 code; you will no longer respect me.
20658 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20660 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
20661 * ext/alsa/gstalsa.h :
20662 change alsa pcm device discovery to find more than 1 device
20663 per card. code review by Ronald.
20665 2004-04-29 David Schleef <ds@schleef.org>
20667 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
20668 Add a check for a driver bug on FreeBSD. (bug #140565)
20670 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
20672 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
20673 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20674 (gst_jpegenc_getcaps):
20675 move format setting to inner loop
20676 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20677 (gst_ffmpegcolorspace_getcaps):
20678 use GST_PAD_CAPS if available so that we use already negotiated
20680 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20681 (qtdemux_parse_moov), (qtdemux_parse):
20683 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
20684 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
20685 move hardcoded path to DEFINE
20687 2004-04-28 David Schleef <ds@schleef.org>
20689 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
20692 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
20694 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20695 Don't probe for playback device if we're a source element. Fixes
20698 2004-04-29 Benjamin Otte <otte@gnome.org>
20700 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20701 (gst_id3_tag_chain):
20702 rewrite buffer offset
20704 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
20708 * ext/dts/Makefile.am:
20709 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
20710 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
20711 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
20712 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
20713 (gst_dtsdec_loop), (gst_dtsdec_change_state),
20714 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
20716 * ext/dts/gstdtsdec.h:
20718 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
20719 (gst_faad_srcconnect):
20720 Add ESDS atom handling (.m4a).
20722 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
20724 * ext/divx/gstdivxdec.c: (plugin_init):
20725 Remove comment that makes no sense.
20726 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
20727 Fix for obvious typo that resulted in warnings during gst-register.
20728 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
20729 (gst_xviddec_sink_link):
20730 Fix caps negotiation a bit better.
20731 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20732 We call this 'codec_data', not 'esds'.
20734 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
20736 * gst/monoscope/gstmonoscope.c:
20737 make sure we only provide 256x128
20738 * gst/monoscope/monoscope.c: (monoscope_init):
20739 assert size of 256x128
20741 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
20744 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
20745 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
20746 fixate to max width and height of device
20748 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
20751 * sys/v4l/gstv4l.c:
20752 * sys/v4l/gstv4lsrc.c:
20753 * sys/v4l/v4l_calls.c:
20754 * sys/v4l/v4lsrc_calls.c:
20755 fix for qc-usb driver which fakes having more than one buffer
20756 by handing the same buffer twice, which confused GStreamer's/v4lsrc
20757 buffer_free override
20760 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
20763 * gst/videotestsrc/gstvideotestsrc.c:
20764 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
20765 (gst_videotestsrc_init), (gst_videotestsrc_get),
20766 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
20767 * gst/videotestsrc/gstvideotestsrc.h:
20768 add num-buffers property
20770 2004-04-26 Benjamin Otte <otte@gnome.org>
20772 * ext/mad/gstid3tag.c: (plugin_init):
20773 set id3mux rank to NONE so it doesn't confuse spider
20774 require audio/mpeg,mpegversion=1 in id3mux
20776 2004-04-26 Benjamin Otte <otte@gnome.org>
20779 detect faad correctly as non-working if it's indeed non-working
20781 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
20784 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20785 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
20786 fix _getcaps so it only negotiates to its supported format
20788 2004-04-25 Benjamin Otte <otte@gnome.org>
20790 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20793 2004-04-23 Benjamin Otte <otte@gnome.org>
20795 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20796 audio/x-raw-int with height rules! not. Now it's depth.
20798 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
20800 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
20801 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20802 (gst_wavparse_loop):
20803 Missing variable initialization. Add handling of DVI ADPCM. Fix
20804 mis-parsing of LIST chunks. This works around a bug where we mis-
20805 parse non-aligning LIST chunks (so LIST chunks where the contents
20806 don't align with the actual LIST size). The correct fix is to use
20807 rifflib, I'm not going to fix wavparse - too much work. All this
20810 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20812 reviewed by Benjamin Otte <otte@gnome.org>
20814 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
20815 fix shoutcast not working (fixes #140844)
20817 2004-04-22 Benjamin Otte <otte@gnome.org>
20819 * ext/hermes/gsthermescolorspace.c:
20820 (gst_hermes_colorspace_caps_remove_format_info):
20821 * gst/colorspace/gstcolorspace.c:
20822 (gst_colorspace_caps_remove_format_info):
20823 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20824 (gst_ffmpegcolorspace_caps_remove_format_info):
20825 s/gst_caps_simplify/gst_caps_do_simplify/
20827 2004-04-22 Benjamin Otte <otte@gnome.org>
20829 * gst-libs/gst/riff/riff-media.c:
20830 (gst_riff_create_video_caps_with_data):
20831 mpegversion is an int
20832 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
20833 don't try to create pad templates with NULL caps, use any caps
20836 2004-04-20 David Schleef <ds@schleef.org>
20838 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
20839 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
20842 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
20844 reviewed by David Schleef
20846 * ext/mad/gstid3tag.c: Add stdlib.h
20847 * gst/rtp/gstrtpgsmenc.c: same
20848 * gst/tags/gstid3tag.c: same
20849 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
20850 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
20851 GST_DISABLE_LOADSAVE use.
20852 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
20853 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
20854 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
20856 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
20857 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
20859 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
20860 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
20862 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
20865 2004-04-20 David Schleef <ds@schleef.org>
20867 * gst/realmedia/rmdemux.c: This was supposed to part of the
20868 last checkin. Same idea.
20870 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
20872 reviewed by David Schleef
20874 * configure.ac: bump required gstreamer version to 0.8.1.1
20875 because of following changes [--ds]
20877 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
20878 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
20879 (gst_riff_read_header): Use GST_READ_UINT*
20880 macros to access possibly unaligned memory.
20882 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
20883 (mp3_type_find): Use GST_READ_UINT*
20884 macros to access possibly unaligned memory.
20885 (mp3_type_find, mpeg1_parse_header, qt_type_find)
20886 (speex_type_find): Likewise
20888 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
20890 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
20891 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
20892 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
20893 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
20894 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
20895 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
20896 macros to access possibly unaligned memory.
20898 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
20901 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
20902 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
20904 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20907 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
20908 (gst_mpeg2subt_chain_subtitle): Likewise.
20910 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
20911 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
20914 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
20917 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
20920 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
20923 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
20926 update required version of GStreamer because of GST_TIME_FORMAT
20928 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
20930 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
20931 remove leftover g_print
20932 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20933 don't try setting only a subset of the caps. We don't want to kill
20934 autoplugging on purpose
20936 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
20938 * sys/ximage/ximagesink.c: (plugin_init):
20939 * sys/xvimage/xvimagesink.c: (plugin_init):
20940 add debugging categories
20942 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
20946 Adding en_GB translation (Gareth Owen)
20948 2004-04-20 David Schleef <ds@schleef.org>
20950 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20951 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
20952 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
20953 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
20954 A number of new features and hacks to extract the esds atom and
20955 put it into the caps. (bug #137724)
20957 2004-04-19 David Schleef <ds@schleef.org>
20959 * gconf/Makefile.am: Fix for non-GNU make
20960 * gst-libs/gst/Makefile.am: Change directory order to handle
20961 GstPlay linking with gstinterfaces
20962 * gst-libs/gst/audio/make_filter: make use of tr portable
20963 * gst-libs/gst/play/Makefile.am: Add intended \
20964 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20965 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
20966 function prototype instead of void *.
20967 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
20969 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20970 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
20971 * gst/videofilter/make_filter: make use of tr portable
20972 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
20974 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
20978 Added Ukrainian translation (Maxim V. Dziumanenko)
20980 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
20982 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
20983 (gst_gsmdec_link), (gst_gsmdec_chain):
20984 Fix capsnego, simplify chain function slightly.
20985 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20988 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
20990 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20991 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
20992 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
20993 Hack to make wavparse work with spider (always -> sometimes pad).
20994 Fixes #135862 && #140411.
20996 2004-04-18 Benjamin Otte <otte@gnome.org>
20998 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20999 (gst_osselement_rate_probe_check),
21000 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21001 get rid of \n in debug output
21003 2004-04-17 Iain <iain@prettypeople.org>
21005 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21008 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
21010 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21011 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21012 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21013 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21014 (gst_id3_tag_src_link), (gst_id3_tag_chain),
21015 (gst_id3_tag_change_state), (plugin_init):
21016 deprecate id3tag element and replace with id3demux/id3mux.
21017 great side effect: this ugly file is now even uglier, yay!
21018 * ext/mad/gstmad.h:
21019 remove non-available function
21020 update for new get_type
21022 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
21025 require mpeg2dec >= 0.4.0
21027 2004-04-17 Benjamin Otte <otte@gnome.org>
21029 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21030 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21031 (gst_xvimagesink_set_xwindow_id):
21032 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21033 assorted cleanup fixes.
21035 2004-04-16 David Schleef <ds@schleef.org>
21037 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21038 * sys/xvimage/xvimagesink.h: same
21040 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
21042 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21043 Fix GST_ELEMENT_ERROR with (NULL)
21045 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
21047 * gst-libs/gst/riff/riff-media.c:
21048 (gst_riff_create_video_caps_with_data):
21049 Add div[3456] as fourccs for DivX 3 (fixes #140137).
21051 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
21053 * gst-libs/gst/riff/riff-media.c:
21054 (gst_riff_create_video_caps_with_data),
21055 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21056 (gst_riff_create_video_template_caps),
21057 (gst_riff_create_audio_template_caps):
21058 * gst-libs/gst/riff/riff-media.h:
21059 * gst-libs/gst/riff/riff-read.c:
21060 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21061 * gst-libs/gst/riff/riff-read.h:
21062 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21063 Add MS RLE support. I added some functions to read out strf chunks
21064 into strf chunks and the data behind it. This is usually color
21065 palettes (as in RLE, but also in 8-bit RGB). Also use those during
21066 caps creation. Lastly, add ADPCM (similar to wavparse - which
21067 should eventually be rifflib based).
21068 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21069 (gst_matroska_demux_init), (gst_matroska_demux_reset):
21070 * gst/matroska/matroska-demux.h:
21071 Remove placeholders for some prehistoric tagging system. Didn't add
21072 support for any tag system really anyway.
21073 * gst/qtdemux/qtdemux.c:
21074 Add support for audio/x-m4a (MPEG-4) through spider.
21075 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21076 (gst_wavparse_loop):
21077 ADPCM support (#135862). Increase max. buffer size because we
21078 cannot split buffers for ADPCM (screws references) and I've seen
21079 files with 2048 byte chunks. 4096 seems safe for now.
21081 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
21083 * configure.ac: bump nano to 1
21085 === release 0.8.1 ===
21087 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
21089 * configure.ac: releasing 0.8.1, "Comforting Sounds"
21091 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
21093 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21094 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21097 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
21099 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21100 lower rank of dvddemux so that it's not used for mpeg playback.
21102 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
21105 save libs correctly when checking mad
21107 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
21109 * ext/mad/gstid3tag.c: (plugin_init):
21110 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
21112 2004-04-13 David Schleef <ds@schleef.org>
21114 * common/m4/gst-feature.m4: Call -config scripts with
21115 --plugin-libs if it is supported.
21116 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21117 JPEG images are image/jpeg.
21118 * gst/debug/Makefile.am:
21119 * gst/debug/negotiation.c: (gst_negotiation_class_init),
21120 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21121 (gst_negotiation_update_caps), (gst_negotiation_get_property),
21122 (gst_negotiation_plugin_init): Add a property that acts like
21124 * testsuite/gst-lint: Move license checking to be a standard
21127 2004-04-13 David Schleef <ds@schleef.org>
21129 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21130 patch from Sebastien Cote (bug #139958)
21132 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
21134 * examples/gstplay/Makefile.am:
21135 * examples/gstplay/player.c: (main):
21136 make the commandline player example use gconf settings
21138 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
21140 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21141 (gst_cacasink_sinkconnect), (gst_cacasink_init),
21142 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21143 init/end library during state transition, not object
21144 creation/disposal. get rid of custom dispose handler.
21147 2004-04-12 Christian Schaller <Uraeus@gnome.org>
21149 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21152 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21154 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21155 Handle JUNK chunks inside data section. Prevents warnings.
21157 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21159 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21160 (gst_riff_create_video_template_caps):
21162 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21163 (gst_avi_demux_stream_data):
21164 Add support for "rec-list" chunks.
21166 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21168 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21169 Fix another codecname mismatch.
21171 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21173 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21174 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21175 so that MJPEG plays back.
21177 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21179 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21180 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21181 * gst/mpeg1videoparse/gstmp1videoparse.h:
21182 Fix for some slight mis-cuts in buffer parsing, and for some
21183 potential overflows or faults-causers. Adds disconts. Also fixes
21184 #139105 while we're at it.
21186 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21189 * sys/v4l2/gstv4l2element.h:
21190 Workaround for missing struct v4l2_buffer declaration in Suse 9
21191 and Mandrake 10 linux/videodev2.h header file (#135919).
21193 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21195 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21196 Bail out if no filename was given.
21198 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21200 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21201 (gst_v4l2_fourcc_from_structure):
21202 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21205 2004-04-09 Benjamin Otte <otte@gnome.org>
21207 * ext/gnomevfs/gstgnomevfssink.c:
21208 (_gst_boolean_allow_overwrite_accumulator),
21209 (gst_gnomevfssink_class_init):
21210 fix erase signal - if any handler returns false the file will not be
21211 overwritten. If no handler is connected, the file will not be
21212 overwritten either.
21213 renamed signal to "allow-overwrite"
21214 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21215 free string when adding it to ID3 failed
21216 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21217 unref event when done
21218 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21220 * gst/typefind/gsttypefindfunctions.c:
21221 (mpeg_video_stream_type_find):
21224 2004-04-08 David Schleef <ds@schleef.org>
21226 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21227 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21229 2004-04-08 David Schleef <ds@schleef.org>
21231 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21232 we don't support (bug #139532)
21234 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
21236 * ext/mad/gstmad.c: (gst_mad_handle_event),
21237 (gst_mad_check_caps_reset), (gst_mad_chain),
21238 (gst_mad_change_state):
21239 only set explicit caps if they haven't been set before for
21240 this stream. MPEG-audio sample rate/channels aren't allowed
21241 to change in-stream.
21244 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
21246 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21247 (_gst_boolean_did_something_accumulator),
21248 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21249 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21250 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21251 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21252 (gst_gnomevfssink_change_state):
21253 Fix erase signal. Don't erase by default. Remove handoff signal.
21254 Remove erase property. Don't segfault. General cleanup.
21256 2004-04-07 Benjamin Otte <otte@gnome.org>
21258 * gst-libs/gst/gconf/test-gconf.c: (main):
21259 add missing gst_init
21261 2004-04-07 Benjamin Otte <otte@gnome.org>
21263 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21264 free the mutexes, too
21266 2004-04-07 Benjamin Otte <otte@gnome.org>
21268 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21269 actually free the URI string
21270 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21271 compute offset correctly when passing discont events
21272 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21273 don't leak discont events
21274 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21275 add some missing breaks so caps aren't copied randomly
21276 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21277 if we realloc memory, we better use it
21279 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21281 * ext/mad/gstmad.c: (normal_seek):
21282 fix GST_FORMAT_TIME usage
21284 2004-04-05 David Schleef <ds@schleef.org>
21286 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
21287 a deprecated function (hack!)
21289 2004-04-05 Benjamin Otte <otte@gnome.org>
21291 * ext/esd/esdmon.c: (gst_esdmon_get):
21292 fix nonterminated vararg and memleak
21294 2004-04-05 Benjamin Otte <otte@gnome.org>
21296 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21297 (gst_ladspa_init), (gst_ladspa_force_src_caps),
21298 (gst_ladspa_set_property), (gst_ladspa_get_property),
21299 (gst_ladspa_instantiate), (gst_ladspa_activate),
21300 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21303 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
21305 reviewed by Benjamin Otte <otte@gnome.org>
21307 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21308 check for broken LADSPA parameters (fixes #138635)
21310 2004-04-05 Benjamin Otte <otte@gnome.org>
21312 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21313 advertise buffer-frames correctly on sinkpads
21315 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
21317 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21318 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21319 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21320 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21321 (gst_mad_check_caps_reset), (gst_mad_chain):
21322 add more debugging, only reset caps when we're not in error state
21324 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
21326 * ext/mad/gstmad.c: add debugging category, comment + cleanups
21328 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
21330 reviewed by Benjamin Otte <otte@gnome.org>
21333 fix == in test(1) operator
21335 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
21337 reviewed by Benjamin Otte <otte@gnome.org>
21340 fix --export-symblos-regex to a working regex.
21342 2004-04-04 Benjamin Otte <otte@gnome.org>
21344 * sys/oss/.cvsignore:
21347 2004-04-03 Tim-Phillip M??ller <t.i.m@zen.co.uk>
21349 reviewed by Benjamin Otte <otte@gnome.org>
21351 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21352 add missing 'new_media' argument (fixes #138168)
21353 * gst/matroska/matroska-demux.c:
21354 (gst_matroska_demux_handle_seek_event):
21355 add vararg terminator (fixes #138169)
21357 2004-04-02 David Schleef <ds@schleef.org>
21359 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
21360 disted (bug #138914)
21362 2004-04-01 Benjamin Otte <otte@gnome.org>
21364 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21365 (gst_alsa_close_audio):
21366 handle case better where a soundcard can't pause
21367 * ext/ogg/gstoggdemux.c:
21368 don't crash when we get events but don't have pads yet
21370 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
21372 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21373 throw an error if we couldn't probe any caps.
21375 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
21377 * ext/dvdnav/gst-dvd:
21378 Add a really simple sample DVD player
21380 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
21382 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21383 (gst_a52dec_push), (gst_a52dec_handle_event),
21384 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21385 (gst_a52dec_change_state):
21386 * ext/a52dec/gsta52dec.h:
21387 Use a debug category, Output timestamps correctly
21388 Emit tag info, Handle events, tell liba52dec about cpu
21389 capabilities so it can use MMX etc.
21390 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21391 Fix a crasher accessing invalid memory
21392 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21393 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21394 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21395 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21397 Some support for byte-format seeking.
21398 Small fixes for still frames and menu button overlays
21399 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21400 (gst_mpeg2dec_alloc_buffer):
21401 Use a debug category. Adjust the report level of several items to
21402 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21403 so it doesn't lose the GstBuffer pointer
21404 * gst/debug/Makefile.am:
21405 * gst/debug/gstdebug.c: (plugin_init):
21406 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21407 (gst_navseek_base_init), (gst_navseek_class_init),
21408 (gst_navseek_init), (gst_navseek_seek),
21409 (gst_navseek_handle_src_event), (gst_navseek_set_property),
21410 (gst_navseek_get_property), (gst_navseek_chain),
21411 (gst_navseek_plugin_init):
21412 * gst/debug/gstnavseek.h:
21413 Add the navseek debug element for seeking back and forth in a
21414 video stream using arrow keys.
21415 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21416 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21417 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21418 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21419 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21420 (gst_mpeg2subt_parse_header), (gst_get_nibble),
21421 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21422 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21423 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21424 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21425 * gst/mpeg2sub/gstmpeg2subt.h:
21426 Pretty much a complete rewrite. Now a loopbased element. May still
21427 require work to properly synchronise subtitle buffers.
21428 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21429 (gst_dvd_demux_send_subbuffer):
21430 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21431 Don't attempt to create subbuffers of size 0
21432 Reduce a couple of error outputs to warnings.
21433 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21434 (gst_y4mencode_chain):
21435 Output the y4m frame header correctly.
21437 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
21439 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21440 throw errors instead of allowing SIGFPE
21442 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
21444 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21445 (gst_gconf_render_bin_from_key):
21446 leak plugging and style fixing
21448 2004-03-31 David Schleef <ds@schleef.org>
21450 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21451 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21453 * gst/debug/Makefile.am:
21454 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21455 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
21457 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21458 (gst_negotiation_base_init), (gst_negotiation_class_init),
21459 (gst_negotiation_init), (gst_negotiation_getcaps),
21460 (gst_negotiation_pad_link), (gst_negotiation_chain),
21461 (gst_negotiation_set_property), (gst_negotiation_get_property),
21462 (gst_negotiation_plugin_init): New element to talk about random
21463 negotiation things happening in a pipeline.
21465 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
21467 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21468 fix integer addition with help of Stefan Kost
21470 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
21472 * po/nl.po: updated Dutch translation (Elros Cyriatan)
21474 2004-03-30 David Schleef <ds@schleef.org>
21476 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21477 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
21478 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21480 * ext/mpeg2dec/gstmpeg2dec.h:
21482 2004-03-30 David Schleef <ds@schleef.org>
21484 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21486 2004-03-30 David Schleef <ds@schleef.org>
21488 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
21489 Michael Petullo) to handle .mov
21491 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21493 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21494 (gst_osselement_rate_check_rate):
21495 probe caps correctly for sound cards that only support one format
21497 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21499 * ext/kio/kiosrc.cpp: (process_events):
21500 update handling event processing if inside KDE - untested
21502 2004-03-29 David Schleef <ds@schleef.org>
21504 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
21505 by 2 to not interfere with other colorspaces.
21506 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
21507 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
21508 one to not interfere with ffmpeg_colorspace.
21510 2004-03-29 David Schleef <ds@schleef.org>
21512 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
21513 aren't in the caps.
21514 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
21515 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
21517 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21519 * gst-libs/gst/riff/riff-media.c:
21520 fail on error, don't try to set stuff on NULL caps
21522 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21526 * ext/kio/Makefile.am:
21527 * ext/kio/kioreceiver.cpp:
21528 * ext/kio/kioreceiver.h:
21529 * ext/kio/kiosrc.cpp:
21530 * ext/kio/kiosrc.h:
21531 add experimental kiosrc plugin
21532 * ext/alsa/gstalsaplugin.c: (plugin_init):
21533 initialize debugging category only when we're sure registering the
21536 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
21538 * examples/gstplay/player.c: (main):
21539 * gst-libs/gst/play/play.c: (gst_play_class_init),
21540 (gst_play_set_location), (gst_play_set_data_src),
21541 (gst_play_set_video_sink), (gst_play_set_audio_sink),
21542 (gst_play_set_visualization), (gst_play_connect_visualization):
21543 check return values of element_set_state and return FALSE where
21546 2004-03-29 Benjamin Otte <otte@gnome.org>
21548 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21549 try harder to check if an event is really a discont
21551 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
21553 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
21556 2004-03-28 Benjamin Otte <otte@gnome.org>
21558 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
21559 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21560 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21561 get rid of non-standard "..." ranges in case statements.
21563 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
21565 * gst/mpegstream/gstmpegdemux.c:
21566 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
21567 specific functionality split to the new dvddemux element.
21568 * gst/mpegstream/gstdvddemux.c:
21569 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
21570 streams, derived from mpegdemux.
21571 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
21572 up. SCR based timestamp rewriting can be turned off (will probably
21573 completely disappear soon).
21574 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
21575 hacking. General cleanup. All printf statements replaced by
21576 debugging messages. Almost complete libdvdnav support.
21577 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
21578 by events. New properties for audio and subpicture languages.
21579 (dvdnavsrc_update_highlight): Now uses events.
21580 (dvdnavsrc_user_op): Cleaned up.
21581 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
21582 based). Lots of cleanup, and propper support for most libdvdnav
21584 (dvdnavsrc_make_dvd_event): New function.
21585 (dvdnavsrc_make_dvd_nav_packet_event): New function.
21586 (dvdnavsrc_make_clut_change_event): New function.
21588 2004-03-26 Benjamin Otte <otte@gnome.org>
21590 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
21591 fix bug where typefinding would claim it's theora whenever less then
21592 7 bytes of data were available
21594 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
21596 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
21597 (gst_alawdec_base_init), (gst_alawdec_class_init),
21598 (gst_alawdec_init), (gst_alawdec_chain):
21599 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
21600 (gst_alawenc_base_init), (gst_alawenc_class_init),
21601 (gst_alawenc_init), (gst_alawenc_chain):
21602 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
21603 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
21604 (gst_mulawdec_init), (gst_mulawdec_chain):
21605 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
21606 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
21607 (gst_mulawenc_init), (gst_mulawenc_chain):
21608 Fix capsnego in all four, remove the unused property functions and
21609 simplify the chain functions slightly. I guess we could use macros
21610 or something similar for those, since the code is so similar, but
21611 I'm currently too lazy...
21613 2004-03-24 David Schleef <ds@schleef.org>
21615 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21616 (gst_osselement_close_audio), (gst_osselement_probe_caps),
21617 (gst_osselement_get_format_structure),
21618 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
21619 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
21620 (gst_osselement_rate_int_compare): Add code to handle rate probing
21622 * sys/oss/gstosselement.h: same
21623 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
21624 Use rate probing provided by osselement.
21625 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
21627 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
21629 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
21630 (gst_xvidenc_get_property):
21633 2004-03-24 David Schleef <ds@schleef.org>
21635 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
21636 (gst_speexdec_init):
21637 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
21638 (gst_speexenc_init): Create the pad template correctly (from
21639 the static pad template, not a NULL pointer.)
21641 2004-03-25 Benjamin Otte <otte@gnome.org>
21643 * gst/debug/Makefile.am:
21644 * gst/debug/breakmydata.c:
21645 add element that quasi-randomly changes bytes in the stream.
21646 Intended use is robustness checking of demuxers and decoders in
21649 2004-03-24 Benjamin Otte <otte@gnome.org>
21651 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21652 (gst_alsa_probe_hw_params):
21653 * ext/alsa/gstalsa.h:
21654 debugging output fixes
21656 2004-03-24 Benjamin Otte <otte@gnome.org>
21658 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
21659 don't g_return_if_fail if element is PLAYING, fail silently as every
21661 * gst/effectv/gstquark.c: (gst_quarktv_chain):
21662 only fix needed for cast lvalue issues in gst-plugins
21663 * gst/volenv/gstvolenv.c: (gst_volenv_init):
21666 2004-03-24 Benjamin Otte <otte@gnome.org>
21668 * gst/level/gstlevel.c: (gst_level_init):
21669 add proxying getcaps function, so level doesn't advertise impossible
21672 2004-03-24 David Schleef <ds@schleef.org>
21674 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21675 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
21676 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
21677 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
21678 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
21679 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
21680 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
21681 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
21682 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
21683 messages. Divide the chunk size by the compression ratio
21684 (needed for MACE audio)
21686 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
21688 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21689 Fix buffer overflow read error.
21691 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
21693 * ext/alsa/gstalsa.h:
21694 Remove unused entry.
21695 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21697 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
21698 (gst_videodrop_link), (gst_videodrop_chain):
21699 Fix, sort of. Was horribly broken with new capsnego. Bah...
21701 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
21703 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
21705 Add a monkeysaudio typefind function
21707 2004-03-23 Johan Dahlin <johan@gnome.org>
21709 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
21710 (gst_play_video_fixate): Check so the structure has the field
21711 before trying to fixate them, this makes it possible to have
21712 fakesinks for video and audio output without printing errors on
21713 the output console.
21715 2004-03-22 David Schleef <ds@schleef.org>
21717 * sys/oss/Makefile.am:
21718 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
21719 (check_rate), (add_rate): Rate probing test app.
21721 2004-03-21 Benjamin Otte <otte@gnome.org>
21723 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21724 (_fixate_caps_to_int), (gst_audio_convert_fixate):
21725 add a fixation function that pretty much does the right thing (fixes
21728 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
21730 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
21732 2004-03-20 Tim-Phillip M??ller <t.i.m@zen.co.uk>
21734 reviewed by: Benjamin Otte <otte@gnome.org>
21736 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21737 terminate gst_event_new_discontinuous correctly (fixes parts of
21740 2004-03-19 David Schleef <ds@schleef.org>
21742 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
21743 since it doesn't depend on X, and it's part of our ABI.
21745 2004-03-19 Iain <iain@prettypeople.org>
21747 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
21748 is_int in the structure, not the local variable.
21750 2004-03-19 David Schleef <ds@schleef.org>
21752 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
21753 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
21754 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
21755 Improvements in caps negotiation.
21757 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
21761 adding Afrikaans (Petri Jooste)
21763 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
21765 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21766 (gst_ffmpegcolorspace_chain):
21767 throw error instead of g_critical (#137588)
21769 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
21773 dist common and m4 correctly
21776 2004-03-17 David Schleef <ds@schleef.org>
21778 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
21781 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
21785 adding Swedish translation (Christian Rose)
21787 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
21789 * Makefile.am: use release.mak
21791 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
21793 * common/ChangeLog:
21794 * common/gst-autogen.sh:
21795 add some explanation about the version detection
21799 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
21801 * configure.ac: bump nano to 1
21803 === release 0.8.0 ===
21805 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
21807 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
21809 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
21812 update libtool version
21813 * gst-libs/gst/media-info/Makefile.am:
21814 actually use libtool version
21816 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
21818 * configure.ac: fix speex detection to work with 1.0 but not 1.1
21820 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
21823 * gst-plugins.spec.in:
21824 * pkgconfig/Makefile.am:
21825 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
21826 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21827 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21828 * pkgconfig/gstreamer-libs.pc.in:
21829 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
21830 * pkgconfig/gstreamer-play-uninstalled.pc.in:
21831 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
21832 * pkgconfig/gstreamer-plugins.pc.in:
21833 remove @VERSION@ from some of the pc files since core and plugins
21835 created gstreamer-plugins.pc as it's a better name, but keeping
21836 -libs around for now to get fixes upstream done first.
21838 2004-03-15 Julien MOUTTE <julien@moutte.net>
21840 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
21841 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
21842 * gst-libs/gst/play/play.h:
21844 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
21846 * *.c, *.cc: don't mix tabs and spaces
21848 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
21850 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21851 use the new ffmpegcolorspace
21852 * gst-plugins.spec.in:
21853 package new colorspace and media-info
21855 * pkgconfig/Makefile.am:
21856 fix some more disting issues
21857 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
21858 * pkgconfig/gstreamer-media-info.pc.in:
21859 generate media-info pc files
21861 2004-03-15 Johan Dahlin <johan@gnome.org>
21863 * *.h: Revert indenting
21865 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
21868 adding ffmpegcolorspace element
21869 * gst/ffmpegcolorspace/Makefile.am:
21870 * gst/ffmpegcolorspace/avcodec.h:
21871 * gst/ffmpegcolorspace/common.h:
21872 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
21873 * gst/ffmpegcolorspace/dsputil.h:
21874 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
21875 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21876 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
21877 (gst_ffmpeg_caps_to_pix_fmt):
21878 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
21879 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21880 (gst_ffmpegcolorspace_caps_remove_format_info),
21881 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
21882 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
21883 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
21884 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
21885 (gst_ffmpegcolorspace_set_property),
21886 (gst_ffmpegcolorspace_get_property),
21887 (gst_ffmpegcolorspace_register):
21888 * gst/ffmpegcolorspace/imgconvert.c:
21889 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
21890 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
21891 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
21892 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
21893 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
21894 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
21895 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
21896 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
21897 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
21898 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
21899 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
21900 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
21901 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
21902 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
21903 (img_get_alpha_info), (deinterlace_line),
21904 (deinterlace_line_inplace), (deinterlace_bottom_field),
21905 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
21906 * gst/ffmpegcolorspace/imgconvert_template.h:
21907 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
21908 * gst/ffmpegcolorspace/mmx.h:
21909 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
21910 adding ffmpegcolorspace element supplied by Ronald after cleaning
21911 up and pulling in the right bits of upstream source.
21912 I'm sure a better C/compiler wizard could do some cleaning up (for
21913 example use GLIB's malloc stuff), but as a first pass this
21916 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
21918 * ext/alsa/gstalsa.h:
21919 I assume Ronald forgot to commit the change to have cardname
21920 as a struct member. Expect some public spanking at the next
21923 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
21925 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
21926 (gst_alsa_open_audio), (gst_alsa_close_audio):
21927 * ext/alsa/gstalsa.c:
21928 Don't open the device if we're a mixer (= padless).
21929 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
21930 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
21931 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
21932 Open mixer during state change rather than during object
21933 initialization. Also, get a device name. Currently in a somewhat
21934 hackish fashion, but I didn't really find something better.
21936 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
21938 * *.c, *.h: run gst-indent
21940 2004-03-14 Benjamin Otte <otte@gnome.org>
21942 * gst/modplug/gstmodplug.cc:
21943 * gst/modplug/gstmodplug.h:
21944 set correct timestamps on outgoing buffers
21946 2004-03-14 Benjamin Otte <otte@gnome.org>
21948 * gst/modplug/gstmodplug.cc:
21949 handle events - don't do crap when a discont arrives that's not
21951 This allows correct loading and playback of mods in Rhythmbox
21953 2004-03-14 Benjamin Otte <otte@gnome.org>
21956 * gst-libs/gst/gconf/Makefile.am:
21957 * pkgconfig/Makefile.am:
21958 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
21959 they get rebuilt properly
21961 when checking for vorbis, try pkgconfig first.
21962 * gst/modplug/gstmodplug.cc:
21963 add fixate function
21965 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
21967 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21968 Fix for obvious mistake, where we first shift the offset and then
21969 read a samplesize element assuming the old offset. Note that this
21970 part still has something weird, i.e. my movies containing those
21971 don't actually play well, but at least there's something that looks
21974 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
21975 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
21977 Add a typefind function for speex format
21979 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
21981 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
21982 (gst_asf_demux_setup_pad):
21983 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
21984 instead of 0. Reason is simple: some elements have a fps range
21985 of 1-max instead of 0-max. So now ASF video actually works.
21987 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
21991 adding serbian as a language
21993 2004-03-13 Benjamin Otte <otte@gnome.org>
21995 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21996 return taglist correctly from _get function, don't gst_pad_push it.
21999 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
22000 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22002 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
22004 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22005 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22006 (gst_alsa_mixer_track_new):
22007 * ext/alsa/gstalsamixertrack.h:
22008 Fix ancient leftovers... MixerTrack is a GObject.
22010 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
22012 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22013 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22014 Don't block during probing...
22016 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
22018 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22019 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22020 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22021 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22022 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22023 (gst_alsa_open_audio), (gst_alsa_close_audio):
22024 * ext/alsa/gstalsa.h:
22025 Add propertyprobe interface implementation, add some device-name
22026 property, all this so that it looks good in gnome-volume-control.
22028 2004-03-12 David Schleef <ds@schleef.org>
22030 * configure.ac: the Hermes library controls hermescolorspace, not
22032 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22033 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22035 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22036 * ext/sdl/sdlvideosink.h: ditto.
22037 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22039 2004-03-12 Benjamin Otte <otte@gnome.org>
22041 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22042 (gst_x_overlay_got_xwindow_id):
22043 * gst-libs/gst/xoverlay/xoverlay.h:
22044 replace XID with unsigned long to get rid of the xlibs dependency in
22045 XOverlay (fixes #137004)
22047 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
22048 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22049 (gst_agingtv_setup):
22050 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22051 (gst_dicetv_base_init), (gst_dicetv_class_init),
22052 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22053 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22054 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22055 (gst_edgetv_setup), (gst_edgetv_rgb32):
22056 * gst/effectv/gsteffectv.c:
22057 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22058 (gst_quarktv_set_property):
22059 * gst/effectv/gstrev.c: (gst_revtv_get_type),
22060 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22061 (gst_revtv_setup), (gst_revtv_rgb32):
22062 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22063 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22064 (gst_shagadelictv_init), (gst_shagadelictv_setup),
22065 (gst_shagadelictv_rgb32):
22066 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22067 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22068 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22069 * gst/effectv/gstwarp.c:
22070 Port everything that can be ported to videofilter and fix up the caps.
22071 Can someone with a big-endian machine please check these?
22073 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
22075 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22076 (gst_osssink_chain), (gst_osssink_change_state):
22077 Latest fixes for A/V sync, audio playback and such. This is about
22078 all... MPEG playback issues are mostly related to the async build-
22079 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22081 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
22083 patch from: Stephane Loeuillet
22086 use pkg-config for some libraries, falling back to the old .m4 way
22091 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
22094 * tools/Makefile.am:
22095 * tools/Makefile.in:
22096 * tools/gst-launch-ext-m.m:
22097 * tools/gst-launch-ext.1.in:
22098 * tools/gst-visualise-m.m:
22099 * tools/gst-visualise.1:
22100 * tools/gst-visualise.1.in:
22101 reorganizing generation of script tools
22103 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
22105 * ext/divx/gstdivxdec.c:
22106 Downgrade priority. We prefer ffdec_mpeg4.
22107 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22108 (gst_faad_chain), (gst_faad_change_state):
22109 Fix capsnego. Doesn't work for some sounds because we don't have
22110 a 5:1 to stereo element.
22111 * ext/xvid/gstxvid.c: (plugin_init):
22113 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22114 (gst_osssink_change_state):
22115 Add discont handling.
22117 2004-03-09 Colin Walters <walters@verbum.org>
22119 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22122 2004-03-09 Benjamin Otte <otte@gnome.org>
22124 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22125 the signals take 2 arguments
22127 2004-03-09 David Schleef <ds@schleef.org>
22129 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22130 (gst_alsa_fixate): Add fixate function. (bug #136686)
22131 * ext/alsa/gstalsa.h:
22132 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22134 2004-03-09 Benjamin Otte <otte@gnome.org>
22136 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22137 (gst_mikmod_change_state):
22138 * ext/mikmod/gstmikmod.h:
22139 make mikmod's loop function not loop infinitely and call
22140 gst_element_yield anymore
22141 * gst/modplug/gstmodplug.cc:
22142 fix pad negotiation (fixes #136590)
22144 2004-03-09 David Schleef <ds@schleef.org>
22146 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
22147 doesn't conflict with the internal colorspace plugin.
22148 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
22149 satisfy the crappy-ass shell shipped by a certain vendor.
22150 * gst/videofilter/make_filter: same (bug #135299)
22152 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22154 * configure.ac: bump nano to 1
22156 === release 0.7.6 ===
22158 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22160 * configure.in: releasing 0.7.6, "There"
22162 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22164 * pkgconfig/gstreamer-play-uninstalled.pc.in:
22165 * pkgconfig/gstreamer-play.pc.in:
22166 synchronize the two
22168 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22170 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22171 (cdparanoia_open), (cdparanoia_event):
22172 fix/add error handling
22174 add cdparanoia source
22175 * tools/Makefile.am:
22176 make scripts executable
22178 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22181 * ext/vorbis/Makefile.am:
22183 remove id3types, vorbisfile and xvideosink from the build (#133783)
22185 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
22187 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22188 Fix metadata read crash (#136537).
22190 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
22192 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22193 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22194 adding mime types, fixing the one-stop function
22196 2004-03-08 Christian Schaller <Uraeus@gnome.org>
22198 * ext/nas/nassink.c and /ext/nas/nassink.h:
22199 More NAS love from Arwed von Merkatz
22200 So lets all sing 'Can you feel the NAS tonight'
22202 2004-03-08 Christian Schaller <Uraeus@gnome.org>
22204 * tools/gst-launch-ext.in:
22205 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22207 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
22209 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22210 (gst_mpeg2dec_init):
22211 remove the user_data pad for now, because it is being used in
22212 fixating causing MPEG playback to fixate on 1000 Hz for playback.
22213 If someone knows how to fix this properly, please do.
22215 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
22217 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22218 (gst_osssink_get_time):
22219 add a warning, IMO this won't get triggered anymore, remove later
22221 2004-03-07 David Schleef <ds@schleef.org>
22223 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
22224 format (bug #136470)
22226 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
22228 * gst-libs/Makefile.am:
22229 * gst-libs/gst/media-info/Makefile.am:
22230 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22231 (error_callback), (gst_media_info_error_create),
22232 (gst_media_info_error_element), (gmip_init), (gmip_reset),
22233 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22234 * gst-libs/gst/media-info/media-info-priv.h:
22235 * gst-libs/gst/media-info/media-info-test.c: (main):
22236 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22237 (gst_media_info_class_init), (gst_media_info_instance_init),
22238 (gst_media_info_set_source), (gst_media_info_read_with_idler),
22239 (gst_media_info_read_idler), (gst_media_info_read):
22240 * gst-libs/gst/media-info/media-info.h:
22241 fixed, should work now
22243 2004-03-07 Christian Schaller <Uraeus@gnome.org>
22245 * ext/nas/nassink.c:
22246 A bunch of NAS fixes from Arwed von Merkatz
22248 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
22250 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22251 (qtdemux_parse_trak):
22252 Fix crash (j might be greater than n_samples, in which case we're
22253 writing outside the allocated space for the array) and memleak.
22255 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
22257 * sys/oss/gstosssink.c: (gst_osssink_chain):
22258 And another caller that couldn't handle delay < 0 (unsigned
22259 integer overflow). Video now continues playing on an audio
22260 buffer underrun, and the clock continues working. Audio still
22263 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
22265 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22266 (gst_osssink_get_time):
22267 get_delay() may return values lower than 0. In those cases, we
22268 should not actually cast to *unsigned* int64, that will break
22269 stuff horribly. In my case, it screwed up A/V sync in movies
22270 in totem rather badly.
22272 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22274 * ext/faac/gstfaac.c: (gst_faac_chain):
22275 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22276 * ext/libpng/gstpngenc.c: (user_write_data):
22277 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22278 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22279 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22280 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22281 Fix several misuse of gst_buffer_merge (it doesn't take ownership
22282 of any buffer), should fix some leaks. I hope I didn't unref buffers
22283 that shouldn't be...
22285 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22287 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22288 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22289 (error_callback), (gmi_reset), (gmi_seek_to_track),
22290 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22291 (gmip_find_type_post), (gmip_find_stream_post),
22292 (gmip_find_track_streaminfo_post):
22293 * gst-libs/gst/media-info/media-info-priv.h:
22294 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22295 (info_print), (main):
22296 * gst-libs/gst/media-info/media-info.c:
22297 (gst_media_info_error_create), (gst_media_info_error_element),
22298 (gst_media_info_instance_init), (gst_media_info_get_property),
22299 (gst_media_info_new), (gst_media_info_set_source),
22300 (gst_media_info_read_idler), (gst_media_info_read):
22301 * gst-libs/gst/media-info/media-info.h:
22302 first pass at making this work again. This seems to work on
22303 tagged ogg/vorbis and mp3 files.
22305 2004-03-06 Benjamin Otte <otte@gnome.org>
22307 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22308 fix huge leak: gst_buffer_merge doesn't unref the first argument
22311 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22313 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22314 report layer/mode/emphasis
22316 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22318 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22320 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22322 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22325 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22327 * ext/vorbis/vorbis.c: (plugin_init):
22328 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22329 (gst_vorbis_dec_init), (vorbis_dec_event):
22331 make vorbisdec handle _BYTE and _TIME queries
22333 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22335 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22336 from the xing header
22338 2004-03-06 Benjamin Otte <otte@gnome.org>
22340 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22341 (gst_audio_convert_link), (gst_audio_convert_change_state),
22342 (gst_audio_convert_buffer_from_default_format):
22343 do conversions from/to float correctly, fix some caps nego errors,
22344 export correct supported caps in template and getcaps, use correct
22345 caps in try_set_caps functions
22347 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22349 For some reason, I only committed a ChangeLog entry yesterday and
22350 not the corresponding code...
22351 * ext/mad/gstmad.c: Fix detection of Xing headers
22352 * gst/tags/gstid3tag.c: Changes to support TLEN tags
22354 2004-03-06 Benjamin Otte <otte@gnome.org>
22356 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22357 (gst_ogg_demux_src_query):
22358 make sure to handle the case where there's no current chain
22361 2004-03-05 David Schleef <ds@schleef.org>
22363 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22364 Add fixate function. (bug #131128)
22365 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22366 (gst_sdlvideosink_fixate): Add fixate function.
22367 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22368 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22369 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22370 Fix missing break that was causing ulaw to be interpreted as
22373 2004-03-05 David Schleef <ds@schleef.org>
22375 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22376 Fix code that ignores return value of gst_buffer_merge().
22378 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22379 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22380 * testsuite/gst-lint: Check for above.
22382 2004-03-05 David Schleef <ds@schleef.org>
22384 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
22385 caps and throw an element error. (bug #136334)
22387 2004-03-05 David Schleef <ds@schleef.org>
22389 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22390 (gst_faad_chain): Fix negotiation.
22391 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22392 key and button events.
22393 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22395 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22397 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22398 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22399 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22400 function to encourage better negotiation, particularly between
22401 audioconvert and osssink.
22402 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22403 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
22405 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
22407 * gst/vbidec/vbiscreen.c: Add glib header
22408 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
22410 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
22412 * ext/mad/gstmad.c: Fix detection of Xing headers
22413 * gst/tags/gstid3tag.c: Changes to support TLEN tags
22415 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22417 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22418 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22421 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22423 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22424 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22425 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22426 files, and report the parsed length as a GST_TAG_DURATION tag.
22427 * gst/tags/gstid3tag.c: support TLEN (duration) tag
22429 2004-03-05 Benjamin Otte <otte@gnome.org>
22431 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22432 convert channels correctly. convert correctly to unsigned.
22434 2004-03-05 Julien MOUTTE <julien@moutte.net>
22436 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22437 we have a window before clearing it.
22439 2004-03-05 Julien MOUTTE <julien@moutte.net>
22441 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22442 have a window before clearing it.
22444 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
22446 * gconf/gstreamer.schemas.in:
22447 * gst-libs/gst/gconf/Makefile.am:
22448 version installation path the same way as for 0.6
22449 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22450 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22451 * pkgconfig/gstreamer-play-uninstalled.pc.in:
22452 remove comment that was fixed
22454 2004-03-05 David Schleef <ds@schleef.org>
22456 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22457 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22458 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22459 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22460 Add prototype code for handling seeking and querying.
22462 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
22464 * examples/gstplay/player.c: (main):
22465 Initialize variables to NULL. Prevents a segfault because the
22466 (uninitialized) variable is not NULL, resulting in a crash on
22467 trying to reach error->message.
22469 2004-03-05 Benjamin Otte <otte@gnome.org>
22471 * gst/audioconvert/gstaudioconvert.c:
22472 (gst_audio_convert_buffer_to_default_format):
22473 make float=>int conversion work correctly even in cornercases.
22475 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
22477 * debian/README.Debian:
22478 * debian/build-deps:
22479 * debian/changelog:
22481 * debian/control.in:
22482 * debian/copyright:
22483 * debian/gstreamer-a52dec.files:
22484 * debian/gstreamer-aa.files:
22485 * debian/gstreamer-alsa.files:
22486 * debian/gstreamer-alsa.manpages:
22487 * debian/gstreamer-arts.files:
22488 * debian/gstreamer-artsd.files:
22489 * debian/gstreamer-audiofile.files:
22490 * debian/gstreamer-avifile.files:
22491 * debian/gstreamer-cdparanoia.files:
22492 * debian/gstreamer-colorspace.files:
22493 * debian/gstreamer-doc.files:
22494 * debian/gstreamer-dv.files:
22495 * debian/gstreamer-dvd.files:
22496 * debian/gstreamer-esd.files:
22497 * debian/gstreamer-festival.files:
22498 * debian/gstreamer-flac.files:
22499 * debian/gstreamer-gconf.conffiles:
22500 * debian/gstreamer-gconf.files:
22501 * debian/gstreamer-gconf.postinst:
22502 * debian/gstreamer-gnomevfs.files:
22503 * debian/gstreamer-gsm.files:
22504 * debian/gstreamer-http.files:
22505 * debian/gstreamer-jack.files:
22506 * debian/gstreamer-jpeg.files:
22507 * debian/gstreamer-mad.files:
22508 * debian/gstreamer-mikmod.files:
22509 * debian/gstreamer-misc.files:
22510 * debian/gstreamer-mpeg2dec.files:
22511 * debian/gstreamer-oss.files:
22512 * debian/gstreamer-plugin-apps.files:
22513 * debian/gstreamer-plugin-apps.manpages:
22514 * debian/gstreamer-plugin-libs-dev.files:
22515 * debian/gstreamer-plugin-libs.files:
22516 * debian/gstreamer-plugin-template.postinst:
22517 * debian/gstreamer-plugin-template.postrm:
22518 * debian/gstreamer-sdl.files:
22519 * debian/gstreamer-sid.files:
22520 * debian/gstreamer-vorbis.files:
22521 * debian/gstreamer-x.files:
22522 * debian/mk.control:
22524 Debian package info not maintained here.
22526 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
22528 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
22529 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
22530 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
22531 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
22532 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
22533 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
22534 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
22535 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
22536 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
22537 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
22538 * gst-libs/gst/colorbalance/colorbalance.c:
22539 (gst_color_balance_class_init):
22540 * gst-libs/gst/colorbalance/colorbalancechannel.c:
22541 (gst_color_balance_channel_class_init):
22542 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22543 * gst-libs/gst/play/play.c: (gst_play_class_init):
22544 * gst-libs/gst/propertyprobe/propertyprobe.c:
22545 (gst_property_probe_iface_init):
22546 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
22547 * gst-libs/gst/tuner/tunerchannel.c:
22548 (gst_tuner_channel_class_init):
22549 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
22550 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
22551 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
22552 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
22553 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
22554 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
22555 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
22556 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
22557 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
22558 fix signals to use - instead of _
22559 * ext/libcaca/gstcacasink.h:
22560 * ext/sdl/sdlvideosink.h:
22563 2004-03-04 David Schleef <ds@schleef.org>
22565 * testsuite/gst-lint: Add a check for bad signal names.
22567 2004-03-04 <kost@imn.htwk-leipzig.de>
22569 reviewed by David Schleef
22571 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
22572 modified the alpha channel and caused a warning. (bug #136192)
22574 2004-04-03 Christian Schaller <Uraeus@gnome.org>
22576 * gst-plugins.spec.in:
22577 Change names of plugins to actually be correct. Try to keep things
22578 alphabetical to avoid getting beat up by Thomas
22580 2004-03-03 Julien MOUTTE <julien@moutte.net>
22582 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
22583 Using ximagesink as a default if no gconf key found. We should
22584 probably consider using alsasink instead of osssink for the audio
22587 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
22590 fix --with-plugins, don't think it ever worked before
22591 * gst-plugins.spec.in:
22594 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
22596 * ext/sdl/sdlvideosink.h:
22597 * sys/ximage/ximagesink.h:
22598 * sys/xvideo/xvideosink.h:
22599 * sys/xvimage/xvimagesink.h:
22600 Fix for move of gstvideosink.h -> videosink.h.
22602 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
22604 * gst-libs/gst/xwindowlistener/Makefile.am:
22605 this is a plugin library, not a library
22607 2004-03-01 David Schleef <ds@schleef.org>
22609 * AUTHORS: Added some names. Add yourself if you're still
22612 2004-03-01 David Schleef <ds@schleef.org>
22616 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
22618 * gst-plugins.spec.in: clean up spec file
22620 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
22622 * gst-libs/gst/video/Makefile.am:
22623 * gst-libs/gst/video/gstvideosink.c:
22624 * gst-libs/gst/video/gstvideosink.h:
22625 rename gstvideosink.h to videosink.h to match other headers
22626 * gst/mixmatrix/Makefile.am:
22627 fix plugin filename
22628 * gst/tags/Makefile.am: fix plugin filename
22630 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
22632 * gst/tags/Makefile.am: fix plugin filename
22634 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
22636 * examples/gstplay/player.c: (got_time_tick), (main):
22638 display time_tick more readably
22639 * gst/mixmatrix/Makefile.am:
22640 fix plugin file name
22642 2004-02-29 Christophe Fergeau <teuf@gnome.org>
22644 * sys/oss/gstosselement.c: (gst_osselement_probe),
22645 (device_combination_append), (gst_osselement_class_probe_devices):
22646 * sys/oss/gstosselement.h:
22647 Reworked enumeration of oss dsps and mixers so that gst-mixer works
22648 on my system using alsa oss emulation, fixes bug #135597
22650 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
22652 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
22653 (gst_videodrop_chain), (gst_videodrop_change_state):
22654 * gst/videodrop/gstvideodrop.h:
22655 Work based on timestamp of input data, not based on the expected
22656 framerate from the input. The consequence is that this element now
22657 not only scales framerates, but also functions as a framerate
22658 corrector or framerate stabilizer/constantizer.
22660 2004-02-27 David Schleef <ds@schleef.org>
22662 patches from jmmv@menta.net (Julio M. Merino Vidal)
22664 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
22665 GST_ELEMENT_ERROR call (bug #135634)
22666 * gst/interleave/interleave.c: (interleave_buffered_loop),
22667 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
22668 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
22669 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22670 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
22671 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
22672 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
22673 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
22674 Fix GST_ELEMENT_ERROR call.
22675 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
22676 GST_ELEMENT_ERROR call.
22678 2004-02-27 Benjamin Otte <otte@gnome.org>
22680 * gst-libs/gst/audio/audio.h:
22681 add macro to make sure header isn't included twice
22682 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22683 don't use gst_buffer_free
22684 * gst/playondemand/filter.func:
22685 don't use gst_data_free. Free data only once.
22687 2004-02-26 David Schleef <ds@schleef.org>
22689 * gst-libs/gst/colorbalance/Makefile.am:
22690 * gst-libs/gst/mixer/Makefile.am:
22691 * gst-libs/gst/tuner/Makefile.am:
22692 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
22693 should not be disted, -marshal.h files should not be installed,
22694 and -enum.h files _should_ be installed. Fix to make this the
22697 === release 0.7.5 ===
22699 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
22701 * configure.ac: release 0.7.5, "Under The Sea"
22703 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
22705 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22706 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
22707 * gst/videoscale/gstvideoscale.c:
22708 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22709 assorted debug/warning fixes
22711 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
22713 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
22714 (gst_videoscale_init), (gst_videoscale_chain),
22715 (gst_videoscale_set_property), (plugin_init):
22716 * gst/videoscale/gstvideoscale.h:
22717 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22718 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
22719 (gst_videoscale_planar400), (gst_videoscale_packed422),
22720 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
22721 (gst_videoscale_24bit), (gst_videoscale_16bit),
22722 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
22723 (gst_videoscale_scale_plane_slow),
22724 (gst_videoscale_scale_point_sample),
22725 (gst_videoscale_scale_nearest),
22726 (gst_videoscale_scale_nearest_str2),
22727 (gst_videoscale_scale_nearest_str4),
22728 (gst_videoscale_scale_nearest_32bit),
22729 (gst_videoscale_scale_nearest_24bit),
22730 (gst_videoscale_scale_nearest_16bit):
22731 add debugging category and use it properly
22732 fix use of GST_PTR_FORMAT
22734 2004-02-25 Andy Wingo <wingo@pobox.com>
22736 * gst/interleave/interleave.c (interleave_buffered_loop): Always
22737 push only when channel->buffer is NULL. Prevents segfaults doing
22738 the state change after a nonlocal exit, like a scheme exception.
22740 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
22741 Handle the case where the intersected caps is empty.
22743 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
22745 * gst/law/mulaw-decode.c: (mulawdec_link):
22746 * gst/law/mulaw.c: (plugin_init):
22747 fix mulawdec so it actually works again
22749 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
22751 reviewed by: David Schleef <ds@schleef.org>
22753 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
22754 (gst_gamma_init), (gst_gamma_set_property),
22755 (gst_gamma_get_property), (gst_gamma_calculate_tables),
22756 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
22757 for RGB, with separate r g and b correction factors. (#131167)
22759 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
22761 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22762 only signal tags for bitrate if they're > 0 (#134894)
22764 2004-02-24 David Schleef <ds@schleef.org>
22766 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
22767 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
22768 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
22769 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
22770 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
22771 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
22772 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
22773 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
22774 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
22775 category. Attempt to fix timestamp calculation.
22777 2004-02-24 Johan Dahlin <johan@gnome.org>
22779 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
22781 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
22784 * gconf/Makefile.am:
22785 * gconf/gstreamer.schemas:
22786 * gst-libs/gst/gconf/Makefile.am:
22787 * gst-libs/gst/gconf/gconf.c:
22788 version gconf schemas and install locations
22790 2004-02-23 Benjamin Otte <otte@gnome.org>
22792 * ext/xine/xineinput.c: (gst_xine_input_dispose):
22793 (gst_xine_input_subclass_init):
22794 call parent dispose.
22795 change pad template for CD reader correctly
22796 * ext/xine/Makefile.am:
22797 * ext/xine/gstxine.h:
22798 * ext/xine/xine.c: (plugin_init):
22799 * ext/xine/xineaudiosink.c:
22800 wrap audio sinks, too
22801 * gst-libs/gst/resample/private.h:
22802 * gst-libs/gst/resample/resample.c: (gst_resample_init),
22803 (gst_resample_reinit), (gst_resample_scale),
22804 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
22805 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
22806 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
22807 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
22808 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
22809 * gst-libs/gst/resample/resample.h:
22810 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22811 (gst_audioscale_class_init), (gst_audioscale_link),
22812 (gst_audioscale_get_buffer), (gst_audioscale_init),
22813 (gst_audioscale_chain), (gst_audioscale_set_property),
22814 (gst_audioscale_get_property):
22815 * gst/audioscale/gstaudioscale.h:
22816 s/resample_*/gst_resample_*/i to not clobber namespaces
22818 2004-02-23 Julien MOUTTE <julien@moutte.net>
22820 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
22821 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
22822 (gst_riff_create_video_template_caps),
22823 (gst_riff_create_audio_template_caps),
22824 (gst_riff_create_iavs_template_caps):
22825 * gst-libs/gst/riff/riff-media.h:
22826 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
22827 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
22828 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
22829 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
22830 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
22831 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
22832 (gst_matroska_demux_plugin_init): First batch implementing audio and
22833 video codec tags in demuxers.
22835 2004-02-22 Benjamin Otte <otte@gnome.org>
22837 * ext/xine/Makefile.am:
22838 * ext/xine/gstxine.h:
22839 * ext/xine/xine.c: (plugin_init):
22840 * ext/xine/xineinput.c:
22841 add input plugin wrapper. Playback from files, http, mms and cdda
22843 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22844 remove leftover G_GNUC_UNUSED
22845 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
22846 (gst_asf_demux_identify_guid):
22847 improve debugging output
22849 2004-02-22 Benjamin Otte <otte@gnome.org>
22851 reported by: Padraig O'Briain <padraig.obriain@sun.com>
22854 replace test -e with test -x for mkinstalldirs to be more portable.
22857 2004-02-22 Benjamin Otte <otte@gnome.org>
22859 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
22861 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
22862 set rank to PRIMARY
22863 * gst/volume/gstvolume.c: (plugin_init):
22867 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
22869 reviewed by Benjamin Otte <otte@gnome.org>
22871 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22872 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
22874 2004-02-22 Benjamin Otte <otte@gnome.org>
22877 export [_]*{gst,Gst,GST}.* symbols from plugins
22879 2004-02-22 Christophe Fergeau <teuf@gnome.org>
22881 reviewed by: Benjamin Otte <otte@gnome.org>
22883 * ext/lame/gstlame.c: (add_one_tag):
22884 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22885 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
22886 (gst_vorbisenc_metadata_set1):
22887 * gst/tags/gstid3tag.c:
22888 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
22889 apply fixes from bugs #135042 (lame can't write tags) and #133817
22890 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
22892 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
22894 * configure.ac: Export only gst_plugin_desc from plugins.
22895 Note that this change only makes any effect with Linux using libtool
22896 1.5.2 or higher. Otherwise it is silently ignored, but it would build
22897 fine. And don't try to have several versions of libtool in different
22900 2004-02-20 Andy Wingo <wingo@pobox.com>
22902 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
22903 interleave respectively.
22905 * gst/interleave/deinterleave.c: New plugin: deinterleave
22906 (replaces on oneton).
22907 * gst/interleave/interleave.c: New plugin: interleave.
22908 * gst/interleave/plugin.h: Support file.
22909 * gst/interleave/plugin.c: Support file.
22911 * configure.ac: Remove intfloat and oneton, add interleave.
22913 * ext/sndfile/gstsf.c: Handle events better.
22915 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
22916 and float2int operation. int2float has scheduling problems as
22917 noted in in2float_chain.
22919 2004-02-20 Benjamin Otte <otte@gnome.org>
22921 * ext/xine/Makefile.am:
22922 * ext/xine/gstxine.h:
22924 * ext/xine/xineaudiodec.c:
22925 * ext/xine/xinecaps.c:
22926 add first version of xine plugin wrapper. Currently only wraps the
22927 QDM2 win32 DLL, and even that only in proof-of-concept quality.
22930 add xine plugin wrapper, disabled by default. Use --enable-xine to
22931 build. Note that it'll segfault on gst-register if you don't remove
22932 the goom and tvtime post plugins from xine.
22933 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22934 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
22935 add extradata parsing for QDM2.
22936 change around debugging prints.
22938 2004-02-19 Benjamin Otte <otte@gnome.org>
22940 * ext/lame/gstlame.c: (gst_lame_chain):
22941 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22942 use gst_tag_list_insert when you want to insert tags
22944 2004-02-18 David Schleef <ds@schleef.org>
22946 * configure.ac: Move massink to gst-rotten
22948 * ext/mas/Makefile.am:
22949 * ext/mas/massink.c:
22950 * ext/mas/massink.h:
22952 2004-02-18 David Schleef <ds@schleef.org>
22954 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
22955 typefinding, since it seems to be worse than nothing.
22956 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
22957 atom to recognize .mp4 and .m4a files as video/quicktime.
22959 2004-02-18 David Schleef <ds@schleef.org>
22961 * gst/sine/demo-dparams.c: (quit_live),
22962 (dynparm_log_value_changed), (dynparm_value_changed), (main):
22963 Use double dparams, not float.
22964 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22965 (gst_sinesrc_init): Change sync default to FALSE, since multiple
22966 sync'd elements don't really work correctly.
22967 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
22968 (volume_update_volume), (volume_get_property): Change dparam
22971 2004-02-18 Julien MOUTTE <julien@moutte.net>
22973 * sys/ximage/ximagesink.c:
22974 (gst_ximagesink_xwindow_update_geometry),
22975 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22976 (gst_ximagesink_change_state), (gst_ximagesink_expose),
22977 (gst_ximagesink_init): Rework the way software video scaling works. So
22978 now we check on each chain call if the video frames are feeling the
22979 window. If not we try to renegotiate caps. On failure we memorize that
22980 and we won't try again for that PLAYING sessions.
22981 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
22983 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
22986 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
22988 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22989 break up _link so we can give a better debug message for errors
22991 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
22993 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22994 set up debug category
22996 2004-02-18 Julien MOUTTE <julien@moutte.net>
22998 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22999 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23000 the way renegotiation work. The event handling function is not taking
23001 care of external windows and renegotiate method check for pad flags
23002 NEGOTIATING. Should fix : #133209
23004 2004-02-17 Julien MOUTTE <julien@moutte.net>
23006 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23007 pad is negotiating before trying renegotiation.
23009 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
23011 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23012 pass on all possible mime types as typefind hints
23014 2004-02-17 Julien MOUTTE <julien@moutte.net>
23016 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23017 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23018 possible SHM leak if we crash. All other apps using XShm are doing
23021 2004-02-17 Julien MOUTTE <julien@moutte.net>
23023 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23024 (gst_ximagesink_expose): Renegotiate size on expose.
23025 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23028 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
23030 * testsuite/alsa/sinesrc.c:
23031 cosmetic fix to fix compile issue with gcc 2.95.4
23033 2004-02-16 Julien MOUTTE <julien@moutte.net>
23035 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23036 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23037 failed opening the audio device.
23038 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23039 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23040 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23041 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23042 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23043 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23044 (gst_ximagesink_change_state), (gst_ximagesink_chain),
23045 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23046 Removing some useless g_return_if_fail like wingo suggested.
23047 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23048 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23049 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23050 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23051 (gst_xvimagesink_update_colorbalance),
23052 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23053 (gst_xvimagesink_xcontext_clear),
23054 (gst_xvimagesink_get_fourcc_from_caps),
23055 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23056 (gst_xvimagesink_set_xwindow_id),
23057 (gst_xvimagesink_colorbalance_list_channels),
23058 (gst_xvimagesink_colorbalance_set_value),
23059 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23060 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23062 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
23064 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23065 throw error when not negotiated instead of asserting
23067 2004-02-15 Julien MOUTTE <julien@moutte.net>
23069 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23070 correct data refcounting.
23072 2004-02-15 Julien MOUTTE <julien@moutte.net>
23074 * gst/switch/gstswitch.c: (gst_switch_change_state),
23075 (gst_switch_class_init): Cleaning the sinkpads correctly on state
23076 change, mostly the EOS flag.
23078 2004-02-15 Julien MOUTTE <julien@moutte.net>
23080 * examples/gstplay/player.c: (got_eos), (main): Adding some
23081 output for debugging.
23082 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23083 timeouts if we go to any state different from PLAYING.
23084 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23085 more EOS bugs in riff lib.
23087 2004-02-14 Julien MOUTTE <julien@moutte.net>
23089 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23090 visualization until i find a way to fix switch correctly.
23091 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23093 * gst/switch/gstswitch.c: (gst_switch_release_pad),
23094 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23095 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23096 Reworked switch to get a more correct behaviour with events and refing
23097 of data stored in sinkpads.
23098 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23099 we don't pull from a pad in EOS.
23101 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23103 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23104 remove v1 tag even if we can't read it (makes sure we don't detect
23107 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23109 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23110 (gst_alsa_xrun_recovery):
23111 * ext/alsa/gstalsa.h:
23112 try xrun recovery when wait failed. Make xrun recovery function
23113 return TRUE/FALSE to indicate success. (might fix #134354)
23115 2004-02-13 David Schleef <ds@schleef.org>
23117 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23118 (dynparm_value_changed), (main): Convert from float to double.
23119 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23121 2004-02-13 David Schleef <ds@schleef.org>
23123 * gst/silence/gstsilence.c: (gst_silence_class_init),
23124 (gst_silence_set_clock), (gst_silence_get),
23125 (gst_silence_set_property), (gst_silence_get_property):
23126 * gst/silence/gstsilence.h: Add sync property.
23127 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23128 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23129 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23130 * gst/sine/gstsinesrc.h: Add sync property.
23132 2004-02-13 David Schleef <ds@schleef.org>
23134 * gst/intfloat/gstint2float.c: (conv_f32_s16),
23135 (gst_int2float_chain_gint16): Change stdint usage to glib types.
23137 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
23141 * gst-libs/ext/Makefile.am:
23142 move ffmpeg plugin to gst-ffmpeg module
23144 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
23146 * configure.ac: use GST_ARCH to detect architecture
23148 2004-02-12 Julien MOUTTE <julien@moutte.net>
23150 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23152 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
23154 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23155 classify LADSPA plugins based on number of src/sink pads
23156 (#133663, Stefan Kost)
23157 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23158 fix dparams registration
23159 (#133528, Stefan Kost)
23160 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23161 fix use of isprint and use g_ascii_isprint instead
23162 (#133316, Stefan Kost)
23164 2004-02-11 David Schleef <ds@schleef.org>
23166 Convert a few inner loops to use liboil. This is currently
23167 optional, and is only enabled if liboil is present (duh!).
23168 * configure.ac: Check for liboil-0.1
23169 * gst/intfloat/Makefile.am:
23170 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23171 (gst_int2float_chain_gint16):
23172 * gst/videofilter/Makefile.am:
23173 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23174 (tablelookup_u8), (gst_videobalance_planar411):
23175 * gst/videotestsrc/Makefile.am:
23176 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23177 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23178 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23179 (paint_hline_RGB565), (paint_hline_xRGB1555):
23181 2004-02-11 David Schleef <ds@schleef.org>
23183 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23184 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23185 (gst_colorspace_getcaps), (gst_colorspace_link),
23186 (gst_colorspace_base_init), (gst_colorspace_init),
23187 (gst_colorspace_chain), (gst_colorspace_change_state),
23188 (plugin_init): Merge Ronald's patch (bug #117897) and update
23189 for new caps and negotiation. Seems to work, although it
23190 shows off bugs in lcs.
23192 2004-02-11 David Schleef <ds@schleef.org>
23194 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23195 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23197 2004-02-11 David Schleef <ds@schleef.org>
23199 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23200 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23201 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23202 Add server and port properties
23204 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
23209 * m4/as-liblame.m4:
23210 * m4/as-slurp-ffmpeg.m4:
23211 * m4/check-libheader.m4:
23218 * m4/gst-ivorbis.m4:
23219 * m4/gst-matroska.m4:
23221 * m4/gst-shout2.m4:
23229 fix underquotedness of macros (#133800)
23230 * m4/as-avifile.m4:
23232 removed because no longer used
23234 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
23237 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23238 by autopoint (fixes #132996)
23240 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
23242 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23243 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23244 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23245 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23248 2004-02-11 David Schleef <ds@schleef.org>
23250 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23251 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23252 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23253 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23254 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23255 (gst_jpegenc_class_init), (gst_jpegenc_init),
23256 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23257 (gst_jpegenc_chain), (gst_jpegenc_set_property),
23258 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
23259 * ext/jpeg/gstjpegenc.h: Fix negotiation.
23261 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
23263 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23264 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23265 * ext/mikmod/gstmikmod.h:
23266 fix caps negotiation in mikmod
23267 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23268 output debug information
23270 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
23272 * gst-libs/gst/colorbalance/Makefile.am:
23273 * gst-libs/gst/navigation/Makefile.am:
23274 * gst-libs/gst/xoverlay/Makefile.am:
23275 remove unused GST_OPT_CFLAGS from Makefiles
23276 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23278 2004-02-07 David Schleef <ds@schleef.org>
23280 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23281 push events to pads that haven't been created (#133508)
23283 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
23285 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23286 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23287 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23288 (gst_dvdec_loop), (gst_dvdec_change_state):
23289 Second attempt at committing a working dvdec element.
23291 2004-02-06 David Schleef <ds@schleef.org>
23293 Build fixes for OS X: (see #129600)
23294 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23295 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23296 (gst_riff_read_strf_iavs):
23297 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23298 (gst_avi_demux_stream_odml):
23299 * gst/playondemand/Makefile.am:
23300 * gst/rtp/rtp-packet.c:
23302 2004-02-05 David Schleef <ds@schleef.org>
23304 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23305 last change, because it Just Doesn't Compile.
23307 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
23309 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23310 skip undecodable id3v2 tag instead of keeping it
23312 2004-02-05 David Schleef <ds@schleef.org>
23314 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23315 Unref leaked buffer. (Noticed by Ronald)
23317 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
23319 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23320 Sync requires with other checks. >= vs =.
23322 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
23324 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23325 (gst_dvdec_video_link), (gst_dvdec_loop):
23326 * ext/dv/gstdvdec.h:
23327 rework the caps negotiation so that dvdec works again instead
23328 of just segfaulting.
23330 === release 0.7.4 ===
23332 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
23334 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23335 * configure.ac: changed for release
23337 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
23339 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23340 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23341 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23342 * pkgconfig/gstreamer-play-uninstalled.pc.in:
23343 reworked patch by David Lehn to fix libdir and includedir for
23344 uninstalled libraries
23345 removed play and gconf from gstreamer-libs since they have their
23346 own pkgconfig files
23348 2004-02-04 David Schleef <ds@schleef.org>
23350 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23353 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
23355 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23356 use correct GST_TAG_ENCODER tag
23358 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
23360 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23361 be sure to stop the clock when going to paused
23362 * sys/oss/gstosssink.c: (gst_osssink_change_state):
23363 reset number of transmitted when going to ready.
23366 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
23368 reviewed by Benjamin Otte
23370 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23371 extract track count (fixes #133410)
23373 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
23375 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23376 that should be !=, not == (fixes #132519)
23378 2004-02-04 David Schleef <ds@schleef.org>
23380 Make sure set_explicit_caps() is called before adding pad.
23381 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23382 * gst/id3/gstid3types.c: (gst_id3types_loop):
23383 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23384 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23386 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
23389 bump nano to 2, first prerelease
23390 put back AM_PROG_LIBTOOL
23392 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
23394 * testsuite/alsa/Makefile.am:
23395 these are user test apps, not automatic testsuite tests
23397 2004-02-04 David Schleef <ds@schleef.org>
23399 Convert GST_DEBUG_CAPS() to GST_DEBUG():
23400 * gst/mpeg1videoparse/gstmp1videoparse.c:
23401 (mp1videoparse_parse_seq):
23402 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23403 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23404 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23405 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23406 (gst_xvideosink_getcaps):
23407 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23408 * testsuite/gst-lint: more tests
23410 2004-02-04 David Schleef <ds@schleef.org>
23412 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23413 with the code that they would expand to.
23414 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23415 (gst_flacdec_get_src_query_types),
23416 (gst_flacdec_get_src_event_masks):
23417 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23418 (gst_gnomevfssrc_get_query_types),
23419 (gst_gnomevfssrc_get_event_mask):
23421 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
23423 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23424 (gst_sinesrc_dispose):
23425 fix memleak by properly disposing sinesrc
23427 2004-02-04 Julien MOUTTE <julien@moutte.net>
23429 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23430 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23431 an overlay to redraw the image because it has been exposed.
23432 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23433 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23434 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23435 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23437 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23438 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23439 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23440 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23443 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23445 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23446 more memleak fixage
23448 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23450 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23451 * gst/typefind/gsttypefindfunctions.c:
23452 fix memleaks shown by gst-typefind
23454 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
23456 * common/glib-gen.mak:
23457 add hack rule to touch .Plo files
23458 * gst-libs/gst/colorbalance/Makefile.am:
23459 * gst-libs/gst/mixer/Makefile.am:
23460 * gst-libs/gst/play/Makefile.am:
23461 * gst-libs/gst/tuner/Makefile.am:
23462 remove glib_root variable
23464 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23466 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23467 set explicit caps before adding the element, so the autopluggers can
23469 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23470 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23471 (mpeg_video_type_find), (mpeg_video_stream_type_find),
23473 fix memleaks in typefind functions. gst_type_find_suggest takes a const
23476 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
23478 * gst-libs/gst/colorbalance/Makefile.am:
23479 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23480 * gst-libs/gst/colorbalance/colorbalance.c:
23481 * gst-libs/gst/colorbalance/colorbalance.h:
23482 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23483 * gst-libs/gst/mixer/Makefile.am:
23484 * gst-libs/gst/mixer/mixer-marshal.list:
23485 * gst-libs/gst/mixer/mixer.c:
23486 * gst-libs/gst/mixer/mixer.h:
23487 * gst-libs/gst/mixer/mixermarshal.list:
23488 * gst-libs/gst/play/Makefile.am:
23489 * gst-libs/gst/play/play.h:
23490 * gst-libs/gst/tuner/Makefile.am:
23491 * gst-libs/gst/tuner/tuner-marshal.list:
23492 * gst-libs/gst/tuner/tuner.c:
23493 * gst-libs/gst/tuner/tuner.h:
23494 * gst-libs/gst/tuner/tunermarshal.list:
23495 use new glib-gen.mak snippet to clean up Makefile.am
23496 fix various bugs in Makefile.am's
23498 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23500 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23501 handle chain parsing correctly in the multichain case
23502 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23503 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23504 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23505 (theora_dec_chain):
23506 handle events and queries correctly
23508 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
23511 Ignore generated file _stdint.h.
23513 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
23515 * gst-libs/gst/colorbalance/Makefile.am:
23516 * gst-libs/gst/colorbalance/colorbalance.h:
23517 * gst-libs/gst/mixer/Makefile.am:
23518 * gst-libs/gst/mixer/mixer.h:
23519 * gst-libs/gst/play/Makefile.am:
23520 * gst-libs/gst/play/play.h:
23521 * gst-libs/gst/tuner/Makefile.am:
23522 * gst-libs/gst/tuner/tuner.h:
23523 Generate enum type code with glib-mkenums.
23524 * gst-libs/gst/colorbalance/.cvsignore:
23525 * gst-libs/gst/mixer/.cvsignore:
23526 * gst-libs/gst/play/.cvsignore:
23527 * gst-libs/gst/tuner/.cvsignore:
23528 Ignore generated files.
23530 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
23532 * gst-libs/gst/audio/.cvsignore:
23533 Ignore generated file.
23534 * gst-libs/gst/audio/Makefile.am:
23535 Do not install example filter.
23537 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
23539 * examples/switch/.cvsignore:
23540 Ignore generated file.
23542 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23544 * common/m4/ax_create_stdint_h.m4:
23546 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
23549 remove generated _stdint.h in DISTCLEANFILES
23550 * ext/a52dec/gsta52dec.c:
23551 include _stdint.h for a52dec. (should fix #133064)
23553 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
23555 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
23556 (gst_tag_to_vorbis_comments):
23557 Add replaygain support to vorbistag
23559 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
23560 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23561 (gst_ffmpeg_caps_to_extradata):
23562 Fix SVQ3 caps flag properties
23563 Use glib macro for bytes swap
23565 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
23567 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23568 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23569 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23570 * ext/sndfile/gstsf.c: (plugin_init):
23571 * gst/avi/gstavi.c: (plugin_init):
23572 * sys/dxr3/dxr3init.c: (plugin_init):
23573 * sys/oss/gstossaudio.c: (plugin_init):
23574 * sys/v4l/gstv4l.c: (plugin_init):
23575 * sys/v4l2/gstv4l2.c: (plugin_init):
23576 remove textdomain calls
23578 update Dutch translation
23580 2004-02-02 Julien MOUTTE <julien@moutte.net>
23582 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23583 (gst_play_set_audio_sink): Moving volume in the audio thread for
23584 instantaneous volume change. Maybe i will add another volume in front
23585 of visualization later, not sure yet though.
23587 2004-02-02 Julien MOUTTE <julien@moutte.net>
23589 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23590 (gst_ximagesink_handle_xevents): Better X events handling, only take
23591 the latest events for configure and motion.
23592 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
23594 2004-02-02 Jon Trowbridge <trow@gnu.org>
23596 reviewed by: David Schleef <ds@schleef.org>
23599 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
23600 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
23602 2004-02-02 David Schleef <ds@schleef.org>
23604 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
23606 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
23607 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23608 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
23609 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23610 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
23611 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
23612 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
23613 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
23614 (gst_float2_2_int_link):
23615 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
23616 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
23617 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
23618 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
23619 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
23620 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
23621 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
23622 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
23623 * testsuite/gst-lint: Add tests for bzero and ;;
23625 2004-02-02 David Schleef <ds@schleef.org>
23627 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
23629 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
23631 * ext/aalib/gstaasink.c: (gst_aasink_open):
23632 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23633 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23634 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23635 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23636 (gst_afsink_close_file):
23637 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23638 (gst_afsrc_close_file):
23639 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23640 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23641 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23642 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23643 * ext/esd/esdmon.c: (gst_esdmon_get):
23644 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
23645 * ext/faac/gstfaac.c: (gst_faac_chain):
23646 * ext/faad/gstfaad.c: (gst_faad_chain):
23647 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23648 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23649 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23650 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23651 (gst_flacdec_loop):
23652 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23653 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23654 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23655 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23656 (gst_gnomevfssink_close_file):
23657 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23658 (gst_gnomevfssrc_open_file):
23659 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23660 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23661 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23662 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23663 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23664 * ext/mad/gstmad.c: (gst_mad_chain):
23665 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23666 * ext/mpeg2dec/gstmpeg2dec.c:
23667 * ext/mpeg2enc/gstmpeg2enc.cc:
23668 * ext/mplex/gstmplex.cc:
23669 * ext/mplex/gstmplexibitstream.cc:
23670 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23671 (gst_ogg_demux_push):
23672 * ext/raw1394/gstdv1394src.c:
23673 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23674 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23675 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23677 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23678 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
23679 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23680 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23681 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23682 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23683 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23684 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23685 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23686 (gst_riff_read_element_data), (gst_riff_read_seek),
23687 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23688 * gst/adder/gstadder.c: (gst_adder_loop):
23689 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23690 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23691 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23692 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23693 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23694 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23695 * gst/goom/gstgoom.c: (gst_goom_chain):
23696 * gst/id3/gstid3types.c: (gst_id3types_loop):
23697 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
23698 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23699 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23700 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23701 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23702 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23703 (gst_ebml_read_float), (gst_ebml_read_header):
23704 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23705 (gst_matroska_demux_parse_blockgroup):
23706 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23707 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23708 * gst/oneton/gstoneton.c: (gst_oneton_chain):
23709 * gst/silence/gstsilence.c: (gst_silence_get):
23710 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23711 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23712 * gst/speed/gstspeed.c: (speed_loop):
23713 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23714 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23715 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23716 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23717 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23718 (gst_wavparse_loop):
23719 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23720 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23721 (dxr3audiosink_close):
23722 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23723 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23724 (dxr3videosink_close), (dxr3videosink_write_data):
23725 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23726 * sys/oss/gstosssink.c: (gst_osssink_chain):
23727 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23728 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23729 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23730 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23731 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23732 (gst_v4l_set_window), (gst_v4l_enable_overlay):
23733 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23734 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23735 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23736 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23737 (gst_v4l_set_audio):
23738 * sys/v4l/v4l_calls.h:
23739 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23740 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23741 (gst_v4lmjpegsink_playback_init),
23742 (gst_v4lmjpegsink_playback_start):
23743 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
23744 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23745 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23746 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23747 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23748 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23749 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23750 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23751 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23752 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23753 (gst_v4l2_get_output), (gst_v4l2_set_output),
23754 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23755 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23756 (gst_v4l2_set_attribute):
23757 * sys/v4l2/v4l2_calls.h:
23758 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23759 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23760 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23761 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23762 (gst_v4l2src_capture_stop):
23763 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23764 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23765 (gst_ximagesink_chain):
23766 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23767 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23768 (gst_xvideosink_xwindow_new):
23769 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23770 (gst_xvimagesink_chain):
23772 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
23774 * gst/volume/gstvolume.c: (gst_volume_set_volume),
23775 (gst_volume_get_volume), (volume_class_init), (volume_init),
23776 (volume_chain_int16), (volume_update_volume):
23777 * gst/volume/gstvolume.h:
23778 make code more readable by removing magic numbers
23779 make mixer interface export 0-100 range
23780 make it internally map to 0.0-1.0 range so users don't distort
23781 output by putting the sliders at full volume
23783 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
23785 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
23786 (gst_play_state_change), (gst_play_seek_to_time):
23787 block the tick callback for 0.5 secs after doing a seek
23789 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
23791 * gst-libs/gst/play/play.c: (gst_play_new):
23794 2004-02-01 Julien MOUTTE <julien@moutte.net>
23796 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
23797 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
23798 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23799 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
23800 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23801 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
23803 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
23806 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23807 check for a function added in vorbis 1.1
23809 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
23811 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23812 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
23813 really start/stop clock only on PLAYING <=> PAUSED
23814 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23815 remove \n from debugging lines
23816 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23817 make it work when seeking does not
23818 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23821 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
23823 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
23824 start clock on PAUSED=>PLAYING, not later
23825 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23826 extract correct time for different discont formats
23827 (gst_alsa_sink_get_time):
23828 don't segfault when no format is negotiated yet, just return 0
23829 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23830 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
23831 (gst_ogg_pad_push):
23832 handle flush and discont events correctly
23833 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
23834 handle discont events correctly
23836 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
23838 * gst-libs/gst/play/play.c: (gst_play_error_quark),
23839 (gst_play_error_create), (gst_play_error_plugin),
23840 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
23841 * gst-libs/gst/play/play.h:
23842 add error handling during creation
23843 * examples/gstplay/player.c: (main):
23844 use new gst_play_new
23847 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
23849 * ext/theora/theoradec.c: (theora_dec_chain):
23851 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23852 (vorbis_dec_src_event), (vorbis_dec_chain):
23853 add encoder tag, fix tag reading to be more error tolerant, change
23854 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
23855 gst_pad_event_default.
23856 * gst/tags/gstvorbistag.c:
23857 (gst_tag_list_from_vorbiscomment_buffer):
23858 undefine function specific define at end of function
23860 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
23862 * ext/flac/gstflac.c: (plugin_init):
23863 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
23864 * ext/flac/gstflacdec.h:
23865 * ext/flac/gstflacenc.h:
23868 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
23870 * examples/gstplay/player.c: s/gstplay.h/play.h/
23872 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
23874 * gst-libs/gst/play/Makefile.am:
23875 * gst-libs/gst/play/gstplay.c:
23876 * gst-libs/gst/play/gstplay.h:
23877 * gst-libs/gst/play/play.c:
23878 more surgery, operation complete
23880 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
23882 * gst-libs/gst/play/play.old.c:
23883 * gst-libs/gst/play/play.old.h:
23884 after CVS surgery by moving, remove
23885 * gst-libs/gst/play/playpipelines.c:
23888 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
23889 add negotiation error
23891 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
23893 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
23894 (gst_ogg_demux_push):
23895 add some seeking debug info
23896 send a flush when seeking
23898 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
23904 * ext/theora/Makefile.am:
23905 * ext/theora/theoradec.c:
23906 add theora video decoder. Does just do simple decoding for now and
23907 has been tested against Theora cvs only. It only works when theora
23908 is compiled with --enable-static.
23909 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23910 always reset packetno on DISCONT
23912 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
23914 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23917 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
23919 * gst/mpegaudioparse/gstmpegaudioparse.c:
23920 (mp3_type_frame_length_from_header):
23921 Fix header parsing - stolen from ffmpeg (thank you! :) ).
23923 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
23925 * ext/esd/esdsink.c: (gst_esdsink_init):
23926 Since we have static pad template caps, we don't need to negotiate;
23927 either the core errors out or we know the format.
23929 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
23931 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23932 (gst_riff_read_seek):
23933 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23934 (gst_ebml_read_seek):
23935 Fix event handling.
23937 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
23939 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23940 removee video/x-theora from vp3 decoder, it doesn't handle raw
23942 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
23943 fix bug with finalizing element that never went to PAUSED
23944 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23945 length and position queries were swapped
23946 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23947 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
23948 (vorbis_dec_src_event):
23949 implement querying time and bytes
23951 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
23953 * just about every source file:
23954 gst_element_error -> GST_ELEMENT_ERROR
23956 2004-01-29 Julien MOUTTE <julien@moutte.net>
23958 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
23959 emiting FLUSH and even before DISCONT.
23960 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
23961 get the best instant seeking as possible yay!
23963 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
23965 * gst/mpeg1videoparse/gstmp1videoparse.c:
23966 (gst_mp1videoparse_real_chain):
23967 Committed wrong version last week... Grr... Didn't notice until now.
23969 2004-01-29 Julien MOUTTE <julien@moutte.net>
23971 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
23972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
23973 have_xwindow_id signal in xwindow_create.
23975 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
23977 * ext/ogg/gstoggdemux.c:
23978 lots of changes - mainly support for chained bitstreams, seeking,
23979 querying and bugfixes of course
23980 * ext/vorbis/Makefile.am:
23981 * ext/vorbis/vorbisdec.c:
23982 * ext/vorbis/vorbisdec.h:
23983 add vorbisdec raw vorbis decoder
23984 * ext/vorbis/vorbis.c: (plugin_init):
23985 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
23986 * gst/intfloat/Makefile.am:
23987 * gst/intfloat/float22int.c:
23988 * gst/intfloat/float22int.h:
23989 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
23990 add float2intnew plugin. It converts multichannel interleaved float to
23991 multichannel interleaved int. The name should probably be changed.
23992 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
23994 add typefinding for raw theora video so oggdemux can detect it.
23996 2004-01-28 Julien MOUTTE <julien@moutte.net>
23998 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
23999 sink element first.
24000 * gst/videoscale/gstvideoscale.c:
24001 (gst_videoscale_handle_src_event): Fixing src event handler.
24003 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
24005 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24006 (gst_v4lsrc_open), (gst_v4lsrc_close),
24007 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24008 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24009 * sys/v4l/gstv4lsrc.h:
24010 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24011 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24012 Implement resizing... Hack. But that's why v4l is b0rked...
24014 2004-01-28 Julien MOUTTE <julien@moutte.net>
24016 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24017 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24018 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24019 (gst_ximagesink_xwindow_destroy):
24020 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24021 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24022 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24023 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24024 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24025 correctly cleaning the image created to check xshm calls on succes,
24026 added a lot of XSync calls in X11 functions, and fixed a segfault when
24027 no image format was defined before negotiation happened.
24029 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
24031 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24032 use gst_element_get_time to get correct time
24034 2004-01-28 Julien MOUTTE <julien@moutte.net>
24036 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24037 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24038 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24039 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24040 (gst_xvimagesink_check_xshm_calls),
24041 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24042 X plugins are now able to detect that XShm calls will fail even if the
24043 server claims that it has XShm support (remote displays most of the
24044 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24045 so that we use non XShm functions. This feature is almost useless for
24046 xvimagesink as Xv is not supported on remote displays anyway, but
24047 it might happen than even on the local display XShm calls fail.
24049 2004-01-27 David Schleef <ds@schleef.org>
24051 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24052 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24053 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
24054 changed esdsink to only use 44100,16,2, since esd sucks at rate
24055 conversion and esdsink has had difficulty negotiating.
24057 2004-01-27 Julien MOUTTE <julien@moutte.net>
24059 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24060 (gst_play_seek_to_time): Fixing the way to get current position.
24062 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24064 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24065 use gst_element_get_time to get correct time
24067 2004-01-27 Julien MOUTTE <julien@moutte.net>
24069 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24070 fix ever... Inverting 2 lines of code make spider autoplug correctly
24073 2004-01-27 David Schleef <ds@schleef.org>
24075 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24076 Use gst_pad_try_set_caps_nonfixed().
24078 2004-01-27 David Schleef <ds@schleef.org>
24080 * gst/ac3parse/gstac3parse.c: update to checklist 5
24081 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
24082 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24083 * gst/audioscale/gstaudioscale.c: same
24084 * gst/auparse/gstauparse.c: same
24085 * gst/avi/gstavidemux.c: same
24087 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24089 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24090 stop processing after EOS
24092 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24094 * gst/asfdemux/asfheaders.h:
24095 * gst/asfdemux/gstasfdemux.c:
24096 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24097 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24098 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24099 lot's of fixes to make data extraction simpler and get the code
24100 architecture and compiler independant. Add debugging category
24101 * gst/goom/gstgoom.c: (gst_goom_change_state):
24102 reset channel count on PAUSED=>READY, not READY=>PAUSED
24104 2004-01-26 Colin Walters <walters@verbum.org>
24106 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24107 code to pull a bigger buffer in iradio mode. This as a side effect
24108 makes typefinding work.
24110 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
24112 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24113 Fix SVQ3 decoding on PPC
24115 2004-01-26 Julien MOUTTE <julien@moutte.net>
24117 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24118 that one managed to stay there... Fixed.
24120 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
24122 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24123 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24124 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24125 (qtdemux_video_caps):
24126 * gst/qtdemux/qtdemux.h:
24127 Add SVQ3 specific flags to qtdemux and ffmpeg
24129 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24131 * gst-libs/gst/audio/audio.h:
24132 remove buffer-frames from audio caps
24133 * gst/audioconvert/gstaudioconvert.c:
24134 fix plugin to really work.
24136 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24138 * gst-libs/gst/mixer/mixer.c:
24139 * gst-libs/gst/propertyprobe/propertyprobe.c:
24140 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24141 (gst_tuner_find_channel_by_name):
24142 * gst-libs/gst/tuner/tuner.h:
24143 Add gtk-doc style comments. Also fix a function name.
24145 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24147 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24148 (gst_divxdec_negotiate):
24149 Fix for new capsnego - also fixes gst-player with divxdec.
24151 2004-01-25 Julien MOUTTE <julien@moutte.net>
24153 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24154 (gst_play_identity_handoff), (gst_play_set_location),
24155 (gst_play_set_visualization), (gst_play_connect_visualization): Another
24156 try in visualization implementation. Still have an issue with switch
24157 blocking when pulling from video_queue and only audio comes out of
24159 * gst/switch/gstswitch.c: (gst_switch_release_pad),
24160 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24161 release method. And check if the pad is usable before pulling.
24163 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24165 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24166 (gst_videobalance_init),
24167 (gst_videobalance_colorbalance_list_channels),
24168 (gst_videobalance_colorbalance_set_value),
24169 (gst_videobalance_colorbalance_get_value),
24170 (gst_videobalance_update_properties),
24171 (gst_videobalance_update_tables_planar411),
24172 (gst_videobalance_planar411):
24173 * gst/videofilter/gstvideobalance.h:
24174 Implement lookup-tables. +/- 10x faster.
24176 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24178 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24179 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24180 The index reading was broken. The rest worked fine, but the whole
24181 goal of my rewrite was to make avidemux readable, and this was
24182 not at all readable. Please use typed variables.
24184 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24186 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24187 Additional pad usability check.
24188 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24189 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24190 (gst_mp1videoparse_real_chain):
24191 Fix MPEG video stream parsing. The original plugin had several
24192 issues, including not timestamping streams where the source was
24193 not timestamped (this happens with PTS values in mpeg system
24194 streams, but MPEG video is also a valid stream on its own so
24195 that needs timestamps too). We use the display time code for that
24196 for now. Also, if one incoming buffer contains multiple valid
24197 frames, we push them all on correctly now, including proper EOS
24198 handling. Lastly, several potential segfaults were fixed, and we
24199 properly sync on new sequence/gop headers to include them in next,
24200 not previous frames (since they're header for the next frame, not
24201 the previous). Also see #119206.
24202 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24204 Move caps setting so we only do it after finding several valid
24205 MPEG-1 fraes sequentially, not right after the first one (which
24206 might be coincidental).
24207 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24208 (mpeg_video_type_find), (mpeg_video_stream_type_find),
24210 Add unsynced MPEG video stream typefinding, and change some
24211 probability values so we detect streams rightly. The idea is as
24212 follows: I can have an unsynced system stream which contains
24213 video. In the current code, I would randomly get a type for either
24214 system or video stream type found, because the probabilities are
24215 being calculated rather randomly. I now use fixed values, so we
24216 always prefer system stream if that was found (and that is how it
24217 should be). If no system stream was found, we can still identity the stream as video-only.
24219 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
24221 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24222 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24223 don't write to buffer. Extract data without the need of
24224 __attribute__ ((packed))
24226 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24228 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24229 (mpeg1_sys_type_find):
24230 Fix MPEG-1 stream typefinding.
24232 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24234 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24235 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24237 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
24239 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24240 * ext/esd/gstesd.c: (plugin_init):
24241 private debugging, better error reporting
24243 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24245 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24246 (gst_riff_read_init), (gst_riff_read_change_state):
24247 * gst-libs/gst/riff/riff-read.h:
24248 Remove stuff fromold metadata system.
24250 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24252 * ext/ogg/gstoggdemux.c:
24253 Fix wrong file comment.
24254 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24255 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24256 Add metadata reading properly.
24258 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
24261 Fix nas DIST_SUBDIRS
24263 Fix bug where make distcheck doesn't get run on adding stuff to
24266 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24268 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24269 * ext/divx/gstdivxdec.h:
24270 Fix divx3 ("msmpeg4") playback using divxdec.
24272 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
24274 * gst/typefind/gsttypefindfunctions.c:
24275 (mp3_type_frame_length_from_header): fix bug in length computation
24276 (mp3_type_find): improve debugging output
24278 2004-01-23 Julien MOUTTE <julien@moutte.net>
24280 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24281 (gst_play_set_location), (gst_play_seek_to_time),
24282 (gst_play_set_audio_sink), (gst_play_set_visualization),
24283 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24284 the pipeline from scratch. Visualization is back and switch went out as
24285 i realized it was not possible to use the way i wanted.
24286 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24287 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24288 clearing in state change from READY to NULL. So that one can clean the
24289 X ressources keeping the element.
24290 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24291 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24292 (gst_xvimagesink_colorbalance_set_value),
24293 (gst_xvimagesink_colorbalance_get_value),
24294 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24295 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24296 change from READY to NULL and fixed some stupid bugs in colorbalance
24297 get/set values. Also added the following feature : when nobody tries to
24298 set some values to the colorbalance levels before the xcontext is
24299 grabbed, then when creating channels list from Xv attributes we set the
24300 internal values to the Xv defaults. This way we handle buggy Xv drivers
24301 that set default hue values far from the middle of the range (Thanks
24302 to Jon Trowbridge for pointing that issue).
24303 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24304 colorbalance levels have been set before xcontext is grabbed.
24306 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
24308 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24309 Fix the ossmixer case where we shouldn't open /dev/dsp* because
24310 it might block operations (which is bad for a mixer).
24312 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
24314 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24315 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24316 (gmip_find_type_pre):
24317 * gst-libs/gst/media-info/media-info-priv.h:
24318 * gst-libs/gst/media-info/media-info.c:
24319 (gst_media_info_instance_init), (gst_media_info_read_idler):
24320 add fakesink to get caps on decoder src pad again
24321 fix callback prototype to match new have_type signal signature
24323 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
24325 * gst/adder/gstadder.c: (gst_adder_link):
24326 fix non-compile and cut-n-paste code
24328 2004-01-21 David Schleef <ds@schleef.org>
24330 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24331 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24332 (gst_swfdec_init), (gst_swfdec_change_state):
24333 * ext/swfdec/gstswfdec.h:
24335 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24336 (gst_adder_request_new_pad): Fix negotiation.
24337 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24338 Add a fixate function.
24339 * gst/intfloat/gstfloat2int.c:
24340 * gst/intfloat/gstfloat2int.h:
24341 * gst/intfloat/gstint2float.c:
24342 * gst/intfloat/gstint2float.h:
24343 Completely rewrite the negotiation. Doesn't quite work yet,
24344 due to some buffer-frames problem.
24346 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
24348 * ext/gnomevfs/gstgnomevfssrc.c:
24349 * sys/v4l2/v4l2_calls.h:
24350 fix includes for distcheck
24352 2004-01-21 Christian Schaller <uraeus@gnome.org>
24355 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24356 based on earlier patch from Laurent Vivier
24358 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
24360 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24361 Fix wma caps property
24362 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24363 Fix typo (flags1 and flags2)
24365 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24367 * gst-libs/gst/media-info/media-info-priv.c:
24368 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24369 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24370 (gmip_find_stream), (gmip_find_track_metadata),
24371 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24372 (gmip_find_track_format):
24373 * gst-libs/gst/media-info/media-info-priv.h:
24374 * gst-libs/gst/media-info/media-info-test.c: (main):
24375 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24376 (gst_media_info_read_idler), (gst_media_info_read):
24377 * gst-libs/gst/media-info/media-info.h:
24378 register debugging category and use it for debugging
24380 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24382 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24383 (gst_vorbisfile_new_link):
24384 signal streaminfo through tags
24386 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24388 * ext/mplex/gstmplex.cc:
24389 * ext/mplex/gstmplexibitstream.cc:
24390 g++ doesn't like NULL in our i18n/error macros, should be
24391 either (NULL) or ("").
24393 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24395 * sys/dxr3/dxr3audiosink.c:
24396 * sys/dxr3/dxr3init.c:
24397 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24398 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24399 Fix more error error error errors (missing includes here).
24401 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24403 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24404 fix thomas' error errors.
24406 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24408 * ext/mpeg2enc/gstmpeg2enc.cc:
24411 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24413 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24414 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24415 Fix for new error system.
24417 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24419 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24420 fix for new error reporting
24422 2004-01-20 David Schleef <ds@schleef.org>
24424 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24425 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24426 (gst_ximagesink_set_xwindow_id): Change to using a framerate
24427 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24428 and neither is 100+, most likely.
24429 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24430 (gst_xvimagesink_getcaps): same
24432 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24435 Up version requirement to 2.0.3 (not yet released) to avoid symbol
24436 clashes with ffmpeg.
24438 2004-01-20 Julien MOUTTE <julien@moutte.net>
24440 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24441 (gst_switch_init): Fixed switch element : proxying link and setting
24442 caps from src to sink on request.
24444 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24446 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24447 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24448 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24451 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24453 * sys/v4l/v4l_calls.h:
24454 * sys/v4l2/v4l2_calls.h:
24455 element_error fixes
24457 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24459 * gst-libs/gst/gst-i18n-plugin.h:
24461 remove config.h inclusion
24463 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24466 adding autopoint invocation
24469 * gst-libs/gst/gettext.h:
24470 adding gettext bits
24471 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24472 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24473 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24474 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24475 (gst_gnomevfssink_close_file):
24476 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24477 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24478 * gst-libs/gst/gst-i18n-plugin.h:
24479 * gst/avi/gstavi.c: (plugin_init):
24480 * sys/dxr3/dxr3init.c: (plugin_init):
24481 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24482 * sys/oss/gstossaudio.c: (plugin_init):
24483 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24484 * sys/v4l/gstv4l.c: (plugin_init):
24485 * sys/v4l/v4l_calls.c: (gst_v4l_open):
24486 * sys/v4l2/gstv4l2.c: (plugin_init):
24487 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24488 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24489 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24490 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24491 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24492 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24493 make sure locale and translation domain are set
24494 fix translated strings
24500 put translation files into place
24501 * sys/xvideo/imagetest.c: (main):
24502 * ext/dv/demo-play.c: (main):
24503 fix unnecessary translations
24505 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
24507 * ext/sndfile/gstsf.c:
24508 * gst/avi/gstavimux.c:
24509 * ext/audiofile/gstafsink.c:
24510 * ext/audiofile/gstafsrc.c:
24511 * ext/gnomevfs/gstgnomevfssink.c:
24512 * ext/gnomevfs/gstgnomevfssrc.c:
24513 * sys/oss/gstosselement.c:
24514 * sys/v4l/v4l_calls.h:
24517 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24519 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24520 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24521 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24522 (gst_v4l2_get_output), (gst_v4l2_set_output),
24523 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24524 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24525 (gst_v4l2_set_attribute):
24526 update to new error handling
24528 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24530 * ext/sidplay/gstsiddec.cc:
24531 * gst/modplug/gstmodplug.cc:
24532 parenthese NULL because C++ seems angry about it
24534 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24536 * gst-libs/gst/gst-i18n-plugin.h:
24537 add skeleton i18n stuff, but needs to be further implemented
24539 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
24541 * examples/gstplay/player.c: (main):
24542 * ext/aalib/gstaasink.c: (gst_aasink_open):
24543 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24544 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24545 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24546 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24547 (gst_afsink_close_file):
24548 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24549 (gst_afsrc_close_file):
24550 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24551 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24552 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24553 * ext/esd/esdmon.c: (gst_esdmon_get):
24554 * ext/esd/esdsink.c: (gst_esdsink_chain):
24555 * ext/faac/gstfaac.c: (gst_faac_chain):
24556 * ext/faad/gstfaad.c: (gst_faad_chain):
24557 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24558 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24559 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24560 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24561 (gst_flacdec_loop):
24562 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24563 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24564 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24565 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24566 (gst_gnomevfssink_close_file):
24567 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24568 (gst_gnomevfssrc_open_file):
24569 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24570 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24571 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24572 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24573 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24574 * ext/mad/gstmad.c: (gst_mad_chain):
24575 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24576 * ext/mpeg2dec/gstmpeg2dec.c:
24577 * ext/mpeg2enc/gstmpeg2enc.cc:
24578 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24579 * ext/mplex/gstmplex.cc:
24580 * ext/mplex/gstmplexibitstream.cc:
24581 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24582 (gst_ogg_demux_push), (gst_ogg_pad_push):
24583 * ext/raw1394/gstdv1394src.c:
24584 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24585 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24586 * ext/sidplay/gstsiddec.cc:
24587 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24589 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24590 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24591 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24592 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24593 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24594 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24595 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24596 * gst-libs/gst/Makefile.am:
24597 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24598 (gst_riff_read_element_data), (gst_riff_read_seek),
24599 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24600 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
24601 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24602 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24603 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24604 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24605 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24606 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24607 * gst/goom/gstgoom.c: (gst_goom_chain):
24608 * gst/id3/gstid3types.c: (gst_id3types_loop):
24609 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24610 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24611 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24612 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24613 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24614 (gst_ebml_read_float), (gst_ebml_read_header):
24615 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24616 (gst_matroska_demux_parse_blockgroup):
24617 * gst/modplug/gstmodplug.cc:
24618 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24619 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24620 * gst/oneton/gstoneton.c: (gst_oneton_chain):
24621 * gst/silence/gstsilence.c: (gst_silence_get):
24622 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24623 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24624 * gst/speed/gstspeed.c: (speed_loop):
24625 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24626 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24627 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24628 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24629 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24630 (gst_wavparse_loop):
24631 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24632 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24633 (dxr3audiosink_close):
24634 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24635 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24636 (dxr3videosink_close), (dxr3videosink_write_data):
24637 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24638 * sys/oss/gstosselement.h:
24639 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
24640 (gst_osssink_chain):
24641 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24642 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24643 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24644 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24645 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
24646 (gst_v4l_enable_overlay):
24647 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24648 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24649 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24650 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24651 (gst_v4l_set_audio):
24652 * sys/v4l/v4l_calls.h:
24653 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24654 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24655 (gst_v4lmjpegsink_playback_init),
24656 (gst_v4lmjpegsink_playback_start):
24657 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24658 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
24659 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
24660 (gst_v4lmjpegsrc_requeue_frame):
24661 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24662 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24663 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24664 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24665 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24666 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24667 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24668 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24669 (gst_v4l2src_capture_stop):
24670 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24671 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24672 (gst_ximagesink_chain):
24673 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24674 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24675 (gst_xvideosink_xwindow_new):
24676 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24677 (gst_xvimagesink_chain):
24678 use new error signal, function and categories
24680 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
24684 * ext/musicbrainz/gsttrm.c:
24685 * ext/musicbrainz/gsttrm.h:
24686 * ext/musicbrainz/Makefile.am:
24689 2004-01-18 Julien MOUTTE <julien@moutte.net>
24691 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
24692 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
24693 synchronous property for debugging.
24694 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
24695 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24696 (gst_xvimagesink_set_property): Moving a pointer declaration to a
24697 smaller block, fixing indent.
24699 2004-01-16 David Schleef <ds@schleef.org>
24701 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
24702 property affects the video stream.
24703 * sys/xvimage/xvimagesink.c:
24704 * sys/xvimage/xvimagesink.h:
24705 Add synchronous property for debugging. Should probably be
24706 disabled in non-CVS builds. Make sure that the Xv attribute
24707 exists before we set it (crash!). Fix a silly float bug that
24708 caused colorbalance to just not work.
24710 2004-01-17 Christian Schaller <Uraeus@gnome.org>
24712 * tools/gst-launch-ext.in - update for new plugins
24714 2004-01-16 David Schleef <ds@schleef.org>
24716 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
24717 already-freed caps.
24719 2994-01-16 Christian Schaller <Uraeus@gnome.org>
24721 * Update spec for new colorspace plugin and libcaca plugin
24722 * Fix compilation of libcaca plugin (clock -> id)
24724 2004-01-16 Julien MOUTTE <julien@moutte.net>
24726 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
24727 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
24728 (gst_xvimagesink_set_xwindow_id),
24729 (gst_xvimagesink_colorbalance_set_value),
24730 (gst_xvimagesink_colorbalance_get_value),
24731 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24732 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
24733 correct colorbalance properties. They can now be set when the element
24734 is still in NULL state. The values will be committed to the Xv Port
24735 when xcontext is initialized.
24736 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
24737 brightness int values in the GstXvImagesink structure.
24739 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24741 * gst-libs/gst/Makefile.am:
24742 restructure so having local patches works easier.
24744 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24746 * ext/mpeg2enc/Makefile.am:
24747 * ext/mpeg2enc/gstmpeg2enc.cc:
24748 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24749 Bugfix with respect to EOS handling.
24751 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
24753 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24754 Link with right caps (else, it segfaults).
24755 * ext/mplex/gstmplexjob.cc:
24756 Fix for slight API change in 1.6.1.93 release of mjpegtools.
24758 2004-01-15 David Schleef <ds@schleef.org>
24760 * gst-libs/gst/audio/Makefile.am:
24761 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
24763 * gst-libs/gst/audio/gstaudiofilter.c:
24764 * gst-libs/gst/audio/gstaudiofilter.h:
24765 Add bytes_per_sample and size and n_samples calculation.
24766 * gst-libs/gst/audio/gstaudiofilterexample.c:
24767 Remove, now autogenerated.
24768 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24769 Moved from gstaudiofilterexample, object name changed, code added
24770 so that it actually works.
24771 * gst-libs/gst/audio/make_filter:
24772 Script to build an audiofilter subclass from the template.
24773 * gst/colorspace/Makefile.am:
24774 * gst/colorspace/yuv2yuv.c:
24775 Remove file, since it's GPL, and we don't use it.
24777 2004-01-15 Julien MOUTTE <julien@moutte.net>
24779 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24780 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
24781 them use the buffer free function to test how the buffer was allocated.
24783 2004-01-15 David Schleef <ds@schleef.org>
24785 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
24786 that handles osssink fallback.
24787 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24788 (gst_audio_convert_getcaps):
24789 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
24790 Add audio/x-qdm2 for QDM2 audio.
24791 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24792 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
24793 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
24794 Decrease minimum size to 16x16.
24795 * gst/wavparse/gstwavparse.c:
24796 Convert disabled pad template caps to new caps.
24797 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24798 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24799 (gst_xvimagesink_chain): Throw element error when display cannot
24800 be opened. Increase minimum framerate to 1.0. Check the data
24801 free function on a buffer to make sure it is the type we expect
24802 before manipulating it.
24804 2004-01-15 Julien MOUTTE <julien@moutte.net>
24806 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
24807 (gst_videobalance_colorbalance_set_value): Implement passthru if
24808 settings are in the middle.
24809 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
24811 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
24813 * gst/videofilter/Makefile.am:
24814 * gst/volume/Makefile.am:
24815 Since we use videofilter symbols, link to it.
24817 2004-01-15 Julien MOUTTE <julien@moutte.net>
24819 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
24820 mixer interface type to HARDWARE.
24821 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
24823 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
24824 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
24825 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
24826 (gst_volume_interface_init), (gst_volume_list_tracks),
24827 (gst_volume_set_volume), (gst_volume_get_volume),
24828 (gst_volume_set_mute), (gst_volume_mixer_init),
24829 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
24830 (volume_init): Implementing mixer interface.
24831 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
24832 * sys/oss/gstosselement.c: (gst_osselement_get_type),
24833 (gst_osselement_change_state): Removing some trailing commas in
24835 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
24836 interface type to HARDWARE.
24837 * sys/v4l/gstv4lcolorbalance.c:
24838 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
24840 * sys/v4l2/gstv4l2colorbalance.c:
24841 (gst_v4l2_color_balance_interface_init): Setting colorbalance
24842 interface type to HARDWARE.
24843 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
24844 same code than ximagesink for event handling.
24846 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
24848 * ext/snapshot/Makefile.am:
24849 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
24850 (gst_snapshot_chain):
24851 * ext/snapshot/gstsnapshot.h:
24852 This has to be a joke... Snapshot should be connected to a tee,
24853 colorspace element before it and EOS after that, where the other
24854 src of the tee receives normal data.
24855 The current way is *wrong*.
24857 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
24859 * ext/hermes/gsthermescolorspace.c:
24860 Fix another compile error. Same as below.
24862 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
24864 * gst/colorspace/gstcolorspace.c:
24865 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
24866 (gst_colorspace_i420_to_yv12):
24867 Fix compiling... Didn't test if it actually works.
24869 2004-01-15 David Schleef <ds@schleef.org>
24872 * gst/colorspace/Makefile.am:
24873 * gst/colorspace/gstcolorspace.c:
24874 * gst/colorspace/gstcolorspace.h:
24875 * gst/colorspace/yuv2rgb.c:
24876 * gst/colorspace/yuv2rgb.h:
24877 Duplicate the ext/hermes colorspace plugin, and remove Hermes
24878 code and GPL code. Fix for new caps negotiation. Rewrite
24879 much of the format handling code, and some of the conversion
24880 code. Basically, rewrote almost everything. This element
24881 handles I420, YV12 to RGB conversions.
24882 * ext/hermes/Makefile.am:
24883 * ext/hermes/gsthermescolorspace.c:
24884 Rename colorspace to hermescolorspace. Fix negotiation issues.
24885 Remove non-Hermes related code. This element handles lots of
24886 RGB to RGB conversions, but no YUV.
24887 * ext/hermes/gstcolorspace.c:
24888 * ext/hermes/gstcolorspace.h:
24889 * ext/hermes/rgb2yuv.c:
24890 * ext/hermes/yuv2rgb.c:
24891 * ext/hermes/yuv2rgb.h:
24892 * ext/hermes/yuv2rgb_mmx16.s:
24893 * ext/hermes/yuv2yuv.c:
24894 * ext/hermes/yuv2yuv.h:
24897 2004-01-14 Colin Walters <walters@verbum.org>
24899 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
24900 they've already been.
24902 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
24904 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
24905 assume tag mode when pad is not connected
24907 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
24909 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24910 Don't update the time of the clock
24911 (gst_alsa_sink_loop):
24912 sync to the clock given to alsasink, not the own clock
24913 * sys/oss/gstosssink.c: (gst_osssink_chain):
24915 (gst_osssink_change_state):
24917 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24918 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24919 remove bogus code that made DISCONT events unhandled
24920 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
24921 explicitly case to double in _set_simple. (fixes 2nd warning in bug
24923 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
24924 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
24925 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
24926 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
24927 2nd warning in bug #131502)
24929 2004-01-14 Julien MOUTTE <julien@moutte.net>
24931 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
24932 (gst_videobalance_colorbalance_set_value),
24933 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
24934 for colorbalance interface implementation.
24935 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24936 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24937 (gst_ximagesink_dispose), (gst_ximagesink_init),
24938 (gst_ximagesink_class_init): Adding DISPLAY property.
24939 * sys/ximage/ximagesink.h: Adding display_name to store display.
24940 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24941 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24942 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
24943 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
24944 properties (they still need polishing though for gst-launch use : no
24945 xcontext yet, i ll do that tomorrow).
24946 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
24948 2004-01-14 Julien MOUTTE <julien@moutte.net>
24950 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24951 (gst_play_set_location), (gst_play_set_visualization): Preparing
24952 switch integration, adding videobalance in the pipeline.
24954 2004-01-14 Julien MOUTTE <julien@moutte.net>
24956 * gst-libs/gst/colorbalance/colorbalance.c:
24957 (gst_color_balance_class_init): Adding a default type.
24958 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
24960 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
24961 (gst_videobalance_dispose), (gst_videobalance_class_init),
24962 (gst_videobalance_init), (gst_videobalance_interface_supported),
24963 (gst_videobalance_interface_init),
24964 (gst_videobalance_colorbalance_list_channels),
24965 (gst_videobalance_colorbalance_set_value),
24966 (gst_videobalance_colorbalance_get_value),
24967 (gst_videobalance_colorbalance_init): Implementing colorbalance
24969 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
24971 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
24972 bug which was triggering a BadAccess X error when setting an overlay
24973 before pad was really negotiated.
24974 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
24975 Using the colorbalance type macro.
24977 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
24979 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
24980 (gst_flacenc_chain):
24981 handle tags correctly
24982 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24983 extract ID3v1 tags correctly
24985 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
24987 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
24989 Improve matroska typefinding for odd-typed headers...
24991 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
24993 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24994 Fix for using incremental number on padnames.
24996 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
24998 * ext/divx/gstdivxdec.c:
24999 * ext/divx/gstdivxenc.c:
25000 Set category to divx4linux instead of divx (too generic).
25001 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25002 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25003 (gst_wavparse_loop), (gst_wavparse_change_state):
25004 * gst/wavparse/gstwavparse.h:
25005 fix parsing of WAV files with non-standard fmt-tag size and fix
25006 skipping of unrecognized chunks... Someone please fix this thing
25007 to use rifflib so all this is automated.
25008 * sys/v4l/Makefile.am:
25009 * sys/v4l2/Makefile.am:
25010 Add X_CFLAGS because we depend on X (for overlay).
25012 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
25014 * ext/mpeg2dec/gstmpeg2dec.c:
25015 Don't issue a timestamp unless we tagged the frame
25018 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25020 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25021 Query the audio element to get the time, not the clock. We're
25022 interested in the element's time here.
25024 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25026 * ext/aalib/gstaasink.c: (gst_aasink_chain):
25027 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25028 * ext/esd/esdsink.c: (gst_esdsink_chain):
25029 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25030 * ext/mas/massink.c: (gst_massink_chain):
25031 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25032 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25033 (gst_matroska_demux_parse_metadata):
25034 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25035 (gst_mpeg_parse_release_locks):
25036 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25037 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25038 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25039 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25040 (gst_osssink_change_state):
25041 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25042 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25043 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25044 (gst_xvideosink_release_locks):
25045 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25047 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25048 (gst_alsa_clock_stop):
25049 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25050 (gst_audio_clock_get_internal_time):
25051 simplify for use with new clocking code.
25052 * testsuite/alsa/Makefile.am:
25053 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25054 fix testsuite for new caps system
25056 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25058 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25059 * ext/flac/gstflacenc.c: (add_one_tag):
25060 length is already host endian, no need to convert. Fixes playback of
25061 tagged files on PPC. (bug #128384)
25063 2004-01-13 Julien MOUTTE <julien@moutte.net>
25065 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25066 colorbalance interface stating if it is hardware based or software
25068 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25069 Removing a trailing comma.
25070 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25071 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25072 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25073 the documentation seems to be wrong on the -1000 to 1000 interval.
25075 2004-01-12 David Schleef <ds@schleef.org>
25077 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25078 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25079 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25080 Fix negotiation. Add a bufferalloc function for the sink pad,
25081 and generally clean up some of the code.
25083 2004-01-12 Julien MOUTTE <julien@moutte.net>
25085 * gst-libs/gst/colorbalance/colorbalancechannel.c:
25086 (gst_color_balance_channel_dispose): Adding safety check in dispose
25088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25089 (gst_xvimagesink_xcontext_clear),
25090 (gst_xvimagesink_interface_supported),
25091 (gst_xvimagesink_colorbalance_list_channels),
25092 (gst_xvimagesink_colorbalance_set_value),
25093 (gst_xvimagesink_colorbalance_get_value),
25094 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25095 Adding colorbalance interface support to set XV parameters such as
25096 HUE, BRIGHTNESS, CONTRAST, SATURATION.
25097 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25100 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
25102 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25103 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25104 (gst_audio_convert_init), (gst_audio_convert_set_property),
25105 (gst_audio_convert_get_property), (gst_audio_convert_chain),
25106 (gst_audio_convert_link),
25107 (gst_audio_convert_buffer_to_default_format),
25108 (gst_audio_convert_buffer_from_default_format), (plugin_init):
25109 - implement _getcaps and use it
25111 - remove float caps since no float conversion is actually done
25112 - remove properties and arguments that were to be used for rate
25115 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
25117 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25118 (gst_audio_structure_set_int):
25119 * gst-libs/gst/audio/audio.h:
25120 add helper functions for _getcaps matching the standard audio
25123 2004-01-12 David Schleef <ds@schleef.org>
25125 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25126 Test that pad is negotiated before getting its caps.
25128 2004-01-12 Julien MOUTTE <julien@moutte.net>
25130 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25131 analyzing the pads of an element the bin is mostly in READY state so
25132 no caps were negotiated. This helper function needs to work with
25133 _get_caps directly then. I was not freeing them though, added that to
25136 2004-01-12 Julien MOUTTE <julien@moutte.net>
25138 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25139 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25140 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25141 than the free_func.
25143 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
25145 * sys/oss/gstossaudio.c: (plugin_init):
25146 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25147 * sys/oss/gstosselement.h:
25148 make an oss debugging category
25149 make failure more descriptive
25151 2004-01-11 David Schleef <ds@schleef.org>
25153 * ext/ffmpeg/gstffmpeg.c:
25154 * ext/ffmpeg/gstffmpegcodecmap.c:
25155 * ext/ffmpeg/gstffmpegdec.c:
25156 * ext/ffmpeg/gstffmpegenc.c:
25157 * ext/ffmpeg/gstffmpegprotocol.c:
25158 * ext/gdk_pixbuf/gstgdkanimation.c:
25159 * ext/jpeg/gstjpeg.c:
25160 * ext/libpng/gstpng.c:
25161 * ext/mpeg2dec/perftest.c:
25162 * ext/speex/gstspeex.c:
25163 * gst-libs/gst/resample/dtos.c:
25164 * gst/intfloat/gstintfloatconvert.c:
25165 * gst/oneton/gstoneton.c:
25166 * gst/rtjpeg/RTjpeg.c:
25167 * gst/rtp/gstrtp.c:
25168 * sys/dxr3/dxr3init.c:
25169 * sys/glsink/gstgl_nvimage.c:
25170 * sys/glsink/gstgl_pdrimage.c:
25171 * sys/glsink/gstglsink.c:
25172 * testsuite/gst-lint:
25173 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25175 2004-01-11 David Schleef <ds@schleef.org>
25177 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25178 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25179 * ext/gdk_pixbuf/gstgdkanimation.c:
25180 (gst_gdk_animation_iter_create_pixbuf):
25181 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25182 (gst_gdk_pixbuf_chain):
25183 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25184 * ext/jack/gstjack.c: (gst_jack_change_state):
25185 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25186 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25187 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25188 * gst/videofilter/gstvideofilter.c:
25189 (gst_videofilter_set_output_size):
25190 Remove all usage of gst_pad_get_caps(), and replace it with
25191 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25193 2004-01-11 David Schleef <ds@schleef.org>
25196 * ext/Makefile.am: Fixes to make ext/libcaca compile.
25197 * ext/divx/gstdivxdec.c:
25198 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25199 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25200 handle images that span multiple buffers. Now work with both
25201 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25202 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25203 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25204 video/video.h changes
25205 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25206 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25207 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25208 of GstData free function.
25209 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25212 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25214 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25215 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25216 (gst_v4l2element_get_property):
25217 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25218 add norm, channel and frequency properties.
25219 * sys/v4l2/gstv4l2tuner.c:
25220 fixes for tuner interface changes
25221 * sys/v4l2/gstv4l2element.h:
25222 * sys/v4l2/gstv4l2src.c:
25223 * sys/v4l2/gstv4l2src.h:
25224 * sys/v4l2/v4l2src_calls.c:
25225 * sys/v4l2/v4l2src_calls.h:
25226 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25228 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25230 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25231 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25232 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25233 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25234 * gst-libs/gst/tuner/tuner.h:
25235 GObjects aren't const.
25236 Add find_by_name functions.
25237 Add checks to _changed functions.
25238 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25239 (gst_v4l_tuner_get_norm):
25242 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25244 * gst-libs/gst/video/video.h:
25245 Fix caps template names to be understandable.
25246 Prefix everything with GST_VIDEO.
25247 * ext/aalib/gstaasink.c:
25248 * ext/divx/gstdivxdec.c:
25249 * ext/divx/gstdivxenc.c:
25250 * ext/gdk_pixbuf/gstgdkpixbuf.c:
25251 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25252 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25253 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25254 * ext/libcaca/gstcacasink.c:
25255 * ext/libpng/gstpngenc.c: (raw_caps_factory):
25256 * ext/snapshot/gstsnapshot.c:
25257 * ext/swfdec/gstswfdec.c:
25258 * ext/xvid/gstxviddec.c:
25259 * ext/xvid/gstxvidenc.c:
25260 * gst/chart/gstchart.c:
25261 * gst/deinterlace/gstdeinterlace.c:
25262 * gst/effectv/gsteffectv.c:
25263 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25264 * gst/goom/gstgoom.c:
25265 * gst/median/gstmedian.c:
25266 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25267 (gst_monoscope_srcconnect), (gst_monoscope_chain):
25268 * gst/overlay/gstoverlay.c:
25269 * gst/smooth/gstsmooth.c:
25270 * gst/smpte/gstsmpte.c:
25271 * gst/synaesthesia/gstsynaesthesia.c:
25272 * gst/videocrop/gstvideocrop.c:
25273 * gst/videodrop/gstvideodrop.c:
25274 * gst/y4m/gsty4mencode.c:
25275 * sys/qcam/gstqcamsrc.c:
25276 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25277 Make them work with new video.h file.
25278 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25279 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25280 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25281 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25282 Make it work with new buffer allocation system.
25284 2004-01-11 Julien MOUTTE <julien@moutte.net>
25286 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25287 pad_alloc_buffer implementation to use ->srcpad
25288 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25289 pad_alloc_buffer implementation to use ->srcpad
25290 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
25291 pad_alloc_buffer implementation to use ->srcpad
25292 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25293 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25294 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25295 a reference to everything we need.
25296 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25297 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25298 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25299 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25300 a reference to everything we need.
25301 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25303 2004-01-11 David Schleef <ds@schleef.org>
25305 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25306 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25307 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25309 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25310 value during a resize/renegotiation.
25311 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25312 gst_pad_alloc_buffer();
25313 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25314 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25316 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25317 Fix for rename of buffer private structure members.
25318 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25319 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25320 Fix for rename of buffer private structure members.
25321 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25322 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25323 Fix for rename of buffer private structure members.
25325 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
25327 reviewed by: David Schleef <ds@schleef.org>
25329 * gst/videofilter/Makefile.am:
25330 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
25331 from the patch by ds to fit in with recent make_filter changes.
25333 2004-01-11 Julien MOUTTE <julien@moutte.net>
25335 * configure.ac: Adding examples/switch/Makefile
25336 * examples/Makefile.am: Adding examples/switch
25337 * examples/switch/Makefile.am: Adding switcher example.
25338 * examples/switch/switcher.c: (got_eos), (idle_iterate),
25339 (switch_timer), (main): Adding an example demonstrating switch usage
25340 with 2 videotestsrc showing different patterns.
25341 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25342 (gst_switch_init): Fixing switch with the new caps system.
25344 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25346 * gst-libs/gst/video/video.h:
25347 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25348 They should probably be like
25349 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25351 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25353 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25354 (qtdemux_parse_trak):
25355 fix audio chunk size/timestamp calculation
25357 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25359 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25362 2004-01-11 Steve Baker <steve@stevebaker.org>
25364 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25365 (gst_agingtv_base_init), (gst_agingtv_class_init),
25366 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25367 (gst_agingtv_set_property), (gst_agingtv_get_property):
25368 Port agingTV to videofilter
25370 2004-01-09 Julien MOUTTE <julien@moutte.net>
25372 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25373 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25375 2004-01-09 Julien MOUTTE <julien@moutte.net>
25377 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25378 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25379 * gst-libs/gst/xoverlay/xoverlay.c:
25380 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25381 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25382 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25383 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25384 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25385 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25386 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25387 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25388 the bufferalloc_function to replace bufferpools, fixing the XOverlay
25389 interface implementation to handle xid being 0 and fix some bugs
25390 triggered by Benjamin's testcase.
25391 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25392 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25393 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25394 the bufferalloc_function to replace bufferpools, fixing the XOverlay
25395 interface implementation to handle xid being 0 and fix some bugs
25396 triggered by Benjamin's testcase.
25398 2004-01-09 David Schleef <ds@schleef.org>
25400 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
25401 mouse pointer events. It works.
25403 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25405 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25406 Use explicit caps - fix capsnego.
25407 * ext/xvid/gstxviddec.c:
25408 * ext/xvid/gstxvidenc.c:
25409 Remove macro-inside-macro which caused compile errors.
25410 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25411 Error out if it's not a RIFF file. Else we error out without
25412 gst_element_error() which is not good...
25414 2004-01-08 David Schleef <ds@schleef.org>
25416 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25417 Fix pad_link function to handle formats that ffmpeg returns
25418 as multiple caps structures.
25419 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25420 Only complain if source buffer is _smaller_ than expected.
25421 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25422 (gst_videoscale_handle_src_event): Resize navigation events
25423 when passing them upstream.
25424 * gst/videotestsrc/gstvideotestsrc.c:
25425 * gst/videotestsrc/gstvideotestsrc.h:
25426 * gst/videotestsrc/videotestsrc.c:
25427 * gst/videotestsrc/videotestsrc.h:
25428 Rewrite many of the buffer painting functions to handle odd
25429 sizes (for many formats, size%4!=0 or size%8!=0). Most have
25430 been verified to work with my video card.
25431 * testsuite/gst-lint: Add check for elements calling
25432 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25434 2004-01-08 David Schleef <ds@schleef.org>
25436 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25437 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25439 2004-01-08 Julien MOUTTE <julien@moutte.net>
25441 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25442 configure event is not emiting the desired size signal. That fixes
25443 aspect ratio issues with gst-player.
25445 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25447 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25450 2004-01-08 Julien MOUTTE <julien@moutte.net>
25452 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25453 public method to fire size signal.
25455 2004-01-07 Julien MOUTTE <julien@moutte.net>
25457 * examples/gstplay/Makefile.am: Adding the interface library.
25458 * gst-libs/gst/play/Makefile.am: Adding the interface library.
25459 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
25460 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25461 GST_IS_X_OVERLAY before signal connect.
25462 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25463 Removing the have_video_size signal.
25464 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25465 and associated public method.
25466 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25467 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25469 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25470 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25472 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25473 Using XOverlay public method to fire size signal.
25475 2004-01-07 David Schleef <ds@schleef.org>
25477 * gst/videofilter/Makefile.am:
25478 * gst/videofilter/gstvideotemplate.c:
25479 * gst/videofilter/make_filter:
25480 Create gstvideoexample.c in a srcdir!=builddir friendly way.
25481 Convert make_filter to /bin/sh script.
25483 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
25485 * gst/modplug/gstmodplug.cc: fix element description
25487 2004-01-07 Julien MOUTTE <julien@moutte.net>
25489 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25490 (got_video_size): Adding some new lines in g_print calls.
25491 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25492 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25493 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25494 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25495 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25496 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25497 Complete code review, reverting some stuff i disagree with, adding
25498 some fixes : time synchronization on invalid timestamps, renegotiation
25500 * sys/ximage/ximagesink.h:
25501 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25502 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25503 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25504 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
25505 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25506 (gst_xvimagesink_buffer_new),
25507 (gst_xvimagesink_navigation_send_event),
25508 (gst_xvimagesink_set_xwindow_id),
25509 (gst_xvimagesink_get_desired_size),
25510 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
25511 stuff i disagree with, adding some fixes : Renegotiation of private
25512 window, implementing get_desired_size.
25514 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
25516 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
25517 (gst_afsink_handle_event):
25518 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
25519 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
25520 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
25521 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
25522 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
25523 Fix for instantiate-test (see core). Also remove dead code from
25524 jpegenc (which still needs fixing, but that's lower on my TODO
25526 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25527 Never return NULL as caps.
25529 2004-01-07 David Schleef <ds@schleef.org>
25533 * ext/librfb/Makefile.am:
25534 * ext/librfb/gstrfbsrc.c:
25535 New source plugin based on librfb-0.1. RFB (remote framebuffer)
25536 is the protocol used by VNC.
25538 2004-01-07 David Schleef <ds@schleef.org>
25540 * gst/videofilter/gstvideotemplate.c:
25541 * gst/videofilter/gstvideotemplate.h:
25542 * gst/videofilter/make_filter:
25543 Merge videotemplate header into source file.
25544 * gst/effectv/Makefile.am:
25545 * gst/effectv/gsteffectv.c: (plugin_init):
25546 * gst/effectv/gstwarp.c:
25547 Make warpTV a subclass of videofilter.
25549 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
25551 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25552 Add guard against invalid utf-8 conversions in mad. Just in case.
25554 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
25556 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25557 Fix for bug shown by poisoning
25559 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
25561 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25562 (gst_v4lmjpegsrc_buffer_free):
25563 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25564 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
25565 (gst_v4lsrc_buffer_free):
25566 Fix for removed bufferpools.
25568 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
25570 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25571 Fix caps negotiation.
25573 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
25574 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
25575 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
25577 * ext/mpeg2dec/gstmpeg2dec.c:
25578 * gst-libs/gst/navigation/navigation.c:
25579 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
25580 * gst-libs/gst/navigation/navigation.h:
25581 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
25582 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
25583 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
25584 Super-simple first version of mouse and keyboard events. Clicking
25585 on a DVD menu now works, although it may not take you where you
25588 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
25589 * gst/videotestsrc/gstvideotestsrc.c:
25590 (gst_videotestsrc_src_fixate):
25591 These fixate functions were broken - they never actually
25594 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
25596 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
25597 (gst_icecastsend_init):
25598 fix for new caps system.
25599 * gst-libs/gst/mixer/mixertrack.h:
25600 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
25601 Add 'master track' flag (for tools like ACME that only want to
25602 change the main volume).
25604 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
25606 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
25607 (gst_xvid_csp_to_caps):
25608 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
25609 * ext/xvid/gstxvidenc.c:
25610 ifdef out ARGB type when it isn't available
25611 in xvidcore 1.0.0beta2
25613 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
25615 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25616 When we have received a new SCR right in the first buffer after
25617 a seek (so in the same cycle that handles the discont), we should
25618 handle the buffer instead of unreffing it, else we lose data.
25620 2004-01-06 Iain <iain@prettypeople.org>
25622 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
25623 buffer-frames caps too.
25625 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
25626 caps that we need, don't destroy them all and rebuild them. And when
25627 creating src pads, use the src pad template rather than the sink...
25629 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
25631 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
25632 Add pad to element *after* setting functions such as event handler.
25633 Without this, the scheduler (opt) will link pads, set the event
25634 handler from the default event function (dispatcher in gstpad.c)
25635 and *after* that, we will set our own event function, which will
25636 thus never be used (and thus mpegdemux doesn't handle events).
25638 2004-01-04 David Schleef <ds@schleef.org>
25640 Fix the fixate functions to handle new prototype:
25641 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
25642 * gst/videotestsrc/gstvideotestsrc.c:
25643 (gst_videotestsrc_src_fixate):
25644 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25645 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
25646 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
25648 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
25650 * sys/ximage/ximagesink.h:
25651 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25652 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
25653 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
25654 (gst_ximagesink_xoverlay_init):
25655 assorted fixes to make (re)embedding work
25656 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
25657 (gst_ximagesink_get_desired_size):
25658 implement desired size additions to XOverlay
25660 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
25662 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
25663 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
25664 (gst_x_overlay_got_desired_size):
25665 * gst-libs/gst/xoverlay/xoverlay.h:
25666 Add optional "desired size" signal and querying.
25668 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25670 * gst/matroska/matroska-demux.c:
25671 (gst_matroska_demux_parse_blockgroup):
25672 Fix EBML-laced block parsing. Diffs are relative to previous
25673 lace, not the first lace. Thanks to Mosu from the Matroska
25674 team for detecting this.
25675 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25676 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
25677 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
25678 (gst_wavparse_change_state):
25679 * gst/wavparse/gstwavparse.h:
25680 Quickfix for capsnego.
25682 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25684 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
25685 Fix indenting, fix pad creation.
25687 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25689 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
25690 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
25691 (gst_xviddec_sink_link):
25692 Implement src_getcaps() so proper size caps is negotiated.
25694 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25696 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
25697 Finish flac decoder on EOS. See #116178.
25699 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25701 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
25702 (gst_matroska_demux_add_stream):
25703 * gst/matroska/matroska-ids.h:
25704 Add getcaps() function to fix capsnego...
25706 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25708 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25709 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
25710 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25711 Fix more integer overflows. Again, see #126967.
25713 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
25715 * ext/mpeg2dec/gstmpeg2dec.c:
25716 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
25719 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
25722 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
25723 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
25724 * ext/xvid/gstxvid.h:
25725 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
25726 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
25727 (gst_xviddec_src_link), (gst_xviddec_sink_link),
25728 (gst_xviddec_change_state):
25729 * ext/xvid/gstxviddec.h:
25730 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
25731 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
25732 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
25733 (gst_xvidenc_link), (gst_xvidenc_set_property),
25734 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
25735 * ext/xvid/gstxvidenc.h:
25736 Update xvid plugin to latest xvid (1.0.0-beta3) API.
25738 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
25740 * gst/rtp/rtp-packet.c:
25741 Add sys/types.h include, since OS X doesn't define in_addr_t
25742 in netinet/in.h, like it does on Linux (see #129600).
25744 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
25746 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25748 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
25749 Correct logic of dispose function (see #129306).
25751 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
25753 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
25754 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25755 (gst_mpeg_parse_init):
25756 * gst/mpegstream/gstmpegparse.h:
25757 Remove clock (which was never provided, i.e. dead code), and
25758 also fix integer overflows at high PTS values (see #126967).
25760 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
25762 * ext/flac/gstflacdec.c:
25763 * ext/libpng/gstpngenc.h:
25764 * ext/mikmod/gstmikmod.h:
25765 OS X fixes (see #126628).
25767 2004-01-02 David Schleef <ds@schleef.org>
25769 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
25770 (gst_alsa_src_base_init): Remove bogus "src" request pad.
25771 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
25772 (gst_mpeg_parse_class_init): Move pad template registration
25773 to class_init, since the derived class (mpegdemux) doesn't
25776 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
25778 * sys/ximage/Makefile.am:
25779 * sys/xvideo/Makefile.am:
25780 * sys/xvimage/Makefile.am:
25781 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
25782 after installation (see #127664).
25784 2004-01-02 David Schleef <ds@schleef.org>
25786 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
25787 (gst_ffmpegenc_connect): Negotiation fixes.
25788 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
25789 Remove inappropriate gst_caps_free().
25790 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25791 Reenable Ronald's internal resize code, since the core handles
25794 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25796 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
25797 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
25798 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
25799 Fix pad template stuff.
25801 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25803 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
25804 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
25805 fix signed integer reading/writing.
25807 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
25810 Remove outdated document
25812 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
25814 * gst/cutter/gstcutter.c: (gst_cutter_init):
25815 src pad was being created twice - oops.
25817 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25819 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25820 Comment out internal resize. It doesn't handle the resulting
25821 XEvent internally, does another try_set_caps() which leads to
25822 a really nice loop.
25823 Real fix will come when Julien and Dave are awake. ;).
25825 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
25827 * ext/mpeg2enc/gstmpeg2enc.cc:
25828 fix const/nonconst compile issue.
25830 2004-01-02 David Schleef <ds@schleef.org>
25832 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
25833 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
25834 Add fixate function and a check for bad formats.
25836 2004-01-01 David Schleef <ds@schleef.org>
25839 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25840 (gst_audiofilter_init):
25841 * gst/debug/efence.c: (gst_efence_init):
25842 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
25843 (gst_deinterlace_init):
25844 * gst/volume/gstvolume.c: (volume_connect):
25846 2004-01-01 David Schleef <ds@schleef.org>
25848 Convert elements to use gst_pad_use_explicit_caps() where
25850 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
25851 * ext/audiofile/gstafparse.c: (gst_afparse_init),
25852 (gst_afparse_open_file):
25853 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
25854 (gst_afsrc_open_file):
25855 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
25856 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
25857 (gst_ffmpegdec_chain):
25858 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25859 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
25860 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
25861 (gst_gdk_pixbuf_chain):
25862 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
25863 (gst_jpegdec_chain):
25864 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
25865 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
25866 (gst_mikmod_negotiate):
25867 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25868 (gst_mpeg2dec_negotiate_format):
25869 * ext/mpeg2enc/gstmpeg2enc.cc:
25870 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25871 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
25872 (gst_speexdec_sinkconnect):
25873 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
25874 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
25875 (gst_vorbisfile_new_link):
25876 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
25877 (gst_ac3parse_chain):
25878 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
25879 (gst_asf_demux_setup_pad):
25880 * gst/auparse/gstauparse.c: (gst_auparse_init),
25881 (gst_auparse_chain):
25882 * gst/id3/gstid3types.c: (gst_id3types_loop):
25883 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25884 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
25885 (mp1videoparse_parse_seq):
25886 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
25888 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25889 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
25890 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
25891 (gst_mpeg_parse_send_data):
25892 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25893 (gst_qtdemux_add_stream):
25894 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
25895 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25896 (gst_wavparse_parse_fmt):
25898 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
25901 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
25902 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
25903 it therefore uses the wrong include paths. Too bad... Note
25904 that 1.6.1.93 is not release yet. ;).
25905 Also add a check for mplex, which is now using the lib'ified
25906 mplex from mjpegtools, too.
25907 * ext/ffmpeg/gstffmpegcodecmap.c:
25908 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
25909 issues. I don't think ffmpeg handles 3ivx correctly, so this
25910 probably won't work. But it won't hurt either.
25911 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
25912 (gst_ffmpegdec_chain):
25913 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
25914 (gst_ffmpegenc_chain_audio):
25915 Fix memleak in audio encoding. Close codec if open fails, this
25916 calls the cleanup routines so we can re-use the context.
25917 * ext/mpeg2enc/gstmpeg2enc.cc:
25918 Fix pad template names/types, fix memory issue with getcaps().
25919 * ext/mpeg2enc/gstmpeg2encoder.cc:
25920 * ext/mpeg2enc/gstmpeg2encoder.hh:
25921 Fix compile issue with new caps system (const thingy).
25922 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25923 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
25924 We read a first frame right on initing, so that we have a caps
25925 when we init the output. This caps is cached in padprivate and
25926 read as first frame.
25927 * ext/mplex/Makefile.am:
25928 * ext/mplex/gstmplex.cc:
25929 * ext/mplex/gstmplex.h:
25930 * ext/mplex/gstmplex.hh:
25931 * ext/mplex/gstmplexibitstream.cc:
25932 * ext/mplex/gstmplexibitstream.hh:
25933 * ext/mplex/gstmplexjob.cc:
25934 * ext/mplex/gstmplexjob.hh:
25935 * ext/mplex/gstmplexoutputstream.cc:
25936 * ext/mplex/gstmplexoutputstream.hh:
25937 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
25938 had issues, didn't do capsnego, supported only a subset of the
25939 mplex features and required a mplex fork in our local CVS. Plus
25940 that it worked agaist a very old mplex version. Rewriting was
25941 faster than updating it.
25942 * gst-libs/ext/Makefile.am:
25943 * gst-libs/ext/mplex/INSTRUCT:
25944 * gst-libs/ext/mplex/Makefile.am:
25945 * gst-libs/ext/mplex/README:
25946 * gst-libs/ext/mplex/TODO:
25947 * gst-libs/ext/mplex/ac3strm_in.cc:
25948 * gst-libs/ext/mplex/audiostrm.hh:
25949 * gst-libs/ext/mplex/audiostrm_out.cc:
25950 * gst-libs/ext/mplex/aunit.hh:
25951 * gst-libs/ext/mplex/bits.cc:
25952 * gst-libs/ext/mplex/bits.hh:
25953 * gst-libs/ext/mplex/buffer.cc:
25954 * gst-libs/ext/mplex/buffer.hh:
25955 * gst-libs/ext/mplex/fastintfns.h:
25956 * gst-libs/ext/mplex/format_codes.h:
25957 * gst-libs/ext/mplex/inputstrm.cc:
25958 * gst-libs/ext/mplex/inputstrm.hh:
25959 * gst-libs/ext/mplex/lpcmstrm_in.cc:
25960 * gst-libs/ext/mplex/mjpeg_logging.cc:
25961 * gst-libs/ext/mplex/mjpeg_logging.h:
25962 * gst-libs/ext/mplex/mjpeg_types.h:
25963 * gst-libs/ext/mplex/mpastrm_in.cc:
25964 * gst-libs/ext/mplex/mpegconsts.cc:
25965 * gst-libs/ext/mplex/mpegconsts.h:
25966 * gst-libs/ext/mplex/mplexconsts.hh:
25967 * gst-libs/ext/mplex/multplex.cc:
25968 * gst-libs/ext/mplex/outputstream.hh:
25969 * gst-libs/ext/mplex/padstrm.cc:
25970 * gst-libs/ext/mplex/padstrm.hh:
25971 * gst-libs/ext/mplex/stillsstream.cc:
25972 * gst-libs/ext/mplex/stillsstream.hh:
25973 * gst-libs/ext/mplex/systems.cc:
25974 * gst-libs/ext/mplex/systems.hh:
25975 * gst-libs/ext/mplex/vector.cc:
25976 * gst-libs/ext/mplex/vector.hh:
25977 * gst-libs/ext/mplex/videostrm.hh:
25978 * gst-libs/ext/mplex/videostrm_in.cc:
25979 * gst-libs/ext/mplex/videostrm_out.cc:
25980 * gst-libs/ext/mplex/yuv4mpeg.cc:
25981 * gst-libs/ext/mplex/yuv4mpeg.h:
25982 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
25983 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
25984 We don't fork mjpegtools' mplex in our CVS anymore.
25985 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
25986 (gst_avi_demux_add_stream):
25987 * gst/avi/gstavidemux.h:
25988 Add getcaps() function for proper caps nego. This makes some
25989 parts of AVI playback/reading work.
25990 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25991 Resize window on new capsnego. This is probably wrong, but
25992 I'm still committing it because with current capsnego, the
25993 first successfull capsnego is auto-fixated, therefore rounded
25994 down to the lowest values in the caps. this results in a 16x16
25995 XWindow that is not reized when real capsnego finishes.
25996 Dave, I see more cases of this, do you know a proper solution?
25997 * tools/gst-launch-ext.in:
25998 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
26000 2003-12-31 David Schleef <ds@schleef.org>
26002 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26003 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26004 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26006 2003-12-30 David Schleef <ds@schleef.org>
26008 * ext/ffmpeg/gstffmpegcolorspace.c:
26009 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26010 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26011 (gst_ffmpegcsp_chain): Negotiation fixes
26012 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26013 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26014 (gst_audio_convert_link), (gst_audio_convert_channels):
26015 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26016 (gst_audioscale_link), (gst_audioscale_get_buffer),
26017 (gst_audioscale_chain): Negotiation fixes
26018 * gst/audioscale/gstaudioscale.h:
26019 * gst/videofilter/gstvideofilter.c:
26020 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26021 (gst_videofilter_link), (gst_videofilter_init),
26022 (gst_videofilter_set_output_size), (gst_videofilter_setup),
26023 (gst_videofilter_find_format_by_structure):
26024 * gst/videofilter/gstvideofilter.h: Negotiation fixes
26025 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26026 (gst_videoscale_link):
26027 * gst/videoscale/videoscale.c: (videoscale_get_structure),
26028 (videoscale_find_by_structure), (gst_videoscale_setup):
26029 * gst/videoscale/videoscale.h: Negotiation fixes
26030 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26031 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26032 function, restrict resizing to a multiple of 4 (hack until
26033 everyone supports odd sizes correctly).
26035 2003-12-29 Colin Walters <walters@verbum.org>
26037 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26040 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
26042 * ext/sndfile/gstsf.c: (gst_sf_loop):
26043 Fix warning about discarding const qualifier
26045 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
26047 * gst/cutter/gstcutter.c:
26048 * gst/videoscale/gstvideoscale.c:
26049 * gst/volenv/gstvolenv.c:
26050 * gst-libs/gst/audio/audio.c:
26051 * gst-libs/gst/video/video.c:
26054 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26056 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26057 Don't send ALSA debugging to stderr.
26058 * ext/alsa/gstalsa.h:
26059 Use GST_WARNING instead of g_warning when ALSA functions fail.
26061 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26063 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26064 Free XVAdapterInfo correctly.
26066 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26068 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26069 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26070 Make id3tag use correct caps nego.
26072 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
26074 * ext/ivorbis/vorbis.c:
26075 * ext/ivorbis/vorbisenc.h:
26076 * ext/ivorbis/vorbisfile.c:
26077 Modify so that it uses the new caps things
26079 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26081 * testsuite/spider/spider1.c: (main):
26082 * testsuite/spider/spider2.c: (main):
26083 * testsuite/spider/spider3.c: (main):
26084 Make tests compile again. They probably don't work.
26086 2003-12-24 Colin Walters <walters@verbum.org>
26088 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26089 we can't fixate the caps anymore.
26091 2003-12-23 David Schleef <ds@schleef.org>
26093 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26094 * sys/oss/gstosssink.c: (gst_osssink_init),
26095 (gst_osssink_sink_fixate): Add fixate function.
26097 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26099 * ext/ffmpeg/gstffmpegcodecmap.c:
26100 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26101 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26102 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26103 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26104 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26105 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26106 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26107 fix typo in RGB masks, and move back to "old" colorspace
26108 capsnego code until whoever wrote this new crap has actually
26109 tested it so that it works.
26110 And yes, this works, keep it that way please.
26112 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26114 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26115 (gst_divxdec_init), (gst_divxdec_negotiate):
26116 * ext/divx/gstdivxdec.h:
26117 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26118 (gst_divxenc_init):
26119 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26120 (gst_faac_sinkconnect), (gst_faac_srcconnect):
26121 * ext/mpeg2enc/gstmpeg2enc.cc:
26122 * ext/mpeg2enc/gstmpeg2encoder.cc:
26123 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26124 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26125 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26126 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26127 (dxr3spusink_init):
26128 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26129 (dxr3videosink_init):
26130 Fix caps breakage after Dave's caps branch merge.
26132 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26134 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26135 Fix for 24bpp display.
26137 2003-12-23 Colin Walters <walters@verbum.org>
26139 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26140 a GnomeVFSHandle directly.
26142 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26144 * gst/volume/Makefile.am:
26145 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26146 (volume_base_init), (volume_init):
26147 Reenable volume element and fix to work with new caps stuff.
26148 Rhythmbox needs this.
26150 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26152 * gst/qtdemux/qtdemux.c: (plugin_init):
26153 qtdemux requires bytestream
26155 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26157 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26158 Fix remaining caps handling errors due to CAPS merge.
26160 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26162 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26163 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26164 (gst_faad_srcconnect):
26165 Port to new caps system.
26167 2003-12-21 Julien MOUTTE <julien@moutte.net>
26169 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26170 (got_video_size), (main): using g_print instead of g_message.
26171 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26172 signal which was not emitted because of "switch" element added to the
26173 bin but not connected. (Removing from the bin temporarily)
26175 2003-12-21 Julien MOUTTE <julien@moutte.net>
26177 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26178 find X development files. I don't understand the previous tests and
26179 they fail on my debian/ppc unstable. This one works.
26180 * examples/gstplay/player.c: (main): Set the pipeline to READY before
26182 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26183 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26184 (gst_play_set_visualization): Add some safety checks in set_ methods
26185 and state_change. This was throwing some ugly CRITICAL messages when
26186 pipeline was getting disposed and casts were failing.
26188 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
26191 Improve mpeg2enc detection. This is for distributions that do
26192 ship mjpegtools, but without mpeg2enc. Also does object check
26193 for might there ever be ABI incompatibility.
26194 * ext/mpeg2enc/gstmpeg2enc.cc:
26195 Add Andrew as second maintainer (he's helping me), and also add
26196 an error if no caps was set. This happens if I pull before capsnego
26197 and that's something I should solve sometime else.
26198 * gst/matroska/matroska-demux.c:
26199 (gst_matroska_demux_parse_blockgroup):
26201 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26202 (gst_matroska_mux_track_header):
26203 Add caps to templates.
26204 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26205 Add mpegversion=1 to prevent confusion with MPEG/AAC.
26206 * gst/mpegstream/gstmpegdemux.c:
26207 Remove layer since it causes warnings about unfixed caps.
26208 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26209 Fix obvious typo (we error out if caps were set, we should of
26210 course error out if *no* caps were set).
26211 * sys/oss/gstosselement.c: (gst_osselement_convert):
26212 Fix format conversion, we confused bits/bytes.
26213 * sys/oss/gstosselement.h:
26214 Improve documentation for 'bps'.
26216 Remove stuff about plugins that need removing - this was done
26218 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26219 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26220 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26221 (gst_v4lsrc_src_query):
26222 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26223 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26224 Add get_query_types(), get_formats() and query() functions.
26226 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
26228 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26229 * moved CVS to freedesktop.org