gstreamer/gst/matroska
Tim-Philipp Müller 155a3fec93 matroskaparse: don't error out if there's not enough data in the adapter
gst_matroska_parse_take() would return FLOW_ERROR instead of
FLOW_EOS in case there's less data in the adapter than requested,
because buffer is NULL in that case which triggers the error
code path. This made the unit test fail (occasionally at least,
because of a bug in the unit test there's a race and it would
happen only sporadically).
2014-06-28 17:39:36 +01:00
..
ebml-ids.h Fix FSF address 2012-11-04 00:07:18 +00:00
ebml-read.c matroska: fix check for amount of data to read 2014-04-16 17:44:51 +01:00
ebml-read.h Fix FSF address 2012-11-04 00:07:18 +00:00
ebml-write.c matroska: rejig test to avoid undefined shift behavior 2014-05-05 14:44:57 +01:00
ebml-write.h Fix FSF address 2012-11-04 00:07:18 +00:00
lzo.c matroska: Include config.h, it's needed for _stdint.h 2013-03-03 11:59:31 +01:00
lzo.h Decode the codec private data and following ContentEncoding if necessary. 2008-08-02 18:18:05 +00:00
Makefile.am matroskademux: Use GstVideoInfo helper to create caps for raw video 2013-11-22 18:52:54 -03:00
matroska-demux.c matroskademux: use GstFlowCombiner 2014-05-26 19:51:02 -03:00
matroska-demux.h matroskademux: use GstFlowCombiner 2014-05-26 19:51:02 -03:00
matroska-ids.c matroska: factor out read context init/reset 2014-02-06 13:25:12 -03:00
matroska-ids.h matroskademux: use GstFlowCombiner 2014-05-26 19:51:02 -03:00
matroska-mux.c matroskamux: fix the memory leak of language attribute 2014-05-13 19:55:21 -03:00
matroska-mux.h matroskamux: Fix constantly growing used uid list 2014-01-30 11:59:28 -03:00
matroska-parse.c matroskaparse: don't error out if there's not enough data in the adapter 2014-06-28 17:39:36 +01:00
matroska-parse.h Fix FSF address 2012-11-04 00:07:18 +00:00
matroska-read-common.c matroskademux: Don't call GST_DEBUG_OBJECT() and other macros with non-GObject objects 2014-06-22 19:26:03 +02:00
matroska-read-common.h matroska: factor out read context init/reset 2014-02-06 13:25:12 -03:00
matroska.c Fix FSF address 2012-11-04 00:07:18 +00:00
matroska.vcproj more working plugins 2004-07-27 21:41:30 +00:00
webm-mux.c matroskamux: Add context flag for WebM 2013-10-06 09:54:28 -07:00
webm-mux.h Fix FSF address 2012-11-04 00:07:18 +00:00