Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-10 | mxfmux: Fix uninitialized variable compiler warning | Tristan Matthews | 1 | -1/+3 | |
This will always be set to something but gcc didn't detect this. Fixes bug #582013. | |||||
2009-05-09 | mxfmux: Write metadata items in reference order | Sebastian Dröge | 1 | -23/+75 | |
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-05-09 | mxfmux: Fix EOS logic again | Sebastian Dröge | 1 | -2/+3 | |
2009-05-09 | mxfmux: Don't unref NULL buffers if pushing a buffer after the first failed | Sebastian Dröge | 1 | -1/+1 | |
2009-04-22 | mxf: Add documentation to mxfmux and update the docs | Sebastian Dröge | 1 | -0/+13 | |
2009-04-13 | mxfmux: Small cleanup | Sebastian Dröge | 1 | -12/+2 | |
2009-03-26 | mxf: Fix compilation and compiler errors with GLib < 2.16.0 | Sebastian Dröge | 1 | -1/+1 | |
2009-03-26 | mxf: Differentiate between UL and UUID | Sebastian Dröge | 1 | -22/+28 | |
2009-03-26 | mxfmux: Fix handling of buffers with more than one edit unit and EOS handling | Sebastian Dröge | 1 | -96/+143 | |
2009-03-22 | mxfmux: Fix error handling | Sebastian Dröge | 1 | -5/+3 | |
2009-03-22 | mxfmux: Add an error state from which we return immediately | Sebastian Dröge | 1 | -6/+25 | |
Also improve debugging a bit. | |||||
2009-03-21 | mxfmux: Only add an essence container UL once to the partition and preface | Sebastian Dröge | 1 | -3/+22 | |
2009-03-21 | mxfmux: Add some debugging and error out on invalid input data | Sebastian Dröge | 1 | -0/+19 | |
2009-03-21 | mxf: Add MXF muxer | Sebastian Dröge | 1 | -0/+1327 | |
This muxer currently only supports OP1a and is probably not yet 100% complying to the standards. |