summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfmpeg.c
AgeCommit message (Expand)AuthorFilesLines
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