gstreamer/gst/matroska
Sebastian Dröge 33e0d064a5 gst/matroska/matroska-demux.c: Handle position and duration query in DEFAULT format if the pad's track has a default ...
Original commit message from CVS:
* gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
(gst_matroska_demux_add_stream), (gst_matroska_demux_query),
(gst_matroska_demux_element_query),
(gst_matroska_demux_handle_src_query),
(gst_matroska_demux_handle_seek_event):
Handle position and duration query in DEFAULT format if the
pad's track has a default frame duration set.
Fix seeking now that the segment's duration doesn't contain the
(possibly wrong or inaccurate) duration of the Matroska file.
2008-07-02 09:51:16 +00:00
..
ebml-ids.h gst/matroska/ebml-ids.h: Add ID for EBML CRC32 elements. 2008-03-08 04:40:32 +00:00
ebml-read.c gst/matroska/ebml-read.c: Use NAN constant instead of 0.0/0.0 if possible. NAN is defined in math.h except on MSVC wh... 2008-07-02 09:04:50 +00:00
ebml-read.h gst/matroska/: Make sure that every Tags element is only parsed once and it's containing tags are only posted once. 2008-06-15 14:08:41 +00:00
ebml-write.c gst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead of (probably slower) custom code. 2008-06-10 10:44:53 +00:00
ebml-write.h Fix broken GObject macros 2006-04-08 18:25:55 +00:00
Makefile.am gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect it as image and otherwise as GST_TAG_ATT... 2008-06-16 10:59:39 +00:00
matroska-demux.c gst/matroska/matroska-demux.c: Handle position and duration query in DEFAULT format if the pad's track has a default ... 2008-07-02 09:51:16 +00:00
matroska-demux.h gst/matroska/matroska-demux.*: Don't set the segment duration to the duration from the Matroska header as this value ... 2008-07-02 08:57:04 +00:00
matroska-ids.c gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EOS logic. 2008-06-18 10:28:20 +00:00
matroska-ids.h gst/matroska/: Fix demuxing of WavPack files. Muxing is still broken. 2008-06-19 10:48:57 +00:00
matroska-mux.c gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EOS logic. 2008-06-18 10:28:20 +00:00
matroska-mux.h gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all Clusters to the end of the file. This isn... 2008-06-15 15:29:29 +00:00
matroska.c gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect it as image and otherwise as GST_TAG_ATT... 2008-06-16 10:59:39 +00:00
matroska.vcproj more working plugins 2004-07-27 21:41:30 +00:00