gstreamer/gst
Sebastian Dröge 716ce72e46 Store MXF metadata in a hash table, keyed by UID
Store the MXF metadata in a hash table, keyed by the
instance UID. This simplifies resolval of the metadata
and makes looping over all metadata sets unnecessary
in most cases.

Additionally parse metadata always. If we already have
a metadata set with the same UID replace it only if
the new metadata set is from a later offset. This
fixes metadata parsing of files where following partitions
don't have a complete copy of the previous metadata.
2009-01-22 13:13:00 +01:00
..
aacparse gst/aacparse/gstaacparse.c: Don't autoplug aacparse until it works. 2008-11-13 17:24:58 +00:00
aiffparse Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
amrparse gst/: Fix baseparse type name. 2008-11-13 14:21:39 +00:00
app Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
audiobuffer Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
audioresample Update audioresample documentation for the new element name. 2008-11-28 09:49:56 +00:00
bayer gst/bayer/gstbayer2rgb.c: Fix color offset calculation for 24bpp. Fixes bug #566613. 2009-01-05 12:34:18 +00:00
cdxaparse Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
chart Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
colorspace Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
dccp gst/dccp/gstdccp.c: Use G_GSIZE_FORMAT instead of "%u" for a size_t variable in the format string to prevent a compil... 2008-11-22 08:23:17 +00:00
deinterlace Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
deinterlace2 gst/deinterlace2/gstdeinterlace2.c: Bring properties into this century. 2008-11-06 14:05:55 +00:00
dvdspu Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
festival Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
filter gst/filter/gstiir.c: Fix name tag. 2008-11-10 14:01:42 +00:00
flacparse Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
flv gst/flv/gstflvparse.c: Check if strings are valid UTF8 before using them. 2008-12-03 11:43:00 +00:00
freeze docs/plugins/: docs/plugins/inspect/plugin-mythtv.xml 2008-06-13 11:59:23 +00:00
games Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
h264parse gst/: Wim, you're a bad boy. You don't want people to contact you or what? 2008-11-10 14:53:45 +00:00
librfb gst/librfb/rfbdecoder.c: Fix uninitialized warnings 2008-11-12 10:32:24 +00:00
mixmatrix Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
modplug gst/modplug/gstmodplug.cc: Send tag event. Fixes #559286. 2008-11-04 20:26:00 +00:00
mpeg1sys Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
mpeg4videoparse Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
mpegdemux gst/mpegdemux/gstmpegtsdemux.c: Don't forward duration requests in BYTES, since the returned value doesn't mean anyth... 2009-01-09 22:09:06 +00:00
mpegtsmux gst/mpegtsmux/: Improve muxing of AC3/h264 streams a bit. Fixes bug #550613. 2009-01-05 11:28:49 +00:00
mpegtsparse Move of mpegtsparse to mpegdemux 2008-10-08 15:22:12 +00:00
mpegvideoparse Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
mve Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
mxf Store MXF metadata in a hash table, keyed by UID 2009-01-22 13:13:00 +01:00
nsf Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
nuvdemux Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
overlay Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
passthrough Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
pcapparse gst/pcapparse/: Patch to make gstpcapparse compile with mingw32 gcc. Fixes #565439. 2008-12-29 15:54:44 +00:00
playondemand Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
qtmux gst/qtmux/gstqtmuxmap.c: Add video/x-qt-part and video/x-m4-part to caps so schroenc/schroparse can use it. Fixes #5... 2009-01-09 21:59:48 +00:00
rawparse Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
real Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
rtjpeg Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
rtpmanager gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use this as the internal SSRC. Fixes #565910. 2009-01-02 17:40:06 +00:00
scaletempo Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
sdp Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
selector gst/selector/gstinputselector.c: Ensure we emit notify::active-pad when auto-selecting a pad due to it having activit... 2008-12-04 17:51:37 +00:00
smooth Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
smoothwave Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
speed Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
speexresample Remove old speexresample files. 2008-11-27 19:22:42 +00:00
stereo Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
subenc Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
tta Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
vbidec Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
videodrop Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
videosignal Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
virtualdub Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
vmnc Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
y4m Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
Makefile.am gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL). 2007-04-21 19:39:03 +00:00