summaryrefslogtreecommitdiff
path: root/gst/mxf/mxftypes.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-05Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller1-1/+1
2021-07-21mxfdemux: Refactor index table and offset handlingEdward Hervey1-0/+15
2021-07-21mxf: Improve index entry debug logEdward Hervey1-9/+13
2019-11-08bad: Avoid using deprecated APIEdward Hervey1-4/+4
2017-11-20all: Fix left-shift undefined behaviourEdward Hervey1-3/+1
2016-11-25mxfdemux: Fix up another size check and prevent allocating too much memorySebastian Dröge1-1/+2
2016-11-25mxfdemux: Handle zero-sized KLV items better and don't assert on themSebastian Dröge1-12/+22
2016-11-24mxfdemux: Add various missing bounds checks, NULL checks and integer overflow...Sebastian Dröge1-9/+16
2016-01-29mxftypes: Generate UUIDs according to RFC4122 version 4 (aka random)Sebastian Dröge1-1/+2
2016-01-07mxftypes: Don't store pointers in stack allocated guintsSebastian Dröge1-4/+3
2015-12-08mxftypes: Fix parsing of index table segmentsSebastian Dröge1-7/+6
2015-12-08mxftypes: Add function to serialize an index table segment to a bufferSebastian Dröge1-0/+120
2015-12-08mxfmux: Index table segments must not use the primer packSebastian Dröge1-12/+4
2015-10-21mxftypes: Fix generation of operational pattern ULSebastian Dröge1-4/+4
2014-04-16mxf: Handle fraction parsing failureEdward Hervey1-1/+3
2014-04-16mxf: Remove useless checkEdward Hervey1-2/+0
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-26mxf: Port mxfdemux to 1.0Michael Smith1-21/+41
2010-03-22Add -Wwrite-stringsBenjamin Otte1-2/+2
2010-01-21mxf: Correctly initialize memorySebastian Dröge1-1/+2
2009-08-31mxf: Unconditionally use GLib 2.16 APISebastian Dröge1-16/+0
2009-03-26mxf: Fix compilation and compiler errors with GLib < 2.16.0Sebastian Dröge1-5/+5
2009-03-26mxf: Fix "cast to pointer type of different size" compiler warningSebastian Dröge1-11/+12
2009-03-26mxf: Rename forgotten function to fix unresolved symbols errorSebastian Dröge1-1/+1
2009-03-26mxf: Differentiate between UL and UUIDSebastian Dröge1-40/+187
2009-03-26mxf: Source files and #include cleanupSebastian Dröge1-0/+1445