mpv/osdep
Uoti Urpala 2bc2399797 vd_ffmpeg: set thread count to number of cores on machine by default
Make "-lavdopts threads=0" mean an autodetected number of threads, and
make that the default value of the option. Also increase the upper
limit of the option from 8 to 16. Add new file osdep/numcores.c which
tries to determine the number of cores available on the machine.

numcores.c is based (heavily modified) on public domain numcpus.c by
Philip Willoughby <pgw99@doc.ic.ac.uk>, downloaded from
http://csgsoft.doc.ic.ac.uk/numcpus/
2010-12-20 05:53:28 +02:00
..
findfiles.c
findfiles.h
getch2-os2.c cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
getch2-win.c Merge svn changes up to r30798 2010-03-10 02:35:02 +02:00
getch2.c cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
getch2.h Merge svn changes up to r30732 2010-03-10 01:25:15 +02:00
gettimeofday.c osdep: Fix gettimeofday type to match the real one 2010-11-02 04:14:44 +02:00
glob-win.c
glob.h
keycodes.h
macosx_finder_args.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
macosx_finder_args.h osdep/macosx_finder_args.h: include required header m_config.h 2010-11-02 04:16:46 +02:00
mmap-os2.c Do not cast the results of malloc/calloc/realloc. 2010-02-26 15:01:37 +00:00
mmap.h
mmap_anon.c #include corresponding .h files in .c files. 2010-02-16 15:03:03 +00:00
mmap_anon.h
mplayer.exe.manifest Windows support: add a manifest file 2010-11-02 04:14:20 +02:00
mplayer.rc Windows support: add a manifest file 2010-11-02 04:14:20 +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
osdep.h 1. Move the macros for priority classes for OS/2 from priority.c to osdep.h 2010-03-04 12:55:30 +00:00
priority.c Delete things related to old translation system 2010-03-10 03:47:14 +02:00
priority.h cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
setenv.c
shmem.c #include corresponding .h files in .c files. 2010-02-16 15:03:03 +00:00
shmem.h
strsep.c Add a proper header for our strsep implementation so strsep will 2010-01-17 15:08:31 +00:00
strsep.h Add a proper header for our strsep implementation so strsep will 2010-01-17 15:08:31 +00:00
swab.c
timer-darwin.c Merge svn changes up to r30732 2010-03-10 01:25:15 +02:00
timer-linux.c #include corresponding .h files in .c files. 2010-02-16 15:03:03 +00:00
timer-win2.c
timer.h
vsscanf.c