summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfup.c
Commit message (Expand)AuthorAgeFilesLines
* mxfdemux: Take temporal reordering from the index table into accountSebastian Dröge2017-06-271-5/+14
* mxf: avoid dereferencing NULL mapping data pointerVincent Penquerc'h2014-04-161-1/+9
* mxfdemux: Add function to get the essence track wrappingSebastian Dröge2012-12-061-0/+37
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* mxf: Port mxfdemux to 1.0Michael Smith2012-10-261-93/+98
* miniobject: port to new 0.11 APIWim Taymans2011-02-281-6/+6
* mxf: add a return to fix the build when turning assert offStefan Kost2010-01-251-0/+1
* Revert "mxf: add a return to fix the build when turning assert off"Stefan Kost2010-01-251-1/+0
* mxf: add a return to fix the build when turning assert offStefan Kost2010-01-251-0/+1
* mxf: Source files and #include cleanupSebastian Dröge2009-03-261-1/+1
* mxfmux: Fix some memory leaks, improve debugging and handle errors betterSebastian Dröge2009-03-221-4/+23
* mxf: Add support for muxing/demuxing subsampled YUV formatsSebastian Dröge2009-03-211-4/+105
* mxfdemux: Use correct width/height for stride conversionsSebastian Dröge2009-03-211-5/+2
* mxf: Implement stride transformations for raw video content for muxing and de...Sebastian Dröge2009-03-211-20/+100
* mxfdemux: Simplify caps selection by using a lookup tableSebastian Dröge2009-03-211-103/+44
* mxfmux: Add initial support for muxing raw picture essenceSebastian Dröge2009-03-211-0/+168
* mxfdemux: Add support for AYUV and v308 YUV colorspacesSebastian Dröge2009-03-211-0/+9
* mxfdemux: Update TODOSebastian Dröge2009-02-091-0/+1
* Generate an index table for essence streamsSebastian Dröge2009-01-311-14/+13
* Update copyrights for 2009Sebastian Dröge2009-01-221-1/+1
* Implement parsing of DMS1 (SMPTE S380M)Sebastian Dröge2009-01-221-12/+12
* Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin...Sebastian Dröge2008-12-311-13/+13
* gst/mxf/: Implement an essence element handling registry and use this instead...Sebastian Dröge2008-12-161-29/+36
* gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge2008-12-151-5/+17
* gst/mxf/: Major update of the TODO lists. There's still much to do.Sebastian Dröge2008-12-121-0/+1
* gst/mxf/mxfup.c: Don't create a subbuffer, instead just change the buffer met...Sebastian Dröge2008-12-081-8/+4
* gst/mxf/mxfup.c: Handle the image start and end offsets, otherwise we output ...Sebastian Dröge2008-12-071-1/+40
* gst/mxf/: Add initial support for uncompressed video essence (SMPTE S384M).Sebastian Dröge2008-12-071-0/+216