Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-09 | mxfmux: Write metadata items in reference order | Sebastian Dröge | 1 | -0/+1 | |
This ensures that the metadata items are always written in the same order and that first comes the preface, then the identification linked from the preface, ... Some demuxers can't handle files where the metadata items are in random order. | |||||
2009-04-22 | mxf: Mark most fields of the instance struct as private | Sebastian Dröge | 1 | -0/+2 | |
2009-03-26 | mxf: Source files and #include cleanup | Sebastian Dröge | 1 | -1/+1 | |
2009-03-26 | mxfmux: Fix handling of buffers with more than one edit unit and EOS handling | Sebastian Dröge | 1 | -0/+2 | |
2009-03-22 | mxfmux: Add an error state from which we return immediately | Sebastian Dröge | 1 | -1/+2 | |
Also improve debugging a bit. | |||||
2009-03-21 | mxf: Add MXF muxer | Sebastian Dröge | 1 | -0/+100 | |
This muxer currently only supports OP1a and is probably not yet 100% complying to the standards. |