index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
Commit message (
Expand
)
Author
Age
*
Avoid a pointless special-case for opening a file
reimar
2008-02-24
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Add multiple inclusion guard.
diego
2008-02-21
*
Add missing multiple inclusion guards.
diego
2008-02-21
*
Remove pointless #ifdefs around extern declarations.
diego
2008-02-20
*
Add support for DOS-style file:///x:/path paths.
diego
2008-02-20
*
Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.
albeu
2008-02-19
*
Support icyx://.
reimar
2008-02-15
*
Always display Icy-Metadata if available, whether we recognize an ICY-Server
reimar
2008-02-15
*
Move printing of Icy-Metadata into an extra function
reimar
2008-02-15
*
Remove useless code
reimar
2008-02-15
*
Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),
reimar
2008-02-15
*
typo fix: inited --> initialized
diego
2008-02-14
*
-chapter is now handled uniformly calling demuxer_seek_chapter() instead
nicodvb
2008-02-11
*
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.
diego
2008-02-11
*
Stream IDs must be written as hex numbers. Fixes
rtogni
2008-01-29
*
vcd_read must read exactly VCD_SECTOR_DATA bytes.
reimar
2008-01-28
*
Consistently use uppercase filename as multiple inclusion guard.
diego
2008-01-28
*
factorize 2 tests
ben
2008-01-26
*
add a new state flag to dvdnav in order to notify if
ben
2008-01-26
*
remove useless casts
ben
2008-01-26
*
simplify by a one-liner
ben
2008-01-26
*
remove the spu_set field, replaced by a flag
ben
2008-01-26
*
this end brace was not correctly indented
ben
2008-01-26
*
automatically set spu button highlight when nav cell has changed
ben
2008-01-26
*
Add support for dvdnav still frames playback.
ben
2008-01-26
*
array was defined for 6 elements while 7 were declared
ben
2008-01-24
*
type expected by dvdnav_get_title_string() is const
ben
2008-01-24
*
remove some redundant declarations
ben
2008-01-24
*
Add new command to switch between dvdnav titles
ben
2008-01-24
*
Prevent possible buffer overflow on album_title[]
rtogni
2008-01-20
*
Clear tmp between ip6 check and string escape to prevent reuse of the
rtogni
2008-01-20
*
Fix compilation failue:
ulion
2008-01-20
*
Reindent
reimar
2008-01-19
*
Simplify and keep terminating end-of-line
reimar
2008-01-19
*
Remove a broken and useless hack to avoid a memcpy
reimar
2008-01-19
*
Cached file must be 0-terminated since we use string processing functions on it
reimar
2008-01-19
*
Make sure we do not write the terminating 0 out of bounds
reimar
2008-01-19
*
Simplify/cleanup of real_calc_response_and_checksum()
rtogni
2008-01-13
*
Don't oversize realchallenge buffers
rtogni
2008-01-13
*
Simplify cue-parsing
reimar
2008-01-13
*
Get rid of quite useless inum variable
reimar
2008-01-13
*
Use AV_WB*
reimar
2008-01-13
*
Remove some useless () and {}
reimar
2008-01-13
*
Simplify
reimar
2008-01-13
*
Use AV_WB16 instead of ugly memcpy hacks
reimar
2008-01-13
*
Use AV_RB* instead of custom variants.
reimar
2008-01-13
*
Use sizeof instead of size variables/defines
reimar
2008-01-13
*
Make some pnm data const
reimar
2008-01-13
*
dvb_demuxdev etc. are only used in dvb_tune.c so make them static
reimar
2008-01-13
[next]