gstreamer/gst/flv
Sebastian Dröge 99e7b86fc2 gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
Original commit message from CVS:
* gst/flv/Makefile.am:
Fix (non-critical) syntax error and add all required CFLAGS and LIBS.
* gst/flv/gstflvparse.c: (FLV_GET_STRING),
(gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
(gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
(gst_flv_parse_tag_timestamp), (gst_flv_parse_tag_type):
Rewrite the script tag parsing to make sure we don't try to read
more data than we have. Also use GST_READ_UINT24_BE directly and
fix some minor memory leaks.
This should make all crashes on fuzzed FLV files disappear.
2008-10-27 09:41:18 +00:00
..
gstflvdemux.c gst/flv/gstflvdemux.c: Don't post an error message on the bus if sending EOS downstream didn't work. Fixes bug #550454. 2008-10-27 09:32:03 +00:00
gstflvdemux.h gst/flv/gstflvdemux.*: If our index was created by the element and not provided from the outside we should destroy it... 2008-10-27 09:14:45 +00:00
gstflvmux.c gst/flv/: Add support for Speex audio and allow buffers without valid timestamp in the muxer. 2008-10-27 09:33:40 +00:00
gstflvmux.h gst/flv/: Add support for Speex audio and allow buffers without valid timestamp in the muxer. 2008-10-27 09:33:40 +00:00
gstflvparse.c gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFLAGS and LIBS. 2008-10-27 09:41:18 +00:00
gstflvparse.h gst/flv/: In pull mode we create our own index before doing anything else and don't use the index provided by some fi... 2008-10-27 09:25:11 +00:00
Makefile.am gst/flv/Makefile.am: Fix (non-critical) syntax error and add all required CFLAGS and LIBS. 2008-10-27 09:41:18 +00:00