index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
mxf
/
mxfmpeg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-26
mxf: Differentiate between UL and UUID
Sebastian Dröge
1
-21
/
+21
2009-03-26
mxf: Source files and #include cleanup
Sebastian Dröge
1
-1
/
+1
2009-03-22
mxfmux: Fix some memory leaks, improve debugging and handle errors better
Sebastian Dröge
1
-5
/
+20
2009-03-21
mxfmux: Make sure to include a picture in the edit units when muxing MPEG2/MPEG4
Sebastian Dröge
1
-4
/
+149
2009-03-21
mxfdemux: Remove accidentially committed g_assert_not_reached()
Sebastian Dröge
1
-2
/
+0
2009-03-21
mxfmux: Use the correct edit rate instead of estimating it from the first buf...
Sebastian Dröge
1
-22
/
+28
2009-03-21
mxfmux: Add support for muxing MPEG audio and video
Sebastian Dröge
1
-1
/
+384
2009-03-21
mxfdemux: Use correct caps type for AC3 audio (audio/x-ac3 instead of audio/ac3)
Sebastian Dröge
1
-1
/
+1
2009-02-28
mxf: Store the metadata type ID inside the class structure
Sebastian Dröge
1
-2
/
+5
2009-02-21
mxfdemux: Add MPEG video bitrate to the tags if available
Sebastian Dröge
1
-0
/
+6
2009-02-21
mxfdemux: Post structural metadata tree as tag on the bus
Sebastian Dröge
1
-0
/
+36
2009-02-06
mxfdemux: Implement keyframe detection for MPEG4 video streams
Sebastian Dröge
1
-0
/
+45
2009-02-06
mxfdemux: Add keyframe detection for MPEG2 video streams
Sebastian Dröge
1
-0
/
+82
2009-01-31
Generate an index table for essence streams
Sebastian Dröge
1
-12
/
+10
2009-01-22
Fix UL for DTS and MPEG2 layer 1
Sebastian Dröge
1
-2
/
+2
2009-01-22
Add support for AAC audio
Sebastian Dröge
1
-0
/
+10
2009-01-22
Update copyrights for 2009
Sebastian Dröge
1
-1
/
+1
2009-01-22
Implement parsing of DMS1 (SMPTE S380M)
Sebastian Dröge
1
-8
/
+8
2008-12-31
Implement support for OP2a/b/c and OP3a/b/c, i.e. tracks with more than a sin...
Sebastian Dröge
1
-10
/
+10
2008-12-22
gst/mxf/mxfmpeg.c: Add initial support for h.264 video (SMPTE RP2008).
Sebastian Dröge
1
-9
/
+34
2008-12-19
gst/mxf/: Add mxf_metadata_generic_sound_essence_descriptor_set_caps() to set...
Sebastian Dröge
1
-16
/
+9
2008-12-16
gst/mxf/: Implement an essence element handling registry and use this instead...
Sebastian Dröge
1
-31
/
+63
2008-12-15
gst/mxf/: Convert the structural metadata to GstMiniObjects to make a lot of ...
Sebastian Dröge
1
-59
/
+68
2008-12-12
gst/mxf/: Major update of the TODO lists. There's still much to do.
Sebastian Dröge
1
-1
/
+2
2008-12-07
gst/mxf/mxfmpeg.c: Set codec name tags for the MPEG audio essence.
Sebastian Dröge
1
-0
/
+7
2008-12-04
gst/mxf/: Coding style fixes.
Sebastian Dröge
1
-66
/
+153
2008-12-01
gst/mxf/: Add the codec name, and if possible the avg bitrate, to the pad's t...
Sebastian Dröge
1
-2
/
+22
2008-11-30
gst/mxf/: Some random cleanup.
Sebastian Dröge
1
-55
/
+81
2008-11-30
gst/mxf/: Set the correct MPEG video version if possible and add support for ...
Sebastian Dröge
1
-3
/
+58
2008-11-26
gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of th...
Sebastian Dröge
1
-1
/
+2
2008-11-25
gst/mxf/: Set video dimensions and pixel aspect ratio on the caps.
Sebastian Dröge
1
-8
/
+20
2008-11-25
gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...
Sebastian Dröge
1
-104
/
+82
2008-11-22
gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...
Sebastian Dröge
1
-1
/
+1
2008-11-21
Add first version of an MXF demuxer. Currently it supports
Sebastian Dröge
1
-0
/
+318