index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
TOOLS
Commit message (
Expand
)
Author
Age
*
Convert to UTF-8.
diego
2009-09-10
*
Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.
diego
2009-09-10
*
Avoid bash-specific 'let' syntax in shell scripts.
diego
2009-09-07
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
commit remaining binary_codecs.sh changes from debian.
siretart
2009-04-23
*
check for missing libstdc++
siretart
2009-04-23
*
more cosmetics
siretart
2009-04-23
*
whitespace cosmetics
diego
2009-04-23
*
Part 3 of syncing binary_codecs.sh with Debian
siretart
2009-04-23
*
Part 2 of syncing binary_codecs.sh with Debian
siretart
2009-04-23
*
Part 1 of syncing binary_codecs.sh with Debian
siretart
2009-04-22
*
Replace duplicated code by a macro.
diego
2009-03-12
*
Fix and restructure fastmemcpybench. It is now one binary that runs all
diego
2009-03-10
*
Make fastmemcpybench almost working - only thing missing is a way to
reimar
2009-03-09
*
comment/output cosmetics
diego
2009-03-09
*
whitespace cosmetics:
diego
2009-03-09
*
Add test for C memcpy()
michael
2009-03-08
*
Resurrect script needed for easy use of fastmemcpybench.c.
michael
2009-03-08
*
Revert
michael
2009-03-08
*
Remove now unnecessary linking hacks.
diego
2009-03-01
*
HAVE_WINSOCK2_H is now a 0/1 definition.
diego
2009-02-01
*
Add missing 'void' keyword to parameterless function declarations.
diego
2009-01-05
*
Relicense to GPLv2 or later with the author's permission.
diego
2009-01-02
*
Fix reference to wrong DLL filename in header comment.
diego
2009-01-02
*
Fix confused references to DLL filenames.
diego
2009-01-01
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
diego
2008-10-16
*
Remove MinGW cruft.
diego
2008-10-03
*
cosmetics: prettyprinting
diego
2008-09-28
*
Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
diego
2008-09-15
*
Remove encode2mpeglight, it is only an outdated stripped-down version of the
diego
2008-09-07
*
license header cosmetics
diego
2008-09-06
*
Fix incorrect FSF address in license header.
diego
2008-09-06
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
*
Change a bunch of video-output-specific preprocessor directives from a HAVE_
diego
2008-08-02
*
Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.
diego
2008-07-31
*
Revert previous broken rename of binary-codecs.sh that had random changes.
diego
2008-07-31
*
Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.
diego
2008-07-31
*
Rename install-w32codecs.sh --> binary-codecs.sh.
diego
2008-07-31
*
Run bash-specific shell scripts with bash, not sh.
diego
2008-07-07
*
Give all shell scripts a .sh suffix for consistency.
diego
2008-07-07
*
Replace bash-specific [[]] construct by proper a proper [] test.
diego
2008-07-07
*
Replace == in []/test constructs with =, == is a bashism.
diego
2008-07-07
*
Remove unnecessary function keyword from shell script function declarations,
diego
2008-07-07
*
Fix the linking of TOOLS/netstream and TOOLS/vivodump.
diego
2008-06-06
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
Remove loader/wine/avifmt.h #include, the AVI types declared there conflict
diego
2008-04-30
*
Add missing string.h #include to fix a bunch of implicit declaration warnings.
diego
2008-04-30
[next]