index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
Commit message (
Expand
)
Author
Age
*
Avoid one more code duplication
reimar
2007-09-15
*
get rid of pointless size parameter for tmf_load_chunk
reimar
2007-09-15
*
Avoid using demux->stream->end_pos, it rarely does any good.
reimar
2007-09-15
*
Slightly simplify IsValidAudioPacket
reimar
2007-09-15
*
Simplify another two ifs into one
reimar
2007-09-15
*
Make one mp_msg call out of 3
reimar
2007-09-15
*
Simpler and more robust tar parsing
reimar
2007-09-15
*
Get rid of bloated ty_extension function
reimar
2007-09-15
*
Do not uselessly name structs
reimar
2007-09-15
*
Remove another variable and reorder to avoid wasting space due to alignment
reimar
2007-09-15
*
PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket
reimar
2007-09-15
*
Remove now useless parameters from demux_ty_CopyToDemuxPacket
reimar
2007-09-15
*
Remove more unused code and variables
reimar
2007-09-15
*
cosmetics: Fix typo in function name.
diego
2007-09-15
*
Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h
zuxy
2007-09-15
*
live recordings can contain 0-size type 0 chunks, ignore them instead
reimar
2007-09-14
*
Move some more variable declarations
reimar
2007-09-14
*
Remove tabs and trailing whitespace
reimar
2007-09-14
*
A few more useless ()
reimar
2007-09-14
*
Minor simplifications
reimar
2007-09-14
*
Further simplify demux_ty_FindESHeader
reimar
2007-09-14
*
Optimize demux_ty_FindESHeader
reimar
2007-09-14
*
Remove some commented-out debugging code
reimar
2007-09-14
*
Fix demux_ty_FindESHeader so it won't overread
reimar
2007-09-14
*
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader
reimar
2007-09-14
*
Remove unused demux_ty_FindESPacket parameter
reimar
2007-09-14
*
Simplify demux_ty_FindESHeader
reimar
2007-09-14
*
Move variable declarations into the block where they are used
reimar
2007-09-14
*
Another piece of duplicate code
reimar
2007-09-14
*
Avoid a big piece of duplicated code
reimar
2007-09-14
*
Get rid of more code duplication
reimar
2007-09-14
*
Simplify XDS handling
reimar
2007-09-14
*
Reduce code duplication
reimar
2007-09-14
*
Greatly simplify IsValidAudioPacket, though this might break something
reimar
2007-09-14
*
Simplify IsValidAudioPacket
reimar
2007-09-14
*
Do not misuse a_streams for private info, demuxer->priv is for that!
reimar
2007-09-14
*
Use AV_RB24
reimar
2007-09-14
*
get rid of pointless pesFileId variables
reimar
2007-09-14
*
Simplify AV_RB32 / 256 -> AV_RB24
reimar
2007-09-14
*
Use AV_RB32 instead of tivobuffer2hostlong
reimar
2007-09-14
*
Yet more cosmetics
reimar
2007-09-14
*
Move timestamps to int64_t and use MP_NOPTS_VALUE
reimar
2007-09-14
*
Demuxers are _not_ supposed to set ds->pts!
reimar
2007-09-14
*
Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)
reimar
2007-09-14
*
Another ty simplification
reimar
2007-09-14
*
Remove unused variable
reimar
2007-09-14
*
tmf_totalsize is not used either, remove it
reimar
2007-09-14
*
More simplifications
reimar
2007-09-14
*
Get rid of some quite pointless variables
reimar
2007-09-14
*
Move boundary check before use!
reimar
2007-09-14
[next]