summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfaes-bwf.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-2/+2
* mxfaes-bwf: Handle new custom-constant-sized variantEdward Hervey2021-07-211-4/+11
* mxfdemux: Take temporal reordering from the index table into accountSebastian Dröge2017-06-271-4/+12
* mxfdemux: Add various missing bounds checks, NULL checks and integer overflow...Sebastian Dröge2016-11-241-4/+10
* mxfaes-bwf: Format is unsigned if it's 1 byte per channelSebastian Dröge2015-10-211-4/+6
* mxfdemux: Add a second MXF UL for uncompressed audioDavid Schleef2013-03-141-0/+8
* mxfdemux: Add function to get the essence track wrappingSebastian Dröge2012-12-061-0/+40
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* mxf: Port mxfdemux to 1.0Michael Smith2012-10-261-78/+71
* miniobject: port to new 0.11 APIWim Taymans2011-02-281-15/+14
* mxf: Use mxf_u{l,uid}_is_equal() and friends instead of memcmp()Sebastian Dröge2009-03-261-6/+6
* mxf: Differentiate between UL and UUIDSebastian Dröge2009-03-261-40/+40
* mxf: Source files and #include cleanupSebastian Dröge2009-03-261-1/+1
* mxfmux: Fix handling of buffers with more than one edit unit and EOS handlingSebastian Dröge2009-03-261-42/+24
* mxfmux: Fix some memory leaks, improve debugging and handle errors betterSebastian Dröge2009-03-221-6/+12
* mxfmux: Add support for muxing raw audioSebastian Dröge2009-03-211-0/+545
* mxf: Store the metadata type ID inside the class structureSebastian Dröge2009-02-281-6/+8
* mxfdemux: Post structural metadata tree as tag on the busSebastian Dröge2009-02-211-0/+196
* mxfdemux: Fix calculation of AES3 bitrate tagSebastian Dröge2009-02-211-1/+4
* mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() functionSebastian Dröge2009-02-121-8/+2
* Generate an index table for essence streamsSebastian Dröge2009-01-311-12/+10
* Update copyrights for 2009Sebastian Dröge2009-01-221-1/+1
* Simplify parsing of UL/UUID arraysSebastian Dröge2009-01-221-8/+8
* gst/mxf/: Fix compilation with debugging disabled.Sebastian Dröge2009-01-051-8/+12
* Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin...Sebastian Dröge2008-12-311-10/+10
* gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set...Sebastian Dröge2008-12-191-24/+20
* gst/mxf/: Implement an essence element handling registry and use this instead...Sebastian Dröge2008-12-161-42/+120
* gst/mxf/: Return FALSE when parsing a metadata tag failed.Sebastian Dröge2008-12-151-17/+11
* gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge2008-12-151-182/+207
* gst/mxf/: Major update of the TODO lists. There's still much to do.Sebastian Dröge2008-12-121-0/+1
* gst/mxf/: Add support for SMPTE D10 essence (SMPTE 386M).Sebastian Dröge2008-12-041-3/+9
* gst/mxf/: Add support for AES3 audio (SMPTE 382M).Sebastian Dröge2008-12-031-6/+364
* gst/mxf/: Add the codec name, and if possible the avg bitrate, to the pad's t...Sebastian Dröge2008-12-011-0/+23
* gst/mxf/: Add support for A-Law encoded audio essence (SMPTE 388M and 382M).Sebastian Dröge2008-11-281-0/+18
* gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of th...Sebastian Dröge2008-11-261-1/+3
* gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...Sebastian Dröge2008-11-251-140/+120
* gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...Sebastian Dröge2008-11-221-1/+2
* Add first version of an MXF demuxer. Currently it supportsSebastian Dröge2008-11-211-0/+382