summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_ty.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-2/+3
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-1/+0
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiV...reimar2006-10-101-3/+3
* The FSF changed postal address.diego2006-09-011-1/+1
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-2/+0
* name array is too small, use strlcpy instead of strncpyreimar2006-03-081-3/+3
* Second-try commit of this patch.corey2006-02-171-1/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* massive attack: mp_msg printf format fixesrathann2006-01-121-9/+9
* make demuxer seek and close functions return void, patch by Dominik Mierzejewskiwanderer2005-12-111-2/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-2/+0
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-131-10/+10
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-2/+2
* Demuxer modularizationrtognimp2005-08-051-3/+44
* a cleaned-up version of ty demuxer improvements found in tivo-mplayer fork.joey2005-05-281-95/+413
* fix audio init crashjoey2005-05-281-1/+11
* Move generic length and percent pos calculation to demuxer.creimar2005-01-151-5/+0
* embarassing typodiego2004-07-191-1/+1
* many small typo and grammar fixesgabucino2003-10-041-2/+2
* TiVo demuxer and sub-cc/osd decoderarpi2003-06-091-0/+1056