summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfdemux.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-16gst/mxf/: Implement an essence element handling registry and use this instead...Sebastian Dröge1-98/+24
2008-12-16Add initial documentation for the MXF plugin and mxfdemux.Sebastian Dröge1-4/+17
2008-12-16gst/mxf/: Rename MXFMetadataBase methods to reflect that they belong toSebastian Dröge1-5/+6
2008-12-15gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge1-1426/+206
2008-12-13gst/mxf/mxfdemux.c: Add a generic handler for descriptive metadata so we can ...Sebastian Dröge1-2/+48
2008-12-12gst/mxf/: Major update of the TODO lists. There's still much to do.Sebastian Dröge1-8/+32
2008-12-11gst/mxf/: Implement parsing of Event Tracks, Static Tracks, DM Segments and D...Sebastian Dröge1-13/+24
2008-12-08gst/mxf/: Remove the concept of "final" metadata, broken files have updated m...Sebastian Dröge1-40/+33
2008-12-07gst/mxf/mxfdemux.c: Rename GstMXFPad to GstMXFDemuxPad to prevent name clashe...Sebastian Dröge1-45/+38
2008-12-07gst/mxf/: Add initial support for uncompressed video essence (SMPTE S384M).Sebastian Dröge1-2/+8
2008-12-06gst/mxf/mxfdemux.c: The previous partition field of the partition is relative...Sebastian Dröge1-10/+14
2008-12-05gst/mxf/: Implement parsing of the generic data essence descriptor.Sebastian Dröge1-39/+54
2008-12-05gst/mxf/mxfdemux.c: Generalize some lines of codes that are more or less the ...Sebastian Dröge1-73/+34
2008-12-04gst/mxf/mxfdemux.c: Ignore zero sized essence elements. They're often inserte...Sebastian Dröge1-2/+8
2008-12-04gst/mxf/: Add support for SMPTE D10 essence (SMPTE 386M).Sebastian Dröge1-3/+19
2008-12-03gst/mxf/: Add support for AES3 audio (SMPTE 382M).Sebastian Dröge1-0/+58
2008-12-03gst/mxf/mxfdemux.c: Improve debugging a bit.Sebastian Dröge1-2/+12
2008-12-03gst/mxf/mxfdemux.c: Use a single "track_%u" src pad template and use the trac...Sebastian Dröge1-45/+9
2008-12-01gst/mxf/: Add the codec name, and if possible the avg bitrate, to the pad's t...Sebastian Dröge1-3/+10
2008-12-01gst/mxf/mxfdemux.c: If the preface references a primary package use this as t...Sebastian Dröge1-3/+8
2008-11-30gst/mxf/mxfdemux.c: If there's no descriptor for the track in the track's sou...Sebastian Dröge1-7/+10
2008-11-30gst/mxf/: Some random cleanup.Sebastian Dröge1-7/+10
2008-11-30gst/mxf/: Add property to select the top-level source package or material pac...Sebastian Dröge1-55/+139
2008-11-30gst/mxf/mxfdemux.c: Make sure that demux->offset has the correct value before...Sebastian Dröge1-6/+7
2008-11-29gst/mxf/: Add initial support for JPEG2000 encoded video essence.Sebastian Dröge1-3/+9
2008-11-28gst/mxf/mxfdemux.c: Only try to pull the random index pack at the end of file...Sebastian Dröge1-10/+10
2008-11-28gst/mxf/: Add support for A-Law encoded audio essence (SMPTE 388M and 382M).Sebastian Dröge1-2/+8
2008-11-28gst/mxf/: Implement parsing of index table segments, which will later be used...Sebastian Dröge1-4/+35
2008-11-27gst/mxf/: Implement parsing of the random index pack, which provides a seek t...Sebastian Dröge1-3/+92
2008-11-27gst/mxf/: Add fundamental support for DV-DIF essence streams.Sebastian Dröge1-4/+16
2008-11-27gst/mxf/mxfdemux.*: Only try to pull the footer metadata once and not on ever...Sebastian Dröge1-3/+8
2008-11-26gst/mxf/mxfdemux.c: Properly combine flow returns of the source pads.Sebastian Dröge1-4/+57
2008-11-25gst/mxf/: Add initial parsing of RGBA descriptors.Sebastian Dröge1-11/+67
2008-11-25gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...Sebastian Dröge1-40/+78
2008-11-24gst/mxf/mxfdemux.c: Make sure to only output generic container essence elemen...Sebastian Dröge1-6/+21
2008-11-24gst/mxf/: Allow non-MXF KLV packets and just drop them instead of throwing an...Sebastian Dröge1-19/+9
2008-11-23gst/mxf/mxfdemux.c: Actually we support a length stored inside 8 bytes but it...Sebastian Dröge1-15/+25
2008-11-22gst/mxf/: Some more format string fixes and usage of guint instead of gint wh...Sebastian Dröge1-13/+14
2008-11-22gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...Sebastian Dröge1-21/+28
2008-11-21Add first version of an MXF demuxer. Currently it supportsSebastian Dröge1-0/+2859