summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* mxf: fix MP2 caseVincent Penquerc'h2014-04-211-1/+1
* mxfdemux: Add function to get the essence track wrappingSebastian Dröge2012-12-061-0/+39
* mxf: Add more support for RP2008 (AVC in the MPEG mapping)Sebastian Dröge2012-11-301-4/+12
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* mxf: Port mxfdemux to 1.0Michael Smith2012-10-261-55/+109
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-12/+12
|\
| * Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2012-03-101-12/+12
* | miniobject: port to new 0.11 APIWim Taymans2011-02-281-7/+7
|/
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-1/+1
* Fix warnings with gcc 4.0.1.Alessandro Decina2009-09-231-6/+6
* mxf: Differentiate between UL and UUIDSebastian Dröge2009-03-261-21/+21
* 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-5/+20
* mxfmux: Make sure to include a picture in the edit units when muxing MPEG2/MPEG4Sebastian Dröge2009-03-211-4/+149
* mxfdemux: Remove accidentially committed g_assert_not_reached()Sebastian Dröge2009-03-211-2/+0
* mxfmux: Use the correct edit rate instead of estimating it from the first buf...Sebastian Dröge2009-03-211-22/+28
* mxfmux: Add support for muxing MPEG audio and videoSebastian Dröge2009-03-211-1/+384
* mxfdemux: Use correct caps type for AC3 audio (audio/x-ac3 instead of audio/ac3)Sebastian Dröge2009-03-211-1/+1
* mxf: Store the metadata type ID inside the class structureSebastian Dröge2009-02-281-2/+5
* mxfdemux: Add MPEG video bitrate to the tags if availableSebastian Dröge2009-02-211-0/+6
* mxfdemux: Post structural metadata tree as tag on the busSebastian Dröge2009-02-211-0/+36
* mxfdemux: Implement keyframe detection for MPEG4 video streamsSebastian Dröge2009-02-061-0/+45
* mxfdemux: Add keyframe detection for MPEG2 video streamsSebastian Dröge2009-02-061-0/+82
* Generate an index table for essence streamsSebastian Dröge2009-01-311-12/+10
* Fix UL for DTS and MPEG2 layer 1Sebastian Dröge2009-01-221-2/+2
* Add support for AAC audioSebastian Dröge2009-01-221-0/+10
* Update copyrights for 2009Sebastian Dröge2009-01-221-1/+1
* Implement parsing of DMS1 (SMPTE S380M)Sebastian Dröge2009-01-221-8/+8
* 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/mxfmpeg.c: Add initial support for h.264 video (SMPTE RP2008).Sebastian Dröge2008-12-221-9/+34
* gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set...Sebastian Dröge2008-12-191-16/+9
* gst/mxf/: Implement an essence element handling registry and use this instead...Sebastian Dröge2008-12-161-31/+63
* gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...Sebastian Dröge2008-12-151-59/+68
* gst/mxf/: Major update of the TODO lists. There's still much to do.Sebastian Dröge2008-12-121-1/+2
* gst/mxf/mxfmpeg.c: Set codec name tags for the MPEG audio essence.Sebastian Dröge2008-12-071-0/+7
* gst/mxf/: Coding style fixes.Sebastian Dröge2008-12-041-66/+153
* gst/mxf/: Add the codec name, and if possible the avg bitrate, to the pad's t...Sebastian Dröge2008-12-011-2/+22
* gst/mxf/: Some random cleanup.Sebastian Dröge2008-11-301-55/+81
* gst/mxf/: Set the correct MPEG video version if possible and add support for ...Sebastian Dröge2008-11-301-3/+58
* gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of th...Sebastian Dröge2008-11-261-1/+2
* gst/mxf/: Set video dimensions and pixel aspect ratio on the caps.Sebastian Dröge2008-11-251-8/+20
* gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...Sebastian Dröge2008-11-251-104/+82
* gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...Sebastian Dröge2008-11-221-1/+1
* Add first version of an MXF demuxer. Currently it supportsSebastian Dröge2008-11-211-0/+318