aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ty.c
Commit message (Expand)AuthorAge
* demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame()Gravatar diego2010-11-02
* demux_ty: Cleanup some code, possibly fix vstream support (untested)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
* | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
| * Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.Gravatar diego2010-02-17
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Move 128kB buffer from stack to demuxer context.Gravatar reimar2009-11-20
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
|/
* 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