summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfaes-bwf.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-15gst/mxf/: Return FALSE when parsing a metadata tag failed.Sebastian Dröge1-17/+11
2008-12-15gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge1-182/+207
2008-12-12gst/mxf/: Major update of the TODO lists. There's still much to do.Sebastian Dröge1-0/+1
2008-12-04gst/mxf/: Add support for SMPTE D10 essence (SMPTE 386M).Sebastian Dröge1-3/+9
2008-12-03gst/mxf/: Add support for AES3 audio (SMPTE 382M).Sebastian Dröge1-6/+364
2008-12-01gst/mxf/: Add the codec name, and if possible the avg bitrate, to the pad's t...Sebastian Dröge1-0/+23
2008-11-28gst/mxf/: Add support for A-Law encoded audio essence (SMPTE 388M and 382M).Sebastian Dröge1-0/+18
2008-11-26gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of th...Sebastian Dröge1-1/+3
2008-11-25gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...Sebastian Dröge1-140/+120
2008-11-22gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...Sebastian Dröge1-1/+2
2008-11-21Add first version of an MXF demuxer. Currently it supportsSebastian Dröge1-0/+382