summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfparse.c
Commit message (Expand)AuthorAgeFilesLines
* mxfdemux: Add helper function to convert MXFraction to gdouble and use itSebastian Dröge2009-02-211-0/+6
* mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() functionSebastian Dröge2009-02-121-2/+11
* mxfdemux: Add support for non-standard Avid MXF files containing DNxHD essenceSebastian Dröge2009-02-071-0/+12
* mxfdemux: Add support for non-standard Avid MXF files containing DV essenceSebastian Dröge2009-02-071-0/+12
* Allow index table segments without primer packSebastian Dröge2009-01-311-2/+5
* Fix parsing of index table segmentsSebastian Dröge2009-01-311-4/+6
* Store all partitions & primer packs in memory for faster accessSebastian Dröge2009-01-231-4/+0
* Store MXF metadata in a hash table, keyed by UIDSebastian Dröge2009-01-221-24/+18
* Update copyrights for 2009Sebastian Dröge2009-01-221-1/+1
* Simplify parsing of UL/UUID arraysSebastian Dröge2009-01-221-15/+57
* gst/mxf/: Fix compilation with debugging disabled.Sebastian Dröge2009-01-051-0/+8
* gst/mxf/: Implement an essence element handling registry and use this instead...Sebastian Dröge2008-12-161-0/+27
* gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge2008-12-151-2202/+2
* gst/mxf/: Implement parsing of Event Tracks, Static Tracks, DM Segments and D...Sebastian Dröge2008-12-111-19/+171
* gst/mxf/mxfparse.c: All frame layout values except 0 are for interlaced video...Sebastian Dröge2008-12-081-1/+1
* gst/mxf/: Add initial support for uncompressed video essence (SMPTE S384M).Sebastian Dröge2008-12-071-1/+37
* gst/mxf/: Implement parsing of the generic data essence descriptor.Sebastian Dröge2008-12-051-0/+46
* gst/mxf/mxfparse.c: Fix setting of the height/width and PAR of video streams.Sebastian Dröge2008-12-041-9/+13
* gst/mxf/: Add support for SMPTE D10 essence (SMPTE 386M).Sebastian Dröge2008-12-041-4/+9
* gst/mxf/mxfparse.c: Remove FIXME, zero-ULs and UMIDs are really invalid and w...Sebastian Dröge2008-12-031-1/+0
* gst/mxf/: Add property to select the top-level source package or material pac...Sebastian Dröge2008-11-301-0/+31
* gst/mxf/: Add initial support for JPEG2000 encoded video essence.Sebastian Dröge2008-11-291-0/+4
* gst/mxf/: Implement parsing of index table segments, which will later be used...Sebastian Dröge2008-11-281-0/+240
* gst/mxf/: Implement parsing of the random index pack, which provides a seek t...Sebastian Dröge2008-11-271-0/+40
* gst/mxf/: Add fundamental support for DV-DIF essence streams.Sebastian Dröge2008-11-271-0/+12
* gst/mxf/mxfdemux.c: Properly combine flow returns of the source pads.Sebastian Dröge2008-11-261-2/+1
* gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of th...Sebastian Dröge2008-11-261-8/+24
* gst/mxf/: Set video dimensions and pixel aspect ratio on the caps.Sebastian Dröge2008-11-251-2/+29
* gst/mxf/: Add initial parsing of RGBA descriptors.Sebastian Dröge2008-11-251-0/+73
* gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...Sebastian Dröge2008-11-251-923/+765
* gst/mxf/: Allow non-MXF KLV packets and just drop them instead of throwing an...Sebastian Dröge2008-11-241-9/+8
* gst/mxf/: Some more format string fixes and usage of guint instead of gint wh...Sebastian Dröge2008-11-221-19/+19
* gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...Sebastian Dröge2008-11-221-22/+22
* Add first version of an MXF demuxer. Currently it supportsSebastian Dröge2008-11-211-0/+2692