summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfmpeg.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-27mxfdemux: Take temporal reordering from the index table into accountSebastian Dröge1-4/+17
2016-01-28mxfmpeg: Write the correct essence container UL for all codecsSebastian Dröge1-1/+13
2016-01-28mxfmpeg: Write version number into the picture essence coding ULSebastian Dröge1-0/+4
2015-11-21mxfmpeg: Use the correct sound essence compression UL for MP3Sebastian Dröge1-4/+4
2015-11-21mxfmpeg: Set the essence container UL byte 13 to 0x10 for h264Sebastian Dröge1-0/+1
2015-10-21mxfmpeg: h264 is always byte-stream inside MXFSebastian Dröge1-5/+6
2014-04-21mxf: fix MP2 caseVincent Penquerc'h1-1/+1
2012-12-06mxfdemux: Add function to get the essence track wrappingSebastian Dröge1-0/+39
2012-11-30mxf: Add more support for RP2008 (AVC in the MPEG mapping)Sebastian Dröge1-4/+12
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-26mxf: Port mxfdemux to 1.0Michael Smith1-55/+109
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-12/+12
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier1-12/+12
2011-02-28miniobject: port to new 0.11 APIWim Taymans1-7/+7
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2009-09-23Fix warnings with gcc 4.0.1.Alessandro Decina1-6/+6
2009-03-26mxf: Differentiate between UL and UUIDSebastian Dröge1-21/+21
2009-03-26mxf: Source files and #include cleanupSebastian Dröge1-1/+1
2009-03-22mxfmux: Fix some memory leaks, improve debugging and handle errors betterSebastian Dröge1-5/+20
2009-03-21mxfmux: Make sure to include a picture in the edit units when muxing MPEG2/MPEG4Sebastian Dröge1-4/+149
2009-03-21mxfdemux: Remove accidentially committed g_assert_not_reached()Sebastian Dröge1-2/+0
2009-03-21mxfmux: Use the correct edit rate instead of estimating it from the first buf...Sebastian Dröge1-22/+28
2009-03-21mxfmux: Add support for muxing MPEG audio and videoSebastian Dröge1-1/+384
2009-03-21mxfdemux: Use correct caps type for AC3 audio (audio/x-ac3 instead of audio/ac3)Sebastian Dröge1-1/+1
2009-02-28mxf: Store the metadata type ID inside the class structureSebastian Dröge1-2/+5
2009-02-21mxfdemux: Add MPEG video bitrate to the tags if availableSebastian Dröge1-0/+6
2009-02-21mxfdemux: Post structural metadata tree as tag on the busSebastian Dröge1-0/+36
2009-02-06mxfdemux: Implement keyframe detection for MPEG4 video streamsSebastian Dröge1-0/+45
2009-02-06mxfdemux: Add keyframe detection for MPEG2 video streamsSebastian Dröge1-0/+82
2009-01-31Generate an index table for essence streamsSebastian Dröge1-12/+10
2009-01-22Fix UL for DTS and MPEG2 layer 1Sebastian Dröge1-2/+2
2009-01-22Add support for AAC audioSebastian Dröge1-0/+10
2009-01-22Update copyrights for 2009Sebastian Dröge1-1/+1
2009-01-22Implement parsing of DMS1 (SMPTE S380M)Sebastian Dröge1-8/+8
2008-12-31Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin...Sebastian Dröge1-10/+10
2008-12-22gst/mxf/mxfmpeg.c: Add initial support for h.264 video (SMPTE RP2008).Sebastian Dröge1-9/+34
2008-12-19gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set...Sebastian Dröge1-16/+9
2008-12-16gst/mxf/: Implement an essence element handling registry and use this instead...Sebastian Dröge1-31/+63
2008-12-15gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge1-59/+68
2008-12-12gst/mxf/: Major update of the TODO lists. There's still much to do.Sebastian Dröge1-1/+2
2008-12-07gst/mxf/mxfmpeg.c: Set codec name tags for the MPEG audio essence.Sebastian Dröge1-0/+7
2008-12-04gst/mxf/: Coding style fixes.Sebastian Dröge1-66/+153
2008-12-01gst/mxf/: Add the codec name, and if possible the avg bitrate, to the pad's t...Sebastian Dröge1-2/+22
2008-11-30gst/mxf/: Some random cleanup.Sebastian Dröge1-55/+81
2008-11-30gst/mxf/: Set the correct MPEG video version if possible and add support for ...Sebastian Dröge1-3/+58
2008-11-26gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of th...Sebastian Dröge1-1/+2
2008-11-25gst/mxf/: Set video dimensions and pixel aspect ratio on the caps.Sebastian Dröge1-8/+20
2008-11-25gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...Sebastian Dröge1-104/+82
2008-11-22gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...Sebastian Dröge1-1/+1
2008-11-21Add first version of an MXF demuxer. Currently it supportsSebastian Dröge1-0/+318