summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfmpeg.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-15gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge1-59/+68
2008-12-12gst/mxf/: Major update of the TODO lists. There's still much to do.Sebastian Dröge1-1/+2
2008-12-07gst/mxf/mxfmpeg.c: Set codec name tags for the MPEG audio essence.Sebastian Dröge1-0/+7
2008-12-04gst/mxf/: Coding style fixes.Sebastian Dröge1-66/+153
2008-12-01gst/mxf/: Add the codec name, and if possible the avg bitrate, to the pad's t...Sebastian Dröge1-2/+22
2008-11-30gst/mxf/: Some random cleanup.Sebastian Dröge1-55/+81
2008-11-30gst/mxf/: Set the correct MPEG video version if possible and add support for ...Sebastian Dröge1-3/+58
2008-11-26gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of th...Sebastian Dröge1-1/+2
2008-11-25gst/mxf/: Set video dimensions and pixel aspect ratio on the caps.Sebastian Dröge1-8/+20
2008-11-25gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...Sebastian Dröge1-104/+82
2008-11-22gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...Sebastian Dröge1-1/+1
2008-11-21Add first version of an MXF demuxer. Currently it supportsSebastian Dröge1-0/+318