log libmpdemux/demux_ty.c @ 34450:74622554a386

age author description
Thu, 18 Aug 2011 19:20:50 +0000 reimar Ensure filepos is initialized before following code tries to use it.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 16:48:21 +0000 cigaes Move sub_cc.[ch] to the sub directory.
Sun, 03 Oct 2010 15:32:53 +0000 diego Replace forward declarations of skip_audio_frame() by proper #include.
Wed, 08 Sep 2010 19:06:39 +0000 diego Move sub_justify extern declaration to libvo/sub.h, where it belongs.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Mon, 14 Jun 2010 20:11:44 +0000 reimar Cleanup some demux_ty code and at the same time possibly fix vstream support (untested).
Wed, 17 Feb 2010 22:48:32 +0000 diego Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
Fri, 20 Nov 2009 23:48:16 +0000 reimar Move 128kB buffer from stack to demuxer context.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Wed, 14 May 2008 18:01:51 +0000 diego Use standard license headers with standard formatting.
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Sat, 15 Sep 2007 13:25:56 +0000 reimar Avoid one more code duplication
Sat, 15 Sep 2007 12:13:45 +0000 reimar get rid of pointless size parameter for tmf_load_chunk
Sat, 15 Sep 2007 11:56:24 +0000 reimar Avoid using demux->stream->end_pos, it rarely does any good.
Sat, 15 Sep 2007 11:44:51 +0000 reimar Slightly simplify IsValidAudioPacket
Sat, 15 Sep 2007 11:41:47 +0000 reimar Simplify another two ifs into one
Sat, 15 Sep 2007 11:35:35 +0000 reimar Make one mp_msg call out of 3
Sat, 15 Sep 2007 11:33:31 +0000 reimar Simpler and more robust tar parsing
Sat, 15 Sep 2007 11:03:38 +0000 reimar Get rid of bloated ty_extension function
Sat, 15 Sep 2007 10:59:27 +0000 reimar Do not uselessly name structs
Sat, 15 Sep 2007 10:58:06 +0000 reimar Remove another variable and reorder to avoid wasting space due to alignment
Sat, 15 Sep 2007 10:55:30 +0000 reimar PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket
Sat, 15 Sep 2007 10:54:37 +0000 reimar Remove now useless parameters from demux_ty_CopyToDemuxPacket
Sat, 15 Sep 2007 10:52:36 +0000 reimar Remove more unused code and variables
Sat, 15 Sep 2007 10:07:08 +0000 diego cosmetics: Fix typo in function name.
Fri, 14 Sep 2007 21:17:48 +0000 reimar live recordings can contain 0-size type 0 chunks, ignore them instead
Fri, 14 Sep 2007 21:03:08 +0000 reimar Move some more variable declarations
Fri, 14 Sep 2007 20:59:05 +0000 reimar Remove tabs and trailing whitespace