- 30 Nov, 2005 12 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * LICENSE: move * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: * Makefile.am: update * scripts/autoplugins.sh: remove
-
Thomas Vander Stichele authored
Original commit message from CVS: reorganize stuff under tests/
-
Thomas Vander Stichele authored
Original commit message from CVS: move location of test registry
-
Christian Schaller authored
Original commit message from CVS: latest updates on spec file after thomas's refactoring
-
Tim-Philipp Müller authored
Original commit message from CVS: * ext/pango/gsttextrender.c: (gst_text_render_base_init), (gst_text_render_class_init), (resize_bitmap), (gst_text_render_render_text), (gst_text_render_setcaps), (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv), (gst_text_render_chain), (gst_text_render_finalize), (gst_text_render_init), (gst_text_render_set_property): * ext/pango/gsttextrender.h: Add missing files.
-
Edward Hervey authored
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind): Go away you stupid GstStaticPadTemplate memleak.
-
Tim-Philipp Müller authored
Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add background shading and text wrapping modes. M... Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/pango/Makefile.am: * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init), (gst_clock_overlay_render_time), (gst_clock_overlay_get_text), (gst_clock_overlay_class_init), (gst_clock_overlay_init): * ext/pango/gstclockoverlay.h: * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init), (gst_text_overlay_get_text), (gst_text_overlay_class_init), (gst_text_overlay_finalize), (gst_text_overlay_init), (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps), (gst_text_overlay_text_pad_linked), (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_set_property), (gst_text_overlay_getcaps), (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420), (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text), (gst_text_overlay_push_frame), (gst_text_overlay_pop_video), (gst_text_overlay_pop_text), (gst_text_overlay_collected), (gst_text_overlay_change_state), (plugin_init): * ext/pango/gsttextoverlay.h: * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init), (gst_time_overlay_render_time), (gst_time_overlay_get_text), (gst_time_overlay_class_init), (gst_time_overlay_init): * ext/pango/gsttimeoverlay.h: Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add background shading and text wrapping modes. Make timoverlay derive from textoverlay. Also add new clockoverlay element.
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst-libs/gst/net/Makefile.am: * gst-libs/gst/net/README: * gst-libs/gst/net/gstnetbuffer.c: * gst-libs/gst/net/gstnetbuffer.h: this was moved to netbuffer
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type), (gst_video_filter_class_init), (gst_video_filter_init): * gst-libs/gst/video/gstvideofilter.h: borgify name to bring in line with other classes
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/audioscale/.cvsignore: * gst/audioscale/Makefile.am: * gst/audioscale/README: * gst/audioscale/audioscale.vcproj: * gst/audioscale/dtof.c: * gst/audioscale/dtos.c: * gst/audioscale/functable.c: * gst/audioscale/gstaudioscale.c: * gst/audioscale/gstaudioscale.h: * gst/audioscale/private.h: * gst/audioscale/resample.c: * gst/audioscale/resample.h: * gst/audioscale/test.c: remove
-
Edward Hervey authored
Original commit message from CVS: * gst-libs/gst/netbuffer/Makefile.am: really, really tired
-
Edward Hervey authored
Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: (plugin_init): Update for new GstTypeFindFactory _register()
-
- 29 Nov, 2005 14 commits
-
-
Edward Hervey authored
Original commit message from CVS: * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): Let's not override libgstnet from core for no reason... (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES): Ok, maybe not so quick next time.
-
Edward Hervey authored
Original commit message from CVS: * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): Let's not override libgstnet from core for no reason...
-
Thomas Vander Stichele authored
Original commit message from CVS: fix install location of netbuffer
-
Thomas Vander Stichele authored
moved gst-libs/gst/net to netbuffer through CVS surgery remove old directory updating build to accomodate (#322257) Original commit message from CVS: * configure.ac: * gst-libs/gst/Makefile.am: moved gst-libs/gst/net to netbuffer through CVS surgery remove old directory updating build to accomodate (#322257)
-
Andy Wingo authored
Original commit message from CVS: 2005-11-29 Andy Wingo <wingo@pobox.com> * pkgconfig/gstreamer-plugins-base.pc.in: * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in: * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer (#322257).
-
Jan Schmidt authored
Original commit message from CVS: * gst/playback/gststreamselector.c: (gst_stream_selector_chain): 3rd time's the charm. Correct ref-counting for discarded buffers.
-
Jan Schmidt authored
Original commit message from CVS: * gst/playback/gststreamselector.c: (gst_stream_selector_class_init), (gst_stream_selector_set_property), (gst_stream_selector_get_property), (gst_stream_selector_request_new_pad), (gst_stream_selector_chain): Fix ref-counting
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/subparse/gstsubparse.c: (feed_textbuf): Don't access already unref'ed buffer.
-
Jan Schmidt authored
gst/playback/gststreamselector.*: Add the active-pad property for playbin to use shortly. Ignore buffers from any oth... Original commit message from CVS: * gst/playback/gststreamselector.c: (gst_stream_selector_class_init), (gst_stream_selector_init), (gst_stream_selector_dispose), (gst_stream_selector_set_property), (gst_stream_selector_get_property), (gst_stream_selector_get_linked_pad), (gst_stream_selector_request_new_pad), (gst_stream_selector_chain): * gst/playback/gststreamselector.h: Add the active-pad property for playbin to use shortly. Ignore buffers from any other pad, returning GST_FLOW_NOT_LINKED
-
Christian Schaller authored
Original commit message from CVS: update spec file for latest file changes
-
Julien Moutte authored
Original commit message from CVS: 2005-11-29 Julien MOUTTE <julien@moutte.net> * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list, patch from bug #322704 (Alessandro Decina).
-
Thomas Vander Stichele authored
Original commit message from CVS: folded audiofilter into the audio library
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/videoscale/gstvideoscale.h: * gst/videoscale/gstvideoscale.c: remove unimplemented scale methods
-
Thomas Vander Stichele authored
Original commit message from CVS: remove unimplemented scaling methods
-
- 28 Nov, 2005 12 commits
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers): Don't leak caps.
-
Julien Moutte authored
sys/: Fixed a tricky bug. When caps renegotiation happens (only visible on ximagesink but bug is in xv too) set_caps ... Original commit message from CVS: 2005-11-28 Julien MOUTTE <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put), (gst_ximagesink_setcaps): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation happens (only visible on ximagesink but bug is in xv too) set_caps was destroying the internal x[v]image used to memcpy non locally alloced buffers so that it got renewed on next _chain. The issue is that _expose will try to put that image as it reffed it in _put. Using gst_buffer_unref instead of destroy fixes it !
-
Edward Hervey authored
gst/playback/gstdecodebin.c: Better use of the queues. Start with a small size queue and only increase the size of th... Original commit message from CVS: * gst/playback/gstdecodebin.c: (gst_decode_bin_init), (try_to_link_1), (queue_filled_cb): Better use of the queues. Start with a small size queue and only increase the size of the queues when the other queues are empty.
-
Thomas Vander Stichele authored
Original commit message from CVS: include the right header
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst-libs/gst/video/Makefile.am: compile in copied-over videofilter into the video library * gst-libs/gst/video/videosink.h: rename the header to gstvideosink.h since it's a base GstObject class * sys/ximage/ximagesink.h: * sys/xvimage/xvimagesink.h: use the new header
-
Wim Taymans authored
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered): * gst/playback/gstplaybasebin.h: Prepare to handle errors betters. * gst/playback/gstplaybin.c: (add_sink), (setup_sinks): Set sinks to PAUSED first before adding and linking them so that we don't interrupt dataflow.
-
Wim Taymans authored
Original commit message from CVS: * gst-libs/gst/audio/TODO: Updated TODO * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_open_device), (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire), (gst_audioringbuffer_release): Small cleanups. * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_class_init), (gst_base_audio_sink_render), (gst_base_audio_sink_change_state): Slave to the master clock when going to PLAYING and unslave when going to PAUSED. * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_open_device), (gst_ring_buffer_close_device), (gst_ring_buffer_acquire), (gst_ring_buffer_release), (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all), (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read), (gst_ring_buffer_advance): * gst-libs/gst/audio/gstringbuffer.h: Add some docs and cleanups.
-
Julien Moutte authored
Original commit message from CVS: 2005-11-28 Julien MOUTTE <julien@moutte.net> * sys/xvimage/xvimagesink.c: (gst_xvimagesink_navigation_send_event): Fix navigation events coordinates translation with pixel aspect ratios.
-
Julien Moutte authored
sys/xvimage/xvimagesink.c: Use calculated video geometry from _setcaps instead of buffer caps to respect pixel aspect... Original commit message from CVS: 2005-11-28 Julien MOUTTE <julien@moutte.net> * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put): Use calculated video geometry from _setcaps instead of buffer caps to respect pixel aspect ratio. (fixes #322388)
-
Julien Moutte authored
Original commit message from CVS: 2005-11-28 Julien MOUTTE <julien@moutte.net> * docs/libs/tmpl/gstcolorbalance.sgml: * docs/libs/tmpl/gstmixer.sgml: * docs/libs/tmpl/gstxoverlay.sgml: * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay interface.
-
Julien Moutte authored
Original commit message from CVS: 2005-11-28 Julien MOUTTE <julien@moutte.net> * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Refuse to create an XvImage if we can't find the format.
-
Edward Hervey authored
Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_template_caps): Add ATRAC3 to the list of riff-possible audio caps. I know we still don't have a plugin for atrac3, but it's saner to output that than a cryptic mimetype.
-
- 27 Nov, 2005 2 commits
-
-
Edward Hervey authored
Original commit message from CVS: * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds): Don't try to create a zero-sized subbuffer.
-
Julien Moutte authored
Original commit message from CVS: 2005-11-27 Julien MOUTTE <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximage_buffer_free), (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put), (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc), (gst_ximagesink_expose): Fixed a tricky race. * sys/ximage/ximagesink.h: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose): Fixed a tricky race. * sys/xvimage/xvimagesink.h:
-