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
/
freesdp
Commit message (
Expand
)
Author
Age
*
cleanup: shut up more warnings
Clément Bœsch
2011-05-06
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
Remove unused functions.
cehoyos
2010-02-27
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
The first valid index is total count - 1 (usually 0)
ben
2009-03-09
*
Fix a NULL-check that used && instead of || and thus could not avoid crashes.
reimar
2009-01-25
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
cosmetics: misc typo fixes
diego
2007-09-25
*
More strncat() misuses.
rtogni
2007-02-11
*
strncat() misuses, may have been exploitable.
rtogni
2007-02-11
*
Simplify NEXT_LINE macro and put most of it in a separate function.
reimar
2006-12-06
*
remove useless and incorrect const-removing cast
reimar
2006-12-06
*
Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is
reimar
2006-12-06
*
spurious () like in ({code;}) probably is not valid C, icc 9, definitely
reimar
2006-11-25
*
Avoid crash if initialization failed.
reimar
2006-08-20
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31