gstreamer/gst/matroska
Wim Taymans 1e61eb7e5f gst/matroska/: Handle return values from pull_range in a more granular way to properly shut down on seeks.
Original commit message from CVS:
* gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
(gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
(gst_ebml_read_element_length), (gst_ebml_peek_id),
(gst_ebml_read_skip), (gst_ebml_read_buffer),
(gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
(gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
(gst_ebml_read_date), (gst_ebml_read_master),
(gst_ebml_read_binary), (gst_ebml_read_header):
* gst/matroska/ebml-read.h:
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
(gst_matroska_demux_read_track_encodings),
(gst_matroska_demux_add_stream),
(gst_matroska_demux_handle_src_query),
(gst_matroska_demux_handle_seek_event),
(gst_matroska_demux_init_stream),
(gst_matroska_demux_parse_tracks),
(gst_matroska_demux_parse_index_cuetrack),
(gst_matroska_demux_parse_index_pointentry),
(gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
(gst_matroska_demux_parse_metadata_id_simple_tag),
(gst_matroska_demux_parse_metadata_id_tag),
(gst_matroska_demux_parse_metadata),
(gst_matroska_demux_sync_streams),
(gst_matroska_demux_push_hdr_buf),
(gst_matroska_demux_push_flac_codec_priv_data),
(gst_matroska_demux_push_xiph_codec_priv_data),
(gst_matroska_demux_add_wvpk_header),
(gst_matroska_demux_check_subtitle_buffer),
(gst_matroska_demux_parse_blockgroup_or_simpleblock),
(gst_matroska_demux_parse_cluster),
(gst_matroska_demux_parse_contents_seekentry),
(gst_matroska_demux_parse_contents),
(gst_matroska_demux_loop_stream_parse_id),
(gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
* gst/matroska/matroska-demux.h:
* gst/matroska/matroska-ids.h:
Handle return values from pull_range in a more granular way to properly
shut down on seeks.
Combine return values from push.
Implement proper error handling.
Prepare for handling seeking correctly.
2008-03-06 19:47:48 +00:00
..
ebml-ids.h Port matroska muxer to 0.9 (#318847). 2005-10-14 12:43:30 +00:00
ebml-read.c gst/matroska/: Handle return values from pull_range in a more granular way to properly shut down on seeks. 2008-03-06 19:47:48 +00:00
ebml-read.h gst/matroska/: Handle return values from pull_range in a more granular way to properly shut down on seeks. 2008-03-06 19:47:48 +00:00
ebml-write.c gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstream. 2008-02-07 16:38:55 +00:00
ebml-write.h Fix broken GObject macros 2006-04-08 18:25:55 +00:00
Makefile.am gst/matroska/Makefile.am: If zlib is available and used, we must link it explicitly for things to work on MingW (fixe... 2007-01-05 17:23:04 +00:00
matroska-demux.c gst/matroska/: Handle return values from pull_range in a more granular way to properly shut down on seeks. 2008-03-06 19:47:48 +00:00
matroska-demux.h gst/matroska/: Handle return values from pull_range in a more granular way to properly shut down on seeks. 2008-03-06 19:47:48 +00:00
matroska-ids.c gst/matroska/: Try harder to extract the framerate for video tracks correctly and save it directly instead of convert... 2006-12-11 13:59:33 +00:00
matroska-ids.h gst/matroska/: Handle return values from pull_range in a more granular way to properly shut down on seeks. 2008-03-06 19:47:48 +00:00
matroska-mux.c gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB. 2008-03-03 22:01:56 +00:00
matroska-mux.h gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each incoming stream, so we can calculate th... 2008-01-08 19:57:23 +00:00
matroska.c rework configure.ac; make asterisk rtp stuff compile on mingw 2005-11-14 02:13:35 +00:00
matroska.vcproj more working plugins 2004-07-27 21:41:30 +00:00