index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
mxf
/
mxfmetadata.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mxf: fix descriptor leak
Guillaume Desmottes
2015-04-28
1
-0
/
+2
*
Remove a bunch of silly ';;' typos at the end of lines
Jan Schmidt
2015-03-12
1
-1
/
+1
*
mxfdemux: Ignore missing metadata descriptors
David Schleef
2013-03-14
1
-1
/
+0
*
mxf: Add support for parsing filler structural components
Sebastian Dröge
2012-12-05
1
-0
/
+21
*
mxf: Improve debug output during metadata resolval
Sebastian Dröge
2012-12-05
1
-23
/
+86
*
Fix FSF address
Tim-Philipp Müller
2012-11-04
1
-2
/
+2
*
mxf: Port mxfdemux to 1.0
Michael Smith
2012-10-26
1
-24
/
+60
*
Merge branch 'master' into 0.11
Wim Taymans
2011-08-17
1
-1
/
+5
|
\
|
*
mxf: do not assert on the values of data read from input
Vincent Penquerc'h
2011-08-09
1
-1
/
+5
*
|
miniobject: port to new 0.11 API
Wim Taymans
2011-02-28
1
-82
/
+74
|
/
*
mxf: Unconditionally use GLib 2.16 API
Sebastian Dröge
2009-08-31
1
-72
/
+0
*
mxf: Fix frame_layout for non-interlaced formats. Fixes #583337
Edward Hervey
2009-05-20
1
-1
/
+1
*
mxf: Properly handle the new interlaced support from libgstvideo for (de)muxing
Sebastian Dröge
2009-04-16
1
-1
/
+9
*
mxf: Fix comparison
Sebastian Dröge
2009-04-07
1
-2
/
+1
*
Use UL database for all metadata ULs
Sebastian Dröge
2009-04-07
1
-593
/
+131
*
mxf: Differentiate between UL and UUID
Sebastian Dröge
2009-03-26
1
-270
/
+270
*
mxf: Source files and #include cleanup
Sebastian Dröge
2009-03-26
1
-2
/
+1
*
mxf: Remove some GLib < 2.14 compatibility stuff
Sebastian Dröge
2009-03-26
1
-8
/
+2
*
mxfmux: Fix some memory leaks, improve debugging and handle errors better
Sebastian Dröge
2009-03-22
1
-14
/
+22
*
mxf: Add MXF muxer
Sebastian Dröge
2009-03-21
1
-3
/
+2285
*
mxfdemux: Fix build on GLib < 2.16 some more
Jan Schmidt
2009-03-18
1
-15
/
+16
*
mxf: Replace g_hash_table_get_values with code working with glib 2.6.
Zaheer Merali
2009-03-16
1
-8
/
+17
*
mxf: Don't even try to serialize DM frameworks as it will cause an assertion ...
Sebastian Dröge
2009-03-06
1
-6
/
+6
*
mxf: Don't use NULL GstStructures to prevent warnings
Sebastian Dröge
2009-03-05
1
-3
/
+5
*
mxfdemux: Use arrays instead of lists for the metadata registries
Sebastian Dröge
2009-03-02
1
-95
/
+59
*
mxf: Fix memory leak
Sebastian Dröge
2009-02-28
1
-0
/
+1
*
mxf: Store the metadata type ID inside the class structure
Sebastian Dröge
2009-02-28
1
-61
/
+131
*
mxfdemux: Post structural metadata tree as tag on the bus
Sebastian Dröge
2009-02-21
1
-4
/
+1179
*
mxfdemux: Add helper function to convert MXFraction to gdouble and use it
Sebastian Dröge
2009-02-21
1
-2
/
+2
*
mxfdemux: Only store the main descriptor in source packages
Sebastian Dröge
2009-02-21
1
-77
/
+57
*
mxfdemux: Don't use generic metadata parsers for unknown metadata, the result...
Sebastian Dröge
2009-02-21
1
-4
/
+2
*
mxfdemux: Fix resolval of identifications from the preface
Sebastian Dröge
2009-02-12
1
-1
/
+1
*
mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() function
Sebastian Dröge
2009-02-12
1
-30
/
+8
*
mxfdemux: Resolve source package before accessing it's members
Sebastian Dröge
2009-02-08
1
-0
/
+7
*
mxfdemux: For material packages make sure that tracks resolve to source tracks
Sebastian Dröge
2009-02-08
1
-2
/
+44
*
mxfdemux: Don't include multiple descriptors in the track's descriptors
Sebastian Dröge
2009-02-07
1
-2
/
+4
*
mxfdemux: Add data definition for Avid vendor specific picture essence
Sebastian Dröge
2009-02-06
1
-1
/
+5
*
Don't use GLib 2.16 API unconditionally
Sebastian Dröge
2009-01-31
1
-10
/
+40
*
Don't complain if the preface has no primary package set
Sebastian Dröge
2009-01-31
1
-6
/
+8
*
Store MXF metadata in a hash table, keyed by UID
Sebastian Dröge
2009-01-22
1
-214
/
+217
*
Update copyrights for 2009
Sebastian Dröge
2009-01-22
1
-1
/
+1
*
Simplify parsing of UL/UUID arrays
Sebastian Dröge
2009-01-22
1
-188
/
+111
*
Implement parsing of DMS1 (SMPTE S380M)
Sebastian Dröge
2009-01-22
1
-109
/
+144
*
gst/mxf/: "Generation UID" and "This Generation UID" are different so handle ...
Sebastian Dröge
2009-01-05
1
-8
/
+101
*
gst/mxf/: Fix compilation with debugging disabled.
Sebastian Dröge
2009-01-05
1
-0
/
+36
*
Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin...
Sebastian Dröge
2008-12-31
1
-2
/
+3
*
gst/mxf/mxfmetadata.*: If resolving a metadata object failed the first time r...
Sebastian Dröge
2008-12-22
1
-3
/
+10
*
gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set...
Sebastian Dröge
2008-12-19
1
-5
/
+41
*
gst/mxf/: Rename MXFMetadataBase methods to reflect that they belong to
Sebastian Dröge
2008-12-16
1
-18
/
+20
*
gst/mxf/: Return FALSE when parsing a metadata tag failed.
Sebastian Dröge
2008-12-15
1
-29
/
+37
[next]