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
...
*
demux_audio.c: Fix timestamp handling
uau
2007-09-24
*
removed unused function parameters
nicodvb
2007-09-22
*
in ts_detect_streams() moved the iteration condition inside the loop
nicodvb
2007-09-22
*
libnemesi support, yet another rtsp/rtp library...
lu_zero
2007-09-19
*
Add comment that clears up what _WINGDI_H is for.
diego
2007-09-18
*
reverted useless r24539
ben
2007-09-15
*
added monkey audio fourcc in wave header
ben
2007-09-15
*
Add support for cook audio (though most .rm files don't work with lavf
reimar
2007-09-15
*
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
[prev]
[next]