mpv/osdep
mplayer-svn bbc9fccd46 cache2: allow cache sizes up to 4 TB
Remove variable that is only assigned but never used.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34791 b3059339-0415-0410-9bf9-f77b7e298cf2

Allow using a cache size of up to 4 TB.
Obviously anything close to 4 GB will always fail
on 32 bit systems.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34792 b3059339-0415-0410-9bf9-f77b7e298cf2

Replace off_t by int64_t in cache code.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34793 b3059339-0415-0410-9bf9-f77b7e298cf2

Remove casts that are no longer necessary.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34794 b3059339-0415-0410-9bf9-f77b7e298cf2

Fix header file after r34793.

Patch by Stephen Sheldon, sfsheldo gmail com.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34802 b3059339-0415-0410-9bf9-f77b7e298cf2

Put #include <inttypes.h> into the header file where it should be.

Reported by Stephen Sheldon, sfsheldo gmail com.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34798 b3059339-0415-0410-9bf9-f77b7e298cf2

Correct r34798.

The header only needs stdint.h while the C file needs inttypes.h.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34799 b3059339-0415-0410-9bf9-f77b7e298cf2

Author: reimar
2012-08-03 01:52:40 +02:00
..
cocoa_events.h OSX, input: implement wakeup in response to Cocoa events 2012-04-26 21:03:10 +03:00
cocoa_events.m OSX, input: implement wakeup in response to Cocoa events 2012-04-26 21:03:10 +03:00
getch2-win.c mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
getch2.c mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
getch2.h mp_msg: remove filename_recode 2012-07-31 01:35:53 +02:00
gettimeofday.c osdep: Fix gettimeofday type to match the real one 2010-11-02 04:14:44 +02:00
glob-win.c osdep:/glob-win.c: reformat 2012-08-03 01:31:32 +02:00
glob.h Add standard license headers to files. 2009-03-01 13:13:25 +00:00
io.c win32: use more unicode functions 2012-04-06 23:56:30 +02:00
io.h win32: use more unicode functions 2012-04-06 23:56:30 +02:00
macosx_finder_args.h mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
macosx_finder_args.m mplayer: turn playtree into a list, and change per-file option handling 2012-07-31 21:33:26 +02:00
mmap.h Add missing header #includes to fix 'make checkheaders'. 2008-03-07 20:38:21 +00:00
mmap_anon.c #include corresponding .h files in .c files. 2010-02-16 15:03:03 +00:00
mmap_anon.h Add standard license headers to files. 2009-03-01 13:13:25 +00:00
mplayer.exe.manifest Windows support: add a manifest file 2010-11-02 04:14:20 +02:00
mplayer.rc win32: simplify icon loading 2012-04-14 17:03:11 +02:00
numcores.c vd_ffmpeg: set thread count to number of cores on machine by default 2010-12-20 05:53:28 +02:00
numcores.h vd_ffmpeg: set thread count to number of cores on machine by default 2010-12-20 05:53:28 +02:00
priority.c build: remove OS/2 support 2012-04-06 17:45:56 +03:00
priority.h cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
setenv.c cleanup: Silence compilation warnings on MinGW-w64 2012-03-01 00:22:30 +02:00
shmem.c cache2: allow cache sizes up to 4 TB 2012-08-03 01:52:40 +02:00
shmem.h cache2: allow cache sizes up to 4 TB 2012-08-03 01:52:40 +02:00
strsep.c osdep: tweak some #includes 2011-01-31 16:03:10 +02:00
strsep.h Add a proper header for our strsep implementation so strsep will 2010-01-17 15:08:31 +00:00
timer-darwin.c osdep: tweak some #includes 2011-01-31 16:03:10 +02:00
timer-linux.c Remove leftover BeOS support stuff 2012-08-03 01:20:51 +02:00
timer-win2.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
timer.h Add missing 'void' to parameterless function declarations. 2009-05-04 17:35:26 +00:00
vsscanf.c Add standard license headers to files. 2009-03-01 13:13:25 +00:00