aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* remove useless int->double conversionGravatar henry2007-09-29
* fix warningsGravatar henry2007-09-29
* fixed bug introduced with previous commit: patch_panscan() must work in the s...Gravatar nicodvb2007-09-28
* 1000l, the tff flag was never cleared before being overwritten with the value...Gravatar nicodvb2007-09-28
* h263 exposedGravatar lu_zero2007-09-28
* Fix playback of streams with more than one audio track (only one supported).Gravatar cehoyos2007-09-25
* Simplify: initialize at declaration at the start of the functionGravatar reimar2007-09-24
* Get rid of rather pointless assertsGravatar reimar2007-09-24
* demux_audio.c: Fix timestamp handlingGravatar uau2007-09-24
* removed unused function parametersGravatar nicodvb2007-09-22
* in ts_detect_streams() moved the iteration condition inside the loopGravatar nicodvb2007-09-22
* libnemesi support, yet another rtsp/rtp library...Gravatar lu_zero2007-09-19
* Add comment that clears up what _WINGDI_H is for.Gravatar diego2007-09-18
* reverted useless r24539Gravatar ben2007-09-15
* added monkey audio fourcc in wave headerGravatar ben2007-09-15
* Add support for cook audio (though most .rm files don't work with lavfGravatar reimar2007-09-15
* 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
* 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