summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfaes-bwf.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-26mxf: Use mxf_u{l,uid}_is_equal() and friends instead of memcmp()Sebastian Dröge1-6/+6
2009-03-26mxf: Differentiate between UL and UUIDSebastian Dröge1-40/+40
2009-03-26mxf: Source files and #include cleanupSebastian Dröge1-1/+1
2009-03-26mxfmux: Fix handling of buffers with more than one edit unit and EOS handlingSebastian Dröge1-42/+24
2009-03-22mxfmux: Fix some memory leaks, improve debugging and handle errors betterSebastian Dröge1-6/+12
2009-03-21mxfmux: Add support for muxing raw audioSebastian Dröge1-0/+545
2009-02-28mxf: Store the metadata type ID inside the class structureSebastian Dröge1-6/+8
2009-02-21mxfdemux: Post structural metadata tree as tag on the busSebastian Dröge1-0/+196
2009-02-21mxfdemux: Fix calculation of AES3 bitrate tagSebastian Dröge1-1/+4
2009-02-12mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() functionSebastian Dröge1-8/+2
2009-01-31Generate an index table for essence streamsSebastian Dröge1-12/+10
2009-01-22Update copyrights for 2009Sebastian Dröge1-1/+1
2009-01-22Simplify parsing of UL/UUID arraysSebastian Dröge1-8/+8
2009-01-05gst/mxf/: Fix compilation with debugging disabled.Sebastian Dröge1-8/+12
2008-12-31Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin...Sebastian Dröge1-10/+10
2008-12-19gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set...Sebastian Dröge1-24/+20
2008-12-16gst/mxf/: Implement an essence element handling registry and use this instead...Sebastian Dröge1-42/+120
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