gstreamer/gst
Wim Taymans 1361d06874 gst/smpte/: Add new plugin that adds the SMPTE transition in the alpha channel of
Original commit message from CVS:
* gst/smpte/Makefile.am:
* gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
* gst/smpte/gstsmpte.h:
* gst/smpte/gstsmptealpha.c:
(gst_smpte_alpha_transition_type_get_type),
(gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
(gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
(gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
(gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
(gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
(gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
(gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
* gst/smpte/gstsmptealpha.h:
* gst/smpte/plugin.c: (plugin_init):
Add new plugin that adds the SMPTE transition in the alpha channel of
I420 and AYUV frames so that they can be blended with videomixer later
on. Uses all niceties such as using base transform for efficient alloc
and negotiation. It currently requires GstController to control the
position in the transition effect.
2008-05-20 09:29:28 +00:00
..
alpha gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386. 2008-02-19 10:47:20 +00:00
apetag gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base. 2007-10-06 15:13:09 +00:00
audiofx gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcoding values. 2008-03-13 14:30:45 +00:00
auparse Use audioconvert for converting from non-native endianness floats in auparse instead of doing it ourself. Fixes #424527. 2007-05-21 09:32:26 +00:00
autodetect gst/autodetect/gstautovideosink.*: Fix docs. 2007-12-05 16:04:47 +00:00
avi gst/avi/gstavimux.c: Set proper rate in avi stream header for PCM audio, and also do some more sanity checks on caps ... 2008-05-18 19:27:59 +00:00
cutter gst/cutter/gstcutter.*: Fix some of the most obvious bugs in cutter. Now doesn't leak everything if input is silent. 2007-04-18 12:36:37 +00:00
debug gst/debug/gstnavigationtest.c: MSVC doesn't provide rint(), define an adequate replacement locally as elsewhere. 2008-04-28 22:38:11 +00:00
effectv Fix build against core CVS. 2007-07-11 22:31:06 +00:00
equalizer gst/: Fix includes order 2008-02-09 00:15:25 +00:00
flx Fix a bunch of leaks shown by the newly-added states test. 2007-03-04 13:52:03 +00:00
goom Add goom2k1 into the docs. 2008-05-11 14:43:26 +00:00
goom2k1 Add goom2k1 into the docs. 2008-05-11 14:43:26 +00:00
icydemux Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a somewhat useful debug message. Plus test. 2008-02-07 21:17:36 +00:00
id3demux Generate the image-type values correctly. Leave them out of the caps when outputting a "preview image" tag, since it ... 2008-01-11 21:08:59 +00:00
interleave gst/interleave/deinterleave.*: Add a property to select whether channel positions should be kept on the mono output b... 2008-05-19 07:46:05 +00:00
law gst/law/: Make negotiation a bit modern. 2008-04-01 11:00:43 +00:00
level gst/level/gstlevel.c: Also support 32bit (e.g. whe having it after 'mad'). Add more notes about whats needed for libo... 2008-05-08 10:20:52 +00:00
matroska gst/matroska/matroska-demux.c: Convert subtitle palette info in VobSub private data from VobSub's (buggy) RGB to YUV. 2008-05-12 16:35:39 +00:00
median Fix memory leaks. 2007-06-22 10:12:15 +00:00
monoscope gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS (but no LIBS, since we only use define... 2007-02-12 23:35:16 +00:00
multifile Close some memory leaks spotted by the unit test. Fixes bug #515697. 2008-02-11 14:01:52 +00:00
multipart gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573. 2008-02-05 17:59:24 +00:00
oldcore Fix memory leaks. 2007-06-22 10:12:15 +00:00
qtdemux gst/qtdemux/qtdemux.c: Add more mpeg2 variants. Fixes #530886. 2008-05-02 09:09:58 +00:00
replaygain Make rganalysis and rglimiter elements GAP-flag aware. 2008-03-24 12:32:59 +00:00
rtp gst/rtp/gstrtph264depay.c: Small comment added. 2008-05-14 18:28:46 +00:00
rtsp gst/rtsp/gstrtspsrc.c: Support Digest authentication. Fixes #532065. 2008-05-08 16:58:02 +00:00
smpte gst/smpte/: Add new plugin that adds the SMPTE transition in the alpha channel of 2008-05-20 09:29:28 +00:00
spectrum gst/spectrum/gstspectrum.c: Rename property enums and default defines for the properties to match the property names ... 2008-04-04 09:50:10 +00:00
udp gst/udp/gstudpsrc.c: Don't error out if we get an ICMP destination-unreachable message when trying to read packets on... 2008-05-01 10:52:11 +00:00
videobox gst/videobox/gstvideobox.c: Initialise liboil in plugin_init() 2007-11-29 11:40:15 +00:00
videocrop gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY. 2007-01-28 18:28:33 +00:00
videofilter ext/annodex/Makefile.am: Fix CFLAGS/LIBS. 2007-07-20 07:41:58 +00:00
videomixer Try using thaytans new mechanism to get extra classes into plugin docs. Aparently works for the Eq. For VideoMixer th... 2008-05-19 21:05:03 +00:00
wavenc gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having the depth most significant bytes set and... 2007-06-03 11:21:44 +00:00
wavparse gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent double frees or make failures by another... 2008-01-19 14:53:58 +00:00
Makefile.am tidying up -good for business 2005-08-30 17:32:12 +00:00