aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ty.c
Commit message (Expand)AuthorAge
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Avoid one more code duplicationGravatar reimar2007-09-15
* get rid of pointless size parameter for tmf_load_chunkGravatar reimar2007-09-15
* Avoid using demux->stream->end_pos, it rarely does any good.Gravatar reimar2007-09-15
* Slightly simplify IsValidAudioPacketGravatar reimar2007-09-15
* Simplify another two ifs into oneGravatar reimar2007-09-15
* Make one mp_msg call out of 3Gravatar reimar2007-09-15
* Simpler and more robust tar parsingGravatar reimar2007-09-15
* Get rid of bloated ty_extension functionGravatar reimar2007-09-15
* Do not uselessly name structsGravatar reimar2007-09-15
* Remove another variable and reorder to avoid wasting space due to alignmentGravatar reimar2007-09-15
* PTS should be passed as int64_t to demux_ty_CopyToDemuxPacketGravatar reimar2007-09-15
* Remove now useless parameters from demux_ty_CopyToDemuxPacketGravatar reimar2007-09-15
* Remove more unused code and variablesGravatar reimar2007-09-15
* cosmetics: Fix typo in function name.Gravatar diego2007-09-15
* live recordings can contain 0-size type 0 chunks, ignore them insteadGravatar reimar2007-09-14
* Move some more variable declarationsGravatar reimar2007-09-14
* Remove tabs and trailing whitespaceGravatar reimar2007-09-14
* A few more useless ()Gravatar reimar2007-09-14
* Minor simplificationsGravatar reimar2007-09-14
* Further simplify demux_ty_FindESHeaderGravatar reimar2007-09-14
* Optimize demux_ty_FindESHeaderGravatar reimar2007-09-14
* Remove some commented-out debugging codeGravatar reimar2007-09-14
* Fix demux_ty_FindESHeader so it won't overreadGravatar reimar2007-09-14
* Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeaderGravatar reimar2007-09-14
* Remove unused demux_ty_FindESPacket parameterGravatar reimar2007-09-14
* Simplify demux_ty_FindESHeaderGravatar reimar2007-09-14
* Move variable declarations into the block where they are usedGravatar reimar2007-09-14
* Another piece of duplicate codeGravatar reimar2007-09-14
* Avoid a big piece of duplicated codeGravatar reimar2007-09-14
* Get rid of more code duplicationGravatar reimar2007-09-14
* Simplify XDS handlingGravatar reimar2007-09-14
* Reduce code duplicationGravatar reimar2007-09-14
* Greatly simplify IsValidAudioPacket, though this might break somethingGravatar reimar2007-09-14
* Simplify IsValidAudioPacketGravatar reimar2007-09-14
* Do not misuse a_streams for private info, demuxer->priv is for that!Gravatar reimar2007-09-14
* Use AV_RB24Gravatar reimar2007-09-14
* get rid of pointless pesFileId variablesGravatar reimar2007-09-14
* Simplify AV_RB32 / 256 -> AV_RB24Gravatar reimar2007-09-14
* Use AV_RB32 instead of tivobuffer2hostlongGravatar reimar2007-09-14
* Yet more cosmeticsGravatar reimar2007-09-14
* Move timestamps to int64_t and use MP_NOPTS_VALUEGravatar reimar2007-09-14
* Demuxers are _not_ supposed to set ds->pts!Gravatar reimar2007-09-14
* Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)Gravatar reimar2007-09-14
* Another ty simplificationGravatar reimar2007-09-14
* Remove unused variableGravatar reimar2007-09-14
* tmf_totalsize is not used either, remove itGravatar reimar2007-09-14