aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* removed unused members from dvdnav_priv_tGravatar nicodvb2007-09-15
* Removed dead code related to stills.Gravatar nicodvb2007-09-15
* updated changelog with recent monkey audio decoder supportGravatar ben2007-09-15
* Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.hGravatar zuxy2007-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
* More simplificationsGravatar reimar2007-09-14
* Get rid of some quite pointless variablesGravatar reimar2007-09-14