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
|
Fri, 14 Sep 2007 20:49:36 +0000 |
reimar |
A few more useless ()
|
Fri, 14 Sep 2007 20:48:04 +0000 |
reimar |
Minor simplifications
|
Fri, 14 Sep 2007 20:41:32 +0000 |
reimar |
Further simplify demux_ty_FindESHeader
|
Fri, 14 Sep 2007 20:37:30 +0000 |
reimar |
Optimize demux_ty_FindESHeader
|
Fri, 14 Sep 2007 20:18:00 +0000 |
reimar |
Remove some commented-out debugging code
|
Fri, 14 Sep 2007 20:09:39 +0000 |
reimar |
Fix demux_ty_FindESHeader so it won't overread
|
Fri, 14 Sep 2007 20:08:42 +0000 |
reimar |
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader
|
Fri, 14 Sep 2007 19:55:09 +0000 |
reimar |
Remove unused demux_ty_FindESPacket parameter
|
Fri, 14 Sep 2007 19:53:09 +0000 |
reimar |
Simplify demux_ty_FindESHeader
|
Fri, 14 Sep 2007 19:46:54 +0000 |
reimar |
Move variable declarations into the block where they are used
|
Fri, 14 Sep 2007 19:34:17 +0000 |
reimar |
Another piece of duplicate code
|
Fri, 14 Sep 2007 19:30:25 +0000 |
reimar |
Avoid a big piece of duplicated code
|
Fri, 14 Sep 2007 19:13:47 +0000 |
reimar |
Get rid of more code duplication
|
Fri, 14 Sep 2007 19:07:50 +0000 |
reimar |
Simplify XDS handling
|
Fri, 14 Sep 2007 18:58:32 +0000 |
reimar |
Reduce code duplication
|
Fri, 14 Sep 2007 18:54:14 +0000 |
reimar |
Greatly simplify IsValidAudioPacket, though this might break something
|
Fri, 14 Sep 2007 18:50:25 +0000 |
reimar |
Simplify IsValidAudioPacket
|
Fri, 14 Sep 2007 18:40:57 +0000 |
reimar |
Do not misuse a_streams for private info, demuxer->priv is for that!
|
Fri, 14 Sep 2007 18:32:34 +0000 |
reimar |
Use AV_RB24
|
Fri, 14 Sep 2007 18:31:14 +0000 |
reimar |
get rid of pointless pesFileId variables
|
Fri, 14 Sep 2007 18:26:55 +0000 |
reimar |
Simplify AV_RB32 / 256 -> AV_RB24
|
Fri, 14 Sep 2007 18:23:13 +0000 |
reimar |
Use AV_RB32 instead of tivobuffer2hostlong
|
Fri, 14 Sep 2007 18:19:10 +0000 |
reimar |
Yet more cosmetics
|
Fri, 14 Sep 2007 18:03:36 +0000 |
reimar |
Move timestamps to int64_t and use MP_NOPTS_VALUE
|
Fri, 14 Sep 2007 17:56:22 +0000 |
reimar |
Demuxers are _not_ supposed to set ds->pts!
|
Fri, 14 Sep 2007 17:39:48 +0000 |
reimar |
Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)
|
Fri, 14 Sep 2007 17:08:02 +0000 |
reimar |
Another ty simplification
|
Fri, 14 Sep 2007 17:06:04 +0000 |
reimar |
Remove unused variable
|
Fri, 14 Sep 2007 17:04:36 +0000 |
reimar |
tmf_totalsize is not used either, remove it
|
Fri, 14 Sep 2007 17:03:26 +0000 |
reimar |
More simplifications
|
Fri, 14 Sep 2007 17:00:09 +0000 |
reimar |
Get rid of some quite pointless variables
|
Fri, 14 Sep 2007 16:58:31 +0000 |
reimar |
Move boundary check before use!
|
Fri, 14 Sep 2007 16:45:52 +0000 |
reimar |
Remove unused tmf_totalchunks
|
Fri, 14 Sep 2007 16:44:52 +0000 |
reimar |
Simplify EOF handling
|
Fri, 14 Sep 2007 16:42:46 +0000 |
reimar |
Simplify tmf_filetooffset
|
Fri, 14 Sep 2007 16:21:12 +0000 |
reimar |
Small simplifications
|
Fri, 14 Sep 2007 16:12:33 +0000 |
reimar |
10l, placed terminating 0 at the wrong place.
|
Fri, 14 Sep 2007 16:12:02 +0000 |
reimar |
Avoid strlcpy, tar headers already have space to ensure 0-termination
|
Fri, 14 Sep 2007 16:04:12 +0000 |
reimar |
Do not ignore last chunk in .tmf files, it will cause part of the file to be
|
Fri, 14 Sep 2007 15:52:46 +0000 |
reimar |
Cosmetics: remove lots of useless () and {}.
|
Fri, 14 Sep 2007 15:33:21 +0000 |
reimar |
Use CHUNKSIZE define in a few more places
|
Fri, 14 Sep 2007 15:28:47 +0000 |
reimar |
Simplify ty_extensionis
|
Fri, 14 Sep 2007 15:19:45 +0000 |
reimar |
Make demux_ty internal functions static
|
Fri, 14 Sep 2007 15:12:46 +0000 |
reimar |
Use strtol instead of horribly suboptimal ty_octaltodecimal
|
Thu, 13 Sep 2007 11:23:32 +0000 |
reimar |
Replace constant by appropriate define
|
Thu, 05 Jul 2007 22:01:07 +0000 |
reimar |
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
|
Mon, 28 May 2007 08:42:35 +0000 |
diego |
Remove some unused variables, patch by timwoj ieee org.
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Tue, 10 Oct 2006 19:21:33 +0000 |
reimar |
Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiVo file
|
Fri, 01 Sep 2006 12:11:11 +0000 |
diego |
The FSF changed postal address.
|
Sat, 08 Jul 2006 17:28:36 +0000 |
diego |
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
|
Wed, 08 Mar 2006 21:13:16 +0000 |
reimar |
name array is too small, use strlcpy instead of strncpy
|
Fri, 17 Feb 2006 01:57:41 +0000 |
corey |
Second-try commit of this patch.
|
Thu, 09 Feb 2006 19:39:51 +0000 |
corey |
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
|
Tue, 07 Feb 2006 20:22:44 +0000 |
corey |
1. Include audio_delay as an argument to demux_seek.
|
Thu, 12 Jan 2006 20:04:36 +0000 |
rathann |
massive attack: mp_msg printf format fixes
|
Sun, 11 Dec 2005 17:21:02 +0000 |
wanderer |
make demuxer seek and close functions return void, patch by Dominik Mierzejewski
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Sun, 30 Oct 2005 09:19:05 +0000 |
reimar |
move resync_audio_stream after seeking to demuxer.c
|
Thu, 13 Oct 2005 18:33:56 +0000 |
reimar |
Use PRI?64 defines as format strings for 64 bit variables.
|
Fri, 02 Sep 2005 08:32:32 +0000 |
ods15 |
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
|
Fri, 05 Aug 2005 19:57:47 +0000 |
rtognimp |
Demuxer modularization
|
Sat, 28 May 2005 20:16:33 +0000 |
joey |
a cleaned-up version of ty demuxer improvements found in tivo-mplayer fork.
|
Sat, 28 May 2005 20:12:09 +0000 |
joey |
fix audio init crash
|
Sat, 15 Jan 2005 16:11:45 +0000 |
reimar |
Move generic length and percent pos calculation to demuxer.c
|
Mon, 19 Jul 2004 23:19:07 +0000 |
diego |
embarassing typo
|
Sat, 04 Oct 2003 17:29:08 +0000 |
gabucino |
many small typo and grammar fixes
|
Mon, 09 Jun 2003 00:24:49 +0000 |
arpi |
TiVo demuxer and sub-cc/osd decoder
|